|
小弟最近发现lenny上的eclipse(ganymede)起不起来了
- txi@ghosTunix:~$ /usr/local/share/applications/eclipse/eclipse
- (eclipse:5228): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
- (eclipse:5228): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
- (eclipse:5228): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
- (eclipse:5228): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
- (eclipse:5228): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
- !SESSION 2009-03-20 17:56:06.004 -----------------------------------------------
- eclipse.buildId=M20090211-1700
- java.version=1.6.0_12
- java.vendor=Sun Microsystems Inc.
- BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=zh_CN
- Command-line arguments: -os linux -ws gtk -arch x86
- !ENTRY org.eclipse.osgi 4 0 2009-03-20 17:56:06.230
- !MESSAGE Error reading configuration: /usr/local/share/applications/eclipse/configuration/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
- !STACK 0
- java.io.FileNotFoundException: /usr/local/share/applications/eclipse/configuration/org.eclipse.osgi/.manager/.fileTableLock (No such file or directory)
- at java.io.RandomAccessFile.open(Native Method)
- at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
- at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:32)
- at org.eclipse.osgi.storagemanager.StorageManager.lock(StorageManager.java:389)
- at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:687)
- at org.eclipse.osgi.internal.baseadaptor.BaseStorage.initFileManager(BaseStorage.java:208)
- at org.eclipse.osgi.internal.baseadaptor.BaseStorage.initialize(BaseStorage.java:142)
- at org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(BaseAdaptor.java:124)
- at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:180)
- at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:152)
- at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
- at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
- at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:286)
- at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- at java.lang.reflect.Method.invoke(Method.java:597)
- at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
- at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
- at org.eclipse.equinox.launcher.Main.run(Main.java:1236
复制代码
感觉debian上配java开发环境有一点折腾,之前一段时间是每次eclipse关闭都会在家目录下出现一个错误日志,也没弄清楚是怎么一件事情,今天发现eclipse也进不去了
我的jdk是sun-jdk-6,eclipse是官方下的classic包 |
|