Bug 19718 - not a nice way to say goodbye (when trying to run multiple eclipse instances)
Summary: not a nice way to say goodbye (when trying to run multiple eclipse instances)
Status: RESOLVED DUPLICATE of bug 21294
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-08 17:21 EDT by Genady Beryozkin CLA
Modified: 2002-09-03 16:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Genady Beryozkin CLA 2002-06-08 17:21:49 EDT
I get a dialog box telling me to look in the log,
where I find the following exception:

It could be reported in a nicer way.

!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 יונ 09, 2002 01:29:34.939
!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.launcher.Main.basicRun(Main.java:244)
	at org.eclipse.core.launcher.Main.run(Main.java:693)
	at org.eclipse.core.launcher.Main.main(Main.java:526)
Caused by: 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:873)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:732)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	... 7 more
Caused by: org.eclipse.core.runtime.CoreException: 
The platform metadata area is already in use by another platform instance, or
there was a failure
in deleting the old lock file.  If no other platform instances are running,
delete the 
lock file (C:\eclipse\workspace\.metadata\.lock) and try starting the platform
again.
	at
org.eclipse.core.internal.runtime.InternalPlatform.createLockFile(InternalPlatform.java:195)
	at
org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPlatform.java:546)
	... 14 more
Comment 1 Genady Beryozkin CLA 2002-06-08 17:24:11 EDT
I forgot to mention - build F2.
Comment 2 John Arthorne CLA 2002-09-03 16:49:47 EDT

*** This bug has been marked as a duplicate of 21294 ***