Hi, I found it, it is in the turbine-2.1.jar itself. So now I don't get why when the application is clearly in the jar (JServUtil gets called from a class in the same jar file!) that it cannot find that class? Any ideas?
What is especially weird is that a T2.1 application on the same box works without a hitch!!!! Identical Turbine-2.1.jar file too. David -----Original Message----- From: David Wynter [mailto:david@;roamware.com] Sent: 15 November 2002 09:49 To: Turbine-User Subject: Horrible Exception, no class def for JServUtils Hi, I have just deployed a T2.1 aplication to a Linux machine and it faisl with a horrible exception. I believe it is missing a jar file, though am not sure how. I have found nothing int he archives on this. It gets: Horrible Exception: java.lang.NoClassDefFoundError: org/apache/jserv/JServUtils at org.apache.turbine.util.parser.DefaultParameterParser.setRequest(DefaultPara meterParser.java:219) at org.apache.turbine.services.rundata.DefaultTurbineRunData.getParameters(Defa ultTurbineRunData.java:502) at org.apache.turbine.Turbine.doGet(Turbine.java:349) It relates to this library import org.apache.jserv.JServUtils; Which jar is this in? Thanks David Wynter roamware Ltd. (+44) (0) 208 922 7539 B. (+44) (0) 7879 605 706 M. [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
