Bug 91258 - Eclipse cannot start.
Summary: Eclipse cannot start.
Status: RESOLVED DUPLICATE of bug 3109
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 06:28 EDT by Michal Misiaszek CLA
Modified: 2005-04-13 11:06 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 Michal Misiaszek CLA 2005-04-13 06:28:07 EDT
Hi,
I downloaded Eclipse 3.1 for Java and cannot start it neither with jdk1.4.2 nor
1.5. I am getting exception (from logs):

!SESSION 2005-04-13 11:12:09.319 -----------------------------------------------
eclipse.buildId=I20050401-1645
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2005-04-13 11:12:09.349
!MESSAGE Missing message: ECLIPSE_STARTUP_APP_ERROR in:
org.eclipse.core.runtime.adaptor.EclipseAdaptorMessages
!STACK 1
java.lang.IllegalStateException: Missing message:
ECLIPSE_STARTUP_ERROR_NO_APPLICATION in:
org.eclipse.core.runtime.adaptor.EclipseAdaptorMessages
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:335)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156)
	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:585)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
	at org.eclipse.core.launcher.Main.run(Main.java:942)
	at org.eclipse.core.launcher.Main.main(Main.java:926)
Every time.
Any hint ?
Regards
Michal
Comment 1 Michal Misiaszek CLA 2005-04-13 08:32:14 EDT
Hello,
I have another hint to thi sproblem. The bloblem disappeard once I moved Eclipse
to another location. It looks like location: D:\!Download... is not properly
handled by Java.
Regards
Michal
Comment 2 Rafael Chaves CLA 2005-04-13 11:06:26 EDT
Correct, this is a known issue, described in the readme (section 3.1.1):

http://www.eclipse.org/eclipse/development/readme_eclipse_3_0_1.html

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