You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Neal Sanche (JIRA)" <ji...@apache.org> on 2006/06/07 03:51:29 UTC

[jira] Created: (GERONIMODEVTOOLS-84) Starting Geronimo Server 1.1-SNAPSHOT fails immediately

Starting Geronimo Server 1.1-SNAPSHOT fails immediately
-------------------------------------------------------

         Key: GERONIMODEVTOOLS-84
         URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-84
     Project: Geronimo-Devtools
        Type: Bug

  Components: eclipse-plugin  
 Environment: Eclipse 3.1 WTP 1.0.2 All In One bundle, G-Eclipse 1.1
    Reporter: Neal Sanche


I am currently trying to get Eclipse 1.0.2 All In One bundle to run your new eclipse plugin with the following result. I have installed the plugin, and set up a Geronimo 1.1 server that I compiled last night. Attempts to start the server from within Eclipse immediately fails with the popup dialog box stating:

'An internal error occurred during: "Starting server - Apache Geronimo 1.1"

Looking at the .log file in my workspace I found the following stack traces.

To replicate, I simply add a new 'Server' to the Servers view, point it at a Geronimo 1.1 server runtime that was configured prior, and try to right click it to perform the 'Start' operation.


!ENTRY org.eclipse.osgi 2006-06-05 21:44:07.125
!MESSAGE An error occurred while automatically activating bundle org.apache.geronimo.st.jmxagent (14).
!STACK 0
org.osgi.framework.BundleException: The activator org.apache.geronimo.st.jmxagent.Activator for bundle org.apache.geronimo.st.jmxagent is invalid
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:149)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:965)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:316)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:264)
   at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
   at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
   at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClassInternal(Unknown Source)
   at org.apache.geronimo.st.v11.core.GeronimoServerBehaviour.<clinit>(GeronimoServerBehaviour.java:54)
   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 java.lang.Class.newInstance0(Unknown Source)
   at java.lang.Class.newInstance(Unknown Source)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:162)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
   at org.eclipse.wst.server.core.internal.ServerType.createServerBehaviourDelegate(ServerType.java:91)
   at org.eclipse.wst.server.core.internal.Server.getBehaviourDelegate(Server.java:235)
   at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1059)
   at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1118)
   at org.eclipse.wst.server.core.internal.Server.start(Server.java:1139)
   at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
   at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Caused by: java.lang.ClassNotFoundException: org.apache.geronimo.st.jmxagent.Activator
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:405)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
   at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
   at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:142)
   ... 30 more
Root exception:
java.lang.ClassNotFoundException: org.apache.geronimo.st.jmxagent.Activator
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:405)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
   at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
   at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:142)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:965)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:316)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:264)
   at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
   at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
   at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClassInternal(Unknown Source)
   at org.apache.geronimo.st.v11.core.GeronimoServerBehaviour.<clinit>(GeronimoServerBehaviour.java:54)
   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 java.lang.Class.newInstance0(Unknown Source)
   at java.lang.Class.newInstance(Unknown Source)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:162)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
   at org.eclipse.wst.server.core.internal.ServerType.createServerBehaviourDelegate(ServerType.java:91)
   at org.eclipse.wst.server.core.internal.Server.getBehaviourDelegate(Server.java:235)
   at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1059)
   at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1118)
   at org.eclipse.wst.server.core.internal.Server.start(Server.java:1139)
   at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
   at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.core.runtime 4 2 2006-06-05 21:44:08.140
!MESSAGE An internal error occurred during: "Starting server - Apache Geronimo 1.1".
!STACK 0
java.lang.NullPointerException
   at org.eclipse.jst.server.generic.core.internal.GenericServerLaunchConfigurationDelegate.launch(GenericServerLaunchConfigurationDelegate.java:51)
   at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
   at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
   at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:152)
   at org.eclipse.wst.server.core.internal.Server.start(Server.java:1140)
   at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
   at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMODEVTOOLS-84) Starting Geronimo Server 1.1-SNAPSHOT fails immediately

Posted by "Sachin Patel (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-84?page=all ]
     
Sachin Patel resolved GERONIMODEVTOOLS-84:
------------------------------------------

    Resolution: Fixed
     Assign To: Sachin Patel

I was able to reproduce.  The fix was to set the singleton property on the bundle manifest.

