Bug#352178: eclipse: Error reading configuration

Stephan Michels stephan.michels at gmail.com
Fri Feb 10 20:38:44 UTC 2006


On 2/10/06, Mateusz Kaduk <mateusz at kaduk.net> wrote:
> When I start eclipse I get exception about configuration file
>
> "An error has occurred. See the log file
> /usr/share/eclipse/configuration/1139562299034.log."
>
> If chmod o+w /usr/share/eclipse/configuration then
> it creates dirs in /usr/share/eclipse/configuration and start.

I changed the order of some lines and make a diff between your log output
and mine:
@@ -5,15 +5,15 @@
 -jar /usr/share/eclipse/startup.jar
 -os linux
 -ws gtk
--arch ppc
+-arch x86
 -launcher /usr/lib/eclipse/eclipse
 -name Eclipse
 -showsplash 600
--exitdata a00019
+-exitdata 300015
 -install /usr/share/eclipse
 -debug
 -consolelog
--vm /usr/lib/jvm/java-gcj/bin/java
+-vm /usr/lib/j2sdk1.5-sun/bin/java
 -vmargs
 -Djava.library.path=/usr/lib/jni
 -Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.0/classmap.db
@@ -25,10 +25,6 @@
 Configuration file:
     file:/usr/share/eclipse/configuration/config.ini loaded
 Configuration location:
-    file:/home/stephan/.eclipse/org.eclipse.platform_3.1.2/configuration/
-Configuration file:
-    file:/home/stephan/.eclipse/org.eclipse.platform_3.1.2/configuration/config.ini
not found or not read
-Shared configuration location:
     file:/usr/share/eclipse/configuration/
 Framework located:
     file:/usr/share/eclipse/plugins/org.eclipse.osgi_3.1.2.jar
@@ -40,4 +36,4 @@
</usr/lib/eclipse/eclipse><-name><Eclipse><-showsplash><600></usr/share/eclipse/plugins/org.eclipse.platform_3.1.2/splash.bmp>
 Debug options:
-    file:/home/stephan/.options not found
+    file:/home/mateusz/.options not found

It seems that eclipse doesn't use
.eclipse/org.eclipse.platform_3.1.2/configuration/ as your
configuration
directory. With your exception in the log I think it can't create a
temporary lock file in
.eclipse/org.eclipse.platform_3.1.2/configuration/org.eclipse.osgi/.manager:
.tmpys9gk6.instance for example.

Can you try to create this file to see if you have some weird problems with your
file system.

Stephan Michels.




More information about the pkg-java-maintainers mailing list