facebook

Solaris UML Support

  1. MyEclipse Archived
  2.  > 
  3. UML Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229877 Reply

    gatman1000
    Member

    Hi,

    I’m unable to run UML features on Solaris.
    I get a dialog saying it is only supported on Linux and windoze.
    Is the temporary?

    Thanks

    #229882 Reply

    Scott Anderson
    Participant

    Actually, we’ve never tested it on Solaris, but it might work with JDK 1.5 like it does on Linux. In M2 we’ll limit the check to allow you to try it out.

    #240302 Reply

    qnob
    Member

    Cannot run UML Modeler either. I’ve following environment:

    Sun Solaris 9 / sparc
    java version “1.5.0_04”
    Eclipse 3.1
    ME 4.0.3

    Is there something I can do for this problem? Any workaround or known configuration issue?
    Did I understand you correctly that you get it working on your test environment?

    What is the roadmap for this issue, if any?

    Thanks a lot.
    Kuno

    — The logfile says: —

    
    !ENTRY org.eclipse.ui 4 4 2005-10-28 10:32:54.103
    !MESSAGE Unhandled event loop exception
    
    !ENTRY org.eclipse.ui 4 0 2005-10-28 10:32:54.105
    !MESSAGE Not implemented (java.lang.reflect.InvocationTargetException)
    !STACK 0
    org.eclipse.swt.SWTError: Not implemented (java.lang.reflect.InvocationTargetException)
            at org.eclipse.swt.SWT.error(SWT.java:2968)
            at org.eclipse.swt.SWT.error(SWT.java:2865)
            at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:135)
            at com.genuitec.eclipse.uml.editor.UMLEditor.createPartControlSwing(UMLEditor.java:787)
            at com.genuitec.eclipse.uml.editor.UMLEditor.createPartControl(UMLEditor.java:756)
            at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
            at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
            at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
            at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:223)
            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2362)
            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
            at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
            at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
            at com.genuitec.eclipse.uml.wizard.NewUMLModelFileWizard.performFinish(NewUMLModelFileWizard.java:100)
            at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
            at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
            at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
            at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
            at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
            at org.eclipse.jface.window.Window.open(Window.java:787)
            at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
            at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
            at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
            at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
            at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
            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:585)
            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)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:133)
            ... 51 more
    Caused by: java.lang.ClassCastException: sun.awt.motif.MToolkit
            at sun.awt.X11.XEmbeddedFrame.<init>(XEmbeddedFrame.java:31)
            at sun.awt.X11.XEmbeddedFrame.<init>(XEmbeddedFrame.java:24)
            ... 56 more
    
Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Solaris UML Support

You must be logged in to post in the forum log in