Bugs item #1224289, was opened at 2005-06-20 09:50
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=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: Open
Resolution: None
Priority: 5
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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Jettylauncher-plugin mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin

Reply via email to