====== Copied JRE Appserver will not boot ======
AppServer wont boot with PUBSUB=Yes. Failing at:
exec PSPUBDSP -s PSPUBDSP_dflt:Dispatch -- -C psappsrv.cfg -D FS89PRF -S PSPUBDSP_dflt :
CMDTUX_CAT:1864: INFO: Process ID=479386 Assume failed (pipe).
tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
This error can occur for several reasons:
- Resource issues. Semaphores RAM etc.
- Installation of the Unix box was done by copying a file system rather than installing according to the Peoplesoft installation instructions.
==== Resource issues ====
* Run 'ulimit -a' on the Unix Appserver. The results should be unlimited.
* Increase the java heap size on the application server by uncommenting the following line in your psappsrv.cfg
JavaVM Options=-Xmx256m -Xms128m
==== Copied Installation ====
* Remove the physical libjvm file, and create a symbolic link. Paths below should look as follows:
$PS_HOME/jre/bin/classic ->ls -la
total 272
drwxr-x--x 2 fscm89 psoft 256 Jun 24 15:18 .
drwxr-x--x 6 fscm89 psoft 4096 May 14 09:39 ..
lrwxrwxrwx 1 fscm89 psoft 9 Jun 24 15:18 libjvm.a -> libjvm.so
-rwxr-x--x 1 fscm89 psoft 132399 May 14 09:38 libjvm.so
$PS_HOME/jre/bin//j9vm ->ls -la
total 400
drwxr-x--x 2 fscm89 psoft 256 Jun 24 15:19 .
drwxr-x--x 6 fscm89 psoft 4096 May 14 09:39 ..
lrwxrwxrwx 1 fscm89 psoft 9 Jun 24 15:19 libjvm.a -> libjvm.so
-rwxr-x--x 1 fscm89 psoft 198437 May 14 09:38 libjvm.so