eclipse-ide doesn't start on precise
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eclipse (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
On precise x86 I try to start eclipse-3.7.0 (indigo). After the splash appears for several seconds it disappears again and a message box pops up that informs me eclipse-IDE couldn't be started and one should refer to a log file in a "configuration" directory under the .eclipse directory in user home. In that directory I find several messages saying that Jar files can't be resolved and bundles were missing, though I checked in the strace output that the according jar files in the plugin directory were referred and either stat() or open() system calls to those files were successful.
Here an excempt from the log file in .eclipse:
!SESSION 2012-05-25 00:27:34.127 -------
eclipse.
java.fullversio
J9VM - 20120202_101568
JIT - r9_20111107_
GC - 20120202_AA
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -debug
!ENTRY org.eclipse.osgi 2 0 2012-05-25 00:27:37.724
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-05-25 00:27:37.724
!MESSAGE Bundle reference:
!SUBENTRY 2 org.eclipse.jface 2 0 2012-05-25 00:27:37.724
!MESSAGE Missing required bundle org.eclipse.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-05-25 00:27:37.724
!MESSAGE Bundle reference:
!SUBENTRY 2 org.eclipse.
!MESSAGE Missing required bundle org.eclipse.
.
.
.
And here an excempt from strace looking for references to "org.eclipse.swt_":
[pid 13197] stat64(
e=S_IFREG|0644, st_size=2101744, ...}) = 0
[pid 13197] stat64(
[pid 13197] open("/
[pid 13197] stat64(
[pid 13197] stat64(
[pid 13197] open("/
.
.
.
So, I wonder why I get a report "org.eclipse.swt_" would be missing if in the strace I see clearly that the launcher was able to successfully get stat64() responses and even opened that file for reading!
I found a similar problem at this site:
http:// askubuntu. com/questions/ 137906/ eclipse- crashes- at-startup- in-ubuntu- 12-04