Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
start.sh script not starting system components

start.sh script not starting system components. Throws following errors
Starting obiccs1 (Original State:SHUTDOWN) ...
Received error message from Node Manager Server: [Server start command for OBICCS server 'obiccs1' failed due to: [Unexpected exception from Plugin: java.lang.NullPointerException]. Please check Node Manager log and/or server 'obiccs1' log for detailed information.]. Please check Node Manager log for details.
Found the following in nodemanager log
<Feb 25, 2016 12:30:52 PM PST> <WARNING> <Server start command for OBIJH server 'obijh2' failed due to: [Unexpected exception from Plugin: java.lang.NullPointerException]. Please check Node Manager log and/or server 'obijh2' log for detailed information.>
<Feb 25, 2016 12:30:54 PM PST> <INFO> <gcw12domain> <obisch2> <Startup configuration properties saved to "/u02/app/oracle/config/domains/gcw12domain/system_components/OBISCH/obisch2/data/nodemanager/startup.properties">
Feb 25, 2016 12:30:54 PM oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager logProcessInfo
INFO: Process: createProcess(); pid: null; isAlive: (null); currentState: STOPPED
<Feb 25, 2016 12:30:54 PM PST> <SEVERE> <Plugin threw out unexpected exception java.lang.NullPointerException from method oracle.bi.cam.obisch.plugin.nodemanager.WrappedProcess.start(Properties props). This is very likely a BUG in plugin implementation and may lead to unexpected behavior. The legal exception allowed from this method is java.io.IOException. The unexpected exception is: java.lang.NullPointerException>
java.lang.NullPointerException
at java.io.File.<init>(File.java:277)
at oracle.bi.cam.obisch.common.Util.getOBISCHProductHome(Util.java:36)
at oracle.bi.cam.obisch.plugin.OBISCHPluginFactory.getOBISCHProductHome(OBISCHPluginFactory.java:39)
at oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager.getOBISCHProductHome(OBISCHSystemComponentManager.java:70)
at oracle.bi.cam.obisch.plugin.nodemanager.OBISCHSystemComponentManager.specifyCmdLine(OBISCHSystemComponentManager.java:115)
at weblogic.nodemanager.server.NMProcess.start(NMProcess.java:148)
at oracle.bi.cam.obisch.plugin.nodemanager.WrappedProcess.start(WrappedProcess.java:25)
at weblogic.nodemanager.server.DecoratedSystemComponentManager$DecoratedProcess.start(DecoratedSystemComponentManager.java:129)
at weblogic.nodemanager.server.ServerMonitor.startProcess(ServerMonitor.java:502)
at weblogic.nodemanager.server.ServerMonitor.start(ServerMonitor.java:94)
at weblogic.nodemanager.server.ServerManager.startServer(ServerManager.java:306)
at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:287)
at weblogic.nodemanager.server.Handler.handleStart(Handler.java:843)
at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:164)
at weblogic.nodemanager.server.Handler.run(Handler.java:89)
at java.lang.Thread.run(Thread.java:745)
<Feb 25, 2016 12:30:54 PM PST> <WARNING> <Server start command for OBISCH server 'obisch2' failed due to: [Unexpected exception from Plugin: java.lang.NullPointerException]. Please check Node Manager log and/or server 'obisch2' log for detailed information.>
Answers
-
Hi,
Did your environment work early?
Execute status.sh and post out here
Felipe Idalgo
0 -
Its a new install
$ ./status.sh
Domain status; Using domainHome: /u01/app/oracle/config/domains/xxx12domain ...
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
<Feb 26, 2016 8:21:39 AM PST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>
<Feb 26, 2016 8:21:39 AM PST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
<Feb 26, 2016 8:21:39 AM PST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>
/Servers/AdminServer/ListenPort=9500
Accessing admin server using URL t3://xxx.us.oracle.com:9500
Status of Domain: /u01/app/oracle/config/domains/xxx12domain
NodeManager (xxx.us.oracle.com:9506): RUNNING
Name Type Machine Status
---- ---- ------- ------
AdminServer Server xxx.us.oracle.com RUNNING
bi_server1 Server xxx.us.oracle.com RUNNING
bi_server2 Server yyy.us.oracle.com RUNNING
obips1 OBIPS xxx.us.oracle.com SHUTDOWN
obijh1 OBIJH xxx.us.oracle.com SHUTDOWN
obiccs1 OBICCS xxx.us.oracle.com SHUTDOWN
obisch1 OBISCH xxx.us.oracle.com SHUTDOWN
obis1 OBIS xxx.us.oracle.com SHUTDOWN
obips2 OBIPS yyy.us.oracle.com SHUTDOWN
obijh2 OBIJH yyy.us.oracle.com SHUTDOWN
obiccs2 OBICCS yyy.us.oracle.com SHUTDOWN
obisch2 OBISCH yyy.us.oracle.com SHUTDOWN
obis2 OBIS yyy.us.oracle.com SHUTDOWN
0 -
Hello 871809,
I ended up in same situation . Were you able to resolve the issue?
0