Detailed Description and SymptomsError in the nohup.out when trying to start the WP on AIX:
exec(): 0509-036 Cannot load program ucsrvwp because of the following errors:
rtld: 0712-001 Symbol ZUSTACK_Free was referenced
from module ucsrvwp(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol ZUSTACK_Info was referenced
from module ucsrvwp(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Investigation?Check the LIBPATH for where the path to the Automation Engine's bin directory is in the LIBPATH.
LIBPATH=/usr/java6/jre/lib/ppc/classic:/usr/java6/jre/lib/ppc:/usr/lib:/usr/java6/jre/bin:/usr/java6/jre/bin/classic:/home/uc4/executor/ps/lib:/home/uc4/utilities/bin:/usr/java6_64/lib:/home/uc4/automationengine/bin:/home/uc4/smgr/bin:/home/oracle/OraHome_1/lib:/usr/lib:/lib:.
Solution ?Change the order of the LIBPATH so the path to the AutomationEngine's bin is at the front of the LIBPATH:
LIBPATH=:/home/uc4/automationengine/bin:/usr/java6/jre/lib/ppc/classic:/usr/java6/jre/lib/ppc:/usr/lib:/usr/java6/jre/bin:/usr/java6/jre/bin/classic:/home/uc4/executor/ps/lib:/home/uc4/utilities/bin:/usr/java6_64/lib:/home/uc4/smgr/bin:/home/oracle/OraHome_1/lib:/usr/lib:/lib:.