--- Magnus Jansson <[EMAIL PROTECTED]> wrote:
> Hi!!!
> 
> I'm quite new to jsp and java and I would like to
> know how to "decode" the error messages that I
> receive.
> 
> And for now this particular error message
> 
> java.lang.VerifyError: (class:
> interbase/interclient/ErrorKey, method:  signature:
> ()V) Expecting to find object/array on stack
>       at
>
interbase.interclient.EscapeProcedureCallParser.parse(EscapeProcedureCallParser.java,
> Compiled Code)
>       at
>
interbase.interclient.EscapeProcessor._$150216(EscapeProcessor.java,
> Compiled Code)
>       at
>
interbase.interclient.EscapeProcessor.doEscapeProcessing(EscapeProcessor.java,
> Compiled Code)
>       at
>
interbase.interclient.PreparedStatement.(PreparedStatement.java:104)
>       at
>
interbase.interclient.CallableStatement.(CallableStatement.java:261)
>       at
>
interbase.interclient.Connection.prepareCall(Connection.java:572)
>       at
>
matsedel.input.updatematsedel_8._jspService(updatematsedel_8.java:84)
>       at
>
org.apache.jasper.runtime.HttpJspBase.service(Unknown
> Source)
>       at
>
javax.servlet.http.HttpServlet.service(HttpServlet.java,
> Compiled Code)
>       at
>
org.apache.tomcat.facade.ServletHandler.doService(Unknown
> Source)
>       at org.apache.tomcat.core.Handler.invoke(Unknown
> Source)
>       at org.apache.tomcat.core.Handler.service(Unknown
> Source)
>       at
>
org.apache.tomcat.facade.ServletHandler.service(Unknown
> Source)
>       at
>
org.apache.tomcat.core.ContextManager.internalService(Unknown
> Source)
>       at
>
org.apache.tomcat.core.ContextManager.service(Unknown
> Source)
>       at
>
org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Unknown
> Source)
>       at
>
org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown
> Source)
>       at
>
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
> Source)
> 
> 
> - - - - - - - - - - - - - - - - - - - - - - - - - -
> - - - - - - - - - - - - - - - - - - - 
> Magnus Jansson
> IT-Manager
> Väddö folkhögskola
> 760 40 Väddö
> Sweden
> 
> Phone: +46 (0) 176-528 00
> Cellular: +46 (0) 70-370 33 16
> Fax: +46 (0) 176-528 28
> http://www.vaddo.fhsk.se (work)
> http://www.jason.pp.se (private)

VerifyError means the JVM thinks there's
something wrong with the class file, basically.
Maybe you need to recompile everything from
scratch, make sure the class files in the
classpath are the right ones, etc. Which VM
and which compiler are you using?

--Jose



__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to