Error Message :
On the job log, these kind of messages appear:
########################
ld.so.1: uxset: fatal: libuniord_srv.so: open failed: No such file or directory
/opt/orsyp/universe/NODENAME/bin/u_batch[142]: .: line 21: 202: Killed
########################
Patch level detected:Dollar Universe 6.0.00
Product Version: Dollar.Universe 6.0.0
Description :After doing an upgrade from 5.x to 6.x and launching the jobs on Dollar Universe 6.x version, all the jobs abort, stating that the u_batch has been killed.
OS: All Unix
Cause type:
Configuration
Root Cause: The user environment file (.profile or other) that was loaded when the uproc was launched under an Oracle user deleted the previous definition of the following variables: This variables are needed in order to know where the Dollar Universe libraries used are installed.
In order to fix this issue, simply edit the custom environment files (.profile or other .env files) so they keep the previous definition of the library path variables, for example like this:
export LD_LIBRARY_PATH=/yourpath
export LIBPATH=/yourpath
export SHLIB_PATH=/yourpath
replace it by:
export LD_LIBRARY_PATH=/yourpath:$LD_LIBRARY_PATH
export LIBPATH=/yourpath:$LIBPATH
export SHLIB_PATH=/yourpath:$SHLIB_PATH
Then relaunch the job again, this time is should work fine.
Fix Status: Released
Fix Version(s):
Component: Application.Server
Version: Dollar.Universe 6.3.41
Workaround :
N/A