Closed RamonBrandi closed 1 year ago
@RamonBrandi Can you try replacing the \\
with /
?
However, I have to wonder...is the app already on the remote Windows machine at the specified location?
If you are trying to do remote, online deployment without an archive file, the model needs to have the SourcePath
set to the location on the local machine where WDT is running. Otherwise, WDT has no way of finding the WAR file...
The -remote
deployment capability expects to upload the file from the archive file (or local file system) to the remote machine and deploy it (using the normal WebLogic Server deployment mechanisms). It does not currently support the use case where the application has already been placed/updated on the remote machine and simply telling WebLogic Server to deploy it. If that is the use case you need, that would require a WDT enhancement (though it seems like a fringe use case)...or, you could just use the normal WLS deployment techniques outside of WDT.
Yes, the file is in a shared path between the linux and windows machine. So it's already on the windows host and it wouldn't need to be uploaded. I think for this specific case then it would be better to run the direct use of wlst, right? Or put to upload my artifact to the target server, right?
I ran the command with the following content inside manifest-deploy.yml:
appDeployments:
Application:
archive:
SourcePath: /home/user/archive.war
Target: my_target
ModuleType: war
Log in file:
####<Aug 1, 2023 4:15:48 PM> <INFO> <WebLogicDeployToolingVersion> <logVersionInfo> <WLSDPLY-01750> <The WebLogic Deploy Tooling deployApps version is 3.2.2:.562dcb0:Jul 21, 2023 15:28 UTC>
####<Aug 1, 2023 4:15:48 PM> <INFO> <WLSDeployLoggingConfig> <logLoggingDirectory> <WLSDPLY-01755> <The deployApps program will write its log to directory /home/user/weblogic-deploy/logs>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <ENTRY /home/user/weblogic-deploy/lib/python/deploy.py>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[0] = /home/user/weblogic-deploy/lib/python/deploy.py>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[1] = -oracle_home>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[2] = /oracle/middleware>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[3] = -domain_type>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[4] = WLS>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[5] = -admin_url>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[7] = -admin_user>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[8] = user>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[9] = -admin_pass_file>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[10] = /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[11] = -remote>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[12] = -model_file>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <sys.argv[13] = /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonToPython> <parse> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonTranslator> <parse> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonTranslator> <parse> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonToPython> <parse> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <DomainTypedef> <__match_version_typedef> <> <ENTRY {u'12.2.1.4': u'WLS_12CR2', u'12.2.1.3': u'WLS_12CR2', u'14.1': u'WLS_14', u'12.1.1': u'WLS_11G', u'12.1.3': u'WLS_12CR1', u'10.3.6': u'WLS_11G', u'12.1.2': u'WLS_12CR1', u'12.2.1': u'WLS_12CR2'}>
####<Aug 1, 2023 4:15:48 PM> <FINE> <DomainTypedef> <__match_version_typedef> <WLSDPLY-12310> <Version 14.1.1.0.0 returned from the domain home>
####<Aug 1, 2023 4:15:48 PM> <FINER> <DomainTypedef> <__match_version_typedef> <WLSDPLY-12308> <Domain type WLS type definition in file /home/user/weblogic-deploy/lib/typedefs/WLS.json contained version 14.1 which most closely matches WebLogic version 14.1.1.0.0>
####<Aug 1, 2023 4:15:48 PM> <FINER> <DomainTypedef> <__match_version_typedef> <> <RETURN WLS_14>
####<Aug 1, 2023 4:15:48 PM> <FINER> <ModelConfig> <load_properties_file> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <ModelConfig> <load_properties_file> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <CommandLineArgUtil> <process_args> <> <ENTRY ['/home/user/weblogic-deploy/lib/python/deploy.py', '-oracle_home', '/oracle/middleware', '-domain_type', 'WLS', '-admin_url', 't3://host.xxxx:7000', '-admin_user', 'user_devops', '-admin_pass_file', '/home/user/pass.txt', '-remote', '-model_file', '/home/user/manifest-deploy.yml']>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -oracle_home>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingDirectory> <> <ENTRY /oracle/middleware>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateDirectoryName> <> <ENTRY /oracle/middleware>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateDirectoryName> <> <RETURN /oracle/middleware>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingDirectory> <> <RETURN /oracle/middleware>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingDirectory> <> <ENTRY /oracle/middleware/wlserver>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateDirectoryName> <> <ENTRY /oracle/middleware/wlserver>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateDirectoryName> <> <RETURN /oracle/middleware/wlserver>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingDirectory> <> <RETURN /oracle/middleware/wlserver>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -domain_type>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -admin_url>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -admin_user>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -admin_pass_file>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/pass.txt>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -remote>
####<Aug 1, 2023 4:15:48 PM> <FINE> <CommandLineArgUtil> <process_args> <WLSDPLY-01600> <Processing command-line argument -model_file>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <CommandLineArgUtil> <process_args> <> <RETURN {'-admin_url': 't3://host.com:7000', '-trailing_arguments': [], '-remote': True, '-oracle_home': u'/oracle/middleware', '-domain_type': 'WLS', '-model_file': u'/home/user/manifest-deploy.yml', '-admin_pass': u'pass', '-admin_user': 'user_devops'}>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/weblogic-deploy/lib/typedefs/WLS.json>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonToPython> <parse> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonTranslator> <parse> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonTranslator> <parse> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <JsonToPython> <parse> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <DomainTypedef> <__match_version_typedef> <> <ENTRY {u'12.2.1.4': u'WLS_12CR2', u'12.2.1.3': u'WLS_12CR2', u'14.1': u'WLS_14', u'12.1.1': u'WLS_11G', u'12.1.3': u'WLS_12CR1', u'10.3.6': u'WLS_11G', u'12.1.2': u'WLS_12CR1', u'12.2.1': u'WLS_12CR2'}>
####<Aug 1, 2023 4:15:48 PM> <FINE> <DomainTypedef> <__match_version_typedef> <WLSDPLY-12310> <Version 14.1.1.0.0 returned from the domain home>
####<Aug 1, 2023 4:15:48 PM> <FINER> <DomainTypedef> <__match_version_typedef> <WLSDPLY-12308> <Domain type WLS type definition in file /home/user/weblogic-deploy/lib/typedefs/WLS.json contained version 14.1 which most closely matches WebLogic version 14.1.1.0.0>
####<Aug 1, 2023 4:15:48 PM> <FINER> <DomainTypedef> <__match_version_typedef> <> <RETURN WLS_14>
####<Aug 1, 2023 4:15:48 PM> <FINE> <XPathUtil> <getPSU> <> <Description WLS PATCH SET UPDATE 14.1.1.0.230328>
####<Aug 1, 2023 4:15:48 PM> <FINER> <XPathUtil> <extractNewPsu> <> <ENTRY WLS PATCH SET UPDATE 14.1.1.0.230328>
####<Aug 1, 2023 4:15:48 PM> <FINER> <XPathUtil> <extractNewPsu> <> <RETURN 230328>
####<Aug 1, 2023 4:15:48 PM> <FINE> <XPathUtil> <getPSU> <> <Description Coherence Cumulative Patch 14.1.1.0.13>
####<Aug 1, 2023 4:15:48 PM> <FINE> <XPathUtil> <getPSU> <> <Description WLS STACK PATCH BUNDLE 14.1.1.0.230329 (Patch 35233478)>
####<Aug 1, 2023 4:15:48 PM> <FINE> <XPathUtil> <getPSU> <> <Description 33670218 - ADR FOR WEBLOGIC SERVER 14.1.1.0.0 JUL CPU 2022>
####<Aug 1, 2023 4:15:48 PM> <FINE> <XPathUtil> <getPSU> <> <Description JDBC 19.3.0.0 FOR CPUJAN2022 (WLS 12.2.1.4, WLS 14.1.1)>
####<Aug 1, 2023 4:15:48 PM> <FINE> <XPathUtil> <getPSU> <> <Description RDA release 23.2-20230418 for OFM 14.1.1 SPB>
####<Aug 1, 2023 4:15:48 PM> <INFO> <ModelContext> <__copy_from_args> <WLSDPLY-01050> <WebLogic version for aliases is 14.1.1.0.0.230328>
####<Aug 1, 2023 4:15:48 PM> <FINER> <deploy> <main> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <WlstHelper> <silence> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <WlstHelper> <silence> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileToPython> <parse> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileToPython> <_parse_yaml> <WLSDPLY-01711> <Parse model YAML file from /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY yaml.max.file.size 0>
####<Aug 1, 2023 4:15:48 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN 0>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <ENTRY /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateFileName> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileUtils> <validateExistingFile> <> <RETURN /home/user/manifest-deploy.yml>
####<Aug 1, 2023 4:15:48 PM> <FINER> <YamlToPython> <parse> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <YamlTranslator> <parseDocuments> <> <ENTRY>
####<Aug 1, 2023 4:15:48 PM> <FINER> <YamlTranslator> <parseDocuments> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <YamlToPython> <parse> <> <RETURN>
####<Aug 1, 2023 4:15:48 PM> <FINER> <FileToPython> <parse> <> <RETURN>
####<Aug 1, 2023 4:15:49 PM> <INFO> <filter_helper> <apply_filters> <WLSDPLY-20017> <No filter configuration file /home/user/weblogic-deploy/lib/model_filters.json>
####<Aug 1, 2023 4:15:49 PM> <INFO> <filter_helper> <apply_filters> <WLSDPLY-20016> <No filters of type deploy found in filter configuration file /home/user/weblogic-deploy/lib/model_filters.json>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_file> <WLSDPLY-05002> <Performing validation in TOOL mode for WebLogic Server version 14.1.1.0.0 and WLST ONLINE mode>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_file> <WLSDPLY-05003> <Performing model validation on the /home/user/manifest-deploy.yml model file>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05008> <Validating the domainInfo section of the model file>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05009> <Model file /home/user/manifest-deploy.yml does not contain a domainInfo section, validation of domainInfo was skipped.>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05008> <Validating the topology section of the model file>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05009> <Model file /home/user/manifest-deploy.yml does not contain a topology section, validation of topology was skipped.>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05008> <Validating the resources section of the model file>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05009> <Model file /home/user/manifest-deploy.yml does not contain a resources section, validation of resources was skipped.>
####<Aug 1, 2023 4:15:49 PM> <FINE> <Validator> <__validate_model_section> <WLSDPLY-05008> <Validating the appDeployments section of the model file>
####<Aug 1, 2023 4:15:49 PM> <FINE> <AliasEntries> <__load_category_file> <WLSDPLY-08119> <Loading aliases for category AppDeployment from file oracle/weblogic/deploy/aliases/category_modules/AppDeployment.json>
####<Aug 1, 2023 4:15:49 PM> <FINE> <AliasEntries> <__load_category> <WLSDPLY-08118> <Loaded Aliases for model category Application>
####<Aug 1, 2023 4:15:49 PM> <FINER> <WLSDeployArchive> <isPathIntoArchive> <> <ENTRY /home/user/portal2BA.war>
####<Aug 1, 2023 4:15:49 PM> <FINER> <WLSDeployArchive> <isPathIntoArchive> <> <RETURN false>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY connect.timeout 120000>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN 120000>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY wlst.edit.lock.acquire.timeout 0>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN 0>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY wlst.edit.lock.release.timeout -1>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN -1>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY wlst.edit.lock.exclusive false>
####<Aug 1, 2023 4:15:49 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN false>
####<Aug 1, 2023 4:15:49 PM> <INFO> <deploy> <__deploy_online> <WLSDPLY-09005> <Connecting to domain at t3://host:7000 with timeout value of 120000 ...>
####<Aug 1, 2023 4:15:49 PM> <FINER> <WlstHelper> <connect> <> <ENTRY user t3://host:7000 120000>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <connect> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_domain_home_online> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <server_config> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <server_config> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_domain_home_online> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_domain_name_online> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <server_config> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <server_config> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_domain_name_online> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <deployer_utils> <ensure_no_uncommitted_changes_or_edit_sessions> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_config_manager> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_config_manager> <> <RETURN [MBeanServerInvocationHandler]com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_active_activation_tasks> <> <ENTRY [MBeanServerInvocationHandler]com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_active_activation_tasks> <> <RETURN [Lweblogic.management.mbeanservers.edit.ActivationTaskMBean;@58267ba1>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_current_editor> <> <ENTRY [MBeanServerInvocationHandler]com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_current_editor> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <have_unactivated_changes> <> <ENTRY [MBeanServerInvocationHandler]com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <have_unactivated_changes> <> <RETURN false>
####<Aug 1, 2023 4:15:51 PM> <FINER> <deployer_utils> <ensure_no_uncommitted_changes_or_edit_sessions> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <edit> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <edit> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINE> <PyReflectedFunction> <__call__> <WLSDPLY-09019> <Acquiring online edit lock with acquire timeout value of 0, release timeout value of -1, and exclusive value of false>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <start_edit> <> <ENTRY 0 -1 false>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <start_edit> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <INFO> <deploy> <__deploy_online> <WLSDPLY-09007> <Connected to domain at t3://host:7000>
####<Aug 1, 2023 4:15:51 PM> <FINE> <AliasEntries> <__load_category_file> <WLSDPLY-08119> <Loading aliases for category Library from file oracle/weblogic/deploy/aliases/category_modules/Library.json>
####<Aug 1, 2023 4:15:51 PM> <FINE> <AliasEntries> <__load_category> <WLSDPLY-08118> <Loaded Aliases for model category Library>
####<Aug 1, 2023 4:15:51 PM> <FINER> <ApplicationDeployer> <_get_parent_by_location> <> <ENTRY model_folders = [], 'name_tokens' = {}>
####<Aug 1, 2023 4:15:51 PM> <FINER> <ApplicationDeployer> <_get_parent_by_location> <> <RETURN [u'bancotoyota', 'Domain']>
####<Aug 1, 2023 4:15:51 PM> <FINER> <AttributeSetter> <set_attribute> <WLSDPLY-19211> <Setting attribute ModuleType with model value war to value war in location /Application>
####<Aug 1, 2023 4:15:51 PM> <FINE> <AliasEntries> <__load_category_file> <WLSDPLY-08119> <Loading aliases for category Domain from file oracle/weblogic/deploy/aliases/category_modules/Domain.json>
####<Aug 1, 2023 4:15:51 PM> <FINE> <AliasEntries> <__load_category> <WLSDPLY-08118> <Loaded Aliases for model category Domain>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <silence> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <silence> <> <RETURN>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_config_manager> <> <ENTRY>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <get_config_manager> <> <RETURN [MBeanServerInvocationHandler]com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean>
####<Aug 1, 2023 4:15:51 PM> <FINER> <WlstHelper> <save> <> <ENTRY>
####<Aug 1, 2023 4:15:52 PM> <FINER> <WlstHelper> <save> <> <RETURN>
####<Aug 1, 2023 4:15:52 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY activate.timeout 180000>
####<Aug 1, 2023 4:15:52 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN 180000>
####<Aug 1, 2023 4:15:52 PM> <FINER> <WlstHelper> <activate> <> <ENTRY 180,000>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <activate> <> <RETURN>
####<Aug 1, 2023 4:15:53 PM> <FINER> <ApplicationDeployer> <_get_parent_by_location> <> <ENTRY model_folders = [], 'name_tokens' = {}>
####<Aug 1, 2023 4:15:53 PM> <FINER> <ApplicationDeployer> <_get_parent_by_location> <> <RETURN [u'bancotoyota', 'Domain']>
####<Aug 1, 2023 4:15:53 PM> <FINER> <ApplicationDeployer> <__online_deploy_apps_and_libs> <> <ENTRY bancotoyota Domain>
####<Aug 1, 2023 4:15:53 PM> <FINER> <ApplicationDeployer> <__get_existing_apps> <> <ENTRY model_folders = [], 'name_tokens' = {}>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <server_config> <> <ENTRY>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <server_config> <> <RETURN>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <server_config> <> <ENTRY>
####<Aug 1, 2023 4:15:53 PM> <FINER> <WlstHelper> <server_config> <> <RETURN>
####<Aug 1, 2023 4:15:58 PM> <FINER> <ApplicationDeployer> <__get_library_references> <> <ENTRY model_folders = [], 'name_tokens' = {}>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:58 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <ENTRY>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <domain_runtime> <> <RETURN>
####<Aug 1, 2023 4:15:59 PM> <FINER> <ApplicationsVersionHelper> <get_application_versioned_name> <> <ENTRY /home/user/portal2BA.war portal2BA>
####<Aug 1, 2023 4:15:59 PM> <FINER> <deployer_utils> <is_path_into_archive> <> <ENTRY /home/user/portal2BA.war>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WLSDeployArchive> <isPathIntoArchive> <> <ENTRY /home/user/portal2BA.war>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WLSDeployArchive> <isPathIntoArchive> <> <RETURN false>
####<Aug 1, 2023 4:15:59 PM> <FINER> <deployer_utils> <is_path_into_archive> <> <RETURN false>
####<Aug 1, 2023 4:15:59 PM> <FINER> <ApplicationsVersionHelper> <get_application_versioned_name> <> <RETURN portal2BA>
####<Aug 1, 2023 4:15:59 PM> <INFO> <ApplicationDeployer> <__stop_app> <WLSDPLY-09312> <Stopping application portal2BA for update>
####<Aug 1, 2023 4:15:59 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY stop.application.timeout 180000>
####<Aug 1, 2023 4:15:59 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN 180000>
####<Aug 1, 2023 4:15:59 PM> <FINER> <WlstHelper> <stop_application> <> <ENTRY portal2BA () {'timeout': 180000L, 'partition': None}>
####<Aug 1, 2023 4:16:00 PM> <SEVERE> <deploy> <main> <WLSDPLY-20035> <deployApps encountered an unexpected runtime exception. Please file an issue on GitHub and attach the log file and stdout. Exception: class weblogic.deploy.api.spi.exceptions.ServerConnectionException
weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260111]Errors were detected while attempting to communicate with the Administration Server.
at weblogic.deploy.api.spi.deploy.mbeans.MBeanCache.getMBeans(MBeanCache.java:78)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:180)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:96)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:144)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getServers(ServerConnectionImpl.java:683)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getBaseTargets(ServerConnectionImpl.java:531)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getTargets(ServerConnectionImpl.java:579)
at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getTargets(WebLogicDeploymentManagerImpl.java:524)
at weblogic.management.scripting.JSR88DeployHandler.getTMIDs(JSR88DeployHandler.java:330)
at weblogic.management.scripting.JSR88DeployHandler.stopApplication(JSR88DeployHandler.java:979)
at weblogic.management.scripting.WLScriptContext.stopApplication(WLScriptContext.java:1032)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:208)
at org.python.core.PyObject.__call__(PyObject.java:494)
at org.python.core.PyObject.__call__(PyObject.java:498)
at org.python.core.PyMethod.__call__(PyMethod.java:156)
at org.python.pycode._pyx33.stopApplication$17(<iostream>:324)
at org.python.pycode._pyx33.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyFunction.function___call__(PyFunction.java:474)
at org.python.core.PyFunction.__call__(PyFunction.java:469)
at org.python.core.PyFunction.__call__(PyFunction.java:464)
at org.python.core.PyObject._callextra(PyObject.java:589)
at wlsdeploy.tool.util.wlst_helper$py.stop_application$52(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py:1031)
at wlsdeploy.tool.util.wlst_helper$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyBaseCode.call(PyBaseCode.java:197)
at org.python.core.PyFunction.__call__(PyFunction.java:485)
at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237)
at org.python.core.PyMethod.__call__(PyMethod.java:228)
at wlsdeploy.tool.deploy.applications_deployer$py._ApplicationsDeployer__stop_app$34(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:1012)
at wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyBaseCode.call(PyBaseCode.java:141)
at org.python.core.PyFunction.__call__(PyFunction.java:426)
at org.python.core.PyMethod.__call__(PyMethod.java:141)
at wlsdeploy.tool.deploy.applications_deployer$py._ApplicationsDeployer__online_deploy_apps_and_libs$9(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:346)
at wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:150)
at org.python.core.PyFunction.__call__(PyFunction.java:426)
at org.python.core.PyMethod.__call__(PyMethod.java:141)
at wlsdeploy.tool.deploy.applications_deployer$py.deploy$3(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:89)
at wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
at org.python.core.PyFunction.__call__(PyFunction.java:416)
at org.python.core.PyMethod.__call__(PyMethod.java:126)
at wlsdeploy.tool.deploy.model_deployer$py.deploy_applications$3(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/model_deployer.py:55)
at wlsdeploy.tool.deploy.model_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/model_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyFunction.function___call__(PyFunction.java:474)
at org.python.core.PyFunction.__call__(PyFunction.java:469)
at org.python.pycode._pyx32.__deploy_online$3(/home/user/weblogic-deploy/lib/python/deploy.py:168)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:168)
at org.python.core.PyFunction.__call__(PyFunction.java:437)
at org.python.pycode._pyx32.__deploy$2(/home/user/weblogic-deploy/lib/python/deploy.py:109)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:168)
at org.python.core.PyFunction.__call__(PyFunction.java:437)
at org.python.pycode._pyx32.main$6(/home/user/weblogic-deploy/lib/python/deploy.py:246)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
at org.python.core.PyFunction.__call__(PyFunction.java:416)
at wlsdeploy.util.tool_main$py.run_tool$1(/home/user/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py:67)
at wlsdeploy.util.tool_main$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyFunction.function___call__(PyFunction.java:474)
at org.python.core.PyFunction.__call__(PyFunction.java:469)
at org.python.core.PyFunction.__call__(PyFunction.java:459)
at org.python.pycode._pyx32.f$0(/home/user/weblogic-deploy/lib/python/deploy.py:250)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1687)
at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:297)
at weblogic.management.scripting.WLST.main(WLST.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at weblogic.WLST.main(WLST.java:47)
Caused by: java.lang.RuntimeException: The requested attribute is not exposed through JMX: isDynamicallyCreated: com.bea:Name=AdminServer,Type=Server:DynamicallyCreated
at weblogic.management.jmx.ExceptionMapper.matchJMXException(ExceptionMapper.java:75)
at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:528)
at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:398)
at com.sun.proxy.$Proxy59.isDynamicallyCreated(Unknown Source)
at weblogic.deploy.utils.ApplicationUtils.isDynamicClusterServer(ApplicationUtils.java:1247)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargetsFromDomain(TargetCache.java:83)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTypedMBeans(TargetCache.java:68)
at weblogic.deploy.api.spi.deploy.mbeans.MBeanCache.getMBeans(MBeanCache.java:68)
... 94 more
Caused by: javax.management.AttributeNotFoundException: com.bea:Name=AdminServer,Type=Server:DynamicallyCreated
at weblogic.management.jmx.modelmbean.WLSModelMBean.getPropertyDescriptorForAttribute(WLSModelMBean.java:1420)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.getPropertyDescriptor(SecurityInterceptor.java:890)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.checkGetSecurity(SecurityInterceptor.java:579)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:298)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
at weblogic.management.mbeanservers.domainruntime.internal.ManagedMBeanServerConnection.getAttribute(ManagedMBeanServerConnection.java:304)
at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getAttribute(FederatedMBeanServerInterceptor.java:310)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:300)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1433)
at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:74)
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1297)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1396)
at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:633)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
####<Aug 1, 2023 4:16:00 PM> <FINE> <deploy> <main> <WLSDPLY-20036> <deployApps encountered an unexpected runtime exception. Stacktrace: array(java.lang.StackTraceElement, [weblogic.deploy.api.spi.deploy.mbeans.MBeanCache.getMBeans(MBeanCache.java:78), weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:180), weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:96), weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:144), weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getServers(ServerConnectionImpl.java:683), weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getBaseTargets(ServerConnectionImpl.java:531), weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getTargets(ServerConnectionImpl.java:579), weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getTargets(WebLogicDeploymentManagerImpl.java:524), weblogic.management.scripting.JSR88DeployHandler.getTMIDs(JSR88DeployHandler.java:330), weblogic.management.scripting.JSR88DeployHandler.stopApplication(JSR88DeployHandler.java:979), weblogic.management.scripting.WLScriptContext.stopApplication(WLScriptContext.java:1032), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190), org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:208), org.python.core.PyObject.__call__(PyObject.java:494), org.python.core.PyObject.__call__(PyObject.java:498), org.python.core.PyMethod.__call__(PyMethod.java:156), org.python.pycode._pyx33.stopApplication$17(<iostream>:324), org.python.pycode._pyx33.call_function(<iostream>), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:306), org.python.core.PyFunction.function___call__(PyFunction.java:474), org.python.core.PyFunction.__call__(PyFunction.java:469), org.python.core.PyFunction.__call__(PyFunction.java:464), org.python.core.PyObject._callextra(PyObject.java:589), wlsdeploy.tool.util.wlst_helper$py.stop_application$52(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py:1031), wlsdeploy.tool.util.wlst_helper$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:306), org.python.core.PyBaseCode.call(PyBaseCode.java:197), org.python.core.PyFunction.__call__(PyFunction.java:485), org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237), org.python.core.PyMethod.__call__(PyMethod.java:228), wlsdeploy.tool.deploy.applications_deployer$py._ApplicationsDeployer__stop_app$34(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:1012), wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:306), org.python.core.PyBaseCode.call(PyBaseCode.java:141), org.python.core.PyFunction.__call__(PyFunction.java:426), org.python.core.PyMethod.__call__(PyMethod.java:141), wlsdeploy.tool.deploy.applications_deployer$py._ApplicationsDeployer__online_deploy_apps_and_libs$9(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:346), wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:150), org.python.core.PyFunction.__call__(PyFunction.java:426), org.python.core.PyMethod.__call__(PyMethod.java:141), wlsdeploy.tool.deploy.applications_deployer$py.deploy$3(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:89), wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:134), org.python.core.PyFunction.__call__(PyFunction.java:416), org.python.core.PyMethod.__call__(PyMethod.java:126), wlsdeploy.tool.deploy.model_deployer$py.deploy_applications$3(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/model_deployer.py:55), wlsdeploy.tool.deploy.model_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/model_deployer.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:306), org.python.core.PyFunction.function___call__(PyFunction.java:474), org.python.core.PyFunction.__call__(PyFunction.java:469), org.python.pycode._pyx32.__deploy_online$3(/home/user/weblogic-deploy/lib/python/deploy.py:168), org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:168), org.python.core.PyFunction.__call__(PyFunction.java:437), org.python.pycode._pyx32.__deploy$2(/home/user/weblogic-deploy/lib/python/deploy.py:109), org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:168), org.python.core.PyFunction.__call__(PyFunction.java:437), org.python.pycode._pyx32.main$6(/home/user/weblogic-deploy/lib/python/deploy.py:246), org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:134), org.python.core.PyFunction.__call__(PyFunction.java:416), wlsdeploy.util.tool_main$py.run_tool$1(/home/user/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py:67), wlsdeploy.util.tool_main$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyBaseCode.call(PyBaseCode.java:306), org.python.core.PyFunction.function___call__(PyFunction.java:474), org.python.core.PyFunction.__call__(PyFunction.java:469), org.python.core.PyFunction.__call__(PyFunction.java:459), org.python.pycode._pyx32.f$0(/home/user/weblogic-deploy/lib/python/deploy.py:250), org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py), org.python.core.PyTableCode.call(PyTableCode.java:173), org.python.core.PyCode.call(PyCode.java:18), org.python.core.Py.runCode(Py.java:1687), org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:297), weblogic.management.scripting.WLST.main(WLST.java:192), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:498), weblogic.WLST.main(WLST.java:47)])
weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260111]Errors were detected while attempting to communicate with the Administration Server.
at weblogic.deploy.api.spi.deploy.mbeans.MBeanCache.getMBeans(MBeanCache.java:78)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:180)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:96)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargets(TargetCache.java:144)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getServers(ServerConnectionImpl.java:683)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getBaseTargets(ServerConnectionImpl.java:531)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getTargets(ServerConnectionImpl.java:579)
at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getTargets(WebLogicDeploymentManagerImpl.java:524)
at weblogic.management.scripting.JSR88DeployHandler.getTMIDs(JSR88DeployHandler.java:330)
at weblogic.management.scripting.JSR88DeployHandler.stopApplication(JSR88DeployHandler.java:979)
at weblogic.management.scripting.WLScriptContext.stopApplication(WLScriptContext.java:1032)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:208)
at org.python.core.PyObject.__call__(PyObject.java:494)
at org.python.core.PyObject.__call__(PyObject.java:498)
at org.python.core.PyMethod.__call__(PyMethod.java:156)
at org.python.pycode._pyx33.stopApplication$17(<iostream>:324)
at org.python.pycode._pyx33.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyFunction.function___call__(PyFunction.java:474)
at org.python.core.PyFunction.__call__(PyFunction.java:469)
at org.python.core.PyFunction.__call__(PyFunction.java:464)
at org.python.core.PyObject._callextra(PyObject.java:589)
at wlsdeploy.tool.util.wlst_helper$py.stop_application$52(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py:1031)
at wlsdeploy.tool.util.wlst_helper$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyBaseCode.call(PyBaseCode.java:197)
at org.python.core.PyFunction.__call__(PyFunction.java:485)
at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237)
at org.python.core.PyMethod.__call__(PyMethod.java:228)
at wlsdeploy.tool.deploy.applications_deployer$py._ApplicationsDeployer__stop_app$34(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:1012)
at wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyBaseCode.call(PyBaseCode.java:141)
at org.python.core.PyFunction.__call__(PyFunction.java:426)
at org.python.core.PyMethod.__call__(PyMethod.java:141)
at wlsdeploy.tool.deploy.applications_deployer$py._ApplicationsDeployer__online_deploy_apps_and_libs$9(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:346)
at wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:150)
at org.python.core.PyFunction.__call__(PyFunction.java:426)
at org.python.core.PyMethod.__call__(PyMethod.java:141)
at wlsdeploy.tool.deploy.applications_deployer$py.deploy$3(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py:89)
at wlsdeploy.tool.deploy.applications_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/applications_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
at org.python.core.PyFunction.__call__(PyFunction.java:416)
at org.python.core.PyMethod.__call__(PyMethod.java:126)
at wlsdeploy.tool.deploy.model_deployer$py.deploy_applications$3(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/model_deployer.py:55)
at wlsdeploy.tool.deploy.model_deployer$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/tool/deploy/model_deployer.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyFunction.function___call__(PyFunction.java:474)
at org.python.core.PyFunction.__call__(PyFunction.java:469)
at org.python.pycode._pyx32.__deploy_online$3(/home/user/weblogic-deploy/lib/python/deploy.py:168)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:168)
at org.python.core.PyFunction.__call__(PyFunction.java:437)
at org.python.pycode._pyx32.__deploy$2(/home/user/weblogic-deploy/lib/python/deploy.py:109)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:168)
at org.python.core.PyFunction.__call__(PyFunction.java:437)
at org.python.pycode._pyx32.main$6(/home/user/weblogic-deploy/lib/python/deploy.py:246)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:134)
at org.python.core.PyFunction.__call__(PyFunction.java:416)
at wlsdeploy.util.tool_main$py.run_tool$1(/home/user/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py:67)
at wlsdeploy.util.tool_main$py.call_function(/home/user/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
at org.python.core.PyFunction.function___call__(PyFunction.java:474)
at org.python.core.PyFunction.__call__(PyFunction.java:469)
at org.python.core.PyFunction.__call__(PyFunction.java:459)
at org.python.pycode._pyx32.f$0(/home/user/weblogic-deploy/lib/python/deploy.py:250)
at org.python.pycode._pyx32.call_function(/home/user/weblogic-deploy/lib/python/deploy.py)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1687)
at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:297)
at weblogic.management.scripting.WLST.main(WLST.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at weblogic.WLST.main(WLST.java:47)
Caused by: java.lang.RuntimeException: The requested attribute is not exposed through JMX: isDynamicallyCreated: com.bea:Name=AdminServer,Type=Server:DynamicallyCreated
at weblogic.management.jmx.ExceptionMapper.matchJMXException(ExceptionMapper.java:75)
at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:528)
at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:398)
at com.sun.proxy.$Proxy59.isDynamicallyCreated(Unknown Source)
at weblogic.deploy.utils.ApplicationUtils.isDynamicClusterServer(ApplicationUtils.java:1247)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTargetsFromDomain(TargetCache.java:83)
at weblogic.deploy.api.spi.deploy.mbeans.TargetCache.getTypedMBeans(TargetCache.java:68)
at weblogic.deploy.api.spi.deploy.mbeans.MBeanCache.getMBeans(MBeanCache.java:68)
... 94 more
Caused by: javax.management.AttributeNotFoundException: com.bea:Name=AdminServer,Type=Server:DynamicallyCreated
at weblogic.management.jmx.modelmbean.WLSModelMBean.getPropertyDescriptorForAttribute(WLSModelMBean.java:1420)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.getPropertyDescriptor(SecurityInterceptor.java:890)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.checkGetSecurity(SecurityInterceptor.java:579)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:298)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
at weblogic.management.mbeanservers.domainruntime.internal.ManagedMBeanServerConnection.getAttribute(ManagedMBeanServerConnection.java:304)
at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getAttribute(FederatedMBeanServerInterceptor.java:310)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:300)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1433)
at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:74)
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1297)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1396)
at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:633)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
####<Aug 1, 2023 4:16:00 PM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY use.deprecation.exit.code false>
####<Aug 1, 2023 4:16:00 PM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN false>
####<Aug 1, 2023 4:16:00 PM> <FINER> <WLSDeployExit> <exit> <> <ENTRY 2 oracle.weblogic.deploy.util.WLSDeployExit exit>
####<Aug 1, 2023 4:16:00 PM> <FINER> <WLSDeployExit> <logCleanup> <> <ENTRY oracle.weblogic.deploy.util.WLSDeployContext@6e0a0baa>
####<Aug 1, 2023 4:16:00 PM> <FINER> <SummaryHandler> <logEnd> <> <ENTRY oracle.weblogic.deploy.util.WLSDeployContext@6e0a0baa oracle.weblogic.deploy.logging.SummaryHandler logEnd>
####<Aug 1, 2023 4:16:00 PM> <FINER> <SummaryHandler> <logEnd> <> <RETURN>
####<Aug 1, 2023 4:16:00 PM> <FINER> <WLSDeployExit> <logCleanup> <> <RETURN>
####<Aug 1, 2023 4:16:00 PM> <FINER> <WLSDeployExit> <exit> <> <RETURN>
What could it be?
@RamonBrandi what version of WLS is WDT using and what version is the remote Windows server using?
Windows server 2017 Weblogic server => 10.3.6 (11g) WDT => latest
@RamonBrandi which version of WebLogic Server is installed on the Linux machine where WDT is running? Same 10.3.6 version?
From looking at the error, it seems that WDT is trying to determine if the server is part of a dynamic cluster. Since Dynamic Clusters did not exist in 10.3.6, I suspect that the Oracle Home being used to run WDT is not 10.3.6. Since WDT determines the WebLogic Server version by its local Oracle Home, it is critical in this remote deployment situation that both the local and remote WLS versions are the same. Once this is corrected, WDT should no longer try to determine if the server is part of a dynamic cluster.
I found out that the team didn't install the 11g version I'm running wdt on, so that must be it. Anyway, we decided to update our weblogic servers to the latest version as well... Thank you for your help.
I'm running deployApps.sh on a linux machine and I need to deploy it on a windows machine remotely. For that, I'm running the following command:
Inside my manifes-deploy.yml contains the following
I get the following error in the console:
In deployApps.log:
I already tried changing the two slashes to a single slash in the path but it didn't work. Returns the same error every time:
Is the connection method correct? Is it possible to deploy a remote connection from linux to windows?