Cannot start/finish install of eclipse on linux [message #42395] |
Wed, 21 May 2003 12:42  |
Eclipse User |
|
|
|
Originally posted by: dirk.meister.web.de
When i start eclipse on suse linux 8.1 i get the following exceptiontrace
every time.
I downloaded the 2.1 release-version of Eclipse, extraced it, give eclipse
the executable rights and started it. no other changes.
The "finish the install"-screen is shown and then the startup is
interrupted.
A final messagedialog says i should look at the file .log but it is not in
the workbench directory.
This is a bug or an error on my side?
Greeting
Dirk Meister
Exceptiontrace:
[Fatal Error] :-1:-1: Vorzeitiges Dateiende.
[Fatal Error] :-1:-1: Vorzeitiges Dateiende.
org.eclipse.swt.SWTException: Unsupported or unrecognized format
at org.eclipse.swt.SWT.error(SWT.java:2332)
at org.eclipse.swt.SWT.error(SWT.java:2262)
at
org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 24)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:311)
at
org.eclipse.jface.resource.URLImageDescriptor.getImageData(U RLImageDescriptor
..java:51)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:11
8)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:94
)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:83
)
at
org.eclipse.jface.action.ActionContributionItem$ImageCache.g etImage(ActionCont
ributionItem.java:117)
at
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributio
nIte
m.java:719)
at
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.
java:596)
at
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.j
ava:302)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 07)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
at
org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:144)
at
org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.ja
va:244)
at
org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:57
8)
at org.eclipse.jface.window.Window.createShell(Window.java:350)
at org.eclipse.jface.window.Window.create(Window.java:301)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1068)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:874)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:8
45)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
|
|
|
Re: Cannot start/finish install of eclipse on linux [message #42777 is a reply to message #42395] |
Wed, 21 May 2003 15:29  |
Eclipse User |
|
|
|
Dirk Meister wrote:
> A final messagedialog says i should look at the file .log but it is
> not in the workbench directory.
It should be in /path/to/devspace/.metadata/.log
> Exceptiontrace:
("Exception trace" and "message dialog": English does word compounding
much less than German :-)
> [Fatal Error] :-1:-1: Vorzeitiges Dateiende.
> [Fatal Error] :-1:-1: Vorzeitiges Dateiende.
> org.eclipse.swt.SWTException: Unsupported or unrecognized format
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at org.eclipse.swt.SWT.error(SWT.java:2262)
> at
> org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
Hmm ... it sounds like it wants to load the splash screen, but that
that file is not right. See
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -update-home/doc/eclipse_splash.html
> The very first time the Eclipse platform is launched with a new
> workspace, there is no platform.cfg (unless there is a pre-computed
> default one stored with the install), and it will take several
> seconds to compute one. Until it does, it won't know the correct
> splash screen. So it immediately displays an interim splash screen
> (a plain canned image that reads "Completing the install. Please
> wait...") and goes about its business. When it is done, it takes
> down the splash screen and does an exit-with-relaunch; the product
> now starts with the newly-computed platform.cfg telling it exactly
> where to find the correct splash screen. The same holds true for
> subsequent launches. This special splash screen and all its
> translations are in the org.eclipse.core.boot plug-in (to simplify
> the implementation, we do not look in fragments).
So look in org.eclipse.core.boot. Viel Glück.
|
|
|
Powered by
FUDForum. Page generated in 0.07354 seconds