Sun Java System Application Server Standard stops responding for no reason

Dear Sun Users and Support.

We ran into an issue that we can't find any cause for. For some reason our Sun Java System Application Server 8.2 Standard stops responding to HTTP calls. Even Admin console can't be invoked. The server by itself appears to be running according to the Windows Services window.

It happens very rarely but once it happens the server needs to be restarted.

There are no logs in the log files.

This happens to multiple Sun Servers at the same time (As if some kind of timer shuts them off).

The servers run on Windows Server 2003.

Any help would be greatly appreciated.

These servers are in the production environment and have expected uptime of 99.9%.

Thank you.

[746 byte] By [DmitriF] at [2007-11-26 8:50:46]
# 1

This has happened to us a couple of times and it was caused by Windows running out of TCP/IP connections. Next time it happens do a "netstat -an" to see if you have an extremely large amount of connections in time-wait state.

If you do this is probably the culprit and I'm sorry to say that I don't know of a cure. From what I've heard (objection your honour, hearsay!) this is caused by bugs in Windows TCP/IP stack.

If you require a 99.9% uptime you should perhaps consider switching to Linux or Unix. I know, easier said than done!

Hope this helps,

Gunnar

GunnarGrim at 2007-7-6 22:42:05 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
I am also running windows xp on a dell laptop. Tried installing sun appserver 9.0 with net beans 5.5 - freezes around 93%. I had to kill it...I did netstats -an Shows some 7 connections in TIME_WAIT state....would appreciate any help...ThanksSrini
srinimv at 2007-7-6 22:42:05 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
Hi,can you do a netstat -an| grep 8080 when this happens. Also, which VM are you using. You might be suffering: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6215050Can you also add your http-listener configuration from domain.xml?Thanks--
jfarcand at 2007-7-6 22:42:05 > top of Java-index,Application & Integration Servers,Application Servers...
# 4

> Hi,

>

> can you do a netstat -an| grep 8080 when this

> happens. Also, which VM are you using. You might be

> suffering:

>

> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=621

> 5050

>

> Can you also add your http-listener configuration

> from domain.xml?

>

> Thanks

>

> -- Jeanfrancois

Thank you for your reply. The JVM version we use is 1.5.

DmitriF at 2007-7-6 22:42:05 > top of Java-index,Application & Integration Servers,Application Servers...
# 5
Thank you very much for the pointer. We will try it next time the server stops responding. If it fixes the issue I will post that to this thread.
DmitriF at 2007-7-6 22:42:05 > top of Java-index,Application & Integration Servers,Application Servers...