From: SourceForge.net <no...@so...> - 2006-04-23 05:49:08
|
Bugs item #1193987, was opened at 2005-05-02 14:03 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&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: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Nullpointer exception when starting jetty with xml config Initial Comment: I'm trying to start jetty with an xml config but always get the following error in the console (see below). This is with eclipse 3.0.2 Windows XP SP2 jetty 5.1.3 Any clues ? launching Jetty from xml: [C:/phish.xml] May 2, 2005 3:00:50 PM org.mortbay.jetty.Server <init> WARNING: EXCEPTION java.lang.NullPointerException at org.mortbay.xml.XmlConfiguration.initParser(XmlConfiguration.java:73) at org.mortbay.xml.XmlConfiguration.<init>(XmlConfiguration.java:109) at org.mortbay.jetty.Server.<init>(Server.java:103) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:226) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) java.io.IOException: Jetty configuration problem: java.lang.NullPointerException at org.mortbay.jetty.Server.<init>(Server.java:113) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:226) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 15:40 Message: Logged In: YES user_id=902123 Without the referenced XML, it would be near impossible to determine what the issue would be. If there is no further information provided, I recommend closing this issue. If the problem can be reproduced another issue could be opened. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-02 14:17 Message: Logged In: NO could you please attach phish.xml ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870 |