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/25 17:10:57 UTC

Application startup error - TOMCAT 5.0.28 / 1.5

Hello All,
One of my webApps is throwing the following exception;

java.lang.ClassFormatError: 
Illegal UTF8 string in constant pool in class file
org/hibernate/hql/ast/ErrorCounter

I have checked the UTF8 strings; nothing has changed and the app has been
running without issue.

Any ideas are greatly appreciated

Dwight 


---------------------------------------------------------------------
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: Application startup error - TOMCAT 5.0.28 / 1.5

Posted by Rashmi Rubdi <ra...@gmail.com>.
On 4/25/07, Dwight Farris <df...@email.arizona.edu> wrote:
> Hello All,
> One of my webApps is throwing the following exception;
>
> java.lang.ClassFormatError:
> Illegal UTF8 string in constant pool in class file
> org/hibernate/hql/ast/ErrorCounter
>
> I have checked the UTF8 strings; nothing has changed and the app has been
> running without issue.


It could also be the UTF-8 Byte Order Mark characters , they are
normally not visible in plain text editors but can be spotted in Hex
editors.


>
> Any ideas are greatly appreciated
>
> Dwight
>
>
> ---------------------------------------------------------------------
> 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