Welcome View Problems [message #435302] |
Fri, 12 August 2005 00:36 |
Eclipse User |
|
|
|
Originally posted by: kent.generatescape.com
Within eclipse my welcome view works perfectly. It comes up only the first
time.
As soon as I export the product, then it always comes up. Interestingly,
save and restore is working for the rest of the workbench.
Does anyone have any ideas what could be wrong?
This is my intro definition:
<extension
point="org.eclipse.ui.intro">
<introProductBinding
introId="org.eclipse.platform.intro"
productId="bigblogzoo.product">
</introProductBinding>
</extension>
I don't think this is directly related but I am getting another error when
I say "Go To Workbench" (If you kill the welcome window with the x it
doesn't seem to trigger this error):
java.lang.NullPointerException
at
org.eclipse.ui.internal.WorkbenchWindow.addToTrim(WorkbenchW indow.java:3107)
at
org.eclipse.ui.internal.intro.impl.presentations.IntroLaunch Bar.createInActiveWindow(IntroLaunchBar.java:348)
at
org.eclipse.ui.internal.intro.impl.model.url.IntroURL.switch ToLaunchBar(IntroURL.java:607)
at
org.eclipse.ui.internal.intro.impl.model.url.IntroURL.doExec ute(IntroURL.java:200)
at
org.eclipse.ui.internal.intro.impl.model.url.IntroURL$1.run( IntroURL.java:137)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.intro.impl.model.url.IntroURL.execut e(IntroURL.java:134)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntr oPartLocationListener.changing(BrowserIntroPartLocationListe ner.java:130)
at org.eclipse.swt.browser.Browser$2.handleEvent(Browser.java:1 99)
at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTa ble.java:55)
at
org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEve ntSink.java:144)
at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.j ava:119)
at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink .java:96)
at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSin k.java:70)
at
org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMOb ject.java:117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:16 56)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2711)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at framework.BrowserApp.run(BrowserApp.java:169)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
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: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)
In a trawl I found that someone else had this error but there doesn't seem
to be a solution.
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03562 seconds