Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem Installing Eclipse on Linux
Problem Installing Eclipse on Linux [message #452953] Tue, 29 March 2005 04:04 Go to next message
Anu is currently offline AnuFriend
Messages: 5
Registered: July 2009
Junior Member
I installed Eclipse (eclipse-SDK-3.0.1-linux-motif.zip) on Red hat
Linux(9).
Jdk: 1.4.2_05
But i was unable to open the IDE after installation.
I got the following error log.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4E73E079
Function=XFontsOfFontSet+0x9
Library=/usr/X11R6/lib/libX11.so.6

Current Java thread:
at org.eclipse.swt.internal.motif.OS.XFontsOfFontSet(Native Method)
- locked <0x48ba1470> (a java.lang.Class)
at org.eclipse.swt.graphics.Font.getFontData(Font.java:311)
at
org.eclipse.jface.resource.FontRegistry.defaultFontRecord(Fo ntRegistry.java:431)
at
org.eclipse.jface.resource.FontRegistry.getFontRecord(FontRe gistry.java:519)
at org.eclipse.jface.resource.FontRegistry.get(FontRegistry.jav a:472)
at
org.eclipse.jface.resource.JFaceResources.getDialogFont(JFac eResources.java:182)
at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialo g.java:778)
at
org.eclipse.jface.dialogs.TitleAreaDialog.createContents(Tit leAreaDialog.java:93)
at org.eclipse.jface.window.Window.create(Window.java:348)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
at org.eclipse.jface.window.Window.open(Window.java:637)
at
org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(Cho oseWorkspaceDialog.java:65)
at
org.eclipse.ui.internal.ide.IDEApplication.promptForWorkspac e(IDEApplication.java:314)
at
org.eclipse.ui.internal.ide.IDEApplication.checkInstanceLoca tion(IDEApplication.java:219)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:83)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
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:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

Dynamic libraries:
08048000-08056000 r-xp 00000000 03:02 2057077
/usr/java/j2sdk1.4.2_05/bin/java
08056000-08059000 rw-p 0000d000 03:02 2057077
/usr/java/j2sdk1.4.2_05/bin/java
40000000-40015000 r-xp 00000000 03:02 1354580 /lib/ld-2.3.2.so
40015000-40016000 rw-p 00014000 03:02 1354580 /lib/ld-2.3.2.so
40017000-4001f000 r-xp 00000000 03:02 310943
/usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads
/libhpi.so
4001f000-40020000 rw-p 00007000 03:02 310943
/usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads
/libhpi.so
40020000-40024000 rw-s 00000000 03:02 311007 /tmp/hsperfdata_root/15987
40024000-40025000 r--p 00353000 03:02 473297 /usr/lib/locale/locale-archive
40025000-40028000 r--s 00000000 03:02 1551240
/usr/java/j2sdk1.4.2_05/jre/lib/ext/dnsns.jar
40028000-40032000 r-xp 00000000 03:02 489628 /lib/tls/libpthread-0.29.so
40032000-40033000 rw-p 0000a000 03:02 489628 /lib/tls/libpthread-0.29.so
40035000-40037000 r-xp 00000000 03:02 1354591 /lib/libdl-2.3.2.so
40037000-40038000 rw-p 00002000 03:02 1354591 /lib/libdl-2.3.2.so
40039000-40435000 r-xp 00000000 03:02 2203749
/usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.
so
40435000-40450000 rw-p 003fb000 03:02 2203749
/usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.
so
40462000-40474000 r-xp 00000000 03:02 1354595 /lib/libnsl-2.3.2.so
40474000-40475000 rw-p 00011000 03:02 1354595 /lib/libnsl-2.3.2.so
40477000-40498000 r-xp 00000000 03:02 489626 /lib/tls/libm-2.3.2.so
40498000-40499000 rw-p 00020000 03:02 489626 /lib/tls/libm-2.3.2.so
40499000-404aa000 r--s 00000000 03:02 767904
/usr/java/j2sdk1.4.2_05/jre/lib/jce.jar

