Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Problem of the BPEL Designer Plugin installation in Eclipse Ganymede 3.4.1

it's not working. If you use the M3, you have to use Eclipse 3.3 (not
Ganymede)
If you want to use Ganymede, you have to pull the latest code from CVS
(Instructions: see PPT)

(See attached file: setupDevEnv.ppt)

Mit freundlichen Grüßen / Kind regards

Simon Daniel Moser

Team Lead BPEL Editor - Websphere Integration Developer (WID)
IBM Software Group, Application and Integration Middleware Software
Business Process Solutions Development 1
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
 Phone:            +49-7031-16-4304           IBM Deutschland                      (Embedded
                                                                                 image moved
                                                                                    to file:
                                                                               pic21533.gif)
                                                                       
 Fax:              +49-7031-16-4890           Schoenaicher Str. 220    
                                                                       
 E-Mail:           smoser@xxxxxxxxxx          71032 Boeblingen         
                                                                       
                                              Germany                  
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
 IBM Deutschland                                                       
 Research &                                                            
 Development                                                           
 GmbH /                                                                
 Vorsitzender des                                                      
 Aufsichtsrats:                                                        
 Martin Jetter                                                         
 Geschäftsführung:                                                 
 Erich Baier                                                           
 Sitz der                                                              
 Gesellschaft:                                                         
 Böblingen /                                                         
 Registergericht:                                                      
 Amtsgericht                                                           
 Stuttgart, HRB                                                        
 243294                                                                
                                                                       




                                                                       
  From:       Cuong NGUYEN <cuong.nguyen@xxxxxxxx>                     
                                                                       
  To:         bpel-dev@xxxxxxxxxxx                                     
                                                                       
  Date:       20.10.2008 16:49                                         
                                                                       
  Subject:    [bpel-dev] Problem of the BPEL Designer Plugin installation in    Eclipse Ganymede 3.4.1
                                                                       





                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
  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 :                                            
                                                                       
  !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.selectionCh
  anged(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:4          
  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.runApplicati
  on(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)             
                                                                       
                                                                       
                                                                       
                                                                       




 (Embedded image Cuong NGUYEN
 moved to file:  Architecture et Poste
 pic27868.gif)   de Travail - Client
                 Snv2
                 Chef de projet
                 développement
                 cuong.nguyen@xxxxxxxx


                 Tél. :                04 93 95 55 05



                                                                       
              CNIR SUD - BP 215 - 06904 SOPHIA ANTIPOLIS CEDEX         
                                                                       
 Contribuons au respect de l'environnement, n'imprimez ce courriel qu'en
 cas de nécessité et ayez le réflexe recto-verso                 
                                                                       


_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev

Attachment: setupDevEnv.ppt
Description: Binary data

Attachment: pic21533.gif
Description: GIF image

Attachment: pic27868.gif
Description: GIF image


Back to the top