Skip to main content



      Home
Home » Newcomers » Newcomers » "New Remote Site" hangs on Redhat 8 but not Windows
"New Remote Site" hangs on Redhat 8 but not Windows [message #115944] Wed, 09 November 2005 15:36 Go to next message
Eclipse UserFriend
Originally posted by: sheintze.pillardata.com

I'm trying to download some plugins by using the "new remote site"
button. The one existing site "Eclipse.org update site" works. But I
want to specify a new site!

When I click on "New Remote Site" I get a blank window with the title
"New Update Site". My cubical partner is running windows and does not
have this problem!

I experience this problem with both 3.1 and 3.1.1.

Thanks,
Siegfried
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #115967 is a reply to message #115944] Wed, 09 November 2005 17:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bbiggs.ca.ibm.com

siegfried heintze wrote:
> I'm trying to download some plugins by using the "new remote site"
> button. The one existing site "Eclipse.org update site" works. But I
> want to specify a new site!
>
> When I click on "New Remote Site" I get a blank window with the title
> "New Update Site". My cubical partner is running windows and does not
> have this problem!
>
> I experience this problem with both 3.1 and 3.1.1.

I suspect you are seeing this problem:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=11910

The issue is with the version of GTK+ shipped with Red Hat 8 (2.0.6)
which is quite old. The minimum supported version for Eclipse is
GTK+ 2.2.1 (RH9 or newer).

That said, this problem should be fixed in 3.2M3 and newer. Please
open a new bug if you have problems with this build.

-Billy
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #115979 is a reply to message #115944] Wed, 09 November 2005 17:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sheintze.pillardata.com

I forgot to mention that I am running Redhat 8. Yet other collegues of
mine have no trouble with Fedora Core 3. I'm the only one who has this
problem!

Siegfried
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #115992 is a reply to message #115944] Wed, 09 November 2005 18:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sheintze.pillardata.com

I forgot to mention that I am running Redhat 8. Yet other collegues of
mine have no trouble with Fedora Core 3. I'm the only one who has this
problem (and I'm the only one running redhat 8).

Siegfried
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #116045 is a reply to message #115967] Thu, 10 November 2005 03:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: radoslawg.xxxxxxxxxxxx.xxx

> I suspect you are seeing this problem:
>
> http://bugs.eclipse.org/bugs/show_bug.cgi?id=11910

This bug seems unrelated.

Radek.
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #116100 is a reply to message #115967] Thu, 10 November 2005 12:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sheintze.PillarData.com

Thanks for that prompt response. I'm having a little difficulting
transitioning from windows to linux and learning these new news reader
tools. The Mozilla newsreader kept hanging and I was not aware that I had
succeeded in posting any thing.

Anyay...

I tried 3.2M3 and when I start it up it says "An error has occurred. See
the log file /home/sheintze/workspace/.metadata/.log

So I guess that is not going to work for me. I hope RH 9 fixes it. Hmmm...
Should I post this stack trace as a bug someplace?

Siegfried


!SESSION 2005-11-10 10:08:41.039
-----------------------------------------------
eclipse.buildId=I20051102-1600
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 2005-11-10 10:08:48.321
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError:
/home/sheintze/dev/eclipse/3.2M3/configuration/org.eclipse.o sgi/bundles/20/1/.cp/libswt-atk-gtk-3212.so:
/home/sheintze/dev/eclipse/3.2M3/configuration/org.eclipse.o sgi/bundles/20/1/.cp/libswt-atk-gtk-3212.so:
undefined symbol: atk_object_add_relationship
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:12 3)
at
org.eclipse.swt.internal.accessibility.gtk.ATK.<clinit>(ATK.java:20)
at
org.eclipse.swt.widgets.Control.removeRelation(Control.java: 1409)
at org.eclipse.swt.widgets.Control.setZOrder(Control.java:3111)
at org.eclipse.swt.widgets.Control.setZOrder(Control.java:3091)
at org.eclipse.swt.widgets.Control.createWidget(Control.java:32 2)
at
org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.j ava:148)
at org.eclipse.swt.widgets.Control.<init>(Control.java:87)
at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:71)
at org.eclipse.swt.widgets.Composite.<init>(Composite.java:85)
at
org.eclipse.jface.dialogs.TitleAreaDialog.createContents(Tit leAreaDialog.java:145)
at org.eclipse.jface.window.Window.create(Window.java:418)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1051)
at org.eclipse.jface.window.Window.open(Window.java:776)
at
org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(Cho oseWorkspaceDialog.java:89)
at
org.eclipse.ui.internal.ide.IDEApplication.promptForWorkspac e(IDEApplication.java:322)
at
org.eclipse.ui.internal.ide.IDEApplication.checkInstanceLoca tion(IDEApplication.java:228)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:93)
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:165)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
!SESSION 2005-11-10 10:19:15.262
-----------------------------------------------
eclipse.buildId=I20051102-1600
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 2005-11-10 10:19:19.323
!MESSAGE Application error
!STACK 1
@
"../../workspace/.metadata/.log" 135L, 9009C
1,1
Top
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #117167 is a reply to message #116045] Sat, 12 November 2005 15:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bbiggs.ca.ibm.com

Radoslaw Grzanka wrote:
>> I suspect you are seeing this problem:
>>
>> http://bugs.eclipse.org/bugs/show_bug.cgi?id=11910
>
>
> This bug seems unrelated.

My apologies, I meant:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=111910

-Billy
Re: "New Remote Site" hangs on Redhat 8 but not Windows [message #117180 is a reply to message #116100] Sat, 12 November 2005 15:04 Go to previous message
Eclipse UserFriend
Originally posted by: bbiggs.ca.ibm.com

Siegfried Heintze wrote:
>
> Thanks for that prompt response. I'm having a little difficulting
> transitioning from windows to linux and learning these new news reader
> tools. The Mozilla newsreader kept hanging and I was not aware that I
> had succeeded in posting any thing.
>
> Anyay...
>
> I tried 3.2M3 and when I start it up it says "An error has occurred. See
> the log file /home/sheintze/workspace/.metadata/.log
>
> So I guess that is not going to work for me. I hope RH 9 fixes it.
> Hmmm... Should I post this stack trace as a bug someplace?
>
> /home/sheintze/dev/eclipse/3.2M3/configuration/org.eclipse.o sgi/bundles/20/1/.cp/libswt-atk-gtk-3212.so:
> /home/sheintze/dev/eclipse/3.2M3/configuration/org.eclipse.o sgi/bundles/20/1/.cp/libswt-atk-gtk-3212.so:
> undefined symbol: atk_object_add_relationship

Please file a bug with this stack trace at bugs.eclipse.org/bugs
under the product Platform, component SWT.

The issue is likely that the version of ATK in RH8 is too old for
SWT 3.2M3, but maybe we can fix it to work in this case as well.
Note that the minimum required version of GTK+ for SWT is really
GTK+ 2.2.1, and that your system is older than this.

-Billy
Previous Topic:LD_LIBRARY_PATH at Runtime in Eclipse
Next Topic:eclipse and make - k clean all problem
Goto Forum:
  


Current Time: Sun May 11 16:11:25 EDT 2025

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

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

Back to the top