Re: java.lang.VerifyError

2001-09-13 Thread Jurgen Lust

OK, I got it working. I was using j2sdk1.3 from Blackdown. Now i replaced 
that with the jdk1.1 package from Debian and it seems to work.

Thanks!

Jurgen Lust
Ghent University
St.-Pietersnieuwstraat 136
9000 Gent
Belgium
[EMAIL PROTECTED]

On Thursday 13 September 2001 18:38, you wrote:
> My only other question is what version of the jdk are you using? If
> updating that wouldn't help at all, I'm not sure what to do... are you
> using the package that comes with debian, or have you downloaded it
> separately? As I've seen Cocoon 2 work on debian... and I'm pretty sure
> I know somebody who got the original package working on debian.
>
> Liam Morley
>
> -Original Message-
> From: Jurgen Lust [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 12, 2001 4:25 AM
> To: [EMAIL PROTECTED]
> Subject: java.lang.VerifyError
>
> Hi,
>
> I installed cocoon on my Debian box this week and it works fine for xslt
>
> processing and for FO and DCP. However, when i try to load xsp page, I
> get
> the following error:
>
> java.lang.VerifyError: (class:
> org/apache/cocoon/processor/xsp/XSPProcessor$PageEntry, method:
> setLogicsheets signature: (Ljava/util/Vector;)V) Illegal use of
> nonvirtual
> function call
> at
> org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java)
> at org.apache.cocoon.Engine.handle(Engine.java)
> at org.apache.cocoon.Cocoon.service(Cocoon.java)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java)
> at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java)
> at org.apache.tomcat.core.Handler.service(Handler.java)
> at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java)
> at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav
> a)
> at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java)
> at
> org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnec
> tion(Ajp13ConnectionHandler.java)
> at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java)
> at java.lang.Thread.run(Thread.java:484)
>
> I'm using Cocoon 1.8-1, xerces 1.4.3, xalan 1.2.2 and tomcat 3.2.3 with
> Apache 1.3.20 with mod_jk. I've already checked that there is no other
> JAXP
> jar file in my classpath.
>
> Does anyone know what I might be doing wrong?
>
> Thanks,
>
> Jurgen Lust
> Ghent University
> St.-Pietersnieuwstraat 136
> 9000 Gent
> Belgium
> [EMAIL PROTECTED]
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: java.lang.VerifyError

2001-09-13 Thread Jeff Turner

On Wed, Sep 12, 2001 at 11:25:26AM +0200, Jurgen Lust wrote:
> Hi,
> 
> I installed cocoon on my Debian box this week and it works fine for xslt 
> processing and for FO and DCP. However, when i try to load xsp page, I get 
> the following error:
> 
> java.lang.VerifyError: (class: 
> org/apache/cocoon/processor/xsp/XSPProcessor$PageEntry, method: 
[snip] 
> I'm using Cocoon 1.8-1, xerces 1.4.3, xalan 1.2.2 and tomcat 3.2.3 with 
> Apache 1.3.20 with mod_jk. I've already checked that there is no other JAXP 
> jar file in my classpath.

Aha, but if you're Debian's java package (j2sdk1.3), it does evil things
to your classpath without even telling you. Check you have nothing that
could conflict in your /usr/share/java/repository directory.

--Jeff

> Does anyone know what I might be doing wrong?
> 
> Thanks,
> 
> Jurgen Lust
> Ghent University
> St.-Pietersnieuwstraat 136
> 9000 Gent
> Belgium
> [EMAIL PROTECTED]

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: java.lang.VerifyError

2001-09-13 Thread Liam Morley

My only other question is what version of the jdk are you using? If
updating that wouldn't help at all, I'm not sure what to do... are you
using the package that comes with debian, or have you downloaded it
separately? As I've seen Cocoon 2 work on debian... and I'm pretty sure
I know somebody who got the original package working on debian.

Liam Morley

-Original Message-
From: Jurgen Lust [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, September 12, 2001 4:25 AM
To: [EMAIL PROTECTED]
Subject: java.lang.VerifyError

Hi,

I installed cocoon on my Debian box this week and it works fine for xslt

processing and for FO and DCP. However, when i try to load xsp page, I
get 
the following error:

java.lang.VerifyError: (class: 
org/apache/cocoon/processor/xsp/XSPProcessor$PageEntry, method: 
setLogicsheets signature: (Ljava/util/Vector;)V) Illegal use of
nonvirtual 
function call
at 
org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java)
at org.apache.cocoon.Engine.handle(Engine.java)
at org.apache.cocoon.Cocoon.service(Cocoon.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at 
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java)
at org.apache.tomcat.core.Handler.service(Handler.java)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java)
at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav
a)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java)
at 
org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnec
tion(Ajp13ConnectionHandler.java)
at 
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java)
at 
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java)
at java.lang.Thread.run(Thread.java:484)

I'm using Cocoon 1.8-1, xerces 1.4.3, xalan 1.2.2 and tomcat 3.2.3 with 
Apache 1.3.20 with mod_jk. I've already checked that there is no other
JAXP 
jar file in my classpath.

Does anyone know what I might be doing wrong?

Thanks,

Jurgen Lust
Ghent University
St.-Pietersnieuwstraat 136
9000 Gent
Belgium
[EMAIL PROTECTED]

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>



-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: java.lang.VerifyError

2001-06-12 Thread Oskar Werewka


check in repository the size of you generated
class, java classes cannot be bigger than 64Kb

- I didn't check if it is true, but read about it there.

Oskar Werewka

>Hello,
>
>   This is in regard to java.lang.VerifyError . I am also experiencing it.
>Scott Jones got relieved of it by using IBM jdk1.3. Should I also do the same
>or is some other way. The message is Illegal target of Jump or branch. Please
>Help. How can we avoid it.
>
>Parvinder.
>
><[EMAIL PROTECTED]>
>
>
>
>Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>



-- 

Ile zarabiasz? Wypelnij ankiete,
dowiesz sie jak zarabiac wiecej [ http://listaplac.onet.pl ]


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>