Limit to number of web applications

2004-06-01 Thread Rob Wichterman
I was wondering if there is any type of limit to how many web applications you can run with tomcat. I am only looking at about 5 concurrent users per application. I have 5 deployed right now and was wondering if I should keep deploying or install another tomcat. I am going to eventually need to

Any Known File Descriptor Issue?

2004-05-07 Thread Rob Wichterman
Our system exports multiple files at a time, by export we mean generate the files in pure html and download them. The number of files generated can be anywhere from 10 - unlimited number of html files. The export and html generation works fine as long as we don't run out of file descriptors on the

catalina.out log

2004-04-07 Thread Rob Wichterman
I am getting these odd logs in the Catalina.out. 67928 7830 1 67928 7830 1 I am not sure what they are but I get them often and they always come in groups of three numbers. Thanks,

Odd Memory Problem

2004-04-02 Thread Rob Wichterman
I have been battling a memory problem for a few months now with no luck. I have used profilers and everything else you could imagine. The problem is we have never been able to duplicate it on the testing servers it only happens on production which does not see much load at all (100 users a day).

Garbage Collection

2004-03-30 Thread Rob Wichterman
Can anybody tell me if these look like healthy garbage collections. [GC [ParNew: 3968K-0K(4032K), 0.0132890 secs] 25349K-22156K(56072K), 0.0134572 secs] [GC [ParNew: 3952K-0K(4032K), 0.0086222 secs] 26109K-22649K(56072K), 0.0087891 secs] [GC [ParNew: 3953K-0K(4032K), 0.0092634 secs]

RE: Garbage Collection

2004-03-30 Thread Rob Wichterman
optimizeIt trial version and get a better picture of what is happening. peter Rob Wichterman [EMAIL PROTECTED] wrote: Can anybody tell me if these look like healthy garbage collections. [GC [ParNew: 3968K-0K(4032K), 0.0132890 secs] 25349K-22156K(56072K), 0.0134572 secs] [GC [ParNew: 3952K

Connection is Closed

2004-03-29 Thread Rob Wichterman
I keep receiving a Connection is Closed error in my tomcat localhost_log. After receiving this error I have to restart tomcat to reconnect to oracle. Is there any type of auto reconnect parameter? Thanks,

RE: Connection is Closed

2004-03-29 Thread Rob Wichterman
/ResourceParams /Context /Host /Engine /Service /Server Hope that does the trick. Tom Kochanowicz -Original Message- From: Rob Wichterman [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 7:36 AM To: 'Tomcat Users List' Subject: Connection is Closed I keep receiving

Connection Closed

2004-03-26 Thread Rob Wichterman
I had a weird connection problem with Tomcat4.1.24 today. Here is the error: Mar 26, 2004 8:44:45 AM org.apache.jk.server.JkCoyoteHandler action INFO: RESET I received about 10 of these during which I could not login to my application. The index page came up with out any problems but it

Garbage collector

2004-03-22 Thread Rob Wichterman
I was wondering if anyone had a preference in which garbage collector to use. I am currently using -XX:+UseConcMarkSweepGC but I was wondering which would be considered the best or most commonly used. Thanks

tomcat4.1.30 compiler problem

2004-03-15 Thread Rob Wichterman
Has anyone had a problem with tomcat4.1.30 that was crashing the jvm? I am running Solaris 8 with j2sdk1.4.2_04. Tomcat4.1.24 has no problem compiling the jsp's but 4.1.30 crashes after 4 or 5 compiled pages. I tried different jvm's, patched my OS and even deployed other webapps with the same

Stable Version

2004-03-10 Thread Rob Wichterman
I am trying to get tomcat4.1.30 to work with my webapp. It keeps dying with thefollowing error: This seems to happen while it is compiling the jsp's. Any help would be appreciated. Which release is the most stable? Unexpected Signal : 10 occurred at PC=0xFE2315BC Function=[Unknown.

Tomcat JProfiler

2004-01-09 Thread Rob Wichterman
I setup JProfiler to run on my tomcat and I am running into 2 issues I was hoping someone else has also had. 1. I am passing the JProfiler parameters through my JAVA_OPTS in Catelina.sh and when I also try to set my heap size and/or garbage collection parameters tomcat doesn't seem to

Broken Pipe

2003-12-05 Thread Rob Wichterman
) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:619) at java.lang.Thread.run(Thread.java:534) Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd. Allison Park, PA 15101 Tel

OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
page context java.lang.IllegalStateException: Cannot create a session after the response has been committed 3. JspFactoryImpl: Exception initializing page context java.lang.OutOfMemoryError Any help at all would be greatly appreciated. Thanks, Rob Wichterman

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
the OutOfMemoryError in the log) while it was thrashing to GC stuff by invalidating your sessions. Yoav Shapira Millennium ChemInformatics -Original Message- From: Rob Wichterman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 9:57 AM To: [EMAIL PROTECTED] Subject

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
is that it does not seem to progressively go up but rather spike up with high GC times and the full GC will not clean anything out. Thanks, Rob Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd. Allison Park, PA 15101 Tel: 412-487-7424 Fax: 412-487

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
We have tried setting the heap as high as 1024 with the same results. It actually seemed to make the tomcat die sooner with the higher setting. We currently have an average of 250 logins a day. Thanks, Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd

SEVERE: Error in action code

2003-12-01 Thread Rob Wichterman
:619) at java.lang.Thread.run(Thread.java:534) Thanks, Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd. Allison Park, PA 15101 Tel: 412-487-7424 Fax: 412-487-3355 Email: [EMAIL PROTECTED] Website: file:///C:\Documents%20and%20Settings

RE: Tomcat Dies

2003-11-25 Thread Rob Wichterman
in a collection and not removing them from the collection when they are being invalidated. Thanks Pete -Original Message- From: Rob Wichterman [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 15:44 To: 'Tomcat Users List' Subject: Tomcat Dies I have two tomcat instances each on a separate

RE: Tomcat Dies

2003-11-25 Thread Rob Wichterman
if we higher the heap size won't that just mean it will eventually die when it gets to that limit? Thanks again, Rob Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd. Allison Park, PA 15101 Tel: 412-487-7424 Fax: 412-487-3355 Email: [EMAIL PROTECTED

Tomcat Dies

2003-11-24 Thread Rob Wichterman
I have two tomcat instances each on a separate folder. My problem is that after a few days we get one the following errors in Catalina.out 1. Exception java.lang.OutOfMemoryError: requested 24 bytes for promotion. Out of swap space? 2. SEVERE: Caught exception executing [EMAIL

Upload Problem!!!

2003-11-06 Thread Rob Wichterman
Hello, I have a web application that allows users to upload files on to the server. The problem is when a user uploads a file and closes the browser before the file finished uploading the java process immediately starts to jump past 50% cpu usage. And after a while eventually crashes