AIX 5.3 / Java 6 / WLS 10.3: problem starting the server
Successfully installed WebLogic Server 10.3 on AIX 5.3 and created Domain.
However, when I try to start domain (see startup command below) then it hangs after Security
initialization step and traces an exception (see below). There are no apps installed yet and
config.xml points to correct host/port settings.
Starting WLS with line:
/usr/java6_64/bin/java -Xms256m -Xmx512m -da -Dplatform.home=/bpm/opt/bea/bea10/wlserver_10.3 -Dwls.home=/bpm/opt/bea/bea10/wlserver_10.3/server -Dweblogic.home=/bpm/opt/bea/bea10/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/bpm/opt/bea/bea10/patch_wls1030/profiles/default/sysext_manifest_classpath:/bpm/opt/bea/bea10/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=ORABPMSERVER -Djava.security.policy=/bpm/opt/bea/bea10/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
However, when I try to start domain (see startup command below) then it hangs after Security
initialization step and traces an exception (see below). There are no apps installed yet and
config.xml points to correct host/port settings.
Starting WLS with line:
/usr/java6_64/bin/java -Xms256m -Xmx512m -da -Dplatform.home=/bpm/opt/bea/bea10/wlserver_10.3 -Dwls.home=/bpm/opt/bea/bea10/wlserver_10.3/server -Dweblogic.home=/bpm/opt/bea/bea10/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/bpm/opt/bea/bea10/patch_wls1030/profiles/default/sysext_manifest_classpath:/bpm/opt/bea/bea10/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=ORABPMSERVER -Djava.security.policy=/bpm/opt/bea/bea10/wlserver_10.3/server/lib/weblogic.policy weblogic.Server
0