6 Replies Latest reply on Nov 7, 2006 3:30 AM by omatzura

    Eclipse & Jboss & Jboss Eclipse IDE

    stueckdeckungsbeitrag

      Hello,

      my configuration:
      jboss-4.0.5.GA or 3.2.7
      Eclipse 3.2.1
      JBoss Eclipse IDE 1.6.0 or 2.0.0.Beta2

      I am trying to create a new server but i get an error :"An error has occurred. See error log for more details.".
      In the configurations, after clicking with the right mouse button on Jboss Server Version (Jboss 3.2.x or newer) nothing happens.

      Thanks.

        • 1. Re: Eclipse & Jboss & Jboss Eclipse IDE
          maxandersen

          so...did you see error log for more details ?

          • 2. Re: Eclipse & Jboss & Jboss Eclipse IDE
            stueckdeckungsbeitrag

            Thats it,

            !ENTRY org.eclipse.jface 4 2 2006-10-23 13:11:19.281
            !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
            !STACK 0
            java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigurationTab ........




            • 3. Re: Eclipse & Jboss & Jboss Eclipse IDE
              rob.stryker

              Thats the error that appears when trying to use launch configurations from JBoss IDE 1.6 with an eclipse 3.2 install.

              JBoss IDE 2.0 alpha / beta all contain a new way to do servers, which has been outlined several times on these boards.

              • 4. Re: Eclipse & Jboss & Jboss Eclipse IDE
                stueckdeckungsbeitrag

                You are right, I am sorry.

                I installed the newest bundle include eclipse. Now it´s working fine.

                Thanks.

                • 5. Re: Eclipse & Jboss & Jboss Eclipse IDE
                  johnybravo2004

                  I have JBoss 4.0.x and i installed the JBoss IDE 2.0 but still i get the error:
                  !ENTRY org.eclipse.osgi 4 0 2006-11-06 14:10:11.292
                  !MESSAGE Error while stopping "com.eviware.soapui.eclipse.core_0.4.1".
                  !STACK 0
                  org.osgi.framework.BundleException: Exception in com.eviware.soapui.eclipse.Activator.stop() of bundle com.eviware.soapui.eclipse.core.
                  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1048)
                  at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:396)
                  at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:400)
                  at org.eclipse.core.runtime.internal.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:86)
                  at org.eclipse.core.runtime.internal.adaptor.BundleStopper.stopBundles(BundleStopper.java:73)
                  at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook.frameworkStopping(EclipseAdaptorHook.java:156)
                  at org.eclipse.osgi.baseadaptor.BaseAdaptor.frameworkStopping(BaseAdaptor.java:288)
                  at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:529)
                  at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:440)
                  at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
                  at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:423)
                  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:193)
                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                  at java.lang.reflect.Method.invoke(Unknown Source)
                  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
                  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
                  at org.eclipse.core.launcher.Main.run(Main.java:977)
                  at org.eclipse.core.launcher.Main.main(Main.java:952)
                  Caused by: java.lang.ExceptionInInitializerError
                  at com.eviware.soapui.eclipse.Activator.stop(Activator.java:194)
                  at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1032)
                  at java.security.AccessController.doPrivileged(Native Method)
                  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1028)
                  ... 19 more
                  Caused by: java.lang.NullPointerException
                  at org.eclipse.jface.resource.JFaceResources.getResources(JFaceResources.java:184)
                  at org.eclipse.jface.resource.ImageRegistry.(ImageRegistry.java:145)
                  at org.eclipse.jface.resource.ImageRegistry.(ImageRegistry.java:117)
                  at com.eviware.soapui.eclipse.Images.(Images.java:18)
                  ... 23 more
                  Root exception:
                  java.lang.ExceptionInInitializerError
                  at com.eviware.soapui.eclipse.Activator.stop(Activator.java:194)
                  at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1032)
                  at java.security.AccessController.doPrivileged(Native Method)
                  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1028)
                  at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:396)
                  at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:400)
                  at org.eclipse.core.runtime.internal.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:86)
                  at org.eclipse.core.runtime.internal.adaptor.BundleStopper.stopBundles(BundleStopper.java:73)
                  at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook.frameworkStopping(EclipseAdaptorHook.java:156)
                  at org.eclipse.osgi.baseadaptor.BaseAdaptor.frameworkStopping(BaseAdaptor.java:288)
                  at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:529)
                  at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:440)
                  at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
                  at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:423)
                  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:193)
                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                  at java.lang.reflect.Method.invoke(Unknown Source)
                  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
                  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
                  at org.eclipse.core.launcher.Main.run(Main.java:977)
                  at org.eclipse.core.launcher.Main.main(Main.java:952)
                  Caused by: java.lang.NullPointerException
                  at org.eclipse.jface.resource.JFaceResources.getResources(JFaceResources.java:184)
                  at org.eclipse.jface.resource.ImageRegistry.(ImageRegistry.java:145)
                  at org.eclipse.jface.resource.ImageRegistry.(ImageRegistry.java:117)
                  at com.eviware.soapui.eclipse.Images.(Images.java:18)
                  ... 23 more

                  • 6. Re: Eclipse & Jboss & Jboss Eclipse IDE

                    Hi Sue,

                    do you get this immediately on startup? Which eclipse-version are you using?

                    regards!

                    /Ole