Just right after a brand new successful installation of RIB13.2.6 , rib instance do not start with below error on console out log.
Issue:
java.io.IOException: ERROR: Can't load properties from "rib-system.properteis" (the directory it is in should be in the CLASSPATH).java.lang.RuntimeException: Error: rib-system.properties no found in
class.path
The below solution worked for me.
rib-system.properties is copied to <managed_server_path>/ rib-system.properties. And, can be loaded to runtime if “$DOMAIN_HOME/bin/startWebLogic.sh” was update with belowCLASSPATH=$DOMAIN_HOME/servers/$SERVER_NAME:$CLASSPATH
JAVA_OPTIONS="-Dweblogic.ejb.container.MDBMessageWaitTime=2 ${JAVA_
OPTIONS}"
JAVA_VM="-server"
And, Bounce Admin server and managed servers.
You can check managed_server.out log file to see what classpath is loaded at the start of the instance.