Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, October 2007
Eclipse will never start up again


Message 1 in thread

I am using Eclipse 3.3.0 (Europa), qtjambi-win32-gpl-4.3.1_01 and 
qtjambi-eclipse-integration-win32-4.3.1_01-mingw

@regsvr32 plugins\com.trolltech.qtdesigner.win32.x86_1.0.1\qtdesigner.dll 
works fine.

Created a new Project an a new QT Jambi Designer Form, switched to Qt 
Designer UI Perspective and all worked fine.

Closing an opening Eclipse will work if at least one .jui file is open.

If there is no open .jui File when Closing Eclipse in  QT Perspective, 
Eclipse will never start up again.

Eclipse log:

!ENTRY org.eclipse.ui.workbench 4 0 2007-10-01 17:33:02.718
!MESSAGE Unable to create view ID 
com.trolltech.qtdesigner.views.propertyeditorview: 
com/trolltech/tools/designer/ResourceBrowser
!STACK 0
java.lang.NoClassDefFoundError: com/trolltech/tools/designer/ResourceBrowser
 at org.eclipse.swt.internal.ole.win32.COM.OleCreate(Native Method)
 at org.eclipse.swt.ole.win32.OleControlSite.<init>(OleControlSite.java:102)
 at 
com.trolltech.qtdesigner.views.PropertyEditorW.<init>(PropertyEditorW.java:24)
 at 
com.trolltech.qtdesigner.views.PropertyEditorView.createPartControl(PropertyEditorView.java:16)
 at 
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
 at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
 at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
 at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
 at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
 at 
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
 at 
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
 at 
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
 at 
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
 at 
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
 at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)
 at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
 at 
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:563)
 at 
org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
 at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
 at 
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2497)
 at 
org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2837)
 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
 at 
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2818)
 at 
org.eclipse.ui.internal.WorkbenchWindow$17.runWithException(WorkbenchWindow.java:2135)
 at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
 at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
 at 
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:797)
 at 
org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342)
 at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
 at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
 at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
 at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
 at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
 at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
 at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
 at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
 at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
 at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
 at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
 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:504)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1169)

Deleting the workbench settings in the Eclipse-workspace is the only way 
out.


Is there somone else with this problem?

regards,

Georg 



Message 2 in thread

I am using Eclipse 3.3.0 (Europa), qtjambi-win32-gpl-4.3.1_01 and 
qtjambi-eclipse-integration-win32-4.3.1_01-mingw

@regsvr32 plugins\com.trolltech.qtdesigner.win32.x86_1.0.1\qtdesigner.dll 
works fine.

Created a new Project an a new QT Jambi Designer Form, switched to Qt 
Designer UI Perspective and all worked fine.

Closing an opening Eclipse will work if at least one .jui file is open.

If there is no open .jui File when Closing Eclipse in  QT Perspective, 
Eclipse will never start up again.

Eclipse log:

!ENTRY org.eclipse.ui.workbench 4 0 2007-10-01 17:33:02.718
!MESSAGE Unable to create view ID 
com.trolltech.qtdesigner.views.propertyeditorview: 
com/trolltech/tools/designer/ResourceBrowser
!STACK 0
java.lang.NoClassDefFoundError: com/trolltech/tools/designer/ResourceBrowser
 at org.eclipse.swt.internal.ole.win32.COM.OleCreate(Native Method)
 at org.eclipse.swt.ole.win32.OleControlSite.<init>(OleControlSite.java:102)
 at 
com.trolltech.qtdesigner.views.PropertyEditorW.<init>(PropertyEditorW.java:24)
 at 
com.trolltech.qtdesigner.views.PropertyEditorView.createPartControl(PropertyEditorView.java:16)
 at 
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
 at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
 at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
 at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
 at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
 at 
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
 at 
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
 at 
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
 at 
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
 at 
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
 at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)
 at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
 at 
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:563)
 at 
org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
 at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
 at 
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2497)
 at 
org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2837)
 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
 at 
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2818)
 at 
org.eclipse.ui.internal.WorkbenchWindow$17.runWithException(WorkbenchWindow.java:2135)
 at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
 at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
 at 
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:797)
 at 
org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342)
 at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
 at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
 at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
 at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
 at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
 at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
 at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
 at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
 at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
 at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
 at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
 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:504)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1169)

Deleting the workbench settings in the eclipce-workspace is the only way 
out.


Is there somone else with this problem?

regards,

Georg 



Message 3 in thread

Hi, Georg.

Georg Wolf wrote:
> I am using Eclipse 3.3.0 (Europa), qtjambi-win32-gpl-4.3.1_01 and 
> qtjambi-eclipse-integration-win32-4.3.1_01-mingw
>
> @regsvr32 plugins\com.trolltech.qtdesigner.win32.x86_1.0.1\qtdesigner.dll 
> works fine.
>
> Created a new Project an a new QT Jambi Designer Form, switched to Qt 
> Designer UI Perspective and all worked fine.
>
> Closing an opening Eclipse will work if at least one .jui file is open.
>
> If there is no open .jui File when Closing Eclipse in  QT Perspective, 
> Eclipse will never start up again.
>   

I've followed these steps, but could sadly not reproduce the problem you 
are experiencing.

Are there any other details you can give me which might be relevant? 
Have you changed the layout of the Qt Designer UI perspective in any way?

-- Eskil


Message 4 in thread

"Eskil Abrahamsen Blomfeldt" <eblomfel@xxxxxxxxxxxxx> schrieb im Newsbeitrag 
news:47050395.3080302@xxxxxxxxxxxxxxxx
> Hi, Georg.
>
> Georg Wolf wrote:
>> I am using Eclipse 3.3.0 (Europa), qtjambi-win32-gpl-4.3.1_01 and 
>> qtjambi-eclipse-integration-win32-4.3.1_01-mingw
>>
>> @regsvr32 plugins\com.trolltech.qtdesigner.win32.x86_1.0.1\qtdesigner.dll 
>> works fine.
>>
>> Created a new Project an a new QT Jambi Designer Form, switched to Qt 
>> Designer UI Perspective and all worked fine.
>>
>> Closing an opening Eclipse will work if at least one .jui file is open.
>>
>> If there is no open .jui File when Closing Eclipse in  QT Perspective, 
>> Eclipse will never start up again.
>>
>
> I've followed these steps, but could sadly not reproduce the problem you 
> are experiencing.
>
> Are there any other details you can give me which might be relevant? Have 
> you changed the layout of the Qt Designer UI perspective in any way?
>
> -- Eskil

Hi Eskil,

the only thing is that i used it before with the Trial-Version of QT-Jambi 
because of the
"Eclipse integration problem" mentioned at this list earlier.

Removed the QT-Jambi Trial-Version (0 Days left),
installed qtjambi-win32-gpl-4.3.1_01,
installed a NEW Eclipse
and the QT-Jambi-Eclipse Integration.

I'll test it with a clean new windows-system at the weekend.

Georg