Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

JavaHost (OBIJH) not working after upgrade to 12.2.1.2

Received Response
83
Views
1
Comments
jepva
jepva Rank 5 - Community Champion

Performed upgrade to 12.2.1.2 - everything working except for javahost / OBIJH1 will not start, all other components start.  No charts or graphs in Analytics due to javahost is down.

Try to start manually to see error:

start.cmd -i obijh1

Starting specific servers ...

Starting obijh1 (Original State:SHUTDOWN) ...

Received error message from Node Manager Server: [Server start command for OBIJH server 'obijh1' failed due to: [nodemanager.c:585: CreateProcess failed (error

193)]. Please check Node Manager log and/or server 'obijh1' log for detailed information.]. Please check Node Manager log for details.

Failure to start one or more ManagedServers and or Components

Failed to start one or more Servers

Of course, node manager only has the same error message, and OBIJH.log has no errors either, only the properties and config information.

So I go to %ORACLE_HOME%\bi\modules\oracle.bi.cam.obijh, and find setOBIJHenv.cmd and startOBIJH.cmd.  I try to start obiJh manually from there, and get a strange error about access denied to the log config file:

Logging configuration class "oracle.core.ojdl.logging.LoggingConfiguration" failed

java.security.AccessControlException: access denied ("java.util.PropertyPermission" "oracle.core.ojdl.logging.config.file" "read")

Exception in thread "main" java.security.AccessControlException: access denied ("java.util.PropertyPermission" "java.util.logging.config.file" "read")

        at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)

        at java.security.AccessController.checkPermission(AccessController.java:884)

        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)

        at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1294)

        at java.lang.System.getProperty(System.java:717)

        at com.siebel.analytics.javahost.standalone.Main.init(Main.java:94)

        at com.siebel.analytics.javahost.standalone.Main.main(Main.java:26)

OBIJH ERRORLEVEL FROM PROCESS RUN is 1

I found the logging files in question in their appropriate directory at %DOMAIN_HOME%\config\fmwconfig\biconfig\OBIJH, verified they exist and that security permissions are set appropriately.  Everything looks fine - I even moved the files and tested with another directory, and still the same result.  For some reason the script thinks it cannot access them.

Any ideas?

Answers