[JBoss JIRA] Created: (JBIDE-7277) Strange org.eclipse.debug.core.DebugException when starting runtime
by Brian Fitzpatrick (JIRA)
Strange org.eclipse.debug.core.DebugException when starting runtime
-------------------------------------------------------------------
Key: JBIDE-7277
URL: https://jira.jboss.org/browse/JBIDE-7277
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Beta1
Reporter: Brian Fitzpatrick
Assignee: Rob Stryker
Fix For: 3.2.0.Beta2
(per JBDS-1356) Len is seeing a org.eclipse.debug.core.DebugException exception in the log when he starts up a runtime:
!ENTRY org.eclipse.debug.core 4 125 2010-10-06 12:10:14.768
!MESSAGE Error logged from Debug Core:
!STACK 1
org.eclipse.debug.core.DebugException: Terminate failed
at org.eclipse.debug.core.Launch.terminate(Launch.java:263)
at org.eclipse.debug.internal.core.LaunchManager.shutdown(LaunchManager.java:2342)
at org.eclipse.debug.core.DebugPlugin.stop(DebugPlugin.java:605)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:597)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
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:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
!SUBENTRY 1 org.eclipse.debug.core 4 5010 2010-10-06 12:10:14.770
!MESSAGE Terminate failed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBIDE-6405) Failed to update action org.jboss.tools.common.xstudio.action.ModulesConfigurationActionDelegate
by Leonard Tyson (JIRA)
Failed to update action org.jboss.tools.common.xstudio.action.ModulesConfigurationActionDelegate
------------------------------------------------------------------------------------------------
Key: JBIDE-6405
URL: https://jira.jboss.org/browse/JBIDE-6405
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: eclipse.buildId=
java.version=1.6.0_17
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
Reporter: Leonard Tyson
Tried to open the web xml editor; received following error:
java.lang.NullPointerException
at org.jboss.tools.common.model.project.ProjectHome.getLocationFrom_project_File(ProjectHome.java:62)
at org.jboss.tools.common.model.project.ProjectHome.getLocation(ProjectHome.java:53)
at org.jboss.tools.common.model.project.ProjectHome.getLocation(ProjectHome.java:39)
at org.jboss.tools.common.model.project.ModelNature.checkModelNature(ModelNature.java:237)
at org.jboss.tools.common.model.util.EclipseResourceUtil.getModelNature(EclipseResourceUtil.java:245)
at org.jboss.tools.common.model.ui.action.file.ModelResourceActionDelegate.getObjectByResource(ModelResourceActionDelegate.java:112)
at org.jboss.tools.common.model.ui.action.file.ModelResourceActionDelegate.selectionChanged(ModelResourceActionDelegate.java:71)
at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
at org.eclipse.ui.internal.ObjectActionContributor$1.run(ObjectActionContributor.java:157)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:160)
at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:97)
at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:262)
at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:339)
at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:338)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:469)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:465)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:491)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4270)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3974)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1578)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2010)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4619)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:254)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:3936)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3497)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBIDE-6663) Exception in org.jboss.tools.modeshape.rest
by Snjezana Peco (JIRA)
Exception in org.jboss.tools.modeshape.rest
-------------------------------------------
Key: JBIDE-6663
URL: https://jira.jboss.org/browse/JBIDE-6663
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: modeshape
Affects Versions: 3.2.x
Reporter: Snjezana Peco
Steps to reproduce:
- create some project (it doesn't have to be a Java project)
- delete it
You will get the following exception:
!ENTRY org.jboss.tools.modeshape.rest 4 0 2010-07-20 17:33:10.578
!MESSAGE Error obtaining the "published" property from the resource "L/test/.project"
!STACK 1
org.eclipse.core.internal.resources.ResourceException: Resource '/test/.project' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:326)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:200)
at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:206)
at org.eclipse.core.internal.resources.Resource.getPersistentProperty(Resource.java:1178)
at org.jboss.tools.modeshape.rest.PublishedResourceHelper.getPublishedOnWorkspaces(PublishedResourceHelper.java:134)
at org.jboss.tools.modeshape.rest.PublishedResourceHelper.isPublished(PublishedResourceHelper.java:193)
at org.jboss.tools.modeshape.rest.views.ModeShapeContentProvider.decorate(ModeShapeContentProvider.java:147)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 org.eclipse.core.resources 4 368 2010-07-20 17:33:10.578
!MESSAGE Resource '/test/.project' does not exist.
ModeShapeContentProvider.decorate() should check if the ""element" resource exists.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBIDE-6233) Cannot compile org.jboss.tools.ui.bot.ext
by Nick Boldt (JIRA)
Cannot compile org.jboss.tools.ui.bot.ext
-----------------------------------------
Key: JBIDE-6233
URL: https://jira.jboss.org/jira/browse/JBIDE-6233
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing
Affects Versions: 3.2.next
Reporter: Nick Boldt
Assignee: Dominik Pospisil
Is this a coding error? A change in SWTBot? Something I need to help you fix? Does it work locally?
[java] [javac] 211. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/eclipse/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/ClearWorkspace.java (at line 23)
[java] [javac] SWTTestExt.bot.closeAllShells();
[java] [javac] ^^^^^^^^^^^^^^
[java] [javac] The method closeAllShells() is undefined for the type SWTBotExt
[java] [javac] ----------
[java] [javac] 212. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/eclipse/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/requirement/ClearWorkspace.java (at line 24)
[java] [javac] SWTTestExt.bot.closeAllEditors();
[java] [javac] ^^^^^^^^^^^^^^^
[java] [javac] The method closeAllEditors() is undefined for the type SWTBotExt
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2.next/171/con...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBDS-1177) .metadata deploy issues
by Brice Ruth (JIRA)
.metadata deploy issues
-----------------------
Key: JBDS-1177
URL: https://jira.jboss.org/jira/browse/JBDS-1177
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Environment: WinXP SP2, jdk1.5.0_13, eclipse-jee-galileo-sr2, jboss_tools 3.1 final, m2e 0.10
Reporter: Brice Ruth
>From #JbossTools on IRC:
[11:07] <bruth> Another issue: apparently when I change from the default of deploying to .metadata to using the JBoss deploy/ folder, two things don't happen, (1) the files aren't cleaned out from .metadata and (2) the references that tell the JBoss instance to deploy things in the .metadata folder aren't removed, so JBoss starts, deploys from deploy/ then also tries to deploy from .metadata, generating all sorts of duplicate MBean errors
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years