URGENT: Hanging HTTP session crash Domino server

In a web application we have moved quite a few of QueryOpen and QuerySave agents to Java, and now our Domino server is having problems. After a while it stops responding, and we have to quit it.

When we do, we get a gozillion messages, that the server is waiting for a HTTP session to finish:

HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [65267]

The funny thing is, that most of these sessions do not have Java QueryOpen or QuerySave agents. It seems that something we did is causing EVERY http session [even if it has a LotusScript agent] to stay open.

These sessions are not even in the same database, and have not been touched for months.

Oh yes, and of course we’re only having problems on our production servers. Everything was fine on the test system.

Please help, Miha Vitorovic