Well - in my case it was korn shell script running under tcsh.
So when I was closing last "tail -f logfile" it actually somehow was stopping appserver.
It could be memory issue in your case. Add some more memory using "-mx" or "-Xmx" option.
Originally posted by yogi naravane:
I am using weblogic6.1 on hp-ux platform.
while running the application the weblogic server
shutdowns without any warning or logs
is there any method to know the reason??
thnx in advance