| Author |
Message |
vzurczak Member

Joined: 17 Jul 2008 Posts: 273 Location: Grenoble, FR
|
|
| Back to top |
|
 |
nguyen Member
Joined: 30 Sep 2008 Posts: 21
|
Posted: Mon Oct 20, 2008 3:30 pm |
|
|
Hi
I tried install the bpel package M320070824.zip dowloaded from the directory BPEL Designer to my eclipse Ganymede.
The wizard BPEL 2.0 has been installed and I could create an BPEL project in Ganymede.
But when I opened the bpel file genered, I got an error :
A stack overflow error has occurred
Unhandled event loop exception
java.lang.StackOverflowError
Thank in advance
This is the Eclipse log :
| Code: | !ENTRY org.eclipse.ui.workbench 4 0 2008-10-20 16:15:05.154
!MESSAGE An unexpected exception was thrown.
!STACK 0
java.lang.NullPointerException
at org.eclipse.bpel.ui.actions.RenameAction.calculateEnabled(Unknown Source)
at org.eclipse.gef.ui.actions.WorkbenchPartAction.refresh(WorkbenchPartAction.java:119)
at org.eclipse.gef.ui.actions.SelectionAction.handleSelectionChanged(SelectionAction.java:85)
at org.eclipse.gef.ui.actions.SelectionAction.setSelection(SelectionAction.java:96)
at org.eclipse.gef.ui.actions.SelectionAction.update(SelectionAction.java:117)
at org.eclipse.gef.ui.parts.GraphicalEditor.updateActions(GraphicalEditor.java:414)
at org.eclipse.bpel.common.ui.palette.GraphicalEditorWithPalette.selectionChanged(Unknown Source)
at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
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.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236) |
|
|
| Back to top |
|
 |
vzurczak Member

Joined: 17 Jul 2008 Posts: 273 Location: Grenoble, FR
|
Posted: Mon Oct 20, 2008 3:39 pm |
|
|
Hi.
M320070824.zip means "Milestone 3, built on August 24th 2007", much before Ganymede's release.
Besides, there are some incompatibilities between GMF for Ganymede and GMF for Europa (it seems that the GMF team has broken API rules).
Therefore, this kind of exception is not surprising.
I would rather advise you to build the plug-in from the CVS / SVN sources.
I will see tomorrow if I can make such a build for the PEtALS team, with a fine local update site. |
|
| Back to top |
|
 |
alouis Guest
|
Posted: Mon Oct 20, 2008 3:41 pm |
|
|
Hi,
This kind of problem better takes place on Eclipse forums instead of PEtALS one  |
|
| Back to top |
|
 |
Mathieu Site Admin

Joined: 03 Jun 2008 Posts: 187
|
Posted: Mon Oct 20, 2008 3:42 pm |
|
|
Hi nguyen, thanks for your post (that I can't respond, unfortunately)
If your are writing from the forum web interface (I mean, not by the associated mailing-list), could you use the [ code] [ /code] tags to insert the code ?
It is much more easy to read, if you do so (especially when there are many lines)
Thanks !
Mathieu _________________ Petals ESB, the open source ESB based on standards, and distributed along multiple servers. |
|
| Back to top |
|
 |
nguyen Member
Joined: 30 Sep 2008 Posts: 21
|
Posted: Tue Oct 21, 2008 10:39 am |
|
|
Hi,
I resolved the problem by building the plug-in BPEL from the CVS / SVN sources.
Thank ! |
|
| Back to top |
|
 |
Jérémie Doucy Member

Joined: 23 Jul 2008 Posts: 36 Location: Elancourt
|
Posted: Thu May 28, 2009 2:49 pm |
|
|
Just for information, the update site is now ok. _________________ Information Processing, Control and Cognition (IPCC)
EADS Defence and Security Systems
http://weblab-project.org |
|
| Back to top |
|
 |
vzurczak Member

Joined: 17 Jul 2008 Posts: 273 Location: Grenoble, FR
|
Posted: Sun May 31, 2009 3:59 pm |
|
|
| Jérémie Doucy wrote: | | Just for information, the update site is now ok. |
Indeed.
Which is kind of funny because the next version of Eclipse (Galileo) will be released in about a month.
I hope they will put another update site online for Galileo. |
|
| Back to top |
|
 |
frankiben123 Welcome me, I'm new
Joined: 06 Jul 2009 Posts: 1
|
|
| Back to top |
|
 |
|