- Set the JavaHome parameter to the point to the new JDK location. For example, D:\Program Files\Java\jdk1.5.0_11.
How to check that a service is running?
With Linux - ps (process statut)
[root@oel11g ~]# ps -ef|grep sawserver
obi 5102 1 0 15:16 pts/3 00:00:00 /bin/sh /usr/local/OracleBI/setup/sawserver.sh
obi 5109 5102 0 15:16 pts/3 00:00:08 /usr/local/OracleBI/web/bin/sawserver
root 5984 4661 0 15:39 pts/2 00:00:00 grep sawserver
[root@oel11g ~]# ps -ef|grep nqsserver
obi 5081 1 0 15:16 pts/3 00:00:12 /usr/local/OracleBI/server/Bin/nqsserver -quiet
root 6001 4661 0 15:40 pts/2 00:00:00 grep nqsserver
If you have only the grep line, the service doesn't run
Diagnostic
Execute the tail command to check a logfile.For instance for the Oracle BI Server
tail -f /usr/local/OracleBI/server/Log/NQServer.log
- Oracle BI Java Host start-up details: /usr/local/OracleBIData/web/log/javahost.out.log
- Oracle BI Java Host log files directory after starting up: /usr/local/OracleBIData/web/log/javahost
- Oracle BI Presentation Services log files directory: /usr/local/OracleBIData/web/log
Documentation / Reference