My favorites | Sign in
Logo
             
Details: Show all Hide all

Yesterday

  • 28 hours ago
    issue 28 (Error loading up Spring/Hibernate Project in 1.1.1) commented on by arpit.patel1982   -   any updates on this ? I am also facing the same issue
    any updates on this ? I am also facing the same issue

Last 30 days

  • Dec 16, 2009
    issue 27 (jetty fails to launch with a linkage error) commented on by bouiaw   -   Please fix this bug on 6.1 and 7 plugins, this is really blocking as soon as we use java6 !!!
    Please fix this bug on 6.1 and 7 plugins, this is really blocking as soon as we use java6 !!!
  • Dec 15, 2009
    issue 41 (How to make it work with Jetty 7 ?) reported by zollor   -   Hi all, we are currently using tomcat 6, but we would like to switch to Jetty 7. As far as i understand Run-jetty-run uses an embedded version of Jetty which is version 6. Is there a way to make it work with Jetty 7 ? Thank you. Zoltan.
    Hi all, we are currently using tomcat 6, but we would like to switch to Jetty 7. As far as i understand Run-jetty-run uses an embedded version of Jetty which is version 6. Is there a way to make it work with Jetty 7 ? Thank you. Zoltan.
  • Dec 04, 2009
    FutureDirectionsDiscussion (Open discussion of future directions for Run Jetty Run) Wiki page commented on by ssch...@comcepta.com   -   Keep it simple (no new features) but fix the outstanding issues, e.g. staic file locking, warn if port is in use and update to the latest Jetty version. Thanks, Stephan
    Keep it simple (no new features) but fix the outstanding issues, e.g. staic file locking, warn if port is in use and update to the latest Jetty version. Thanks, Stephan

