bug #21252

2003-09-02 Thread Dmitry Beransky
Hi, I've run into the same problem as described by http://issues.apache.org/bugzilla/show_bug.cgi?id=21252 (I'm using Tomcat 4.1.27). The bug report's comments say that this issue has been fixed. Anyone knows in what version? Thanks Dmitry Here's the error message I'm getting:

RE: bug #21252

2003-09-02 Thread John Corrigan
: bug #21252 Hi, I've run into the same problem as described by http://issues.apache.org/bugzilla/show_bug.cgi?id=21252 (I'm using Tomcat 4.1.27). The bug report's comments say that this issue has been fixed. Anyone knows in what version? Thanks Dmitry Here's the error message I'm getting

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
At 12:03 PM 9/2/2003, you wrote: I'm assuming that you are running under windows since you didn't specify the environment. What is that path to the jvm.dll being used by Tomcat? Yep, that bug is indeed windows specific. The JDK path is c:\java\j2sdk1.4.1_02. I'm launching Tomcat from inside

RE: bug #21252

2003-09-02 Thread John Corrigan
Have you tried placing the values for the switches inside quotes? Since your paths contain spaces that would seem to be an issue. -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:21 PM To: Tomcat Users List Subject: RE: bug #21252

Re: bug #21252

2003-09-02 Thread Marco Tedone
, 2003 9:40 PM Subject: RE: bug #21252 Have you tried placing the values for the switches inside quotes? Since your paths contain spaces that would seem to be an issue. -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:21 PM

RE: bug #21252

2003-09-02 Thread Dmitry Beransky
I just moved the tomcat installation to c:\tomcat and that solved the problem. I guess the invocation command was indeed getting too long. I'm fine for now, but the way I structure my dev projects, I'll be adding more paths in the future, so this problem may yet return. Is this solvable at

RE: bug #21252

2003-09-02 Thread John Corrigan
Why is the the location of the JDK a problem here? The endorsed directories and classpath seem to be the problem to me. -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:44 PM To: Tomcat Users List Subject: Re: bug #21252 Yes