cancel
Showing results for 
Search instead for 
Did you mean: 

BOBJ monitoring

Former Member
0 Kudos

Hi ,

While setting up BOBJ monitoring we are facing the below error.

The host machine is solaris sparc for BOBJ where we have installed DA.

SoapFaultCode:4 Failed to start BOBJ process; nested exception is:
java.io.IOException: Cannot run /usr/sap/POP//sap_bobj/enterprise_xi40/linux_x64/jdk/bin/java

Any inputs will be appreciated.

Regards

Abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Here are the trace logs.

#
#1.#002128D95322000400000003000044400004E6B80E491D2B#1379578094886#SMDloggerAgentApp##SMDloggerAgentApp#######Thread[
boe4_kpis_PRO,5,WILYHOST_SCHEDULER:ExecTG]##0#0#Error##Java###com.sap.smd.wily.hostagent.action.RemoteOsCommandAction
- doRun(): Exception reading command output
[EXCEPTION]
{0}#1#com.sap.smd.plugin.remoteos.exception.CommandExecutionException: Error executing OS command [command:./java -j
ar "%BOE_DIR%/sap_bobj/enterprise_xi40/java/lib/KPIScript.jar" -console] [sessionId:boe4_kpis_PRO_1379578094719]: Wor
king directory is not consistent: /usr/sap/POP/sap_bobj/enterprise_xi40/linux_x64/jdk/bin; nested exception is:
        java.io.FileNotFoundException: Working directory is not consistent: /usr/sap/POP/sap_bobj/enterprise_xi40/lin
ux_x64/jdk/bin

smdagent_trace.0.trc
The working diretory should be

/usr/sap/POP/sap_bobj/enterprise_xi40/solaris_sparcv9/jdk/jre/bin

where to change this ?

Regards

Former Member
0 Kudos

What is OS the BOBJ is installed on? Please read Note 1809048 - SolMan scripts failing for BI Platform on UNIX. May be it solves your issue.

Former Member
0 Kudos

Hi,

After following the note.

The Error has change to SoapFaultCode:4 Failed to start BOBJ process; nested exception is: java.rmi.RemoteException: AuthenticationRequest : Unable to read username

Regards

Abhishek

Former Member
0 Kudos

Try to find full exception information in log files. Usually java.io.IOException provides information about root cause of error like error=X, <Error description>.

Former Member
0 Kudos

hi

check the solman_Setup managed system configuration again, specially on "maintain system parameter"

did you see that below get append with two slashes /usr/sap/POP// ??

ava.io.IOException: Cannot run /usr/sap/POP//sap_bobj/enterprise_xi40/linux_x64/jdk/bin/java

Please check.

Thanks

Jansi

Former Member
0 Kudos

Hi,

In Managed system setup.

The path is /usr/sap/POP/

There are no double slashes in parameter settings.

Another thing is my system is solaris then why its picking up Linux_x86.

Regards