> From: Gupta, Medhavi (GE Healthcare) 
> [mailto:[EMAIL PROTECTED] 
> Subject: Starting Tomcat 5.5.23 gives error in 
> localhost.xxxx-xx-xx.log
> 
> > I have tomcat 5.5.23 binary distribution Windows executable.
> >
> > java.lang.ClassFormatError: Extra bytes at the end of class file
> > listeners/ContextListener

The usual cause of the above is corrupted jar files, often due to using
a Windows FTP client in ASCII (rather than binary) mode to move them.
The Windows FTP client likes to convert any 0x0A bytes (line feed) into
0x0A 0x0D pairs (line feed, carriage return).  Try reinstalling Tomcat
without doing any FTP transfers.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to