> Starting Geronimo Server 1.1-SNAPSHOT fails immediately
> -------------------------------------------------------
>
>          Key: GERONIMODEVTOOLS-84
>          URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-84
>      Project: Geronimo-Devtools
>         Type: Bug

>   Components: eclipse-plugin
>  Environment: Eclipse 3.1 WTP 1.0.2 All In One bundle, G-Eclipse 1.1
>     Reporter: Neal Sanche
>     Assignee: Sachin Patel

>
> I am currently trying to get Eclipse 1.0.2 All In One bundle to run your new eclipse plugin with the following result. I have installed the plugin, and set up a Geronimo 1.1 server that I compiled last night. Attempts to start the server from within Eclipse immediately fails with the popup dialog box stating:
> 'An internal error occurred during: "Starting server - Apache Geronimo 1.1"
> Looking at the .log file in my workspace I found the following stack traces.
> To replicate, I simply add a new 'Server' to the Servers view, point it at a Geronimo 1.1 server runtime that was configured prior, and try to right click it to perform the 'Start' operation.
> !ENTRY org.eclipse.osgi 2006-06-05 21:44:07.125
> !MESSAGE An error occurred while automatically activating bundle org.apache.geronimo.st.jmxagent (14).
> !STACK 0
> org.osgi.framework.BundleException: The activator org.apache.geronimo.st.jmxagent.Activator for bundle org.apache.geronimo.st.jmxagent is invalid
>    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:149)
>    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:965)
>    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:316)
>    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:264)
>    at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
>    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
>    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
>    at java.lang.ClassLoader.loadClass(Unknown Source)
>    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>    at org.apache.geronimo.st.v11.core.GeronimoServerBehaviour.<clinit>(GeronimoServerBehaviour.java:54)
>    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 java.lang.Class.newInstance0(Unknown Source)
>    at java.lang.Class.newInstance(Unknown Source)
>    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:162)
>    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
>    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
>    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
>    at org.eclipse.wst.server.core.internal.ServerType.createServerBehaviourDelegate(ServerType.java:91)
>    at org.eclipse.wst.server.core.internal.Server.getBehaviourDelegate(Server.java:235)
>    at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1059)
>    at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1118)
>    at org.eclipse.wst.server.core.internal.Server.start(Server.java:1139)
>    at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
>    at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
>    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
> Caused by: java.lang.ClassNotFoundException: org.apache.geronimo.st.jmxagent.Activator
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:405)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
>    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
>    at java.lang.ClassLoader.loadClass(Unknown Source)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
>    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
>    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:142)
>    ... 30 more
> Root exception:
> java.lang.ClassNotFoundException: org.apache.geronimo.st.jmxagent.Activator
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:405)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
>    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
>    at java.lang.ClassLoader.loadClass(Unknown Source)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
>    at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
>    at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:142)
>    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:965)
>    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:316)
>    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:264)
>    at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
>    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
>    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
>    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
>    at java.lang.ClassLoader.loadClass(Unknown Source)
>    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
>    at org.apache.geronimo.st.v11.core.GeronimoServerBehaviour.<clinit>(GeronimoServerBehaviour.java:54)
>    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 java.lang.Class.newInstance0(Unknown Source)
>    at java.lang.Class.newInstance(Unknown Source)
>    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:162)
>    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
>    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
>    at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
>    at org.eclipse.wst.server.core.internal.ServerType.createServerBehaviourDelegate(ServerType.java:91)
>    at org.eclipse.wst.server.core.internal.Server.getBehaviourDelegate(Server.java:235)
>    at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1059)
>    at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1118)
>    at org.eclipse.wst.server.core.internal.Server.start(Server.java:1139)
>    at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
>    at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
>    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
> !ENTRY org.eclipse.core.runtime 4 2 2006-06-05 21:44:08.140
> !MESSAGE An internal error occurred during: "Starting server - Apache Geronimo 1.1".
> !STACK 0
> java.lang.NullPointerException
>    at org.eclipse.jst.server.generic.core.internal.GenericServerLaunchConfigurationDelegate.launch(GenericServerLaunchConfigurationDelegate.java:51)
>    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
>    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
>    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:152)
>    at org.eclipse.wst.server.core.internal.Server.start(Server.java:1140)
>    at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
>    at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
>    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira