Quantcast
Channel: Oracle Bloggers
Viewing all articles
Browse latest Browse all 19780

RIB 13.2.6 installation issue

$
0
0

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 below 

CLASSPATH=$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.


Viewing all articles
Browse latest Browse all 19780

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>