We are having a problem logging into Hyperion ver 8.3 on a Win2K3 server with apache web server.
It was working successfully up till last week when the server had to be restarted in order for us to Ghost the server.
The main page comes up
http://xxxxxx:8080/Hyperion/browse/Main
But when we enter username/password it just hangs on the main page .
We've restarted the services in the correct order and also attempted rebooting the server, but that still did not resolve the issue.
Initially after the first reboot we would be able to login to the application, but all subsequent logins were unsuccessful, but now the issue has gradually got worse i.e. we are unable to login.
I was able to login after i rebooted the server last night but not since then, but all subsequent attempts have been unsuccessful.
Not sure if this is related , but in the 1800_messages_IntelligenceService.log we are seeing the message below.
<event logger="com.brio.one.services.bqservice.SERVICE" method="ThrID(828) Logger(ZDbgPrint)" timestamp="1212601290442" level="DEBUG" thread="[ORB=_it_orb_id_1,Pool=1]::id-109" sequence_no="466">
<time>05 Jun 2008 03:41:30,442</time>
<context subject="BQServiceThread" session_id="BQServiceThread" originator_type="IntelligenceService" originator_name="Intelligence Service" host="AAUNSW937">
<info type="RESOURCE">SweeperThreadProc-Generated</info>
<info type="RESOURCE_ID">BQDocInstanceMgrThread</info>
</context>
<message><![CDATA[BQDocInstanceMgr::CleanExpiredObjects, check shutdown status
]]></message>
</event>
Also seeing a coupe of timeouts, in the logging.service.log files.
<event logger="com.brio.one.utils.ORBSocketServer" timestamp="1212606057225" level="ERROR" thread="Thread-6" sequence_no="1513">
<time>05 Jun 2008 05:00:57,225</time>
<context originator_type="LoggingService" originator_name="AAUNSW937" host="AAUNSW937"/>
<message><![CDATA[Timeout Occurred while reading socket]]></message>
<throwable><![CDATA[java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.net.SocketInputStream.read(SocketInputStream.java:182)
at java.io.DataInputStream.readInt(DataInputStream.java:443)
at com.brio.one.utils.ORBSocketServer.connect(Unknown Source)
at com.brio.one.utils.ORBSocketServer.connect(Unknown Source)
at com.brio.one.services.globalservicemanager.GSMFactory.getIGSM(Unknown Source)
at com.brio.one.services.globalservicemanager.GSMFactory.getGSM(Unknown Source)
at com.brio.one.client.ClientFactory.<init>(Unknown Source)
at com.brio.one.client.ClientFactory.connect(Unknown Source)
at com.brio.one.services.mgmt.log4jservice.Log4jServiceAppender.getService(Unknown Source)
at com.brio.one.services.mgmt.log4jservice.Log4jServiceHandler.isLogServiceAvailable(Unknown Source)
at com.brio.one.services.mgmt.log4jservice.Log4jServiceHandler.run(Unknown Source)
]]></throwable>
</event>
Any ideas, thanks.