Kindly help me to resolve this issue
Re: Problem Installing Eclipse on Linux [message #452977 is a reply to message #452953] Tue, 29 March 2005 14:42 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
I can't tell from your error log which motif libraries you're using, so my
first guess is that you need to add the shipped OpenMotif libraries to your
LD_LIBRARY_PATH as described in
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#usingLesstif .
If this does not help then please follow up.

Grant

"Anu" <anuradhasa@world2web.com> wrote in message
news:5181e04437046138008c7bd6f9f2a486$1@www.eclipse.org...
> I installed Eclipse (eclipse-SDK-3.0.1-linux-motif.zip) on Red hat
> Linux(9).
> Jdk: 1.4.2_05
> But i was unable to open the IDE after installation.
> I got the following error log.
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : 11 occurred at PC=0x4E73E079
> Function=XFontsOfFontSet+0x9
> Library=/usr/X11R6/lib/libX11.so.6
>
> Current Java thread:
> at org.eclipse.swt.internal.motif.OS.XFontsOfFontSet(Native Method)
> - locked <0x48ba1470> (a java.lang.Class)
> at org.eclipse.swt.graphics.Font.getFontData(Font.java:311)
> at
>
org.eclipse.jface.resource.FontRegistry.defaultFontRecord(Fo ntRegistry.java:
431)
> at
>
org.eclipse.jface.resource.FontRegistry.getFontRecord(FontRe gistry.java:519)
> at org.eclipse.jface.resource.FontRegistry.get(FontRegistry.jav a:472)
> at
>
org.eclipse.jface.resource.JFaceResources.getDialogFont(JFac eResources.java:
182)
> at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialo g.java:778)
> at
>
org.eclipse.jface.dialogs.TitleAreaDialog.createContents(Tit leAreaDialog.jav
a:93)
> at org.eclipse.jface.window.Window.create(Window.java:348)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
> at org.eclipse.jface.window.Window.open(Window.java:637)
> at
>
org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(Cho oseWorkspaceDial
og.java:65)
> at
>
org.eclipse.ui.internal.ide.IDEApplication.promptForWorkspac e(IDEApplication
..java:314)
> at
>
org.eclipse.ui.internal.ide.IDEApplication.checkInstanceLoca tion(IDEApplicat
ion.java:219)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:83)
> at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:335)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
> 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:185)
> at org.eclipse.core.launcher.Main.run(Main.java:704)
> at org.eclipse.core.launcher.Main.main(Main.java:688)
>
> Dynamic libraries:
> 08048000-08056000 r-xp 00000000 03:02 2057077
> /usr/java/j2sdk1.4.2_05/bin/java
> 08056000-08059000 rw-p 0000d000 03:02 2057077
> /usr/java/j2sdk1.4.2_05/bin/java
> 40000000-40015000 r-xp 00000000 03:02 1354580 /lib/ld-2.3.2.so
> 40015000-40016000 rw-p 00014000 03:02 1354580 /lib/ld-2.3.2.so
> 40017000-4001f000 r-xp 00000000 03:02 310943
> /usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads
> /libhpi.so
> 4001f000-40020000 rw-p 00007000 03:02 310943
> /usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads
> /libhpi.so
> 40020000-40024000 rw-s 00000000 03:02 311007 /tmp/hsperfdata_root/15987
> 40024000-40025000 r--p 00353000 03:02 473297
/usr/lib/locale/locale-archive
> 40025000-40028000 r--s 00000000 03:02 1551240
> /usr/java/j2sdk1.4.2_05/jre/lib/ext/dnsns.jar
> 40028000-40032000 r-xp 00000000 03:02 489628 /lib/tls/libpthread-0.29.so
> 40032000-40033000 rw-p 0000a000 03:02 489628 /lib/tls/libpthread-0.29.so
> 40035000-40037000 r-xp 00000000 03:02 1354591 /lib/libdl-2.3.2.so
> 40037000-40038000 rw-p 00002000 03:02 1354591 /lib/libdl-2.3.2.so
> 40039000-40435000 r-xp 00000000 03:02 2203749
> /usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.
> so
> 40435000-40450000 rw-p 003fb000 03:02 2203749
> /usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.
> so
> 40462000-40474000 r-xp 00000000 03:02 1354595 /lib/libnsl-2.3.2.so
> 40474000-40475000 rw-p 00011000 03:02 1354595 /lib/libnsl-2.3.2.so
> 40477000-40498000 r-xp 00000000 03:02 489626 /lib/tls/libm-2.3.2.so
> 40498000-40499000 rw-p 00020000 03:02 489626 /lib/tls/libm-2.3.2.so
> 40499000-404aa000 r--s 00000000 03:02 767904
> /usr/java/j2sdk1.4.2_05/jre/lib/jce.jar
>
> Kindly help me to resolve this issue
>
Previous Topic:Why is the default DropEvent.feedback DND.FEEDBACK_SELECT?
Next Topic:Invoke SWT from Swing
Goto Forum:
  


Current Time: Fri Apr 26 10:04:21 GMT 2024

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

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

Back to the top