-
Notifications
You must be signed in to change notification settings - Fork 87
Description
Hello,
I have problem to discover OSB domain using WDT 3.5.4
cat VERSION.txt
WebLogic Deploy Tooling 3.5.4The error is as below:
k exec -it -n osb osb-domain-adminserver -- /bin/bash -l
/u01/oracle/scripts/weblogic-deploy/bin/discoverDomain.sh -oracle_home $FMW_HOME -domain_home $DOMAIN_ROOT/$DOMAIN_NAME -admin_url t3://osb-domain-adminserver:7301 -admin_user weblogic -model_file ./discover_osb.yaml -archive_file ./osb.zip
...
...
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_get_model_name> <WLSDPLY-06117> <Locate model subfolder name for WLST MBean SubDeployments while discovering appDeployments:/Application/SAPAdapter>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_get_model_name> <WLSDPLY-06117> <Locate model subfolder name for WLST MBean SubDeployments while discovering appDeployments:/Application/SAPAdapter>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_discover_subfolder> <> <ENTRY SubDeployment /Application>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_discover_subfolder> <WLSDPLY-06115> <Discovering SubDeployment at appDeployments:/Application/SAPAdapter/SubDeployment>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_discover_subfolder_with_names> <> <ENTRY SubDeployment model_folders = ['Application', 'SubDeployment'], 'name_tokens' = {'DOMAIN': 'osb-domain','APPLICATIONNAME': 'SAPAdapter'} SUBDEPLOYMENT>
####<Jun 18, 2025 10:41:43 AM> <FINE> <Discoverer> <_find_names_in_folder> <WLSDPLY-06111> <Locate WLST MBean names at location /AppDeployments/SAPAdapter/SubDeployments>
####<Jun 18, 2025 10:41:43 AM> <FINE> <Discoverer> <_find_names_in_folder> <WLSDPLY-06146> <Discovered WLST MBean names [] at location model_folders = ['Application', 'SubDeployment'], 'name_tokens' = {'DOMAIN': 'osb-domain','APPLICATIONNAME': 'SAPAdapter'}>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_discover_subfolder_with_names> <> <RETURN>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_discover_subfolder> <> <RETURN {'SourcePath': '@@ORACLE_HOME@@/soa/soa/connectors/SAPAdapter.rar', 'ModuleType': 'rar', 'StagingMode': 'nostage'}>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_discover_subfolders> <> <RETURN {'SourcePath': '@@ORACLE_HOME@@/soa/soa/connectors/SAPAdapter.rar', 'ModuleType': 'rar', 'StagingMode': 'nostage'}>
####<Jun 18, 2025 10:41:43 AM> <INFO> <DeploymentsDiscoverer> <get_applications> <WLSDPLY-06392> <Adding Application SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_populate_model_parameters> <WLSDPLY-06100> <Find attributes at location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <WlstHelper> <lsa> <> <THROW
oracle.weblogic.deploy.discover.DiscoverException: WLSDPLY-00029: ls(/AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6, returnType=a, returnMap=true) in online mode failed: Error occurred while performing ls : Error while retrieving attribute names and values : javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.IllegalArgumentException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml (No such file or directory)
Use dumpStack() to view the full stacktrace :
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.python.core.PyReflectedConstructor.__call__(Unknown Source)
at org.python.core.PyJavaInstance.__init__(Unknown Source)
at org.python.core.PyJavaClass.__call__(PyJavaClass.java:891)
at org.python.core.PyObject.__call__(Unknown Source)
at wlsdeploy.exception.exception_helper$py.create_discover_exception$6(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py:170)
at wlsdeploy.exception.exception_helper$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject._callextra(Unknown Source)
at wlsdeploy.exception.exception_helper$py.create_exception$2(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py:74)
at wlsdeploy.exception.exception_helper$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at wlsdeploy.tool.util.wlst_helper$py._WlstHelper__ls$86(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py:1678)
at wlsdeploy.tool.util.wlst_helper$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.util.wlst_helper$py.lsa$24(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py:475)
at wlsdeploy.tool.util.wlst_helper$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.discoverer$py._get_attributes_for_current_location$9(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/discoverer.py:223)
at wlsdeploy.tool.discover.discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.discoverer$py._populate_model_parameters$5(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/discoverer.py:119)
at wlsdeploy.tool.discover.discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py.get_applications$8(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:236)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py.discover$3(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:60)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.__discover$7(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:257)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx139.main$19(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:613)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:181)
at wlsdeploy.util.tool_main$py.run_tool$1(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py:52)
at wlsdeploy.util.tool_main$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.f$0(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:639)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Py.java:1226)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
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: org.python.proxies.main$WLSTException$1
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at org.python.core.PyInstance.makeProxy(Unknown Source)
at org.python.core.PyInstance.__init__(Unknown Source)
at org.python.core.PyClass.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx4.raiseWLSTException$29(<iostream>:551)
at org.python.pycode._pyx4.call_function(<iostream>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:181)
at org.python.pycode._pyx140.ls$52(<iostream>:855)
at org.python.pycode._pyx140.call_function(<iostream>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at wlsdeploy.tool.util.wlst_helper$py._WlstHelper__ls$86(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/util/wlst_helper.py:1676)
... 83 more
Caused by: javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.IllegalArgumentException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml (No such file or directory)
at weblogic.utils.StackTraceDisabled.unknownMethod()
Caused by: javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.IllegalArgumentException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml (No such file or directory)
... 1 more
Caused by: java.lang.IllegalArgumentException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml (No such file or directory)
... 1 more
Caused by: java.io.FileNotFoundException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml (No such file or directory)
... 1 more
>
####<Jun 18, 2025 10:41:43 AM> <FINE> <Discoverer> <_get_attributes_for_current_location> <WLSDPLY-06109> <Problem with the model folder Application for the model definition at location model_folders = ['Application'], 'name_tokens' = {'DOMAIN': 'osb-domain','APPLICATIONNAME': 'SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6'} : ls(/AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6, returnType=a, returnMap=true) in online mode failed: Error occurred while performing ls : Error while retrieving attribute names and values : javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.IllegalArgumentException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml (No such file or directory)
Use dumpStack() to view the full stacktrace :>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute LocalAltDescriptorPath value None retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute LocalInstallDir value None retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute BackgroundDeployment value 0 retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute MultiVersionApp value 0 retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute LocalSourcePath value /u01/oracle/domains/osb-domain/sbgen/jms/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6.ear retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute Targets value array(javax.management.ObjectName,[com.bea:Name=osbcluster,Type=Cluster]) retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06107> <Added attribute Target value osbcluster to model>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute ConfiguredApplicationIdentifier value None retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute LocalPlanPath value /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6/plan/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6_Plan.xml retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute RootStagingDir value /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6 retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute PartitionName value None retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute InternalApp value 0 retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute OnDemandDisplayRefresh value 0 retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute OnDemandContextPaths value array(java.lang.String,[]) retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute AutoDeployedApp value 0 retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <Discoverer> <_add_to_dictionary> <WLSDPLY-06105> <Processing attribute LocalPlanDir value None retrieved from location /AppDeployments/SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6>
####<Jun 18, 2025 10:41:43 AM> <FINER> <DeploymentsDiscoverer> <is_structured_app> <> <ENTRY {'Target': 'osbcluster'}>
####<Jun 18, 2025 10:41:43 AM> <FINER> <DeploymentsDiscoverer> <is_structured_app> <> <THROW
oracle.weblogic.deploy.discover.DiscoverException: WLSDPLY-06404: Unable to discover app SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6 since the application source path is empty
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.python.core.PyReflectedConstructor.__call__(Unknown Source)
at org.python.core.PyJavaInstance.__init__(Unknown Source)
at org.python.core.PyJavaClass.__call__(PyJavaClass.java:891)
at org.python.core.PyObject.__call__(Unknown Source)
at wlsdeploy.exception.exception_helper$py.create_discover_exception$6(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py:176)
at wlsdeploy.exception.exception_helper$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:184)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py._is_structured_app$12(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:415)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py.get_applications$8(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:267)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py.discover$3(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:60)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.__discover$7(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:257)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx139.main$19(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:613)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:181)
at wlsdeploy.util.tool_main$py.run_tool$1(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py:52)
at wlsdeploy.util.tool_main$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.f$0(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:639)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Py.java:1226)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
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)
>
####<Jun 18, 2025 10:41:43 AM> <SEVERE> <discover> <main> <WLSDPLY-06011> <discoverDomain failed to discover domain osb-domain at /u01/oracle/domains/osb-domain : Unable to discover app SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6 since the application source path is empty
oracle.weblogic.deploy.discover.DiscoverException: WLSDPLY-06404: Unable to discover app SB_JMS_Proxy_b6009d1.41a79614.0.1961f1205e0.N7ff6 since the application source path is empty
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.python.core.PyReflectedConstructor.__call__(Unknown Source)
at org.python.core.PyJavaInstance.__init__(Unknown Source)
at org.python.core.PyJavaClass.__call__(PyJavaClass.java:891)
at org.python.core.PyObject.__call__(Unknown Source)
at wlsdeploy.exception.exception_helper$py.create_discover_exception$6(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py:176)
at wlsdeploy.exception.exception_helper$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/exception/exception_helper.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:184)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py._is_structured_app$12(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:415)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py.get_applications$8(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:267)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at wlsdeploy.tool.discover.deployments_discoverer$py.discover$3(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py:60)
at wlsdeploy.tool.discover.deployments_discoverer$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/tool/discover/deployments_discoverer.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:199)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.__discover$7(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:257)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx139.main$19(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:613)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:181)
at wlsdeploy.util.tool_main$py.run_tool$1(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py:52)
at wlsdeploy.util.tool_main$py.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/wlsdeploy/util/tool_main.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(PyFunction.java:193)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx139.f$0(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py:639)
at org.python.pycode._pyx139.call_function(/u01/oracle/scripts/weblogic-deploy/lib/python/discover.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Py.java:1226)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
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)
>
####<Jun 18, 2025 10:41:43 AM> <FINER> <wlsdeploy.discover> <__close_archive> <> <ENTRY>
####<Jun 18, 2025 10:41:43 AM> <FINER> <discover> <__close_archive> <> <RETURN>
####<Jun 18, 2025 10:41:43 AM> <FINER> <discover> <main> <> <RETURN 2>
####<Jun 18, 2025 10:41:43 AM> <FINER> <ModelConfig> <_get_from_dict> <> <ENTRY use.deprecation.exit.code false>
####<Jun 18, 2025 10:41:43 AM> <FINER> <ModelConfig> <_get_from_dict> <> <RETURN false>
####<Jun 18, 2025 10:41:43 AM> <FINER> <WLSDeployExit> <exit> <> <ENTRY 2 oracle.weblogic.deploy.util.WLSDeployExit exit>
####<Jun 18, 2025 10:41:43 AM> <FINER> <WLSDeployExit> <logCleanup> <> <ENTRY oracle.weblogic.deploy.util.WLSDeployContext@401e7157>
####<Jun 18, 2025 10:41:43 AM> <FINER> <SummaryHandler> <logEnd> <> <ENTRY oracle.weblogic.deploy.util.WLSDeployContext@401e7157 oracle.weblogic.deploy.logging.SummaryHandler logEnd>
####<Jun 18, 2025 10:41:43 AM> <FINER> <SummaryHandler> <logEnd> <> <RETURN>
####<Jun 18, 2025 10:41:43 AM> <FINER> <WLSDeployExit> <logCleanup> <> <RETURN>
####<Jun 18, 2025 10:41:43 AM> <FINER> <WLSDeployExit> <exit> <> <RETURN>
When checking using wlst.sh I also see WLST exception when I'm going to path wls:/osb-domain/serverConfig/AppDeployments/SB_JMS_Proxy_b6009d4.N11588d53.0.1961f5cd857.N7fed:
wls:/osb-domain/serverConfig/AppDeployments> cd ("SB_JMS_Proxy_b6009d4.N11588d53.0.1961f5cd857.N7fed")
wls:/osb-domain/serverConfig/AppDeployments/SB_JMS_Proxy_b6009d4.N11588d53.0.1961f5cd857.N7fed> ls ()
dr-- SubDeployments
dr-- Targets
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 855, in ls
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing ls : Error while retrieving attribute names and values : javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.IllegalArgumentException: /u01/oracle/domains/osb-domain/servers/AdminServer/stage/SB_JMS_Proxy_b6009d4.N11588d53.0.1961f5cd857.N7fed/plan/SB_JMS_Proxy_b6009d4.N11588d53.0.1961f5cd857.N7fed_Plan.xml (No such file or directory)
Use dumpStack() to view the full stacktrace :I think these two might be related.
I would like to suggest perhaps there is possible any option for enhancement for error handling for such situation and enable partial discovery?
Output from discoverDomain.py is very good dump of WLS configuration, I think customers would be interested to be able to invoke the tool with some flag to skip discovery errors like this and collect discovery output what tool is able to discover (with skipped part that errored).
I'm attaching the log for yor reference as well.
Regards,
Piotr Michalski
Oracle CSS