Bug 18008 - F1 won't start
Summary: F1 won't start
Status: RESOLVED DUPLICATE of bug 3128
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 01:52 EDT by Jakob Braeuchi CLA
Modified: 2002-05-28 17:53 EDT (History)
1 user (show)

See Also:


Attachments
zipped log of the crash (1.45 KB, application/zip)
2002-05-28 01:56 EDT, Jakob Braeuchi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Braeuchi CLA 2002-05-28 01:52:59 EDT
after an error during shutdown (sorry no log for that) F1 won't start anymore.
deleteing of .config also does not help.
here's the log of the crash:

!SESSION Mai 27, 2002 11:08:12.662 ---------------------------------------------
java.version=1.3.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH
Command-line arguments: -os win32 -ws win32 -arch x86 -feature 
org.eclipse.platform -install file:D:/Java/eclipse_0521/
!ENTRY org.eclipse.core.runtime 4 2 Mai 27, 2002 11:08:12.662
!MESSAGE Problems occurred when invoking code from plug-in: 
org.eclipse.core.runtime.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(null)[567]: 
java.io.EOFException
	at java.io.DataInputStream.readUnsignedShort(Unknown Source)
	at java.io.DataInputStream.readUTF(Unknown Source)
	at java.io.DataInputStream.readUTF(Unknown Source)
	at org.eclipse.core.internal.dtree.DataTreeReader.readNode
(DataTreeReader.java:57)
	at org.eclipse.core.internal.dtree.DataTreeReader.readTree
(DataTreeReader.java:126)
	at org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.readDelta
(ElementTreeReaderImpl_1.java:44)
	at org.eclipse.core.internal.watson.ElementTreeReader.readDelta
(ElementTreeReader.java:92)
	at 
org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.readDeltaChain
(ElementTreeReaderImpl_1.java:89)
	at org.eclipse.core.internal.watson.ElementTreeReader.readDeltaChain
(ElementTreeReader.java:102)
	at org.eclipse.core.internal.resources.WorkspaceTreeReader.readTrees
(WorkspaceTreeReader.java:107)
	at org.eclipse.core.internal.resources.WorkspaceTreeReader.readTree
(WorkspaceTreeReader.java:44)
	at org.eclipse.core.internal.resources.SaveManager.restoreTree
(SaveManager.java:704)
	at org.eclipse.core.internal.resources.SaveManager.restore
(SaveManager.java:453)
	at org.eclipse.core.internal.resources.SaveManager.startup
(SaveManager.java:937)
	at org.eclipse.core.internal.resources.Workspace.startup
(Workspace.java:1487)
	at org.eclipse.core.internal.resources.Workspace.open
(Workspace.java:1279)
	at org.eclipse.core.resources.ResourcesPlugin.startup
(ResourcesPlugin.java:201)
	at org.eclipse.core.internal.plugins.PluginDescriptor$1.run
(PluginDescriptor.java:690)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:802)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation
(PluginDescriptor.java:702)
	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(PluginDescriptor.java:182)
	at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin
(PluginClassLoader.java:58)
	at 
org.eclipse.core.internal.plugins.PluginClassLoader.findClassParentsSelf
(PluginClassLoader.java:136)
	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass
(DelegatingURLClassLoader.java:750)
	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0
(DelegatingURLClassLoader.java:744)
	at 
org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass
(DelegatingURLClassLoader.java:70)
	at 
org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites
(DelegatingURLClassLoader.java:429)
	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass
(DelegatingURLClassLoader.java:758)
	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass
(DelegatingURLClassLoader.java:730)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	at java.lang.Class.newInstance0(Native Method)
	at java.lang.Class.newInstance(Unknown Source)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:134)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:163)
	at 
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension
(ConfigurationElement.java:102)
	at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable
(InternalPlatform.java:449)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable
(InternalBootLoader.java:436)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:735)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:200)
	at org.eclipse.core.launcher.Main.run(Main.java:643)
	at org.eclipse.core.launcher.Main.main(Main.java:476)
Comment 1 Jakob Braeuchi CLA 2002-05-28 01:56:12 EDT
Created attachment 1081 [details]
zipped log of the crash
Comment 2 Jakob Braeuchi CLA 2002-05-28 01:56:35 EDT
jdk is 1.3.1_02
Comment 3 John Arthorne CLA 2002-05-28 17:53:00 EDT
It turns out we already have a similar bug report for this, so I'm closing it as 
a duplicate.  Thanks for reporting it though, as it gives some more diagnostic 
info and a better idea of how common the error is.

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