[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2006-06-19 Thread dbatcn
from http://www.jboss.com/index.html?module=bbop=viewtopict=84242
 this appears to be a conflict with XMLBuddy. You can see a bug report at  
http://jira.jboss.com/jira/browse/JBPM-587 
and vote for it to be fixed.
I run into the same issue with Eclipse 3.1.2, GPD 3.0.9.2 and XMLBuddy.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3951727#3951727

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3951727


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2006-05-16 Thread avekens
Hello, I have the same issue/exception again (see below). I am using Eclipse 
3.1.2 and GPD 3.0.9.1.
I selected gpd.xml and Open with jBPM Graphical Process Designer. 

The discussion until now only advises to install everything again, but the root 
cause was not provided. Is it found meanwhile?

 java.lang.NullPointerException
at 
org.jbpm.ui.editor.DesignerContentProvider.addProcessDiagramDimension(Unknown 
Source)
at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown 
Source)
at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown 
Source)
at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown 
Source)
at org.jbpm.ui.editor.DesignerGraphicalEditorPage.initInput(Unknown 
Source)
at org.jbpm.ui.editor.DesignerGraphicalEditorPage.init(Unknown Source)
at 
org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:152)
at org.jbpm.ui.editor.DesignerEditor.addGraphPage(Unknown Source)
at org.jbpm.ui.editor.DesignerEditor.createPages(Unknown Source)
at 
org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
at 
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
at 
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at 
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at 
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:269)
at 
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at 
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at 
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
at 
org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
at 
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
at 
org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
at 
org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
at 
org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
at 
org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
at 
org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at 
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271)
at 
org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
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:226)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at 

[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-20 Thread madhujava
Same here. I installed a fresh 3.1.1 and it worked. 
Thanks for the posts.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913716#3913716

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913716


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-19 Thread [EMAIL PROTECTED]
The 3.0.5 was build against Eclipse 3.1.1. Anyway, normally it should work with 
3.1.0 too. Do you have any additional plugins installed?

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913410#3913410

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913410


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-19 Thread Paz
Heads up...

I had to install 3.1.1 Eclipse...3.1.0 kept crashing when I wanted to open any 
.par that had the gpd.xml.

Best bet use 3.1.1..no issues post installation..

L8ski

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913453#3913453

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913453


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-19 Thread [EMAIL PROTECTED]
Good to know this. Thanks for reporting back.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913456#3913456

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913456


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user