bug report

2001-09-26 Thread Patrick . Pierra
Hi! I've just install Tomcat 4.0 on WinNT4 with an installer package (.exe). When i launch Tomcat Start i recieve an error : A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpret

bug report

2001-01-03 Thread Vincent Chen
Hi, I wanna to run tomcat as NT service, so I download jk_nt_service.exe and update wrapper.properties as stated in the document (NT-Service.-howto.html). My JDK is installed in e:/Program Files/JavaSoft/jdk1.3, and when I start Jakarta service, it shows error in log file: java.lang.NoClassDefFou

Bug report

2001-01-17 Thread Zsolt Koppany
Hi, I use tomcat-3.2.1 under Linux and found probably a bug. When the request is longer then 2048 bytes tomcat produces an ArroyIndexOutOfBoundExceptions in HttpRequestAdapter.parseHeaderFiled. After I changed bufSize = 2048 to 10240 the error does not appear (my request is shorter). I tried to f

RE: bug report

2001-09-26 Thread JTurner
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: bug report Hi! I've just install Tomcat 4.0 on WinNT4 with an installer package (.exe). When i launch Tomcat Start i recieve an error : A nonfatal internal JIT (3.10.107(x))

Tomcat BUG REPORT

2000-11-21 Thread vidhyasagar
hi,   When I Restart TOMCAT .. I get a JIT error (not very often..)..   Apache Tomcat/4.0-devA nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation target' has occurred in :  'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.   what May be the

Re: bug report

2001-01-03 Thread kalai selvan
This is nothing to do with Tomcat. Actually, the classpath can't be set for a name having a space in it.i.,e   C:\Program Files\Demo Kits1.2.3 That's all. regds kalaiselvan software engineer   Vincent Chen wrote: Hi, I wanna to run tomcat as NT service, so I download jk_nt_service.exe and update

Re: Bug report

2001-01-17 Thread Geoff Lane
Does this happen on both a POST and a GET? That 2048 limit is Netscape limit for GETs I think also (if I recall correctly). Does seem like a potential problem though . . . Zsolt Koppany wrote: > > Hi, > > I use tomcat-3.2.1 under Linux and found probably a bug. When the > request is longer then

Re: Bug report

2001-01-17 Thread Zsolt Koppany
The problem happens at the . After changing 2048 to 10240, IE and Netscape work correctly. Additionaly: in the tomcat source code I do see that it is tried to increase the buffer, but it just does not work. Geoff Lane wrote: > > Does this happen on both a POST and a GET? > That 2048 limit is N

Re: Tomcat BUG REPORT

2000-11-22 Thread Craig R. McClanahan
vidhyasagar wrote: > hi, When I Restart TOMCAT ..I get a JIT error (not very often..).. Apache > Tomcat/4.0-dev > A nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation > t > arget' has occurred in : > 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting m

Bug Report: ClassCastException in ContextConfig.java

2001-04-11 Thread Klaus Sonnenleiter
I'm not sure if this is the proper place to log a bug report - if not, let me know where... I am running the Embedded tomcat with both B3 and the latest nightly build. Upon calling the start() method, I'm getting a ClassCastException in ContextConfig.java. A closer look at tha

[bug report] servlet's twice calling

2001-04-24 Thread 박성수
os : unix & windows 2000 servlet container : tomcat 3.2.1 release For the two implementations presented below, requests submitted from the file fileupload.html call up fileUpload2.jsp twice. The file fileUpload2.jsp is called only once when fileupload.html submits a request on other serle

Re: [bug report] servlet's twice calling

2001-04-25 Thread David Wall
Well, I'm using 3.2.2beta, but we do file uploads and don't see double postings at all. It would seem like a serious problem, though, to have double POST calls done since that would result in two transactions. I have seen the opposite, though, when serving up a file that was uploaded, I've noted

RE: [bug report] servlet's twice calling

2001-04-26 Thread Alexander Jesse
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:45 PM To: [EMAIL PROTECTED] Subject: Re: [bug report] servlet's twice calling Well, I'm using 3.2.2beta, but we do file uploads and don't see double postings at all. It would seem like a serious problem,

Re: Bug Report: ClassCastException in ContextConfig.java

2001-04-30 Thread Craig R. McClanahan
On Wed, 11 Apr 2001, Klaus Sonnenleiter wrote: > I'm not sure if this is the proper place to log a bug report - if not, let > me know where... > > I am running the Embedded tomcat with both B3 and the latest nightly build. > Upon calling the start() method, I'm get

Bug report for Windows http connector?

2002-05-21 Thread Scott Judd
Does anyone know of a bug report that has been submitted for the faulty http connector on Tomcat 4? After browsing the bug report database, I didn't see anything, and I'd prefer not to make a redundant submission if there's already an open case. scott

Re: Bug report for Windows http connector?

2002-05-21 Thread Scott Judd
Tuesday, May 21, 2002 3:43 PM Subject: Bug report for Windows http connector? Does anyone know of a bug report that has been submitted for the faulty http connector on Tomcat 4? After browsing the bug report database, I didn't see anything, and I'd prefer not to make a redundant submiss

BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Ah. I see it. It's a bug in tomcat.bat The start option in tomcat.bat sets the global CLASSPATH variable, but does not use the command-line option on the "start java" command to pass it to the JVM. The script expects the new shell to inherit the CLASSPATH settings, as it would in Unix. In wind

bug report: tomcat isapi_redirect not closing http connection

2001-08-24 Thread Karel Haeck
Hi, I have a problem with integration tomcat 3.2.1 with IIS. The setup works ok, but when a try a servlet or jsp the server does not close the HTTP connection socket, making the browser (IE) showing a hourglass as if there were more data to come. This happens with both the examples and my own se

Re: BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Here is the change I made to tomcat.bat to solve the problem: :startServer echo Starting tomcat in new window start %TOMCAT_HOME%\bin\tomcat run goto cleanup Eric Armstrong wrote: > > Ah. I see it. It's a bug in tomcat.bat > > The start option in tomcat.bat sets the global > CLASSPATH variab

Odd Tomcat Error Messages - "please file a bug report"

2001-05-09 Thread Frank Lawlor
Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPerror: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi). 1 error java.lang.Throwable(java.lang.String) java.lang.Exception(java.lang.String

RE: Odd Tomcat Error Messages - "please file a bug report"

2001-05-09 Thread Randy Layman
This error message is actually the JVM. What has happened is the JVM has detected an error, but it can't figure out why it happened or how to recover, so it gives up and asks you to file a bug report. You don't say, but I would guess that you are using Sun's JVM on L

An error has occurred in the compiler; please file a bug report

2001-01-12 Thread Bob Jones
has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi). 1 error at org.apache.jasper.compiler.Compiler.compile(Compiler.java:254) at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:462)  Thanks in advance Bob Jones[EMAIL PROTECTED]

RE: WinNT 4.0, Apache 1.3.14, tomcat 3.2.1, mod_jk - EXISTING BUG REPORT FOUND

2001-01-22 Thread Debra Locke
fyi - A co-worker found a bug reported back in December which is the cause of my problem. Bug Report #578 (RequestDispatcher includes automatically commit response). Regards, Debbie -Original Message- From: Debra Locke [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 11:26 AM