OX 5 errors

View: New views
3 Messages — Rating Filter:   Alert me  

OX 5 errors

by Adrian von Bidder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Recently, we've started to see frequent out of memory errors in Tomcat --
see below.  Usually after about 4 days running (~100 users, with about 20
to 60 sessions open simultaneously.)

This is on a OX 5 + SLES 9 system; current work around obviously is to
reboot daily, but this is not really acceptable.

Where can I look next?  What parts of the configuration should I look at /
tweak?

++
Jul 10, 2008 12:36:07 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
org.apache.jk.common.SocketConnection@1479225, terminating thread
Jul 10, 2008 12:34:59 PM org.apache.coyote.tomcat5.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request
processing
java.lang.OutOfMemoryError
Jul 10, 2008 12:35:18 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
org.apache.jk.common.SocketConnection@86d5e2, terminating thread
++

Versions:
open-xchange-0.8.8-14
open-xchange-adminweb-1.4.0-4
open-xchange-daemons-1.4.0-8
apache2-jakarta-tomcat-connectors-5.0.19-29.8
jakarta-tomcat-5.0.19-29.8

Any more data required?

cheers & thanks in advance
-- vbi

--
Anyone can invent a security system that he himself cannot break.
        -- Schneier's Law

_______________________________________________
User mailing list
User@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/user

RE: OX 5 errors

by Dionisio Antón :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Adrian,

See the knowledge in Open-Xchange portal about "Tomcat work around" and
"registered.request=false"

Best regards,

-----Mensaje original-----
De: Adrian von Bidder [mailto:avbidder@...]
Enviado el: miércoles, 30 de julio de 2008 15:24
Para: user@...
Asunto: [OX User] OX 5 errors

Hi,

Recently, we've started to see frequent out of memory errors in Tomcat
--
see below.  Usually after about 4 days running (~100 users, with about
20
to 60 sessions open simultaneously.)

This is on a OX 5 + SLES 9 system; current work around obviously is to
reboot daily, but this is not really acceptable.

Where can I look next?  What parts of the configuration should I look at
/
tweak?

++
Jul 10, 2008 12:36:07 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
org.apache.jk.common.SocketConnection@1479225, terminating thread
Jul 10, 2008 12:34:59 PM org.apache.coyote.tomcat5.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the
request
processing
java.lang.OutOfMemoryError
Jul 10, 2008 12:35:18 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
org.apache.jk.common.SocketConnection@86d5e2, terminating thread
++

Versions:
open-xchange-0.8.8-14
open-xchange-adminweb-1.4.0-4
open-xchange-daemons-1.4.0-8
apache2-jakarta-tomcat-connectors-5.0.19-29.8
jakarta-tomcat-5.0.19-29.8

Any more data required?

cheers & thanks in advance
-- vbi

--
Anyone can invent a security system that he himself cannot break.
        -- Schneier's Law

_______________________________________________
User mailing list
User@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/user



_______________________________________________
User mailing list
User@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/user

Re: OX 5 errors

by Adrian von Bidder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Wednesday 30 July 2008 15.34:07 Dionisio Antón wrote:
> See the knowledge in Open-Xchange portal about "Tomcat work around" and
> "registered.request=false"

Thanks, will try.

For the peanut gallery and google, since the portal's search function did
not help me at first (seems to be case sensitive search, or a broken full
text index?  In any case, I *did* search for OutOfMemory and this article
didn't come up :-(

in /usr/share/tomcat/bin/catalina.sh
  -> JAVA_OPTS=" -server -ms20M -mx512M "

(important is the -mx value.  We used 1024M since the machine is big enough)

And in /etc/tomcat/base/jk2.properties
  -> request.registerRequests=false

which is said to avoid triggering a memory leak.

cheers
-- vbi

>
> Best regards,
>
> -----Mensaje original-----
> De: Adrian von Bidder [mailto:avbidder@...]
> Enviado el: miércoles, 30 de julio de 2008 15:24
> Para: user@...
> Asunto: [OX User] OX 5 errors
>
> Hi,
>
> Recently, we've started to see frequent out of memory errors in Tomcat
> --
> see below.  Usually after about 4 days running (~100 users, with about
> 20
> to 60 sessions open simultaneously.)
>
> This is on a OX 5 + SLES 9 system; current work around obviously is to
> reboot daily, but this is not really acceptable.
>
> Where can I look next?  What parts of the configuration should I look at
> /
> tweak?
>
> ++
> Jul 10, 2008 12:36:07 PM
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
> SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
> org.apache.jk.common.SocketConnection@1479225, terminating thread
> Jul 10, 2008 12:34:59 PM org.apache.coyote.tomcat5.CoyoteAdapter service
> SEVERE: An exception or error occurred in the container during the
> request
> processing
> java.lang.OutOfMemoryError
> Jul 10, 2008 12:35:18 PM
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run
> SEVERE: Caught exception (java.lang.OutOfMemoryError) executing
> org.apache.jk.common.SocketConnection@86d5e2, terminating thread
> ++
>
> Versions:
> open-xchange-0.8.8-14
> open-xchange-adminweb-1.4.0-4
> open-xchange-daemons-1.4.0-8
> apache2-jakarta-tomcat-connectors-5.0.19-29.8
> jakarta-tomcat-5.0.19-29.8
>
> Any more data required?
>
> cheers & thanks in advance
> -- vbi



--
This is what open source software is all about: creating knockoffs and
giving them away, destroying the value of whatever the other guy is
selling.
        -- Danyel Lyons, Forbes

_______________________________________________
User mailing list
User@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/user