FAQ   Search   Memberlist   Usergroups   Statistics   Register 
 Profile   Log in to check your private messages   Log in 

Getting started? Especially Sequence Diagrams

 
       forum-omondo.com Forum Index -> Eclipse Support
View previous topic :: View next topic  
Author Message
wolfgangkeller



Joined: 06 Oct 2004
Posts: 2

Posted: Thu Oct 07, 2004 7:01 am    Post subject: Getting started? Especially Sequence Diagrams

Hello,

I couldn't find any "getting started"-like documentation and I have trouble even with the most simple things in EclipseUML. For example, I can't create objects in a sequence diagram.

Is there any basic documentation on EclipseUML anywhere?

Thanks in advance,

Best regards

Wolfgang Keller
Back to top
 
wolfgangkeller



Joined: 06 Oct 2004
Posts: 2

Posted: Thu Oct 07, 2004 7:11 am    Post subject: Re: Getting started? Especially Sequence Diagrams

I had a look at the workspace .log and it says:

!SESSION Okt 07, 2004 09:06:44.814 ---------------------------------------------
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Programme/eclipse/
!ENTRY org.eclipse.ui 4 4 Okt 07, 2004 09:06:44.814
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Okt 07, 2004 09:06:44.854
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.emf.d.b.b.a.u(SequenceInstanceDialog.java:192)
at com.omondo.uml.emf.d.b.b.a.new(SequenceInstanceDialog.java:155)
at com.omondo.uml.emf.d.b.b.a.createDialogArea(SequenceInstanceDialog.java:85)
at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:131)
at org.eclipse.jface.window.Window.create(Window.java:302)
at org.eclipse.jface.window.Window.open(Window.java:552)
at com.omondo.uml.emf.d.b.a.z.a(EMFDelegateSequenceInstance.java:76)
at com.omondo.uml.emf.d.b.a.z.openCreationEditor(EMFDelegateSequenceInstance.java:87)
at com.omondo.uml.ui.editors.editmodel.c.bq.openCreationEditor(SchemaEditModelImpl.java:626)
at com.omondo.uml.ui.editors.a.d.execute(CreateCommand.java:57)
at com.omondo.uml.ui.editors.a.e.f.execute(SequenceCreateCommand.java:126)
at org.eclipse.gef.commands.CommandStack.execute(CommandStack.java:78)
at org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(AbstractTool.java:416)
at org.eclipse.gef.tools.CreationTool.performCreation(CreationTool.java:198)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTool.java:122)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1006)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:232)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:346)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:511)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:132)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)

Does anyone have any ideas what's going wrong?

TIA,

Best Regards,

Wolfgang Keller
Back to top
 
Wallenstein



Joined: 10 Nov 2004
Posts: 2

Posted: Thu Nov 11, 2004 10:49 am    Post subject: Sequence Diagrams won't work for me too

Hello,

I have the same problem. I'm trying to use Omondo sequence Diagrams.

I get an "Unhandled event loop exception"
and then further error messages:

Failed to execute runnable (java.lang.NullPointerException)
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2691)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2749)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2434)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
...

Nearly the same happens with class diagrams: I can add a first class without problems, adding a second class results in the same errors as above.

I have tried this with with a fresh installation
eclipse.buildId=M (on WindowsXP, JVM= JRE1.4.2_05)
and a virgin workspace with the results above.

I had also tried before with Ecplise 3.0.0 (and automatic update of ciomponents to 3.0.1), and with Eclise 3.1M ... . Also with the same effect.


The weird thing is, that my colleagues installation (fresh eclipse 3.0.1) works without problems.

Any idea what I have made wrong?
Wallenstein
Back to top
 
Wallenstein



Joined: 10 Nov 2004
Posts: 2

Posted: Thu Nov 11, 2004 11:27 am    Post subject: Sequence Diagrams won't work for me too: Solved?

Hello,

It seems I have solved my problem.

For some unknown reason I have two suboptions in the "new" Dialog:
- EMF Diagrams and
-UML Diagrams

Both suboptions seemed to offer the same diagrams, but it turns out that there a tiny but important differences as e.g.
- EMF Sequence diagram vs.
- UML Sequence diagram

EMF Diagrams show the effects described in the posts before, UML diagrams work (at least as far as I have tried them).

Remains the question: What are these damned EMF Diagrams?

Wallenstein
Back to top
 
Display posts from previous:   
       forum-omondo.com Forum Index -> Eclipse Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group