Bugs item #1512244, was opened at 2006-06-25 21:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1512244&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tomi Schuetz (tomidev) Assigned to: Nobody/Anonymous (nobody) Summary: Jetty Configuration Problem Initial Comment: Hi all As mentioned in http://sourceforge.net/tracker/index.php?func=detail&aid=1512177&group_id=119783&atid=684975 and http://sourceforge.net/tracker/index.php?func=detail&aid=1496136&group_id=119783&atid=684975 the current quickstart doesn't include the jetty webserver. I downloaded jetty by calling: mvn install After starting Start.main(), I got the following error: 21:10:24.390 WARN!! java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:518) at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:231) at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:163) at org.mortbay.jetty.Server.<init>(Server.java:89) at wicket.quickstart.Start.main(Start.java:60) Caused by: java.lang.NoClassDefFoundError: javax/servlet/UnavailableException at org.mortbay.jetty.Server.newWebApplicationContext(Server.java:185) at org.mortbay.jetty.Server.addWebApplication(Server.java:217) at org.mortbay.jetty.Server.addWebApplication(Server.java:200) ... 9 more getTargetException(): java.lang.NoClassDefFoundError: javax/servlet/UnavailableException at org.mortbay.jetty.Server.newWebApplicationContext(Server.java:185) at org.mortbay.jetty.Server.addWebApplication(Server.java:217) at org.mortbay.jetty.Server.addWebApplication(Server.java:200) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:518) at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:231) at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:163) at org.mortbay.jetty.Server.<init>(Server.java:89) at wicket.quickstart.Start.main(Start.java:60) FATAL - Start - Could not start the Jetty server: java.io.IOException: Jetty configuration problem: java.lang.reflect.InvocationTargetException I changed the configuration in Start.java, line 55-56 URL jettyConfig = new URL("file:src/main/resources/jetty-config.xml"); by pointing to an absolut path, but I get the same error. Thanks in advance. Best regards, Tomi ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1512244&group_id=119783 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop