Bugs item #1193987, was opened at 2005-05-02 12:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870

Category: None
Group: None
Status: Open
Resolution: None
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)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Jettylauncher-plugin mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin

Reply via email to