Product: OpenFusion CORBA Services
Version: ALL
Description:
When starting the manager the splash screen appears and then disappears.
Solution:
OpenFusion requires a Java ORB in order to run. Please ensure one of the supported ORBs is being used.
There are two further reasons this could occur:
1. The ORB jar files are missing from the CLASSPATH. When using JacORB jacorb.jar needs to be on the CLASSPATH.
2. The ORB daemon has not been started.
When using JacORB, then by default the IMR needs to be started prior to starting the service. The default setting in the jacorb.properties file specifies that the IMR must be running and that objects should register with it when starting up (jacorb.use_imr=on).
Either:
1. Start the IMR, using
<install_dir>/bin/jac_imr
or
2. Change the jacorb.properties file so that the server doesn't contact the IMR on start-up:
jacorb.use_imr=off
#OpenFusion
#KnowledgeDocs