facebook

After adding a few widgets to my form Eclipse hangs

  1. MyEclipse Archived
  2.  > 
  3. Matisse/Swing UI Development
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #263607 Reply

    gcstang
    Member

    I add a few widgets to my form and lose my data if I don’t save repeatedly after each widget, but either way Eclipse gives me a Not Responding and hangs.

    OS: Windows XP Pro SP2
    JDK : 1.5.0_10 with JAI and JCE upgrade to 128
    Starting with 1.5 or 6 doesn’t matter same issue Project is in JDK 5.

    Eclipse 5.1.0 GA
    Build id: 20061111-5.1.0-GA

    Plugins: Log4E, Matisse4Eclipse, SVN

    #263637 Reply

    Greg
    Member

    Is there anything in your eclipse log file? <your_workspace_dir>/.metadata/.log

    #263640 Reply

    gcstang
    Member

    !ENTRY org.eclipse.ui.workbench 4 0 2006-12-19 08:58:27.312
    !MESSAGE WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.PropertySheet while still in the middle of activating part com.genuitec.eclipse.dehory.paletteview2
    !STACK 0
    java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.PropertySheet while still in the middle of activating part com.genuitec.eclipse.dehory.paletteview2
    at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3157)
    at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2750)
    at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:256)
    at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:220)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
    at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1199)
    at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:1984)
    at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2145)
    at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:3860)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3312)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.ShowWindow(Native Method)
    at org.eclipse.swt.widgets.Control.showWidget(Control.java:1951)
    at org.eclipse.swt.widgets.Control.setVisible(Control.java:2672)
    at org.eclipse.ui.part.PageBook.showPage(PageBook.java:113)
    at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:966)
    at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:750)
    at org.eclipse.ui.views.properties.PropertySheet.partActivated(PropertySheet.java:192)
    at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:72)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57)
    at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:70)
    at org.eclipse.ui.internal.PartService.firePartActivated(PartService.java:73)
    at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:171)
    at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:56)
    at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126)
    at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3207)
    at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2750)
    at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:256)
    at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:220)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
    at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1199)
    at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:1878)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3287)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1539)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1634)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1920)
    at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1920)
    at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1920)
    at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1920)
    at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
    at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1844)
    at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1321)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
    at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4785)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
    at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:2389)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2963)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    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.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    #263642 Reply

    Greg
    Member

    That error is harmless. So does this lockup occur with any GUI form or just particular ones?

    #263661 Reply

    gcstang
    Member

    This looks like data from after startup again but not sure if it will help. This is the second actual matisse form I’ve actually built the first was a very simple one with only two buttons to be used as an Applet. This one is a lot more complicated than that as far as how many widgets are being used.

    !SESSION 2006-12-19 08:35:53.156 ———————————————–
    eclipse.buildId=M20060921-0945
    java.version=1.6.0
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product com.genuitec.myeclipse.product.ide
    Command-line arguments: -os win32 -ws win32 -arch x86 -clean -product com.genuitec.myeclipse.product.ide

    !ENTRY org.eclipse.core.resources 2 10035 2006-12-19 08:35:58.375
    !MESSAGE A workspace crash was detected. The previous session did not exit normally.
    !SESSION 2006-12-19 08:37:57.656 ———————————————–
    eclipse.buildId=M20060921-0945
    java.version=1.6.0
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product com.genuitec.myeclipse.product.ide
    Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide

    !ENTRY org.eclipse.core.resources 2 1 2006-12-19 08:39:01.640
    !MESSAGE Skipping builder com.ibm.etools.ctc.serviceprojectbuilder for project ColTechUtilities. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.

    #264286 Reply

    loomax
    Member

    i get exactly the same error message as above after creating a form with two jlabels and two jTextfields to a Jdialog

    the Eclipse hangs and isn’t responding — i’ve to kill eclipse

    Is there any solution for this problem ?

    #264309 Reply

    gcstang
    Member

    @loomax wrote:

    i get exactly the same error message as above after creating a form with two jlabels and two jTextfields to a Jdialog

    the Eclipse hangs and isn’t responding — i’ve to kill eclipse

    Is there any solution for this problem ?

    I changed back to JDK 1.5.0_10 and it hangs a lot less but it still hangs at times. I’ve received no more feed back from support.

    #264313 Reply

    loomax
    Member

    Currently i’m working with netbeans again to create my forms

    #264411 Reply

    loomax
    Member

    Is there anyone working succesfully with the matisse form builder ? If yes can u post your configuration

    #264735 Reply

    Greg
    Member

    loomax,

    What OS are you running and what JDK version?

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: After adding a few widgets to my form Eclipse hangs

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