2 Replies Latest reply on Sep 3, 2005 7:40 PM by kgalligan

    Graphical designer trouble

      I've been using the recent verison of the graphical designer for a process I'm working on. It is a bit large, but nothing too crazy. I just tried to open it, and the coords of a particular node weren't written, so the transitions to and from went to the top left of the screen. I opened the file in a text editor, and added the info approximately as it was before. Now I get this...

      !ENTRY org.jbpm.ui 4 0 2005-09-03 17:22:02.00
      !MESSAGE Could not create graphical viewer
      !STACK 1
      org.eclipse.ui.PartInitException: Error reading contents of file : gpd.xml.
      at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown Source)
      at org.jbpm.ui.editor.DesignerGraphicalEditorPart.initInput(Unknown Source)
      at org.jbpm.ui.editor.DesignerGraphicalEditorPart.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:585)
      at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
      at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
      at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
      at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)
      at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
      at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
      at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
      at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
      at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212)
      at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
      at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
      at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
      at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
      at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
      at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
      at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
      at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
      at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
      at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
      at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
      at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
      at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
      at org.eclipse.core.runtime.Platform.run(Platform.java:783)
      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.fireOpen(StructuredViewer.java:739)
      at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
      at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
      at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
      at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
      at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
      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:3080)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
      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 java.lang.reflect.Method.invoke(Method.java:324)
      at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
      at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
      at org.eclipse.core.launcher.Main.run(Main.java:973)
      at org.eclipse.core.launcher.Main.main(Main.java:948)
      !SUBENTRY 1 org.jbpm.ui.DesignerPlugin 4 0 2005-09-03 17:22:02.00
      !MESSAGE Error reading contents of file : gpd.xml.

      Any thoughts? I didn't do much else to the file. I've done a few visual look throughs and it seems fine.

        • 1. Re: Graphical designer trouble

          In quick answer to myself, I'm using a text editor called Crimson editor. I tried opening and saving a different gpd.xml file with it, and I get the same crap.

          Now to figure out what's going on...

          • 2. Re: Graphical designer trouble

            Nevermind.

            In case anybody ran into this problem, if you want to edit the xml files directly, try to do it in eclipse. Right click the gpd.xml and select "Open With > Text Editor", and make sure its ok in there.