You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dwight Farris <df...@email.arizona.edu> on 2007/04/14 01:45:34 UTC

Error message

Has anyone seen an error message similar to the following?

	java.lang.ClassFormatError: Illegal exception table range in class
file org/apache/tomcat/util/buf/ByteChunk

Dwight 
(520) 626-9913
(520) 626-6345 (fax)
(952) 237-0606 (cell)


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Error message

Posted by df...@email.arizona.edu.
Thanks for responding; I am using 1.4.2 with TOMCAT 5.0.28
Dwight

Quoting Martin Gainty <mg...@hotmail.com>:

> Dwight-
>
> Must be too much heat because I havent seen this since IBM J2RE 1.4.2
> Which JDK are you using?
> Which version Tomcat?
>
> M--
> This email message and any files transmitted with it contain confidential
> information intended only for the person(s) to whom this email message is
> addressed.  If you have received this email message in error, please notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy.  Thank you.
>
> ----- Original Message -----
> From: "Dwight Farris" <df...@email.arizona.edu>
> To: "'Tomcat Users List'" <us...@tomcat.apache.org>
> Sent: Friday, April 13, 2007 7:45 PM
> Subject: Error message
>
>
>> Has anyone seen an error message similar to the following?
>>
>> java.lang.ClassFormatError: Illegal exception table range in class
>> file org/apache/tomcat/util/buf/ByteChunk
>>
>> Dwight (520) 626-9913
>> (520) 626-6345 (fax)
>> (952) 237-0606 (cell)
>>
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Error message

Posted by Martin Gainty <mg...@hotmail.com>.
Dwight-

Must be too much heat because I havent seen this since IBM J2RE 1.4.2 
Which JDK are you using?
Which version Tomcat?

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "Dwight Farris" <df...@email.arizona.edu>
To: "'Tomcat Users List'" <us...@tomcat.apache.org>
Sent: Friday, April 13, 2007 7:45 PM
Subject: Error message


> Has anyone seen an error message similar to the following?
> 
> java.lang.ClassFormatError: Illegal exception table range in class
> file org/apache/tomcat/util/buf/ByteChunk
> 
> Dwight 
> (520) 626-9913
> (520) 626-6345 (fax)
> (952) 237-0606 (cell)
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Error message

Posted by Rashmi Rubdi <ra...@gmail.com>.
According to the docs:
http://java.sun.com/javase/6/docs/api/java/lang/ClassFormatError.html
Thrown when the Java Virtual Machine attempts to read a class file and
determines that the file is malformed or otherwise cannot be
interpreted as a class file.

ByteChunk is in tomcat-coyote.jar , replace your JAR with the one from
the distro for your version of TC and see if you still get the error.

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org