You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Skidmore, Walt" <wa...@medinex.com> on 2001/06/07 23:19:26 UTC

Question about startup...

I'm trying to start Tomcat 3.2.2 up without using the included batch files,
but instead using the following line:

java -Dtomcat.home=/usr/local/tomcat org.apache.tomcat.startup.Tomcat -start
&

I'm getting this error, though:

Exception in thread "main"  java.lang.VerifyError: (class:
org/apache/tomcat/request/InvokerInterceptor, method: requestMap
signature:(Lorg/apache/tomcat/core/Request;)I) Incompatible object argument
for function call
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:120)
	at org.apache.tomcat.util.xml.ObjectCreate.start(XmlMapper.java:453)
	at
org.apache.tomcat.util.xml.XmlMapper.matchStart(XmlMapper.java:314)
	at
org.apache.tomcat.util.xml.XmlMapper.startElement(XmlMapper.java:68)
	. . .

Any ideas?  It starts up flawlessly when I use the scripts...