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/16 18:41:55 UTC

Database object error?

Does the error below refer to a database object?

	java.lang.ClassFormatError: Signature index 0 in LocalVariableTable
has bad constant type in class file org/apache/commons/dbcp/BasicDataSource

Dwight Farris


---------------------------------------------------------------------
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: Database object error?

Posted by David Smith <dn...@cornell.edu>.
No.... it is most likely from a bad dbcp jar file.  I would recommend 
re-downloading it from Apache's site 
(http://jakarta.apache.org/commons/dbcp) and drop it into your project, 
replacing the existing one.

--David

Dwight Farris wrote:

>Does the error below refer to a database object?
>
>	java.lang.ClassFormatError: Signature index 0 in LocalVariableTable
>has bad constant type in class file org/apache/commons/dbcp/BasicDataSource
>
>Dwight Farris
>
>
>---------------------------------------------------------------------
>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