reports server starting and crashing [message #475144] |
Mon, 13 September 2010 05:50 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
medstn
Messages: 2 Registered: August 2010 Location: Tunis
|
Junior Member |
|
|
hello,
We have OAS10g installed on HP-UX B.11.11.
we have three reports server initiated.
All things used to work fine still Wednesday morning: we noticed that two reports servers are starting and crashing repetitively.
we made no changes, no configuration modification.
Any solution please?
Thanks.
|
|
|
Re: reports server starting and crashing [message #475203 is a reply to message #475144] |
Mon, 13 September 2010 13:04 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
There's not really much that you told us, but my first course of action would be to look at the log files.
And here's one out of leftfield. Shutdown the reports server through the gui and bring it up via unix command line. That's what we have to do.
|
|
|
Re: reports server starting and crashing [message #475274 is a reply to message #475203] |
Tue, 14 September 2010 02:15 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
medstn
Messages: 2 Registered: August 2010 Location: Tunis
|
Junior Member |
|
|
I took at log files but there is nothing special inside.
under $ORACLE_HOME/reports/logs, I can find three logs:
1- rwserver.log: nothing special, it only mentions that the report server is shutting down and starting:
"
*** 2010/9/13 1:28:5:292 -- Reports Server started up engine rwEng-0
*** 2010/9/13 1:41:52:730 -- Shutting down engine rwEng-0
*** 2010/9/13 1:41:52:731 -- Reports Server shut down engine rwEng-0
*** 2010/9/13 1:42:19:687 -- Reports Server started up engine rwEng-0
*** 2010/9/13 1:46:33:606 -- Shutting down engine rwURLEng-0
"
2-rwEng-0.trc: i can find outputs like the folowing:
"
_list={
com.inprise.vbroker.orb.CDRBufferChunk{_CHUNK_SIZE=4096, dataStartOffset=0, dataEndOffset=12 next==null?true, data={[0]:G (71), [1]:E (69), [2]:T (84), [3]: (32), [4]:/ (47), [5]: (32), [6]:H (72),
[7]:T (84), [8]:T (84), [9]:p (80), [10]:/ (47), [11]:1 (49), }
}
com.inprise.vbroker.GIOP.InputStream{length()=12, _align=0 offset = 4 _offsetInChunk = 4 _alignOffset=0 _current_Align=4 _lengthToCurrent=0 dataoffset=0 _current=com.inprise.vbroker.orb.CDRBufferChunk
{_CHUNK_SIZE=4096, dataStartOffset=0, dataEndOffset=12 next==null?true, data={[0]:G (71), [1]:E (69), [2]:T (84), [3]: (32), [4]:/ (47), [5]: (32), [6]:H (72), [7]:T (84), [8]:T (84), [9]:p (80), [1
0]:/ (47), [11]:1 (49), }_chunkStack=null
java.lang.Throwable
at com.inprise.vbroker.orb.CDRInputStream.crash(CDRInputStream.java:459)
at com.inprise.vbroker.orb.CDRInputStream.toString(CDRInputStream.java:470)
at java.lang.String.valueOf(String.java:2398)
at java.io.PrintStream.print(PrintStream.java:462)
at java.io.PrintStream.println(PrintStream.java:599)
at com.inprise.vbroker.GIOP.MessageFactory.readMessage(MessageFactory.java:61)
at com.inprise.vbroker.GIOP.GiopConnection.receive_message(GiopConnection.java:458)
at com.inprise.vbroker.IIOP.ProtocolConnection.receive(ProtocolConnection.java:153)
at com.inprise.vbroker.IIOP.ProtocolConnection.receive_request(ProtocolConnection.java:125)
at com.inprise.vbroker.IIOP.ServerProtocolAdapter.readMessage(ServerProtocolAdapter.java:71)
at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:92)
at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
}
3- rwURLEng-0.trc: same outputs as the previous log file
if you know other an log file that can be useful please mention it.
even after we Shutdown the reports server through the gui and bring it up via unix command line, the probklem is not resolved.
thanks.
[EDITED by LF: disabled smilies]
[Updated on: Tue, 14 September 2010 04:01] by Moderator Report message to a moderator
|
|
|