View previous topic :: View next topic |
Author |
Message |
MS n00b

Joined: 10 Oct 2003 Posts: 15
|
Posted: Mon Jan 26, 2004 2:39 pm Post subject: [SOLVED] Eclipse 3.0pre5 startet nicht |
|
|
Hallo Zusammen,
ich habe eclipse 3.0pre5 installiert, aber bekomme Sie nicht gestartet.
Folgende Fehlermeldung steht im Log:
Code: |
!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jan 26, 2004 08:17:36.770
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
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:324)
at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:1049)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:838)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:767)
at org.eclipse.core.launcher.Main.main(Main.java:601)
Caused by: org.eclipse.core.runtime.CoreException: Unable to create platform lock file: /home/ally/.eclipse/workspace/.metadata/.lock.
at org.eclipse.core.internal.runtime.InternalPlatform.createLockFile(InternalPlatform.java:228)
at org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPlatform.java:641)
... 14 more
!SESSION ----------------------------------------------------------------------
|
Hat jemand die gleichen Probleme gehabt und weiss Rat?
P.S.: Ich habe das JDK von Sun in der Version 1.4.2 drauf.
Gruß Marcus
Last edited by MS on Sat Jan 31, 2004 10:24 am; edited 1 time in total |
|
Back to top |
|
 |
Beforegod Bodhisattva

Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Mon Jan 26, 2004 3:25 pm Post subject: |
|
|
Deswegen wurde es auch wieder aus dem Portage Zweig genommen. Mit sun scheint es nicht zu funktionieren, konnte es auch nicht zum laufen bewegen. |
|
Back to top |
|
 |
MS n00b

Joined: 10 Oct 2003 Posts: 15
|
Posted: Mon Jan 26, 2004 3:30 pm Post subject: |
|
|
Ah ok, thnx für reply |
|
Back to top |
|
 |
MS n00b

Joined: 10 Oct 2003 Posts: 15
|
Posted: Fri Jan 30, 2004 10:13 pm Post subject: |
|
|
Hallo,
ich habe die Eclipse 3.0 zum laufen gebracht
Es liegt daran, dass das FileLocking nicht funktioniert.
Wenn man die Eclipse folgendermassen aufruft funtzt es:
Code: |
/usr/lib/eclipse/eclipse -vmargs -Dorg.eclipse.core.runtime.ignoreLockFile
|
Ich hoffe es hilft Euch, die auch die Version 3.0 haben wollen.
Gruß Marcus |
|
Back to top |
|
 |
|