Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebLogic 5.1 crashing on Solaris 8

Status
Not open for further replies.

splitting10

Programmer
Dec 5, 2001
17
US
I have installed WebLogic 5.1 on Solaris 8 and it keeps crashing. It can be restarted but seems to keep crashing during times of high use (9-10am and 1-2pm). The java process for WebLogic will create a 90+ MB core file and terminate. The error messages from the stdout of the startWebLogic.sh script are ...


SIGBUS 10 bus error
si_signo [10]: BUS
si_errno [0]:
si_code [1]: BUS_ADRALN [addr: 0xf9453b9d]

stackpointer=F3920BE8

Inconsistent thread : best efforts attempt (may fail)
"NwWriter" (TID:0x10986f0, sys_thread_t:0x1098628, state:CW, thread_t: t@549, threadID:0xf2641d70, stack_bottom:0xf2641d70, stack_size:0x1fd70) prio=5

[1] java.lang.Object.wait(Object.java:424)
[2] bea.jolt.OutQ.getFromQ(OutQ.java:77)
[3] bea.jolt.NwWriter.run(NwHdlr.java:3993)
-------------------

Inconsistent thread : best efforts attempt (may fail)
"NwReader" (TID:0x109a0d8, sys_thread_t:0x109a010, state:R, thread_t: t@548, threadID:0xf2671d70, stack_bottom:0xf2671d70, stack_size:0x1fd70) prio=5

[1] java.net.SocketInputStream.socketRead(Native Method)
[2] java.net.SocketInputStream.read(SocketInputStream.java:85)
[3] java.io.DataInputStream.readFully(DataInputStream.java:155)
[4] bea.jolt.NwReader.run(NwHdlr.java:3644)



Any suggestions?

Thanks

Bruce

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top