Bug 146256

Summary: Can't start eclipse-3.0.1_fc-8 ide.
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: eclipseAssignee: Tom Tromey <tromey>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: patrickm
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: eclipse-3.0.1_fc-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-29 03:57:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
log file
none
eclipse log none

Description sangu 2005-01-26 15:07:12 UTC
Created attachment 110245 [details]
log file

Comment 1 sangu 2005-01-26 15:07:12 UTC
Description of problem:
$eclipse
Warning: -Xms64M not understood. Ignoring.
Warning: -Xmx256M not understood. Ignoring.

in error dialog.

An error has occurred.  See the log file
/home/sangu/.eclipse/org.eclipse.platform_3.0.1/configuration/1106751850381.log

Version-Release number of selected component (if applicable):
eclipse-3.0.1_fc-8

How reproducible:
always

Steps to Reproduce:
1. Excute eclipse
2.
3.
  
Actual results:


Expected results:


Additional info:
gcc4-java-4.0.0-0.22.

Comment 2 Andrew Overholt 2005-01-26 18:40:27 UTC
Can you please give me the output of the following commands:

cat `which eclipse`
rpm -q libgcj4-devel
/usr/sbin/update-alternatives --display java
/usr/sbin/update-alternatives --display javac

Thanks.

Comment 3 Andrew Overholt 2005-01-26 18:52:20 UTC
I think this is because the xml stuff needs to be re-compiled with the
latest gcj4.  I'll rebuild.

Comment 4 Andrew Overholt 2005-01-26 18:54:47 UTC
If you want something in the meantime, you could:

# yum --enablerepo=development install xerces-j2 xalan-j2 \
xml-commons-apis
$ gcj4 -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic -o \
xml-commons-apis-1.0.jar.so /usr/share/java/xml-commons-apis-1.0.jar
$ gcj4 -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic -o \
xerces-j2-2.6.2.jar.so /usr/share/java/xerces-j2-2.6.2.jar
$ gcj4 -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic -o \
xalan-j2-2.6.0.jar.so /usr/share/java/xalan-j2-2.6.0.jar
# mv x*.jar.so /usr/lib/eclipse

Comment 5 Colin Walters 2005-01-26 19:58:46 UTC
Created attachment 110268 [details]
eclipse log

I followed the instructions above and now I see the splash screen, but I still
get a crash.

Comment 6 Colin Walters 2005-01-26 20:40:28 UTC
My apologies, I didn't have xalan installed.  It does indeed work now
for me.  Thanks!