Hi, I'm trying to setup SOA HA on a linux environment
when I try to execute soa-createUDD.py ((I’m referring Enterprise deployment guide for Oracle SOA Suite > Section 5.5)
=============
Before you can start the WLS_SOA1 managed server on SOAHOST1, you must run the
soa-createUDD.py script. You run the script using WLST offline:
1. Run the setDomainEnv.sh script to set up the environment:
SOAHOST1>. ORACLE_BASE/admin/<domain_name>/aserver/<domain_name>/bin/
setDomainEnv.sh
2. Run the soa-createUDD.py script, which is located in the ORACLE_HOME/bin
directory:
SOAHOST1> MW_HOME/jrockit_160_14_R27.6.4-18/bin/java weblogic.WLST ORACLE_
HOME/bin/soa-createUDD.py --domain_home ORACLE_BASE/admin/<domain_
name>/aserver/<domain_name> --soacluster SOA_Cluster
=============
but my execution fails...below are the two way I tried
1 > as per the document syntax
File "/tmp/WLSTOfflineIni4808454950717704790.py", line 59, in delete
at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1490)
at com.bea.plateng.domain.script.jython.WLScriptContext.delete(WLScriptContext.java:1285)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: java.lang.NullPointerException
2 > with 2 more arguments "--create_jms true --extend true"
The property value is duplicated.
at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1490)
at com.bea.plateng.domain.script.jython.WLScriptContext.create(WLScriptContext.java:644)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.ValidateException: Property "Name" of JMSServer with original name "" is invalid.
The property value is duplicated
Any help would be much appreciated....thanks in advance
Meantime....will try to strace
yes, I created thru wizard.