Robert Patrick
Robert Patrick
@vikashsonu900 When trying to work with SOA domains, typically you would want to create a WDT typedef file that describes a SOA domain (for creating a new domain) and filters...
@vikashsonu900 The best way to exchange information is to file an SR with Oracle Support and provide us the SR number. If you don't want to do that, you could...
@vikashsonu900 Try this: 1. Run wlst.sh 2. connect to the admin server of your domain 3. Run `cd('/AppDeployments/DbAdapter')` 4. Run `foo = ls('a', returnMap='true')` 5. If Step 4 fails, run...
@vikashsonu900 So this looks like a WLST bug. Use your SR to file the WLST bug or use the WDT typedef discovery filtering mechanism to filter out these default resources/apps.
@vikashsonu900 Here is my suggestion: 1. Copy the discover-filters section from the JRF typedef and paste it into your OSB typedef file to use as a starting point. This will...
@vikashsonu900 I was able to discover my OSB domain (without using a typedef)--including the DbAdapter and the JmsAdapter. Note that my Oracle Home is patched with the April 2024 PSU...
``` JDK version is 1.8.0_351-b11 JAVA_HOME = /Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home WLST_EXT_CLASSPATH = /Users/rpatrick/tmp/osb/weblogic-deploy/lib/weblogic-deploy-core.jar CLASSPATH = /Users/rpatrick/tmp/osb/weblogic-deploy/lib/weblogic-deploy-core.jar WLST_PROPERTIES = -Dcom.oracle.cie.script.throwException=true -Djava.util.logging.config.class=oracle.weblogic.deploy.logging.WLSDeployLoggingConfig /opt/weblogic/soa12214/oracle_common/common/bin/wlst.sh /Users/rpatrick/tmp/osb/weblogic-deploy/lib/python/discover.py -oracle_home /opt/weblogic/soa12214 -admin_url t3://rpatrick-mac:7001 -admin_user weblogic -admin_pass welcome1 -model_file discovered-model.yaml...
@vikashsonu900 and here is mine: ``` Local Machine Information:: Hostname: 192.168.1.113 ARU platform id: 293 ARU platform description:: Apple MAC OS (Intel 64-bit) Interim patches (14) : Patch 35950186 :...
@vikashsonu900 WDT 1.9.20 is obsolete. So many changes have been made since that release that it is very difficult to try to compare the two versions. I think you need...
@vikashsonu900 Yes. We are going to need a few things to move this forward. All need to be in their non-redacted, original format. 1. the config directory from your source...