[JBoss JIRA] Created: (JBIDE-629) Jboss 4.2.1 doesn't start - classToLaunch cannot be null
by Perry Rhodan (JIRA)
Jboss 4.2.1 doesn't start - classToLaunch cannot be null
--------------------------------------------------------
Key: JBIDE-629
URL: http://jira.jboss.com/jira/browse/JBIDE-629
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.20070801
Environment: Eclipse 3.3 Europa, Jboss 4.2.1GA, Win-XP, Java 1.6u2, JBossTools-200708010029-nightly-ALL-win32.zip
Reporter: Perry Rhodan
Assigned To: Rob Stryker
I have succesfully created a jboss 4.2 runtime, and an jboss-server, but when i try to start the server it immediately fails with error:
Error launching twiddle
classToLaunch cannot be null
Error occurs since JBossTools-200708010029-nightly-ALL-win32.zip. Worked before. Only change in my configuration to previous versions is, that i use Jboss AS 4.2.1 GA now, previous 4.2 GA.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-681) endless errors filling up error log. unable to reproduce (with stack trace.)
by Rob Stryker (JIRA)
endless errors filling up error log. unable to reproduce (with stack trace.)
----------------------------------------------------------------------------
Key: JBIDE-681
URL: http://jira.jboss.com/jira/browse/JBIDE-681
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Environment: Using my runtime workbench with what I believe was a full svn checkout of last night, every plugin loaded into the workspace
Reporter: Rob Stryker
Error log fills up, 10 errors a second, with the following stack trace.
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
at java.util.AbstractList$Itr.next(Unknown Source)
at org.eclipse.wst.xml.core.internal.contentmodel.internal.annotation.AnnotationUtility.loadAnnotationsForGrammar(AnnotationUtility.java:34)
at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.CMDocumentManagerImpl.buildCMDocument(CMDocumentManagerImpl.java:274)
at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.CMDocumentManagerImpl.loadCMDocument(CMDocumentManagerImpl.java:252)
at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.CMDocumentManagerImpl.getCMDocument(CMDocumentManagerImpl.java:188)
at org.eclipse.wst.html.core.internal.modelquery.XHTMLAssociationProvider.getXHTMLCMDocument(XHTMLAssociationProvider.java:108)
at org.eclipse.wst.html.core.internal.modelquery.HTMLModelQueryCMProvider.getCorrespondingCMDocument(HTMLModelQueryCMProvider.java:81)
at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.SimpleAssociationProvider.getCorrespondingCMDocument(SimpleAssociationProvider.java:36)
at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.SimpleAssociationProvider.getCMElementDeclaration(SimpleAssociationProvider.java:42)
at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.ModelQueryImpl.getCMElementDeclaration(ModelQueryImpl.java:116)
at org.eclipse.wst.html.core.internal.modelquery.HTMLModelQueryImpl.getCMElementDeclaration(HTMLModelQueryImpl.java:149)
at org.eclipse.wst.xml.core.internal.document.ElementImpl.getDeclaration(ElementImpl.java:325)
at org.eclipse.wst.xml.core.internal.document.CMNodeUtil.getElementDeclaration(CMNodeUtil.java:40)
at org.eclipse.wst.html.core.internal.document.HTMLModelParserAdapter.canContain(HTMLModelParserAdapter.java:77)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.canContain(XMLModelParser.java:93)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.insertNode(XMLModelParser.java:1293)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.insertStartTag(XMLModelParser.java:1410)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.insertStartTag(XMLModelParser.java:1506)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.insertStructuredDocumentRegion(XMLModelParser.java:1516)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.replaceStructuredDocumentRegions(XMLModelParser.java:2356)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.internalSetNewDocument(DOMModelImpl.java:595)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.setStructuredDocument(DOMModelImpl.java:870)
at org.eclipse.wst.sse.core.internal.model.AbstractModelLoader.createModel(AbstractModelLoader.java:127)
at org.eclipse.wst.sse.core.internal.FileBufferModelManager.getModel(FileBufferModelManager.java:647)
at org.eclipse.wst.sse.core.internal.FileBufferModelManager.getModel(FileBufferModelManager.java:607)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._commonGetModel(ModelManagerImpl.java:322)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._commonGetModel(ModelManagerImpl.java:308)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl.getModelForRead(ModelManagerImpl.java:1068)
at org.jboss.tools.seam.internal.core.validation.SeamELValidator.validateDom(SeamELValidator.java:155)
at org.jboss.tools.seam.internal.core.validation.SeamELValidator.validateFile(SeamELValidator.java:126)
at org.jboss.tools.seam.internal.core.validation.SeamELValidator.validateAll(SeamELValidator.java:108)
at org.jboss.tools.seam.internal.core.validation.SeamValidatorManager.validateAll(SeamValidatorManager.java:84)
at org.jboss.tools.seam.internal.core.validation.SeamValidatorManager.validateInJob(SeamValidatorManager.java:64)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:75)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Closed: (JBIDE-182) Can't create debug configuration in Eclipse 3.1 M7
by Aliaksey Nis (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-182?page=all ]
Aliaksey Nis closed JBIDE-182.
------------------------------
Duplicated issue. Closing.
> Can't create debug configuration in Eclipse 3.1 M7
> --------------------------------------------------
>
> Key: JBIDE-182
> URL: http://jira.jboss.com/jira/browse/JBIDE-182
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: 1.5 Milestone 1
> Environment: I'm running Eclipse 3.1 M7, with the Perforce plugin, Jode and Spring IDE. Everything is running against Java 1.5.0_01
> Reporter: Douglas Rand
> Assigned To: Marshall Culpepper
> Fix For: 1.5 Milestone 2
>
>
> When I try to create a new debug configuration I get the following stack trace in my .log file. Obviously this gets in the way of running JBoss under the debugger. It doesn't seem to matter what configuration I try to create.
> !ENTRY org.eclipse.jface 4 2 2005-05-25 14:39:06.557
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
> !STACK 0
> java.lang.NoSuchMethodError: org.eclipse.jdt.internal.debug.ui.launcher.LauncherMessages.getString(Ljava/lang/String;)Ljava/lang/String;
> at org.jboss.ide.eclipse.launcher.ui.configuration.ServerLaunchArgumentsTab.createControl(ServerLaunchArgumentsTab.java:86)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showTabsFor(LaunchConfigurationTabGroupViewer.java:720)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showInstanceTabsFor(LaunchConfigurationTabGroupViewer.java:639)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:519)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:471)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:488)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:452)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:788)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:600)
> at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763)
> at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
> at org.eclipse.core.runtime.Platform.run(Platform.java:775)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
> at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:761)
> at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1453)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:281)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251)
> at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1570)
> at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
> at org.eclipse.core.runtime.Platform.run(Platform.java:775)
> at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1594)
> at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:795)
> at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:278)
> at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:233)
> at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:174)
> at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75)
> at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
> at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$DoubleClickAction.run(LaunchConfigurationsDialog.java:1491)
> at org.eclipse.debug.ui.AbstractDebugView.doubleClick(AbstractDebugView.java:725)
> at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:720)
> at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
> at org.eclipse.core.runtime.Platform.run(Platform.java:775)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
> at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:718)
> at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:950)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1057)
> at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:219)
> at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:216)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:275)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2921)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2554)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
> at org.eclipse.jface.window.Window.open(Window.java:787)
> at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:438)
> at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:356)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
> at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:360)
> at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:302)
> at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2921)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2554)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:371)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:330)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:274)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-642) pages.xml doesn't work with pageflow editor
by Max Andersen (JIRA)
pages.xml doesn't work with pageflow editor
-------------------------------------------
Key: JBIDE-642
URL: http://jira.jboss.com/jira/browse/JBIDE-642
Project: JBoss Tools
Issue Type: Bug
Components: jbpm
Affects Versions: 2.0.0.20070731
Reporter: Max Andersen
Assigned To: Koen Aers
a pages.xml with a proper page flow syntax does not have the pageflow editor in the right click menu.
and when using Open with... and choosing jBpm pageflow designer (not the correct name is it ?) I get
java.lang.NullPointerException
at org.jbpm.ui.pageflow.editor.PageFlowContentProvider.addProcessDiagramDimension(Unknown Source)
at org.jbpm.ui.pageflow.editor.PageFlowContentProvider.addGraphicalInfo(Unknown Source)
at org.jbpm.ui.pageflow.editor.PageFlowContentProvider.addGraphicalInfo(Unknown Source)
at org.jbpm.ui.pageflow.editor.PageFlowContentProvider.addGraphicalInfo(Unknown Source)
at org.jbpm.ui.pageflow.editor.PageFlowGraphicalEditorPage.initInput(Unknown Source)
at org.jbpm.ui.pageflow.editor.PageFlowGraphicalEditorPage.init(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:186)
at org.jbpm.ui.pageflow.editor.PageFlowEditor.addGraphPage(Unknown Source)
at org.jbpm.ui.pageflow.editor.PageFlowEditor.createPages(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2721)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months