Earlier this year

  • Nov 17, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by choonguri   -   Good plugin.. It's working very well.
    Good plugin.. It's working very well.
  • Nov 12, 2009
    issue 11 ([PATCH] Support for Jetty-Plus) commented on by hlship   -   I could really use this as well. I'm working with client code that uses JNDI to access the database.
    I could really use this as well. I'm working with client code that uses JNDI to access the database.
  • Nov 09, 2009
    issue 16 (Can't launch jetty from Eclipse 3.4 / Ganymede) commented on by alexbottoni   -   It looks like this bug is still here, in Eclipse Galileo 3.5.1 (quite fresh, not-APT install on Linux Mint 7 Gloria): java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/launcher/WorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs(JettyLaunchTabGroup.java:53) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupWrapper.createTabs(LaunchConfigurationTabGroupWrapper.java:137) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:72) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:1064) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:398) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:406) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:340) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:81) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.runWithEvent(OpenLaunchDialogAction.java:89) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) ... 52 more CU
    It looks like this bug is still here, in Eclipse Galileo 3.5.1 (quite fresh, not-APT install on Linux Mint 7 Gloria): java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/launcher/WorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs(JettyLaunchTabGroup.java:53) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupWrapper.createTabs(LaunchConfigurationTabGroupWrapper.java:137) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:72) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:1064) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:398) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:406) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:340) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:81) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.runWithEvent(OpenLaunchDialogAction.java:89) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) ... 52 more CU
  • Nov 01, 2009
    FutureDirectionsDiscussion (Open discussion of future directions for Run Jetty Run) Wiki page added by James.Synge   -   Revision r56 Created wiki page through web user interface.
    Revision r56 Created wiki page through web user interface.
  • Oct 31, 2009
    issue 40 (RJR breaks with Jetty 7) commented on by James.Synge   -   I'm unclear on how Jetty 7 breaks things. rjr includes its own copy of Jetty 6, so the one in Eclipse shouldn't interfere.
    I'm unclear on how Jetty 7 breaks things. rjr includes its own copy of Jetty 6, so the one in Eclipse shouldn't interfere.
  • Oct 30, 2009
    issue 40 (RJR breaks with Jetty 7) reported by dolcraith   -   What steps will reproduce the problem? 1.Run jetty server. 2.Everything breaks. It looks like in Jetty 7 mortbay is changed to eclipse, which prevents execution.
    What steps will reproduce the problem? 1.Run jetty server. 2.Everything breaks. It looks like in Jetty 7 mortbay is changed to eclipse, which prevents execution.
  • Oct 23, 2009
    issue 39 (SslConnector and setNeedClientAuth) reported by roux.jerome   -   Hello, I have made a patch to set needClientAuth on SslConnector using system property in bootstrap. Cordially. Roux Jérôme
    Hello, I have made a patch to set needClientAuth on SslConnector using system property in bootstrap. Cordially. Roux Jérôme
  • Oct 23, 2009
    issue 38 (Multiple WebApp Directories to run Maven Overlays.) commented on by James.Synge   -   Thanks, I wasn't familiar with that Jetty feature.
    Thanks, I wasn't familiar with that Jetty feature.
  • Oct 22, 2009
    issue 38 (Multiple WebApp Directories to run Maven Overlays.) reported by daniel.walker   -   I've made a minor change to RJR to allow me to easily specify Multiple WebApp Directories (as a comma separated list). This is really useful when using Maven Overlays: http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory I'd be happy to make this change in SVN if it's useful to others. Dan.
    I've made a minor change to RJR to allow me to easily specify Multiple WebApp Directories (as a comma separated list). This is really useful when using Maven Overlays: http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory I'd be happy to make this change in SVN if it's useful to others. Dan.
  • Oct 19, 2009
    issue 37 (Failure to load filters defined in dependent projects) commented on by aadamchik   -   Things look a bit random in my tests. When I tried to reproduce the issue as originally reported, a vanilla project with a filter in a dependency jar worked. Either it is now masked by another issue below, or I got stale plugins after a few run-jetty-run (un/re)installs yesterday. Anyways, today I started fresh with rjr 1.1.1 (starting Eclipse with "-clean"). And now I am consistently getting a java.lang.NoClassDefFoundError on an attempt to dynamically load a class inside Servlet.init(). I attached a simple test project. The project itself does not have any Eclipse project dependencies. I reduced it to bare minimum. The case is a bit unusual, but nevertheless it works with 1.0.1. The class I am loading is not a maven dependency of the project, but rather from a jar added in Eclipse to the Run Configuration via "Run Configurations.. > XYZ Jetty Config > Classpath" (the jar file - cayenne-modeler-3.0M6.jar is also included in the download). The exception thrown is complaining about the interface implemented by the class in question. Interface itself is available as a Maven dependency everywhere else in the project, just not to the dynamically loaded class. So there's some cross-ClassLoader issue going on. The code looks like this: MyServlet extends HttpServlet { public void init(ServletConfig config) throws ServletException { super.init(config); ClassLoader loader = Thread.currentThread().getContextClassLoader(); Object object = Class .forName("org.example.MyClass", true, loader).newInstance(); } The stack trace is this: java.lang.NoClassDefFoundError: org/apache/cayenne/conf/DataSourceFactory at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:316) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:352) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:337) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:242) at org.example.framework.MyServlet.init(MyServlet.java:19)
    Things look a bit random in my tests. When I tried to reproduce the issue as originally reported, a vanilla project with a filter in a dependency jar worked. Either it is now masked by another issue below, or I got stale plugins after a few run-jetty-run (un/re)installs yesterday. Anyways, today I started fresh with rjr 1.1.1 (starting Eclipse with "-clean"). And now I am consistently getting a java.lang.NoClassDefFoundError on an attempt to dynamically load a class inside Servlet.init(). I attached a simple test project. The project itself does not have any Eclipse project dependencies. I reduced it to bare minimum. The case is a bit unusual, but nevertheless it works with 1.0.1. The class I am loading is not a maven dependency of the project, but rather from a jar added in Eclipse to the Run Configuration via "Run Configurations.. > XYZ Jetty Config > Classpath" (the jar file - cayenne-modeler-3.0M6.jar is also included in the download). The exception thrown is complaining about the interface implemented by the class in question. Interface itself is available as a Maven dependency everywhere else in the project, just not to the dynamically loaded class. So there's some cross-ClassLoader issue going on. The code looks like this: MyServlet extends HttpServlet { public void init(ServletConfig config) throws ServletException { super.init(config); ClassLoader loader = Thread.currentThread().getContextClassLoader(); Object object = Class .forName("org.example.MyClass", true, loader).newInstance(); } The stack trace is this: java.lang.NoClassDefFoundError: org/apache/cayenne/conf/DataSourceFactory at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:316) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:352) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:337) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:242) at org.example.framework.MyServlet.init(MyServlet.java:19)
  • Oct 17, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by James.Synge   -   @harishmatrix Do you mean you're using Java 1.4.1? If so, you'll need to use Java 1.5 or greater (I don't recall if I've tried running it with Java 1.6).
    @harishmatrix Do you mean you're using Java 1.4.1? If so, you'll need to use Java 1.5 or greater (I don't recall if I've tried running it with Java 1.6).
  • Oct 17, 2009
    issue 37 (Failure to load filters defined in dependent projects) commented on by James.Synge   -   I am surprised by this report as I've used just such an arrangement. Would you be willing to create a small sample that demonstrates the problem? The web app doesn't have to do anything interesting, just demonstrate the failure to locate the filters and resources.
    I am surprised by this report as I've used just such an arrangement. Would you be willing to create a small sample that demonstrates the problem? The web app doesn't have to do anything interesting, just demonstrate the failure to locate the filters and resources.
  • Oct 16, 2009
    issue 37 (Failure to load filters defined in dependent projects) commented on by aadamchik   -   I should also mention, this is Eclipse 3.4.1 (as well as 3.5.1RC1) on OS X, m2eclipse plugin v. 0.9.8. And this is not limited to the filters. In webapps without filters I am getting errors about various missing resources from related projects.
    I should also mention, this is Eclipse 3.4.1 (as well as 3.5.1RC1) on OS X, m2eclipse plugin v. 0.9.8. And this is not limited to the filters. In webapps without filters I am getting errors about various missing resources from related projects.
  • Oct 16, 2009
    issue 37 (Failure to load filters defined in dependent projects) reported by aadamchik   -   Something that worked in 1.0.1, but does not work in 1.1.1. I have a set of maven modules. One of them is webapp (1), another one contains some shared classes (2). When a web.xml located in (1) declares a filter located in (2) I get the following error: Failed startup of context org.mortbay.jetty.webapp.WebAppContext@6c2896{/context,src/main/webapp} javax.servlet.UnavailableException: com.example.MyFilter at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79) at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:81) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:589) at org.mortbay.jetty.servlet.Context.startContext(Context.java:139) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1216) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:509) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:447) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117) at org.mortbay.jetty.Server.doStart(Server.java:222) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at runjettyrun.Bootstrap.main(Bootstrap.java:76) The same exact projects work under 1.0.1
    Something that worked in 1.0.1, but does not work in 1.1.1. I have a set of maven modules. One of them is webapp (1), another one contains some shared classes (2). When a web.xml located in (1) declares a filter located in (2) I get the following error: Failed startup of context org.mortbay.jetty.webapp.WebAppContext@6c2896{/context,src/main/webapp} javax.servlet.UnavailableException: com.example.MyFilter at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79) at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:81) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:589) at org.mortbay.jetty.servlet.Context.startContext(Context.java:139) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1216) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:509) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:447) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117) at org.mortbay.jetty.Server.doStart(Server.java:222) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40) at runjettyrun.Bootstrap.main(Bootstrap.java:76) The same exact projects work under 1.0.1
  • Oct 13, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by harishmatrix   -   while double clicking Jetty from Run,Conf I am getting an error stating "An error has occurred. See error log for more details. org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock: method <init>()V not found" Version using -->eclipse 3.4.2 Jetty plugin ->1.4.1 machine -> Windows Xp Please help me to proceed.
    while double clicking Jetty from Run,Conf I am getting an error stating "An error has occurred. See error log for more details. org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock: method <init>()V not found" Version using -->eclipse 3.4.2 Jetty plugin ->1.4.1 machine -> Windows Xp Please help me to proceed.
  • Oct 11, 2009
    issue 36 (p2 support) commented on by James.Synge   -   Please provide more info about what you mean (I'm vaguely familiar with p2, but I don't know what you're asking for).
    Please provide more info about what you mean (I'm vaguely familiar with p2, but I don't know what you're asking for).
  • Oct 10, 2009
    issue 36 (p2 support) reported by jemtan   -   Please include p2 dropin support.
    Please include p2 dropin support.
  • Sep 22, 2009
    issue 35 (With a webapp, Can't find class in ${project}/build/classes ) reported by store88666   -   1. Eclipse 3.5 run-jetty-run 1.1.1 2. ".classpath" file <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> ............... <classpathentry kind="output" path="build/classes"/> </classpath> 3.error output: Caused by: java.lang.ClassNotFoundException: e.bssfix.build.classes.org.sevenstar.app.config.action.S_configureAction
    1. Eclipse 3.5 run-jetty-run 1.1.1 2. ".classpath" file <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> ............... <classpathentry kind="output" path="build/classes"/> </classpath> 3.error output: Caused by: java.lang.ClassNotFoundException: e.bssfix.build.classes.org.sevenstar.app.config.action.S_configureAction
  • Sep 10, 2009
    issue 18 (Can't share launch configs because absolute paths used in "c...) commented on by ricardo.ekm   -   Unfortunately I wasn't able to get it work, so every developer has to create a variable pointing to jetty bundle location. Perhaps we could raise the priority of this issue?
    Unfortunately I wasn't able to get it work, so every developer has to create a variable pointing to jetty bundle location. Perhaps we could raise the priority of this issue?
  • Sep 08, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by James.Synge   -   Please submit an enhancement request for this. I'm thinking of automating the build with Maven (it is currently quite manual), and could include this idea if you'll help me remember it.
    Please submit an enhancement request for this. I'm thinking of automating the build with Maven (it is currently quite manual), and could include this idea if you'll help me remember it.
  • Sep 08, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by jemtan   -   Could you package this as a .zip file so that I could just drop everything into p2's dropins/ directory? This saves us from reinstalling this wonderful plugin from update site everytime I upgraded my Eclipse. Thanks.
    Could you package this as a .zip file so that I could just drop everything into p2's dropins/ directory? This saves us from reinstalling this wonderful plugin from update site everytime I upgraded my Eclipse. Thanks.
  • Sep 03, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by sebastian.ihlenfeld   -   Thx for your answer James! The page didn't helped me. I think, RunJettyRun holds the compiled JSPs in the RAM. I'm asking because of an Exception in a JSP, and the stacktrace just links to the compiled JSP...
    Thx for your answer James! The page didn't helped me. I think, RunJettyRun holds the compiled JSPs in the RAM. I'm asking because of an Exception in a JSP, and the stacktrace just links to the compiled JSP...
  • Sep 02, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by James.Synge   -   Sebastian, I think you're asking where the JSP compiler puts the generated Java files. I'm not certain, but you might read the following: http://jetty.mortbay.org/jetty5/faq/faq_s_950-JSP_t_JSP.html I suspect it will be difficult with run-jetty-run to control the location of the generated Java files. James
    Sebastian, I think you're asking where the JSP compiler puts the generated Java files. I'm not certain, but you might read the following: http://jetty.mortbay.org/jetty5/faq/faq_s_950-JSP_t_JSP.html I suspect it will be difficult with run-jetty-run to control the location of the generated Java files. James
  • Sep 02, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by sebastian.ihlenfeld   -   Hey, 1st of all, thanks for your work! works great! i have a question: where are the compiled JSP during the runtime? thx!
    Hey, 1st of all, thanks for your work! works great! i have a question: where are the compiled JSP during the runtime? thx!
  • Aug 27, 2009
    issue 18 (Can't share launch configs because absolute paths used in "c...) commented on by James.Synge   -   Sorry, I'm not familiar with bundle_loc. Perhaps the original submitter can update this issue with more details.
    Sorry, I'm not familiar with bundle_loc. Perhaps the original submitter can update this issue with more details.
  • Aug 27, 2009
    issue 18 (Can't share launch configs because absolute paths used in "c...) commented on by ricardo.ekm   -   I've tried the workaround proposed: add the variable string "${bundle_loc:runjettyrun}/lib/jetty-6.1.6.jar", but eclipse raises an error "Reference to undefined variable bundle_loc" How can I configure eclipse to recognize bundle_loc?
    I've tried the workaround proposed: add the variable string "${bundle_loc:runjettyrun}/lib/jetty-6.1.6.jar", but eclipse raises an error "Reference to undefined variable bundle_loc" How can I configure eclipse to recognize bundle_loc?
  • Aug 26, 2009
    issue 34 ("Class javax/management/MBeanServer violates loader constrai...) commented on by kaspar.fischer   -   James, thanks a lot for your tip. Indeed, -Dorg.mortbay.jetty.webapp.parentLoaderPriority=true solves the problem, too, and I will go for it.
    James, thanks a lot for your tip. Indeed, -Dorg.mortbay.jetty.webapp.parentLoaderPriority=true solves the problem, too, and I will go for it.
  • Aug 26, 2009
    issue 34 ("Class javax/management/MBeanServer violates loader constrai...) commented on by James.Synge   -   You may also be encountering the problem described in issue 27. I suggested a workaround here: http://code.google.com/p/run-jetty-run/issues/detail?id=27&can=1#c12
    You may also be encountering the problem described in issue 27. I suggested a workaround here: http://code.google.com/p/run-jetty-run/issues/detail?id=27&can=1#c12
  • Aug 26, 2009
    issue 34 ("Class javax/management/MBeanServer violates loader constrai...) commented on by kaspar.fischer   -   A closer inspection revealed that the problem is C3P0 trying to expose its MBeans, see http://jira.atlassian.com/browse/CONF-11854 The problem is resolved if you add - Dcom.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManag ementCoordinator to the VM arguments in the Eclipse Debug/Run Configuration for the project.
    A closer inspection revealed that the problem is C3P0 trying to expose its MBeans, see http://jira.atlassian.com/browse/CONF-11854 The problem is resolved if you add - Dcom.mchange.v2.c3p0.management.ManagementCoordinator=com.mchange.v2.c3p0.management.NullManag ementCoordinator to the VM arguments in the Eclipse Debug/Run Configuration for the project.
  • Aug 26, 2009
    issue 34 ("Class javax/management/MBeanServer violates loader constrai...) commented on by kaspar.fischer   -   Here's the rest of the log (posted in a comment because original post was too long). ... Caused by: java.lang.LinkageError: Class javax/management/MBeanServer violates loader constraints at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:366) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:337) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) at com.mchange.v2.c3p0.management.ActiveManagementCoordinator.attemptManageC3P0Registry (ActiveManagementCoordinator.java:52) at com.mchange.v2.c3p0.C3P0Registry.attemptRegisterRegistryMBean(C3P0Registry.java:217) at com.mchange.v2.c3p0.C3P0Registry.reregister(C3P0Registry.java:242) at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:2 28) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSourc e.java:62) at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:108) at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:104) at org.hbf.core.spring.persistence.module.springtransactions.SpringTransactionedHibernateModule $GuiceComboPooledDataSource.getObject(SpringTransactionedHibernateModule.java:204) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegist rySupport.java:121) ... 107 more
    Here's the rest of the log (posted in a comment because original post was too long). ... Caused by: java.lang.LinkageError: Class javax/management/MBeanServer violates loader constraints at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:366) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:337) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) at com.mchange.v2.c3p0.management.ActiveManagementCoordinator.attemptManageC3P0Registry (ActiveManagementCoordinator.java:52) at com.mchange.v2.c3p0.C3P0Registry.attemptRegisterRegistryMBean(C3P0Registry.java:217) at com.mchange.v2.c3p0.C3P0Registry.reregister(C3P0Registry.java:242) at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>(PoolBackedDataSourceBase.java:2 28) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.<init>(AbstractPoolBackedDataSourc e.java:62) at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:108) at com.mchange.v2.c3p0.ComboPooledDataSource.<init>(ComboPooledDataSource.java:104) at org.hbf.core.spring.persistence.module.springtransactions.SpringTransactionedHibernateModule $GuiceComboPooledDataSource.getObject(SpringTransactionedHibernateModule.java:204) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegist rySupport.java:121) ... 107 more
  • Aug 26, 2009
    issue 34 ("Class javax/management/MBeanServer violates loader constrai...) reported by kaspar.fischer   -   Hi, First of all, thanks for providing this plugin! I have run into a problem where "mvn jetty:run" works but using the plugin does not. When I start my application, there is a classloader violation problem: Caused by: java.lang.LinkageError: Class javax/management/MBeanServer violates loader constraints As mvn jetty:run works I assume it is my configuration that is not "compatible" with the plugin. Does anybody have an idea what might cause the problem? I attach the startup log. Thanks, Kaspar P.S. I could not find a forum or discussing list so I create this issue – it's more of a question than an issue though. 2009-08-26 15:04:30.454::INFO: Logging to STDERR via org.mortbay.log.StdErrLog ProjectClassLoader: entry=/Users/hbf/Documents/workspace/airs/target/test-classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/airs/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/rampart/rampart- policy/1.4/rampart-policy-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/net/sf/jsr107cache/jsr107cache/1.0/jsr107cache-1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring/2.5.6/spring-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/wideplay/warp- servlet/0.9_06kf/warp-servlet-0.9_06kf.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/code/guice/guice- servlet/2.0.1/guice-servlet-2.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/asm/asm/3.1/asm-3.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/slf4j/slf4j-log4j12/1.4.2/slf4j- log4j12-1.4.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- javamail_1.4_spec/1.2/geronimo-javamail_1.4_spec-1.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/codehaus/woodstox/wstx- asl/3.2.4/wstx-asl-3.2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-inst/1.1/salve-inst-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend-guice/1.1/salve- depend-guice-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/wideplay/warp/warp-persist/2.0- SNAPSHOT/warp-persist-2.0-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/derby/derby/10.4.2.0/derby-10.4.2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend/1.1/salve-depend- 1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- context/2.5.6/spring-context-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/cglib/cglib-nodep/2.1_3/cglib-nodep- 2.1_3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- codegen/1.4/axis2-codegen-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- c3p0/3.3.2.GA/hibernate-c3p0-3.3.2.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/axiom/axiom- api/1.2.7/axiom-api-1.2.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-lang/commons- lang/2.4/commons-lang-2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-httpclient/commons- httpclient/3.1/commons-httpclient-3.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/aspectj/aspectjweaver/1.6.2/aspectjweaver-1.6.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/wso2/spring/ws/wsf- spring/1.5/wsf-spring-1.5.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/woden/woden-impl- dom/1.0M8/woden-impl-dom-1.0M8.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/schema/XmlSchema/1.4.2/XmlSch ema-1.4.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax- api-1.0-2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/opensaml/opensaml/1.1/opensaml- 1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant- launcher-1.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- ioc/1.4.0/wicket-ioc-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/security/wss4j/1.5.4/wss4j-1.5.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- xmlbeans/1.4/axis2-xmlbeans-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com .springsource.org.aopalliance-1.0.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- beans/2.5.6/spring-beans-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-discovery/commons- discovery/0.2/commons-discovery-0.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- extensions/1.4.0/wicket-extensions-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/common/collections/1.0- SNAPSHOT/collections-1.0-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xerces/xmlParserAPIs/2.6.0/xmlParserAPIs-2.6.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- aspects/2.5.6/spring-aspects-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/wicketstuff/jslibraries/1.4- SNAPSHOT/jslibraries-1.4-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-logging/commons- logging/1.0.4/commons-logging-1.0.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/bouncycastle/bcprov-jdk15/132/bcprov- jdk15-132.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend-inst/1.1/salve- depend-inst-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/collections/google- collections/1.0-rc2/google-collections-1.0-rc2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/guiceyfruit/guiceyfruit- spring/2.0/guiceyfruit-spring-2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- activation_1.1_spec/1.0.1/geronimo-activation_1.1_spec-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/net/sf/ehcache/ehcache/1.5.0/ehcache- 1.5.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring-tomcat- weaver/2.0.7/spring-tomcat-weaver-2.0.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/ws/rs/jsr311-api/1.0/jsr311-api- 1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/httpcomponents/httpcore- nio/4.0-beta1/httpcore-nio-4.0-beta1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- mtompolicy/1.4/axis2-mtompolicy-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ant/ant-nodeps/1.7.0/ant- nodeps-1.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xmlbeans/xbean/2.1.0/xbean-2.1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/joda-time/joda-time/1.6/joda-time- 1.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/code/guice/guice/2.0.1/guice-2.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/annogen/annogen/0.1.0/annogen- 0.1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-fileupload/commons- fileupload/1.2/commons-fileupload-1.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/httpcomponents/httpcore/4.0-beta1/httpcore- 4.0-beta1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/servlet/servlet-api/2.4/servlet- api-2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xalan/xalan/2.7.0/xalan-2.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/slf4j/slf4j-api/1.4.2/slf4j-api- 1.4.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/neethi/neethi/2.0.4/neethi- 2.0.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/annotation/com.springsource.javax.annotation/1.0.0/c om.springsource.javax.annotation-1.0.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/backport-util-concurrent/backport-util- concurrent/3.1/backport-util-concurrent-3.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/rampart/rampart- core/1.4/rampart-core-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- agent/2.5.6/spring-agent-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate-commons- annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-codec/commons- codec/1.3/commons-codec-1.3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/h2database/h2/1.1.117/h2- 1.1.117.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/ejb3- persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xom/xom/1.2.1/xom-1.2.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/aspectj/aspectjrt/1.5.4/aspectjrt- 1.5.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-collections/commons- collections/3.2/commons-collections-3.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-asm/1.1/salve-asm-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/jersey/contribs/jersey- spring/1.0.1/jersey-spring-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- adb/1.4.1/axis2-adb-1.4.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- core/2.5.6/spring-core-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/xml/bind/jaxb-api/2.1/jaxb-api- 2.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl- 2.8.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/guiceyfruit/guiceyfruit- core/2.0/guiceyfruit-core-2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/woden/woden- api/1.0M8/woden-api-1.0M8.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/jersey/jersey- server/1.0.3/jersey-server-1.0.3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- web/2.5.6/spring-web-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- jms_1.1_spec/1.1/geronimo-jms_1.1_spec-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend-spring/1.1/salve- depend-spring-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javassist/javassist/3.4.GA/javassist- 3.4.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/easymock/easymock/2.4/easymock- 2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- test/2.5.6/spring-test-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/testng/testng/5.7/testng-5.7- jdk15.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/axiom/axiom- dom/1.2.7/axiom-dom-1.2.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/derby/derbytools/10.4.2.0/derbytools- 10.4.2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/wicketstuff/minis/1.4- SNAPSHOT/minis-1.4-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- guice/1.4.0/wicket-guice-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2-adb- codegen/1.4/axis2-adb-codegen-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/axiom/axiom- impl/1.2.7/axiom-impl-1.2.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis/axis-ant/1.4/axis-ant- 1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/mex/1.4/mex-1.4- impl.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis- 1.3.04.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/aopalliance/aopalliance/1.0/aopalliance- 1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-io/commons- io/1.4/commons-io-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- datetime/1.4.0/wicket-datetime-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket/1.4.0/wicket- 1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/jersey/jersey- core/1.0.3/jersey-core-1.0.3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/rampart/rampart- trust/1.4/rampart-trust-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- core/3.3.2.GA/hibernate-core-3.3.2.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/opensymphony/quartz/quartz/1.6.5/quartz-1.6.5.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- kernel/1.4.1/axis2-kernel-1.4.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-agent/1.1/salve-agent- 1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/xml/bind/jaxb- impl/2.1.9/jaxb-impl-2.1.9.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-hibernate/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core- hibernate/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/jetty-util/6.1.4/jetty- util-6.1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/mx4j/mx4j-tools/3.0.1/mx4j-tools- 3.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/jetty- management/6.1.4/jetty-management-6.1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis- 1.0.b2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/c3p0/c3p0/0.9.1.2/c3p0-0.9.1.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/mx4j/mx4j/3.0.1/mx4j-3.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/jetty/6.1.4/jetty- 6.1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/servlet-api- 2.5/6.1.4/servlet-api-2.5-6.1.4.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-basics/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-task/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-task/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/mx4j/mx4j-jmx/2.1.1/mx4j-jmx- 2.1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-modeler/commons- modeler/2.0/commons-modeler-2.0.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-spring/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring-tomcat- weaver/2.5.6/spring-tomcat-weaver-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-logging/commons-logging- api/1.0.4/commons-logging-api-1.0.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/tomcat/catalina/5.5.23/catalina- 5.5.23.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-digester/commons- digester/1.2/commons-digester-1.2.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-xml/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-xml/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-wicket/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-wicket/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-jersey/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-jersey/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-logging/commons- logging/1.1.1/commons-logging-1.1.1.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-movie/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-movie/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-basics/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-spring/target/test- classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-collections/commons- collections/3.1/commons-collections-3.1.jar
    Hi, First of all, thanks for providing this plugin! I have run into a problem where "mvn jetty:run" works but using the plugin does not. When I start my application, there is a classloader violation problem: Caused by: java.lang.LinkageError: Class javax/management/MBeanServer violates loader constraints As mvn jetty:run works I assume it is my configuration that is not "compatible" with the plugin. Does anybody have an idea what might cause the problem? I attach the startup log. Thanks, Kaspar P.S. I could not find a forum or discussing list so I create this issue – it's more of a question than an issue though. 2009-08-26 15:04:30.454::INFO: Logging to STDERR via org.mortbay.log.StdErrLog ProjectClassLoader: entry=/Users/hbf/Documents/workspace/airs/target/test-classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/airs/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/rampart/rampart- policy/1.4/rampart-policy-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/net/sf/jsr107cache/jsr107cache/1.0/jsr107cache-1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring/2.5.6/spring-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/wideplay/warp- servlet/0.9_06kf/warp-servlet-0.9_06kf.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/code/guice/guice- servlet/2.0.1/guice-servlet-2.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/asm/asm/3.1/asm-3.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/slf4j/slf4j-log4j12/1.4.2/slf4j- log4j12-1.4.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- javamail_1.4_spec/1.2/geronimo-javamail_1.4_spec-1.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/codehaus/woodstox/wstx- asl/3.2.4/wstx-asl-3.2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-inst/1.1/salve-inst-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend-guice/1.1/salve- depend-guice-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/wideplay/warp/warp-persist/2.0- SNAPSHOT/warp-persist-2.0-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/derby/derby/10.4.2.0/derby-10.4.2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend/1.1/salve-depend- 1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- stax-api_1.0_spec/1.0.1/geronimo-stax-api_1.0_spec-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- context/2.5.6/spring-context-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/cglib/cglib-nodep/2.1_3/cglib-nodep- 2.1_3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- codegen/1.4/axis2-codegen-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- c3p0/3.3.2.GA/hibernate-c3p0-3.3.2.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/axiom/axiom- api/1.2.7/axiom-api-1.2.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-lang/commons- lang/2.4/commons-lang-2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-httpclient/commons- httpclient/3.1/commons-httpclient-3.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/aspectj/aspectjweaver/1.6.2/aspectjweaver-1.6.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/wso2/spring/ws/wsf- spring/1.5/wsf-spring-1.5.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/woden/woden-impl- dom/1.0M8/woden-impl-dom-1.0M8.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/schema/XmlSchema/1.4.2/XmlSch ema-1.4.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax- api-1.0-2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/opensaml/opensaml/1.1/opensaml- 1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant- launcher-1.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- ioc/1.4.0/wicket-ioc-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/security/wss4j/1.5.4/wss4j-1.5.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- xmlbeans/1.4/axis2-xmlbeans-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com .springsource.org.aopalliance-1.0.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- beans/2.5.6/spring-beans-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-discovery/commons- discovery/0.2/commons-discovery-0.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- extensions/1.4.0/wicket-extensions-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/common/collections/1.0- SNAPSHOT/collections-1.0-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xerces/xmlParserAPIs/2.6.0/xmlParserAPIs-2.6.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- aspects/2.5.6/spring-aspects-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/wicketstuff/jslibraries/1.4- SNAPSHOT/jslibraries-1.4-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-logging/commons- logging/1.0.4/commons-logging-1.0.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/bouncycastle/bcprov-jdk15/132/bcprov- jdk15-132.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/c3p0/c3p0/0.9.1/c3p0-0.9.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend-inst/1.1/salve- depend-inst-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/collections/google- collections/1.0-rc2/google-collections-1.0-rc2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/guiceyfruit/guiceyfruit- spring/2.0/guiceyfruit-spring-2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- activation_1.1_spec/1.0.1/geronimo-activation_1.1_spec-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/net/sf/ehcache/ehcache/1.5.0/ehcache- 1.5.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring-tomcat- weaver/2.0.7/spring-tomcat-weaver-2.0.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/ws/rs/jsr311-api/1.0/jsr311-api- 1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/httpcomponents/httpcore- nio/4.0-beta1/httpcore-nio-4.0-beta1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- mtompolicy/1.4/axis2-mtompolicy-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ant/ant-nodeps/1.7.0/ant- nodeps-1.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xmlbeans/xbean/2.1.0/xbean-2.1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/joda-time/joda-time/1.6/joda-time- 1.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/google/code/guice/guice/2.0.1/guice-2.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/annogen/annogen/0.1.0/annogen- 0.1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-fileupload/commons- fileupload/1.2/commons-fileupload-1.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/httpcomponents/httpcore/4.0-beta1/httpcore- 4.0-beta1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/servlet/servlet-api/2.4/servlet- api-2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xalan/xalan/2.7.0/xalan-2.7.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/slf4j/slf4j-api/1.4.2/slf4j-api- 1.4.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/neethi/neethi/2.0.4/neethi- 2.0.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/annotation/com.springsource.javax.annotation/1.0.0/c om.springsource.javax.annotation-1.0.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/backport-util-concurrent/backport-util- concurrent/3.1/backport-util-concurrent-3.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/rampart/rampart- core/1.4/rampart-core-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- agent/2.5.6/spring-agent-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate-commons- annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-codec/commons- codec/1.3/commons-codec-1.3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/h2database/h2/1.1.117/h2- 1.1.117.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/ejb3- persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xom/xom/1.2.1/xom-1.2.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/aspectj/aspectjrt/1.5.4/aspectjrt- 1.5.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-collections/commons- collections/3.2/commons-collections-3.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-asm/1.1/salve-asm-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/jersey/contribs/jersey- spring/1.0.1/jersey-spring-1.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- adb/1.4.1/axis2-adb-1.4.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- core/2.5.6/spring-core-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/xml/bind/jaxb-api/2.1/jaxb-api- 2.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl- 2.8.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/guiceyfruit/guiceyfruit- core/2.0/guiceyfruit-core-2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/woden/woden- api/1.0M8/woden-api-1.0M8.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/jersey/jersey- server/1.0.3/jersey-server-1.0.3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- web/2.5.6/spring-web-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/geronimo/specs/geronimo- jms_1.1_spec/1.1/geronimo-jms_1.1_spec-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-depend-spring/1.1/salve- depend-spring-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javassist/javassist/3.4.GA/javassist- 3.4.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/easymock/easymock/2.4/easymock- 2.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring- test/2.5.6/spring-test-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/testng/testng/5.7/testng-5.7- jdk15.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/axiom/axiom- dom/1.2.7/axiom-dom-1.2.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/derby/derbytools/10.4.2.0/derbytools- 10.4.2.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/wicketstuff/minis/1.4- SNAPSHOT/minis-1.4-SNAPSHOT.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- guice/1.4.0/wicket-guice-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2-adb- codegen/1.4/axis2-adb-codegen-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/ws/commons/axiom/axiom- impl/1.2.7/axiom-impl-1.2.7.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis/axis-ant/1.4/axis-ant- 1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/mex/1.4/mex-1.4- impl.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis- 1.3.04.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/aopalliance/aopalliance/1.0/aopalliance- 1.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-io/commons- io/1.4/commons-io-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket- datetime/1.4.0/wicket-datetime-1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/wicket/wicket/1.4.0/wicket- 1.4.0.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/jersey/jersey- core/1.0.3/jersey-core-1.0.3.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/rampart/rampart- trust/1.4/rampart-trust-1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/hibernate/hibernate- core/3.3.2.GA/hibernate-core-3.3.2.GA.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/opensymphony/quartz/quartz/1.6.5/quartz-1.6.5.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/apache/axis2/axis2- kernel/1.4.1/axis2-kernel-1.4.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/salve/salve-agent/1.1/salve-agent- 1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/com/sun/xml/bind/jaxb- impl/2.1.9/jaxb-impl-2.1.9.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-hibernate/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core- hibernate/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/jetty-util/6.1.4/jetty- util-6.1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/mx4j/mx4j-tools/3.0.1/mx4j-tools- 3.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/jetty- management/6.1.4/jetty-management-6.1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis- 1.0.b2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/c3p0/c3p0/0.9.1.2/c3p0-0.9.1.2.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/mx4j/mx4j/3.0.1/mx4j-3.0.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/jetty/6.1.4/jetty- 6.1.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/mortbay/jetty/servlet-api- 2.5/6.1.4/servlet-api-2.5-6.1.4.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-basics/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-task/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-task/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/mx4j/mx4j-jmx/2.1.1/mx4j-jmx- 2.1.1.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-modeler/commons- modeler/2.0/commons-modeler-2.0.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-spring/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/org/springframework/spring-tomcat- weaver/2.5.6/spring-tomcat-weaver-2.5.6.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-logging/commons-logging- api/1.0.4/commons-logging-api-1.0.4.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/tomcat/catalina/5.5.23/catalina- 5.5.23.jar ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-digester/commons- digester/1.2/commons-digester-1.2.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-xml/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-xml/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-wicket/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-wicket/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-jersey/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-jersey/target/classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-logging/commons- logging/1.1.1/commons-logging-1.1.1.jar ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-movie/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-movie/target/classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-basics/target/test- classes ProjectClassLoader: entry=/Users/hbf/Documents/workspace/core/core-spring/target/test- classes ProjectClassLoader: entry=/Users/hbf/.m2/repository/commons-collections/commons- collections/3.1/commons-collections-3.1.jar
  • Aug 15, 2009
    GettingStarted (Installing and using the plug-in) Wiki page commented on by karl.goldstein   -   Works great, thanks very much!
    Works great, thanks very much!
  • Aug 14, 2009
    issue 9 (Enable user to specify the jetty.xml to be used) commented on by rkopisto   -   I used jetty.xml file with Jetty Launcher plugin to define multiple webapps/projects so they could be started same time and under same jetty instance.
    I used jetty.xml file with Jetty Launcher plugin to define multiple webapps/projects so they could be started same time and under same jetty instance.
  • Aug 05, 2009
    issue 33 (Use latest version of Jetty) commented on by drees76   -   I would also like to see run-jetty-run updated to the latest (6.1.19 as of this message). There are a LOT of bug fixes in Jetty since 6.1.6 which is currently packaged with run-jetty-run.
    I would also like to see run-jetty-run updated to the latest (6.1.19 as of this message). There are a LOT of bug fixes in Jetty since 6.1.6 which is currently packaged with run-jetty-run.
  • Aug 05, 2009
    issue 9 (Enable user to specify the jetty.xml to be used) commented on by drees76   -   I don't think JNDI resources will be usable without adding Jetty Plus (see Issue 11). But I do think that being able to specify a jetty.xml file would be useful. As it is now you'll have to add a jetty-web.xml file to your WEB-INF folder which is not very clean. Being able to specify a jetty.xml in different run configurations would be very useful.
    I don't think JNDI resources will be usable without adding Jetty Plus (see Issue 11). But I do think that being able to specify a jetty.xml file would be useful. As it is now you'll have to add a jetty-web.xml file to your WEB-INF folder which is not very clean. Being able to specify a jetty.xml in different run configurations would be very useful.
  • Aug 05, 2009
    issue 11 ([PATCH] Support for Jetty-Plus) commented on by drees76   -   I have been using run-jetty-run for some simple applications, but for some of our compicated applicatons, we use JNDI JDBC resources. It's only possible to use these as Paul mentioned if we have the plus components of Jetty bundled, too. As of now, there is no way to use/test applications which use JNDI naming resources, forcing me to package/deploy test on a separate server which is time consuming.
    I have been using run-jetty-run for some simple applications, but for some of our compicated applicatons, we use JNDI JDBC resources. It's only possible to use these as Paul mentioned if we have the plus components of Jetty bundled, too. As of now, there is no way to use/test applications which use JNDI naming resources, forcing me to package/deploy test on a separate server which is time consuming.
  • Jul 28, 2009
    issue 33 (Use latest version of Jetty) reported by reinhard.poetz   -   Jetty <6.1.12 has a bug with PUT operations and application/x-www-form-urlencoded content. (see https://jira.codehaus.org/browse/JETTY-655). It would be great to upgrade to the latest available Jetty 6 version.
    Jetty <6.1.12 has a bug with PUT operations and application/x-www-form-urlencoded content. (see https://jira.codehaus.org/browse/JETTY-655). It would be great to upgrade to the latest available Jetty 6 version.
  • Jul 13, 2009
    issue 23 (Character Encoding Question) commented on by chaojiang.au   -   you should say I am Chinese. grammar error man..., and a few extra errors :).
    you should say I am Chinese. grammar error man..., and a few extra errors :).
  • Jul 03, 2009
    issue 32 (Java compiler version issues with JSP and Jetty) changed by James.Synge   -   Matt, thanks for the update. If you do learn more about the cause, I'd be interested in hearing about it. I'll leave the bug open at low priority, as a reminder that I need to add jsp tests.
    Summary: Java compiler version issues with JSP and Jetty
    Status: Accepted
    Labels: Priority-Low Priority-Medium
    Matt, thanks for the update. If you do learn more about the cause, I'd be interested in hearing about it. I'll leave the bug open at low priority, as a reminder that I need to add jsp tests.
    Summary: Java compiler version issues with JSP and Jetty
    Status: Accepted
    Labels: Priority-Low Priority-Medium
  • Jul 03, 2009
    issue 32 (java.lang.NoSuchMethodError on CompilationResult class) commented on by matt.milliss   -   Actually after a bit more investigation I'm not sure this is an issue with RunJettyRun. What I've discovered is that the jsp libraries that jetty uses are compiled using version 3.1.1 of the eclipse jdt core library. But I'm trying to run in an eclipse version that uses version 3.2.0.xxx of the core library. The 2 versions are incompatible, hence the java.lang.NoSuchMethodError. I did manage to fix the problem by using 1.0.1 of RJR and modifying the source to put the 3.1.1 jar first on the classpath before the eclipse 3.2.0.xxx version. I tried the same trick on RJR 1.1.1 but the 3.2.0.xxx version was still appearing first on the classpath so the problem still occurred. Maybe I need to understand the differences between the way RJR 1.0.1 and 1.1.1 build the classpath. Anyway I think this issue can probably be closed as it's not a RJR problem and I've found a workaround.
    Actually after a bit more investigation I'm not sure this is an issue with RunJettyRun. What I've discovered is that the jsp libraries that jetty uses are compiled using version 3.1.1 of the eclipse jdt core library. But I'm trying to run in an eclipse version that uses version 3.2.0.xxx of the core library. The 2 versions are incompatible, hence the java.lang.NoSuchMethodError. I did manage to fix the problem by using 1.0.1 of RJR and modifying the source to put the 3.1.1 jar first on the classpath before the eclipse 3.2.0.xxx version. I tried the same trick on RJR 1.1.1 but the 3.2.0.xxx version was still appearing first on the classpath so the problem still occurred. Maybe I need to understand the differences between the way RJR 1.0.1 and 1.1.1 build the classpath. Anyway I think this issue can probably be closed as it's not a RJR problem and I've found a workaround.
  • Jun 27, 2009
    issue 32 (java.lang.NoSuchMethodError on CompilationResult class) commented on by James.Synge   -   Matt, it's interesting that the Eclipse java compiler is mentioned. I don't know why that would be used in this situation (of course, I'm not an expert on jsp compilation). Would you be able to produce a small test case that demonstrates the problem (i.e. an eclipse project you could attach to the bug)? Thanks.
    Matt, it's interesting that the Eclipse java compiler is mentioned. I don't know why that would be used in this situation (of course, I'm not an expert on jsp compilation). Would you be able to produce a small test case that demonstrates the problem (i.e. an eclipse project you could attach to the bug)? Thanks.
  • Jun 26, 2009
    issue 32 (java.lang.NoSuchMethodError on CompilationResult class) reported by matt.milliss   -   What steps will reproduce the problem? 1. Install the latest run-jetty-run plugin from the updatesite 2. Start the plugin 3. Try to access a jsp What is the expected output? What do you see instead? Expected output is the rendered jsp. What I see is a blank page with the following error java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/IProblem; What version of the product are you using? On what operating system? run-jetty-run 1.1.1 $ java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode) on linux fedora 11 $ uname -r 2.6.29.4-167.fc11.i686.PAE eclipse 3.4.2 Build id: M20090211-1700 Please provide any additional information below.
    What steps will reproduce the problem? 1. Install the latest run-jetty-run plugin from the updatesite 2. Start the plugin 3. Try to access a jsp What is the expected output? What do you see instead? Expected output is the rendered jsp. What I see is a blank page with the following error java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/IProblem; What version of the product are you using? On what operating system? run-jetty-run 1.1.1 $ java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode) on linux fedora 11 $ uname -r 2.6.29.4-167.fc11.i686.PAE eclipse 3.4.2 Build id: M20090211-1700 Please provide any additional information below.
  • Jun 14, 2009
    r55 (Fix issue 7 (file locking on windows) http://code.google.co...) committed by James.Synge   -   Fix issue 7 (file locking on windows) http://code.google.com/p/run-jetty-run/issues/detail?id=7 Add the full jetty sources zip to the run-jetty-run/lib folder, and use it as the source attachment for most of the jars referenced by run-jetty-run-bootstrap. Remove reference from run-jetty-run plug-in to the servlet api, since it doesn't actually use it.
    Fix issue 7 (file locking on windows) http://code.google.com/p/run-jetty-run/issues/detail?id=7 Add the full jetty sources zip to the run-jetty-run/lib folder, and use it as the source attachment for most of the jars referenced by run-jetty-run-bootstrap. Remove reference from run-jetty-run plug-in to the servlet api, since it doesn't actually use it.
  • Jun 14, 2009
    r54 (Fix issue 7 (file locking on windows) http://code.google.co...) committed by James.Synge   -   Fix issue 7 (file locking on windows) http://code.google.com/p/run-jetty-run/issues/detail?id=7 Add the full jetty sources zip to the run-jetty-run/lib folder, and use it as the source attachment for most of the jars referenced by run-jetty-run-bootstrap. Remove reference from run-jetty-run plug-in to the servlet api, since it doesn't actually use it.
    Fix issue 7 (file locking on windows) http://code.google.com/p/run-jetty-run/issues/detail?id=7 Add the full jetty sources zip to the run-jetty-run/lib folder, and use it as the source attachment for most of the jars referenced by run-jetty-run-bootstrap. Remove reference from run-jetty-run plug-in to the servlet api, since it doesn't actually use it.
  • Jun 06, 2009
    issue 7 (Disable Jetty's locking of static files) Owner changed by James.Synge   -  
    Owner: James.Synge
    Owner: James.Synge
  • Jun 01, 2009
    issue 31 (Support crossdomain.xml and other root resources) reported by James.Synge   -   Flash/Flex look for a file "/crossdomain.xml" to determine whether to permit a flash app to communicate across domains. If the web app being tested has a context other than "/" (in particular, if it must have a context other than "/"), then it can not serve files from the root, which makes it difficult to test Flash applications that require cross domain communication. Add some kind of support for serving files from the root context.
    Flash/Flex look for a file "/crossdomain.xml" to determine whether to permit a flash app to communicate across domains. If the web app being tested has a context other than "/" (in particular, if it must have a context other than "/"), then it can not serve files from the root, which makes it difficult to test Flash applications that require cross domain communication. Add some kind of support for serving files from the root context.
 
Hosted by Google Code