Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Startup problem under linux
Startup problem under linux [message #105972] Mon, 04 August 2003 07:56 Go to next message
Eclipse UserFriend
Originally posted by: wurster.architur.de

Hi all,

when i try to start eclipse Gtk v2.1.1 on my Suse 8.2 box it fails creating the
error log shown below.
Any suggestions?

Bye Jochen

!SESSION ------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Jul 31, 2003 16:41:41.56
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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)
Caused by: java.lang.reflect.InvocationTargetException
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:861)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
... 7 more
Caused by: 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:118)
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(ActionContributionItem.java:117)
at
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:719)
at
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:596)
at
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:302)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :555)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :456)
at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 09)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :555)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :456)
at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:146)
at
org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.java:244)
at org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:578)
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:858)
... 8 more

!SESSION ------------------------------------------------------------ ----------
Re: Startup problem under linux [message #106002 is a reply to message #105972] Mon, 04 August 2003 12:03 Go to previous messageGo to next message
Eclipse UserFriend
You have problem with gtk.
Try find swt-gtk.so file (or like) and set LD_LIBRARY_PATH or
/etc/ld.so.conf in directory where swt-gtk.so is
( $ECLIPSE_HOME/plugins/org.eclipse.swt.gtk/os/linux/x86, btw
export LD_LIBRARY_PATH=/opt/eclipse/plugins/org.eclipse.swt.gtk/os/ linux/x86
then start eclipse

regards
Haris Peco

Jochen Wurster wrote:

> Hi all,
>
> when i try to start eclipse Gtk v2.1.1 on my Suse 8.2 box it fails
> creating the error log shown below.
> Any suggestions?
>
> Bye Jochen
>
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Jul 31, 2003 16:41:41.56 !MESSAGE
> Exception launching the Eclipse Platform: !STACK
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324) 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) Caused by:
> java.lang.reflect.InvocationTargetException at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:861)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> ... 7 more
> Caused by: 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:118)
> 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(ActionContributionItem.java:117)
> at
>
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:719)
> at
>
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:596)
> at
>
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:302)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java :555) at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :456) at
> org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 09) at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :555) at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :456) at
> org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:146)
> at
>
org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.java:244)
> at
>
org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:578)
> 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:858)
> ... 8 more
>
> !SESSION
> ------------------------------------------------------------ ----------
Re: Startup problem under linux [message #106495 is a reply to message #106002] Tue, 05 August 2003 03:52 Go to previous message
Eclipse UserFriend
Originally posted by: wurster.architur.de

Hi,

i have used konqueror to unzip eclipse. See:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#konquerorUnzip

Tricky bug isn't it?

Bye Jochen

snpe wrote:
> You have problem with gtk.
> Try find swt-gtk.so file (or like) and set LD_LIBRARY_PATH or
> /etc/ld.so.conf in directory where swt-gtk.so is
> ( $ECLIPSE_HOME/plugins/org.eclipse.swt.gtk/os/linux/x86, btw
> export LD_LIBRARY_PATH=/opt/eclipse/plugins/org.eclipse.swt.gtk/os/ linux/x86
> then start eclipse
>
> regards
> Haris Peco
>
> Jochen Wurster wrote:
>
>
>>Hi all,
>>
>>when i try to start eclipse Gtk v2.1.1 on my Suse 8.2 box it fails
>>creating the error log shown below.
>>Any suggestions?
>>
>>Bye Jochen
>>
>>!SESSION
>> ------------------------------------------------------------ ----------
>>!ENTRY org.eclipse.core.launcher 4 0 Jul 31, 2003 16:41:41.56 !MESSAGE
>>Exception launching the Eclipse Platform: !STACK
>>java.lang.reflect.InvocationTargetException
>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>at
>>
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
>>at
>>
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
>>at java.lang.reflect.Method.invoke(Method.java:324) 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) Caused by:
>>java.lang.reflect.InvocationTargetException at
>>
>
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:861)
>
>>at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
>>... 7 more
>>Caused by: 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:118)
>
>>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(ActionContributionItem.java:117)
>
>>at
>>
>
> org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:719)
>
>>at
>>
>
> org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:596)
>
>>at
>>
>
> org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:302)
>
>>at org.eclipse.jface.action.MenuManager.update(MenuManager.java :555) at
>> org.eclipse.jface.action.MenuManager.update(MenuManager.java :456) at
>> org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 09) at
>> org.eclipse.jface.action.MenuManager.update(MenuManager.java :555) at
>> org.eclipse.jface.action.MenuManager.update(MenuManager.java :456) at
>> org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:146)
>>at
>>
>
> org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.java:244)
>
>>at
>>
>
> org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:578)
>
>>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:858)
>
>>... 8 more
>>
>>!SESSION
>> ------------------------------------------------------------ ----------
>
>
Previous Topic:How do I add an install location for plugins?
Next Topic:help launching eclipse
Goto Forum:
  


Current Time: Sat May 10 17:02:19 EDT 2025

Powered by FUDForum. Page generated in 0.02934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top