Bug 196411 - Could not run product that exported from RCP on Windows.
Summary: Could not run product that exported from RCP on Windows.
Status: RESOLVED DUPLICATE of bug 188091
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Scripting (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Kim Horne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-13 00:53 EDT by Nguyễn Văn Dũng CLA
Modified: 2007-07-17 12:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyễn Văn Dũng CLA 2007-07-13 00:53:28 EDT
When I export the product using RCP framework and run on Windows. There are some problem that related to splash. The error detail listing bellow:

!ENTRY org.eclipse.osgi 4 0 2007-07-13 11:44:12.266
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
	at org.eclipse.swt.SWT.error(SWT.java:3589)
	at org.eclipse.swt.SWT.error(SWT.java:3481)
	at org.eclipse.swt.SWT.error(SWT.java:3452)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:432)
	at org.eclipse.swt.widgets.Control.createHandle(Control.java:602)
	at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:235)
	at org.eclipse.swt.widgets.Control.createWidget(Control.java:618)
	at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:131)
	at org.eclipse.swt.widgets.Control.<init>(Control.java:97)
	at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:72)
	at org.eclipse.swt.widgets.Composite.<init>(Composite.java:93)
	at org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java:159)
	at org.eclipse.ui.splash.BasicSplashHandler.getContent(BasicSplashHandler.java:265)
	at org.eclipse.ui.internal.splash.EclipseSplashHandler.init(EclipseSplashHandler.java:84)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:595)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
	at org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:611)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2248)
	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 com.inet.documentum.ui.DocumentumApplication.start(DocumentumApplication.java:153)
	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)
Comment 1 Nguy&#7877;n V&#259;n D&#361;ng CLA 2007-07-13 01:22:40 EDT
We could not run product after facing this error on Windows. 
Comment 2 Eric Moffatt CLA 2007-07-17 10:13:24 EDT
Kim, are you the right person for this ? If not re-punt...
Comment 3 Kim Horne CLA 2007-07-17 12:27:41 EDT
I think this is a dupe of bug 196411.  Are you calling Platform.endSplash() in your RCP app?  

*** This bug has been marked as a duplicate of bug 188091 ***