Here are some of the issues I came across when installing PeopleSoft in Linux Environment
Issue: libjvm.so not found. Process Scheduler won't post to report repository and gateway connectors won't load
Resolution: environment variable LD_LIBRARY_PATH did not have jre in it. Make sure to add it. In my case it was $PS_HOME/jre1.6.0/lib/amd64/server. One very important thing to remember is to reconfigure process scheduler and App server both after making the environment variable change.
**********************************************************************************
Issue: libjvm.so not found. Process Scheduler won't post to report repository and gateway connectors won't load
Resolution: environment variable LD_LIBRARY_PATH did not have jre in it. Make sure to add it. In my case it was $PS_HOME/jre1.6.0/lib/amd64/server. One very important thing to remember is to reconfigure process scheduler and App server both after making the environment variable change.
**********************************************************************************
No comments:
Post a Comment