Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JBoss Errors
JBoss Errors [message #152386] Sat, 13 May 2006 14:12 Go to next message
Eclipse UserFriend
Originally posted by: bcjtown2004.hotmail.com

I am following the instructions located here:

http://www.devx.com/opensource/Article/20242/0/page/2

-------------------------------------
In order to start your JBoss server, you must create a Debug
Configuration. Running JBoss in a Debug Configuration allows you to set
and use breakpoints in your server code. Go to Run—>Debugand you should
see several new "JBoss" Configurations in the left pane. Click on the one
that matches the version of JBoss that you are running. The Debug option
on the right allows you to define which perspective Eclipse will switch to
when you launch your JBoss server. I prefer not having Eclipse change
perspectives when my server starts, so I change it from Debug to None.
-------------------------------------

And my Eclipse (3.2.0) installation is registering errors
java.lang.NoClassDefFoundError:
org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigu rationTab
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.def ineClass(DefaultClassLoader.java:160)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineC lass(ClasspathManager.java:491)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findCla ssImpl(ClasspathManager.java:461)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClassImpl(ClasspathManager.java:420)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:403)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:188)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:339)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:391)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:352)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at
org.jboss.ide.eclipse.launcher.ui.configuration.jboss.JBoss4 0xTabGroup.createTabs(JBoss40xTabGroup.java:47)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer$7.run(LaunchConfigurationTabGroupVi ewer.java:786)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer.createGroup(LaunchConfigurationTabG roupViewer.java:795)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer.showInstanceTabsFor(LaunchConfigura tionTabGroupViewer.java:691)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer.displayInstanceTabs(LaunchConfigura tionTabGroupViewer.java:632)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer$6.run(LaunchConfigurationTabGroupVi ewer.java:548)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer.inputChanged(LaunchConfigurationTab GroupViewer.java:565)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationTabGroupViewer.setInput(LaunchConfigurationTabGrou pViewer.java:529)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationsDialog.handleLaunchConfigurationSelectionChanged( LaunchConfigurationsDialog.java:928)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationsDialog$4.selectionChanged(LaunchConfigurationsDia log.java:547)
at
org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredV iewer.java:833)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:14 9)
at
org.eclipse.jface.viewers.StructuredViewer.firePostSelection Changed(StructuredViewer.java:831)
at
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect( StructuredViewer.java:1137)
at
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected( StructuredViewer.java:1157)
at
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(O penStrategy.java:236)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.ja va:230)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java: 404)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3325)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
at org.eclipse.jface.window.Window.open(Window.java:796)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationsDialog.open(LaunchConfigurationsDialog.java:1086)
at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:37 5)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDia logOnGroup(DebugUITools.java:379)
at
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDia logOnGroup(DebugUITools.java:321)
at
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(Open LaunchDialogAction.java:80)
at
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(Open LaunchDialogAction.java:99)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:254)
at
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPl uginAction.java:229)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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)

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

The error occurs regardless of whether JBoss is started or not.

Any assistance would be appreciated
Re: JBoss Errors [message #152395 is a reply to message #152386] Sat, 13 May 2006 18:35 Go to previous messageGo to next message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Looks to me like your JBoss plug-in is not compatible with Eclipse 3.2.
What version of Eclipse does it say it is compatible with?

- Jeff
Re: JBoss Errors [message #152403 is a reply to message #152395] Sat, 13 May 2006 18:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bcjtown2004.hotmail.com

Jeff Myers wrote:
> Looks to me like your JBoss plug-in is not compatible with Eclipse 3.2.
> What version of Eclipse does it say it is compatible with?
>
> - Jeff
The main page talks about getting the version for Eclipse 3.0 so perhaps
there isn't a plug-in for 3.2 I'll have to do more research.

thanks
Re: JBoss Errors [message #152410 is a reply to message #152395] Sat, 13 May 2006 21:33 Go to previous message
Eclipse UserFriend
Originally posted by: bcjtown2004.hotmail.com

Jeff Myers wrote:
> Looks to me like your JBoss plug-in is not compatible with Eclipse 3.2.
> What version of Eclipse does it say it is compatible with?
>
> - Jeff
Hey Jeff,

I got it working. I found a bundle with both Eclipse and the JBoss IDE
so when I installed that I was able to make it work. Thanks for your help.
Previous Topic:Console output disappeared for Ant
Next Topic:strange compiled classes appear in my bin dir
Goto Forum:
  


Current Time: Sat Aug 10 07:30:39 GMT 2024

Powered by FUDForum. Page generated in 0.07763 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top