> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: RE: startup script not working > > Caused by: java.lang.NoSuchMethodError: > javax.management.ObjectName.quote(Ljava/lang/String;)Ljava/lang/String;
It looks like you're trying to use Tomcat 5.5.7 with a 1.4 JDK. You can either install a 5.0 JRE (or 1.5 JDK), or download and use the compat.zip package from the Tomcat download area. See RUNNING.txt for details. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
