Wrong line number in stack trace

2001-11-29 Thread Volker Leidl
Hi all! I repeatedly run into the problem that the stack trace of an exception thrown within a jsp page does not show the appropriate line number. For instance the output of the stack trace says: java.lang.Exception at

AW: Wrong line number in stack trace

2001-11-29 Thread Ralph Einfeldt
An: Tomcat Users List Betreff: Wrong line number in stack trace Hi all! I repeatedly run into the problem that the stack trace of an exception thrown within a jsp page does not show the appropriate line number. For instance the output of the stack trace says: java.lang.Exception

RE: Wrong line number in stack trace

2001-11-29 Thread Arnaud Héritier
Which TC release -Message d'origine- De: Ralph Einfeldt [SMTP:[EMAIL PROTECTED]] Date: jeudi 29 novembre 2001 11:17 À:Tomcat Users List Objet:AW: Wrong line number in stack trace Which JDK do you use ? Never experienced something like that with either IBM's

RE: Wrong line number in stack trace

2001-11-29 Thread Volker Leidl
Sorry, i forgot about that: TC 3.2.3 -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 11:20 AM To: 'Tomcat Users List' Subject: RE: Wrong line number in stack trace Which TC release -Message d'origine- De

RE: Wrong line number in stack trace

2001-11-29 Thread Volker Leidl
, 2001 11:17 AM To: Tomcat Users List Subject: AW: Wrong line number in stack trace Which JDK do you use ? Never experienced something like that with either IBM's JDK or Suns JDK. Was 'class file' just a typo? (It should be the source you looked at) -Ursprüngliche Nachricht- Von

Re: Wrong line number in stack trace

2001-11-29 Thread Shanmugam K
Mr Volker Leidl, I worked on the problem that you posted. I feel that I have found out the cause of the problem that you are facing. I worked on a sample jsp file to get to the root of the problem. What is happening is ? The

RE: Wrong line number in stack trace

2001-11-29 Thread Volker Leidl
imagine what's the use of that behaviour. For me it seems like a bug. Anyway, thanks for your help, Volker. -Original Message- From: Shanmugam K [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 12:52 PM To: Tomcat Users List Subject: Re: Wrong line number in stack trace Mr

AW: Wrong line number in stack trace

2001-11-29 Thread Ralph Einfeldt
[mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 13:52 An: Tomcat Users List; [EMAIL PROTECTED] Betreff: RE: Wrong line number in stack trace Thanks a lot! This is exactly the problem. I also used EditPlus to view the code. Switching to Unix file format in EditPlus solves

RE: Wrong line number in stack trace

2001-11-29 Thread Volker Leidl
Subject: AW: Wrong line number in stack trace AFAIK tomcat only output those characters that are in your JSP. It is not introducing any line feeds on it's own. Is it possible, that the files have been edited (at least once) with different settings for the editor, or under linux

AW: Wrong line number in stack trace

2001-11-29 Thread Ralph Einfeldt
code. I think that tomcats own linefeeds are different from those that are in your java code. -Ursprüngliche Nachricht- Von: Volker Leidl [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 14:59 An: Tomcat Users List Betreff: RE: Wrong line number in stack trace I