Re: Unable to store a session with Tomcat 7 linux and Internet Explorer

2011-02-04 Thread Brian Cross
org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false as Mark suggested, and that fixed it right up. Thanks again. --Brian. On 2/4/2011 5:35 PM, Mark Thomas wrote: On 04/02/2011 22:02, Brian Cross wrote: Hello Tomcat experts, I am looking at going from Tomcat 6 to 7 on Linux and ran into a strange issue. I cannot get an http session

Mem Leak / Too Many ServerCookie instances?

2007-02-23 Thread Brian Cross
Hello, I have been trying to figure out the cause of a memory leak in my web application that causes java.lang.OutOfMemoryError: GC overhead limit exceeded and java.lang.OutOfMemoryError: Java heap space errors. This happens about once a day after heavy load. I am using dumps from jmap and

Re: Tomcat randomly hangs

2007-01-26 Thread Brian Cross
I have not tried this since it said this applied only to 2.4 kernels, but I am willing to try anything at this point, thanks! Zsolt Koppany wrote: Did you try: export LD_ASSUME_KERNEL=2.2.5 or export LD_ASSUME_KERNEL=2.4.1 tomcat start Zsolt -Original Message- From: Brian

Re: Tomcat randomly hangs

2007-01-26 Thread Brian Cross
Good idea, I have not tested the memory. The only tool I found was memtest86 but it looks like you need access to the machine to use it. Unfortunately the machine is in another state and I just manage it via ssh. I will see if I can find any other tools that I can run via ssh. Thanks.

Re: Tomcat randomly hangs

2007-01-26 Thread Brian Cross
session open and just took out the LD_ASSUME_KERNEL line which fixed it, but that was a close one. I just wanted to warn anyone that has a 2.6 kernel not to try this. Thanks. Brian Cross wrote: I have not tried this since it said this applied only to 2.4 kernels, but I am willing to try anything

Re: Tomcat randomly hangs - new info

2007-01-26 Thread Brian Cross
to look for. I realize this is almost certainly not a tomcat issue so I won't post anymore about it, but I thought I would just give an update. Thanks for all the suggestions. --Brian. Brian Cross wrote: Hello and thanks in advance for any advice. We have Tomcat 5.5.20 running standalone

Tomcat randomly hangs

2007-01-25 Thread Brian Cross
Hello and thanks in advance for any advice. We have Tomcat 5.5.20 running standalone on the following system: Dual AMD Opteron 4 gig of memory Debian Linux 2.6.8 amd64 smp kernel latest sun java 1.5, 1.6, ibm 1.5 (happens on all 3 VM's) Tomcat 5.5.20 (originally happened on 5.5.16, upgrade

Re: Tomcat randomly hangs

2007-01-25 Thread Brian Cross
these threads are doing. Maybe this is a clue? Thanks! --Brian. Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Brian Cross wrote: I would really appreciate any advice, I really don't know where to go from here to try and figure it out. If I can't figure it out soon

Re: Tomcat randomly hangs

2007-01-25 Thread Brian Cross
Thanks for the suggestion Stefan. Yes I have run JConsole and will look at it some more. When the hang happens JConsole stops responding as well. Stefan Baramov wrote: Since you all are using Java 5 why do you try to enable JMX. JConsole could give you a good insight on threads. It could