SCIENTIFIC-LINUX-USERS Archives

May 2009

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Connie Sieh <[log in to unmask]>
Reply To:
Connie Sieh <[log in to unmask]>
Date:
Mon, 11 May 2009 15:03:19 -0500
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (212 lines)
On Mon, 11 May 2009, William Shu wrote:

> --Boundary_(ID_GLiIs2tSNRJu+7tp3/7zpw)
> Content-type: text/plain; charset=us-ascii
>
> Hi Troy,
> I am using SL 5.0 on the machine (laptop). Barring inadvertency, it has always been updated with yum/yumex from SL sites/mirrors. I also have the same problem with an SL 5.0 desktop, but not with an SL5.2 desktop.

Since the eclipse on SL 5.2 works I suggest you use that.

-connie sieh
>
> The requested output is:
>
> [wss@hpsl5 ~]$ rpm -qa | grep eclipse |sort
> eclipse-cdt-3.1.2-8.el5.i386
> eclipse-cdt-sdk-3.1.2-8.el5.i386
> eclipse-checkstyle-4.0.1-6.el5.i386
> eclipse-ecj-3.2.1-18.el5.i386
> eclipse-jdt-3.2.1-18.el5.i386
> eclipse-jdt-sdk-3.2.1-18.el5.i386
> eclipse-pde-3.2.1-18.el5.i386
> eclipse-pde-runtime-3.2.1-18.el5.i386
> eclipse-platform-3.2.1-18.el5.i386
> eclipse-platform-sdk-3.2.1-18.el5.i386
> eclipse-rcp-3.2.1-18.el5.i386
> eclipse-rcp-sdk-3.2.1-18.el5.i386
> [wss@hpsl5 ~]$
>
> William.
>
>
> --- On Mon, 5/11/09, Troy Dawson <[log in to unmask]> wrote:
> From: Troy Dawson <[log in to unmask]>
> Subject: Re: problems getting eclipse to run on SL5.0
> To: "[log in to unmask]" <[log in to unmask]>
> Cc: "[log in to unmask]" <[log in to unmask]>
> Date: Monday, May 11, 2009, 8:48 PM
>
> That is the same version of jdk that I am running, and Eclipse comes up fine.
> Are you using Eclipse from SL, or downloaded from somewhere?
> Can you give the output of
>  rpm -qa | grep eclipse | sort
>
> Troy
>
> William Shu wrote:
>> Dear Connie,
>> The version of java is given as in the command below:
>> [wss@hpsl5 ~]$ java -version
>> java version "1.6.0_13"
>> Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
>> Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)
>> [wss@hpsl5 ~]$
>>
>> William.
>>
>> --- On *Mon, 5/11/09, Connie Sieh /<[log in to unmask]>/* wrote:
>>
>>     From: Connie Sieh <[log in to unmask]>
>>     Subject: Re: problems getting eclipse to run on SL5.0
>>     To: "William Shu" <[log in to unmask]>
>>     Cc: [log in to unmask]
>>     Date: Monday, May 11, 2009, 6:25 PM
>>
>>     Which java is this?
>>
>>     -Connie Sieh
>>
>>     On Sat, 9 May 2009, William Shu wrote:
>>
>>    > --Boundary_(ID_tR8ZFhtkJ5pnkuN4BLNX5Q)
>>    > Content-type:
>>      text/plain; charset=us-ascii
>>    >
>>    > Can anyone help?
>>    >
>>    > In order to learn how to use eclipse, I try running the eclipse
> program
>>     for the first time and get the error message:
>>    > [wss@hpsl5 programmingEnvironments]$ eclipse &
>>    > [2] 9568
>>    > [wss@hpsl5 programmingEnvironments]$ /usr/bin/java: symbol lookup
> error:
>>
> /usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/6/1/.cp/libswt-mozilla-gtk-3235.so:
>>     undefined symbol: _ZN4nsID5ParseEPKc
>>    >
>>    > with the eclipse logo stuck on my screen, and produces a pop-up
> display
>>     with the following:
>>    >
>>    > JVM terminated. Exit code=127
>>    > /usr/bin/java
>>    > -Xms40m
>>    > -Xmx256m
>>    > -Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration
>>    > -jar /usr/share/eclipse/startup.jar
>>    > -os linux
>>    > -ws gtk
>>    > -arch x86
>>    > -launcher /usr/bin/eclipse
>>    > -name Eclipse
>>    > -showsplash 600
>>    >
>>      -exitdata 23802a
>>    > -vm /usr/bin/java
>>    > -vmargs
>>    > -Xms40m
>>    > -Xmx256m
>>    > -Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration
>>    > -jar /usr/share/eclipse/startup.jar
>>    >
>>    > I am running SL 5.0 on an HP Pavilion 5000 laptop:
>>    > [wss@hpsl5 programmingEnvironments]$ uname -a
>>    > Linux hpsl5 2.6.18-128.1.6.el5xen #1 SMP Wed Apr 1 07:49:37 EDT
> 2009 i686
>>     i686 i386 GNU/Linux
>>    > [wss@hpsl5 programmingEnvironments]$
>>    >
>>    >
>>    > Not sure if its the laptop, but it seems general/ 3rd party
> software which
>>     install/run without problems on other machines (with SL 5.2 installed)
> seem to
>>     unexpectedly crash on this one.
>>    >
>>    > William.
>>    >
>>    >
>>    >
>>    >
>>    >
>>    > --Boundary_(ID_tR8ZFhtkJ5pnkuN4BLNX5Q)
>>    > Content-type: text/html; charset=us-ascii
>>    >
>>    > <table cellspacing="0" cellpadding="0"
>>     border="0" ><tr><td
>>      valign="top"
>>     style="font: inherit;">Can anyone
> help?<br><br>In order
>>     to learn how to use eclipse, I try running the eclipse program for the
> first
>>     time and get the error message:<br>[wss@hpsl5
> programmingEnvironments]$
>>     eclipse &amp;<br>[2] 9568<br>[wss@hpsl5
>>     programmingEnvironments]$ /usr/bin/java: symbol lookup error:
>>
> /usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/6/1/.cp/libswt-mozilla-gtk-3235.so:
>>     undefined symbol: _ZN4nsID5ParseEPKc<br><br>with the
> eclipse logo
>>     stuck on my screen, and produces a pop-up display with the
>>     following:<br><br>JVM terminated. Exit
>>
> code=127<br>/usr/bin/java<br>-Xms40m<br>-Xmx256m<br>-Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration<br>-jar
>>     /usr/share/eclipse/startup.jar<br>-os linux<br>-ws
>>     gtk<br>-arch x86<br>-launcher
>>      /usr/bin/eclipse<br>-name
>>     Eclipse<br>-showsplash 600<br>-exitdata
> 23802a<br>-vm
>>    >
>>
> /usr/bin/java<br>-vmargs<br>-Xms40m<br>-Xmx256m<br>-Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration<br>-jar
>>     /usr/share/eclipse/startup.jar <br><br>I am running SL 5.0
> on an HP
>>     Pavilion 5000 laptop:<br>[wss@hpsl5 programmingEnvironments]$
> uname
>>     -a<br>Linux hpsl5 2.6.18-128.1.6.el5xen #1 SMP Wed Apr 1
> 07:49:37 EDT 2009
>>     i686 i686 i386 GNU/Linux<br>[wss@hpsl5 programmingEnvironments]$
>>     <br><br><br>Not sure if its the laptop, but it seems
> general/
>>     3rd party software which install/run without problems on other
> machines (with SL
>>     5.2 installed) seem to unexpectedly crash on this
>>
> one.<br><br>William.<br><br></td></tr></table><br>
>>    >
>>    >
>>    >
>>    >
>>    >
>>      --Boundary_(ID_tR8ZFhtkJ5pnkuN4BLNX5Q)--
>>    >
>>
>>
>
>
> -- __________________________________________________
> Troy Dawson  [log in to unmask]  (630)840-6468
> Fermilab  ComputingDivision/LCSI/CSI LMSS Group
> __________________________________________________
>
>
>
>
> --Boundary_(ID_GLiIs2tSNRJu+7tp3/7zpw)
> Content-type: text/html; charset=us-ascii
>
> <table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Troy,<br>I am using SL 5.0 on the machine (laptop). Barring inadvertency, it has always been updated with yum/yumex from SL sites/mirrors. I also have the same problem with an SL 5.0 desktop, but not with an SL5.2 desktop.<br><br>The requested output is:<br><br>[wss@hpsl5 ~]$ rpm -qa | grep eclipse |sort<br>eclipse-cdt-3.1.2-8.el5.i386<br>eclipse-cdt-sdk-3.1.2-8.el5.i386<br>eclipse-checkstyle-4.0.1-6.el5.i386<br>eclipse-ecj-3.2.1-18.el5.i386<br>eclipse-jdt-3.2.1-18.el5.i386<br>eclipse-jdt-sdk-3.2.1-18.el5.i386<br>eclipse-pde-3.2.1-18.el5.i386<br>eclipse-pde-runtime-3.2.1-18.el5.i386<br>eclipse-platform-3.2.1-18.el5.i386<br>eclipse-platform-sdk-3.2.1-18.el5.i386<br>eclipse-rcp-3.2.1-18.el5.i386<br>eclipse-rcp-sdk-3.2.1-18.el5.i386<br>[wss@hpsl5 ~]$ <br><br>William.<br><br><br>--- On <b>Mon, 5/11/09, Troy Dawson <i>&lt;[log in to unmask]&gt;</i></b>
> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Troy Dawson &lt;[log in to unmask]&gt;<br>Subject: Re: problems getting eclipse to run on SL5.0<br>To: "[log in to unmask]" &lt;[log in to unmask]&gt;<br>Cc: "[log in to unmask]" &lt;[log in to unmask]&gt;<br>Date: Monday, May 11, 2009, 8:48 PM<br><br><pre>That is the same version of jdk that I am running, and Eclipse comes up fine.<br>Are you using Eclipse from SL, or downloaded from somewhere?<br>Can you give the output of<br>  rpm -qa | grep eclipse | sort<br><br>Troy<br><br>William Shu wrote:<br>&gt; Dear Connie,<br>&gt; The version of java is given as in the command below:<br>&gt; [wss@hpsl5 ~]$ java -version<br>&gt; java version "1.6.0_13"<br>&gt; Java(TM) SE Runtime Environment (build 1.6.0_13-b03)<br>&gt; Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)<br>&gt; [wss@hpsl5 ~]$<br>&gt;
> <br>&gt; William.<br>&gt; <br>&gt; --- On *Mon, 5/11/09, Connie Sieh /&lt;[log in to unmask]&gt;/* wrote:<br>&gt; <br>&gt;     From: Connie Sieh &lt;[log in to unmask]&gt;<br>&gt;     Subject: Re: problems getting eclipse to run on SL5.0<br>&gt;     To: "William Shu" &lt;[log in to unmask]&gt;<br>&gt;     Cc: [log in to unmask]<br>&gt;     Date: Monday, May 11, 2009, 6:25 PM<br>&gt; <br>&gt;     Which java is this?<br>&gt; <br>&gt;     -Connie Sieh<br>&gt; <br>&gt;     On Sat, 9 May 2009, William Shu wrote:<br>&gt; <br>&gt;     &gt; --Boundary_(ID_tR8ZFhtkJ5pnkuN4BLNX5Q)<br>&gt;     &gt; Content-type:<br>&gt;      text/plain; charset=us-ascii<br>&gt;     &gt;<br>&gt;     &gt; Can anyone help?<br>&gt;     &gt;<br>&gt;     &gt; In order to learn how to use eclipse, I try running the eclipse<br>program<br>&gt;     for the first time and get the error message:<br>&gt;     &gt; [wss@hpsl5 programmingEnvironments]$ eclipse &amp;<br>&gt;     &gt;
> [2] 9568<br>&gt;     &gt; [wss@hpsl5 programmingEnvironments]$ /usr/bin/java: symbol lookup<br>error:<br>&gt;    <br>/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/6/1/.cp/libswt-mozilla-gtk-3235.so:<br>&gt;     undefined symbol: _ZN4nsID5ParseEPKc<br>&gt;     &gt;<br>&gt;     &gt; with the eclipse logo stuck on my screen, and produces a pop-up<br>display<br>&gt;     with the following:<br>&gt;     &gt;<br>&gt;     &gt; JVM terminated. Exit code=127<br>&gt;     &gt; /usr/bin/java<br>&gt;     &gt; -Xms40m<br>&gt;     &gt; -Xmx256m<br>&gt;     &gt; -Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration<br>&gt;     &gt; -jar /usr/share/eclipse/startup.jar<br>&gt;     &gt; -os linux<br>&gt;     &gt; -ws gtk<br>&gt;     &gt; -arch x86<br>&gt;     &gt; -launcher /usr/bin/eclipse<br>&gt;     &gt; -name Eclipse<br>&gt;     &gt; -showsplash 600<br>&gt;     &gt;<br>&gt;      -exitdata 23802a<br>&gt;     &gt; -vm /usr/bin/java<br>&gt;     &gt;
> -vmargs<br>&gt;     &gt; -Xms40m<br>&gt;     &gt; -Xmx256m<br>&gt;     &gt; -Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration<br>&gt;     &gt; -jar /usr/share/eclipse/startup.jar<br>&gt;     &gt;<br>&gt;     &gt; I am running SL 5.0 on an HP Pavilion 5000 laptop:<br>&gt;     &gt; [wss@hpsl5 programmingEnvironments]$ uname -a<br>&gt;     &gt; Linux hpsl5 2.6.18-128.1.6.el5xen #1 SMP Wed Apr 1 07:49:37 EDT<br>2009 i686<br>&gt;     i686 i386 GNU/Linux<br>&gt;     &gt; [wss@hpsl5 programmingEnvironments]$<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt; Not sure if its the laptop, but it seems general/ 3rd party<br>software which<br>&gt;     install/run without problems on other machines (with SL 5.2 installed)<br>seem to<br>&gt;     unexpectedly crash on this one.<br>&gt;     &gt;<br>&gt;     &gt; William.<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;
> --Boundary_(ID_tR8ZFhtkJ5pnkuN4BLNX5Q)<br>&gt;     &gt; Content-type: text/html; charset=us-ascii<br>&gt;     &gt;<br>&gt;     &gt; &lt;table cellspacing="0" cellpadding="0"<br>&gt;     border="0" &gt;&lt;tr&gt;&lt;td<br>&gt;      valign="top"<br>&gt;     style="font: inherit;"&gt;Can anyone<br>help?&lt;br&gt;&lt;br&gt;In order<br>&gt;     to learn how to use eclipse, I try running the eclipse program for the<br>first<br>&gt;     time and get the error message:&lt;br&gt;[wss@hpsl5<br>programmingEnvironments]$<br>&gt;     eclipse &amp;amp;&lt;br&gt;[2] 9568&lt;br&gt;[wss@hpsl5<br>&gt;     programmingEnvironments]$ /usr/bin/java: symbol lookup error:<br>&gt;    <br>/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/6/1/.cp/libswt-mozilla-gtk-3235.so:<br>&gt;     undefined symbol: _ZN4nsID5ParseEPKc&lt;br&gt;&lt;br&gt;with the<br>eclipse logo<br>&gt;     stuck on my screen, and produces a pop-up display with the<br>&gt;
> following:&lt;br&gt;&lt;br&gt;JVM terminated. Exit<br>&gt;    <br>code=127&lt;br&gt;/usr/bin/java&lt;br&gt;-Xms40m&lt;br&gt;-Xmx256m&lt;br&gt;-Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration&lt;br&gt;-jar<br>&gt;     /usr/share/eclipse/startup.jar&lt;br&gt;-os linux&lt;br&gt;-ws<br>&gt;     gtk&lt;br&gt;-arch x86&lt;br&gt;-launcher<br>&gt;      /usr/bin/eclipse&lt;br&gt;-name<br>&gt;     Eclipse&lt;br&gt;-showsplash 600&lt;br&gt;-exitdata<br>23802a&lt;br&gt;-vm<br>&gt;     &gt;<br>&gt;    <br>/usr/bin/java&lt;br&gt;-vmargs&lt;br&gt;-Xms40m&lt;br&gt;-Xmx256m&lt;br&gt;-Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration&lt;br&gt;-jar<br>&gt;     /usr/share/eclipse/startup.jar &lt;br&gt;&lt;br&gt;I am running SL 5.0<br>on an HP<br>&gt;     Pavilion 5000 laptop:&lt;br&gt;[wss@hpsl5 programmingEnvironments]$<br>uname<br>&gt;     -a&lt;br&gt;Linux hpsl5 2.6.18-128.1.6.el5xen #1 SMP Wed Apr 1<br>07:49:37 EDT 2009<br>&gt;     i686 i686
> i386 GNU/Linux&lt;br&gt;[wss@hpsl5 programmingEnvironments]$<br>&gt;     &lt;br&gt;&lt;br&gt;&lt;br&gt;Not sure if its the laptop, but it seems<br>general/<br>&gt;     3rd party software which install/run without problems on other<br>machines (with SL<br>&gt;     5.2 installed) seem to unexpectedly crash on this<br>&gt;    <br>one.&lt;br&gt;&lt;br&gt;William.&lt;br&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;     &gt;<br>&gt;      --Boundary_(ID_tR8ZFhtkJ5pnkuN4BLNX5Q)--<br>&gt;     &gt;<br>&gt; <br>&gt; <br><br><br>-- __________________________________________________<br>Troy Dawson  [log in to unmask]  (630)840-6468<br>Fermilab  ComputingDivision/LCSI/CSI LMSS Group<br>__________________________________________________<br></pre></blockquote></td></tr></table><br>
>
>
> --Boundary_(ID_GLiIs2tSNRJu+7tp3/7zpw)--
>

ATOM RSS1 RSS2