Re: java.lang.VerifyError Wrong return type in function

2006-01-12 Thread Ole Chr Langfjæran
Found the problem/solution. The error occurs because Tomcat uses java 5.0 while the servlet has been compiled with java 1.4. Compiling the servlet with 5.0 resulted in a much nicer log! Ole Chr Langfjæran wrote: My servlet seems seemingly to work just fine, but running through the log I&#x

Re: Tomcat unusable when logging set to debug mode

2006-01-10 Thread Ole Chr Langfjæran
How about editing your log4j.properties file and adding the following?: log4j.logger.org.apache=INFO [EMAIL PROTECTED] wrote: Hi all! Because of a mistake in writing in my log4j configuration logging has been set to debug mode. When deploying the webapp Tomcat began to log thousands of debug

java.lang.VerifyError Wrong return type in function

2006-01-10 Thread Ole Chr Langfjæran
My servlet seems seemingly to work just fine, but running through the log I've found a whole bunch of FATAL errors. They also seem to have risen without me envoking the servlet and the classes involved are nothing but apache. What could it be? Errorlog: java.lang.VerifyError: (class: org/apac