Fresh Install of OBIEE(10.1.3.4.1) is not working
1)
I have J2EE based containers (OC4J) and HTTP server installed
[obiee@neeraj ~]$ opmnctl status
Processes in Instance: obieeas.neeraj.kataria.com
--------------------------------------------------------------+---------
ias-component | process-type | pid | status
--------------------------------------------------------------+---------
OC4JGroup:default_group | OC4J:OC4J_WebCent~ | 11158 | Alive
OC4JGroup:default_group | OC4J:home | 11157 | Alive
HTTP_Server | HTTP_Server | 11156 | Alive
ASG | ASG | N/A | Down
2)
I installed OBIEE (10.1.3.4.1) in a seperate home.
Complete install
3)
Started the services (Oracle BI Server and Oracle BI Presentation Services) using run-sa.sh and run-saw.sh respectively.
4)
Some forums says that 9704 is the default port but i found that 9703 is the port assigned
[obiee@neeraj ~]$ netstat -a | grep 970
tcp 0 0 *:9703 *:* LISTEN
5)
I tried accessing the page with the below url
http://neeraj.kataria.com:9703/analytics
and
http://neeraj.kataria.com:9703/xmlpserver
nothing is coming up
6)
Log file shows
/obiee/OracleBI/server/Log/NQServer.log
<[nQSError: 12002] Socket communication error at call=send: (Number=9) Bad file descriptor>
/obiee/OracleBIData/web/log/javahost.out.log
Using log file /obiee/OracleBI/web/javahost/config/logconfig.txt
Can't load log handler "java.util.logging.FileHandler"
java.io.IOException: Couldn't get lock for /obiee/OracleBIData/web/log/javahost/jhost%u.log
java.io.IOException: Couldn't get lock for /obiee/OracleBIData/web/log/javahost/jhost%u.log
not sure if anymore setup is needed apart from just an Install.
Please suggest or assist