From: SourceForge.net <no...@so...> - 2007-12-31 14:54:49
|
Bugs item #1224289, was opened at 2005-06-20 18:50 Message generated for change (Settings changed) made by eelco12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1224289&group_id=118870 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: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: InvocationTargetException with Jetty Plus configuration Initial Comment: I'm using: Win XP SP2, Eclipse 3.02, JettyLauncher 1.3.0 and Jetty 5.1.3 (using jetty-all download) when I create a launchconfig with jetty plud I get the following exception: log4j:WARN Please initialize the log4j system properly. java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:221) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) Caused by: java.io.IOException: Jetty configuration problem: java.lang.NullPointerException at org.mortbay.jetty.Server.<init>(Server.java:113) Backing off a bit I create a launch config pointing at the JETTY_HOME/etc/jetty.xml file and it worked. Next I tried a luanch config pointing at JETTY_HOME/extra/etc/jettyplus.xml and got the same exception. It looks like JettyLauncher expects a certain constructor which is no longer there or is no longer accessible . I noticed the bug in April/May with Jetty 5.1.2 marked as closed which looks exactly the same as this one. I even added the -DSTART=extra/etc/start-plus.config to the launcher arguments and still got the same error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1224289&group_id=118870 |