error when starting the eclipse [2]

error when starting the eclipse

Thursday, September 18, 2003 6:43 PM - unyoung choi

I just installed the ecliipse in linux server - redhat 9.0. The eclipse is well running in linux server itself.

But, when i run the eclipse through xmanager(version 1.3.9), i faced the error message. The next message is it.

------------------------------------------------
Xlib: extension "RENDER" missing on display "192.168.11.3:0.0".

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x42073E5C
Function=(null)+0x42073E5C
Library=/lib/tls/libc.so.6

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.


Current Java thread:
at java.lang.ClassLoader$NativeLibrary.find(Native Method)
at java.lang.ClassLoader.findNative(ClassLoader.java:1582)
- locked <0x44c61e78> (a java.util.Vector)

------------------------------------------------

What is the way to solve this problem. Please Let me run the eclipse with xmanager.


Re: error when starting the eclipse

Friday, September 19, 2003 1:54 PM - Support

The problem is due to the color depths eclipse requires. Please do the following steps to solve the problem:

  1. Run Xconfig and change the following options:
    - Color->Default Visual: PseudoColor
    - Option->Backing Store: When Mapped
  2. Run eclipse with the "-data" option as following:
    $ eclipse -data ~/.eclipse.xmgr -vm /usr/java/j2sdk1.4.2_01/jre/bin/java

    By defining a different workspace folder for Xmanager, you can eliminate possible problems caused by different platforms.
  3. If the problem appears again after some changes in your environment settings, remove platform specific data in:

    ~/.eclipse.xmgr/.metadata/.config/platform.cfg

    And then restart the eclipse.

A motif version of eclipse doesn't have this problem. It only appears in gtk version.We are planning to fix this inconveniences in our future version.

Hope to solve the problem.

----
Technical Support



Re: Re: error when starting the eclipse

Thursday, December 2, 2004 2:08 AM - Marco Isobe

Was this problem fixed already ?


Previous views: 117