|
FAQ Search Memberlist Usergroups Statistics Register |
Profile Log in to check your private messages Log in |
|
EclipseUML 1.2.1 / Eclipse 3.0.0 M7
|
|
forum-omondo.com Forum Index -> Eclipse Support |
View previous topic :: View next topic |
Author |
Message |
Mithfindel
Joined: 17 May 2004
Posts: 1
Location: France
|
Posted: Mon May 17, 2004 9:22 am Post subject: EclipseUML 1.2.1 / Eclipse 3.0.0 M7
|
|
|
Hi,
I'm experiencing problems running EclipseUML in Eclipse 3.0.0 Milestone 7. I downloaded the eclipseuml-installer_1.2.1..jar file and installed it to my eclipse directory (running it with java -jar). Then in Eclipse, the plugin's menus appear. But when I try to create a new UML diagram, I see a huge stack trace in my console when clicking the 'Finish' button. I have the same issue with the contextual (right click) menu in the nav pane.
Any clue ? Is there a version of EclipseUML Free able to run on Eclipse 3.0.0 ?
Here is the corresponding .log entry:
Code: |
!SESSION mai 17, 2004 10:50:39.702 ---------------------------------------------
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=fr_FR
!ENTRY org.eclipse.ui 4 4 mai 17, 2004 10:50:39.703
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 mai 17, 2004 10:50:39.710
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.c.c.a.k.byte(ClassDiagramNewWizardPage.java:200)
at com.omondo.uml.c.c.a.k.(ClassDiagramNewWizardPage.java:96)
at com.omondo.uml.ClassDiagramNewWizard.addPages(ClassDiagramNewWizard.java:38)
at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:105)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:677)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:316)
...
at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
!ENTRY org.eclipse.ui 4 4 mai 17, 2004 10:57:40.466
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 mai 17, 2004 10:57:40.487
!MESSAGE org/eclipse/ui/actions/SelectionListenerAction
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/ui/actions/SelectionListenerAction
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:298)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:99)
at
...
at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
|
_________________
Kernel panic: from device: /dev/brain0
|
|
Back to top |
|
|
agusti
Joined: 20 May 2004
Posts: 2
|
Posted: Thu May 20, 2004 7:10 pm Post subject: I have the same problem but...
|
|
|
I'm using Eclipse 2.1.3 and jre v1.5.0 and get the same exception:
java.version=1.5.0-beta
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:D:/eclipse/
!ENTRY org.eclipse.ui 4 4 may 20, 2004 20:23:30.151
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 may 20, 2004 20:23:30.191
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.omondo.uml.c.c.a.c.a(UseCaseDiagramNewWizardPage.java:41)
at com.omondo.uml.ui.d.a.goto(NewDiagramWizardPage.java:255)
at com.omondo.uml.UseCaseDiagramNewWizard.performFinish(UseCaseDiagramNewWizard.java:37)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
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.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:136)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
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)
_________________
Agustí Dosaiguas
|
|
Back to top |
|
|
agusti
Joined: 20 May 2004
Posts: 2
|
Posted: Thu May 20, 2004 7:27 pm Post subject: I've tried with another JRE
|
|
|
Tried with JRE v1.4.1_01 and i get the same error...
A few days ago I was able to create UML diagrams with JRE v1.5.0beta... And i've made no changes in eclipse configuration. I have not installed any new puglin nor installed one. The only change in my project is that it is now under CVS control...
Thx
_________________
Agustí Dosaiguas
|
|
Back to top |
|
|
|
|
forum-omondo.com Forum Index -> Eclipse Support |
All times are GMT
|
Page 1 of 1 |
|
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.4 © 2001, 2002 phpBB Group
|