Bug 25378 - Switching from jdk1.3.1 to jdk1.4.1 leaves me without CVS support
Summary: Switching from jdk1.3.1 to jdk1.4.1 leaves me without CVS support
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-25 09:10 EDT by Cristian Popescu CLA
Modified: 2002-10-28 07:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Popescu CLA 2002-10-25 09:10:56 EDT
I have been working on a project using jdk1.3.1. Now the project must switch to 
jdk1.4, so I've uninstalled the jdk/jre1.3 and installed jdk1.4. Also, I've set 
it as the default jre. 
After eclipse was restarted, an error was reported about the CVS decorator not 
being able to launch or something. As a result I remained without CVS support.
Can someone please tell me what can I try to make it work ?

Here is the full startup log:

!SESSION Oct 25, 2002 14:59:28.388 ---------------------------------------------
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ro_RO
Command-line arguments: -os win32 -ws win32 -arch x86 -install 
file:C:/Utils/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 Oct 25, 2002 14:59:28.388
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
java.lang.VerifyError: (class: 
org/eclipse/team/internal/ccvs/core/util/ProjectDescriptionManager, method: 
readProjectDescription signature: 
(Lorg/eclipse/core/resources/IProjectDescription;Ljava/io/InputStream;)V) 
Incompatible object argument for function call
	at org.eclipse.team.internal.ccvs.core.CVSProviderPlugin.startup
(CVSProviderPlugin.java:249)
	at org.eclipse.core.internal.plugins.PluginDescriptor$1.run
(PluginDescriptor.java:691)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation
(PluginDescriptor.java:703)
	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(PluginDescriptor.java:183)
	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(ClassLoader.java:255)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
	at org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory.<init>
(CVSAdapterFactory.java:19)
	at org.eclipse.team.internal.ccvs.ui.CVSUIPlugin.startup
(CVSUIPlugin.java:376)
	at org.eclipse.core.internal.plugins.PluginDescriptor$1.run
(PluginDescriptor.java:691)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation
(PluginDescriptor.java:703)
	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(PluginDescriptor.java:183)
	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.loadClass
(DelegatingURLClassLoader.java:730)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:127)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:164)
	at 
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension
(ConfigurationElement.java:102)
	at org.eclipse.ui.internal.WorkbenchPlugin$1.run
(WorkbenchPlugin.java:116)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
(WorkbenchPlugin.java:113)
	at org.eclipse.ui.internal.DecoratorDefinition$1.run
(DecoratorDefinition.java:104)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.DecoratorDefinition.internalGetDecorator
(DecoratorDefinition.java:100)
	at org.eclipse.ui.internal.DecoratorDefinition.refreshDecorator
(DecoratorDefinition.java:175)
	at org.eclipse.ui.internal.DecoratorDefinition.setEnabled
(DecoratorDefinition.java:143)
	at 
org.eclipse.ui.internal.DecoratorDefinition.setEnabledWithErrorHandling
(DecoratorDefinition.java:156)
	at org.eclipse.ui.internal.DecoratorManager.applyDecoratorsPreference
(DecoratorManager.java:428)
	at org.eclipse.ui.internal.DecoratorManager.restoreListeners
(DecoratorManager.java:66)
	at org.eclipse.ui.internal.WorkbenchPlugin.getDecoratorManager
(WorkbenchPlugin.java:531)
	at org.eclipse.ui.internal.Workbench.getDecoratorManager
(Workbench.java:1538)
	at 
org.eclipse.search.internal.ui.util.FileLabelProvider.getDecoratorManager
(FileLabelProvider.java:96)
	at org.eclipse.search.internal.ui.util.FileLabelProvider.<init>
(FileLabelProvider.java:38)
	at org.eclipse.search.internal.ui.SearchResultViewer.<init>
(SearchResultViewer.java:99)
	at org.eclipse.search.internal.ui.SearchResultView.createPartControl
(SearchResultView.java:77)
	at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:136)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.PartPane.createChildControl
(PartPane.java:134)
	at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:178)
	at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181)
	at org.eclipse.ui.internal.PartTabFolder.createPartTab
(PartTabFolder.java:249)
	at org.eclipse.ui.internal.PartTabFolder.createControl
(PartTabFolder.java:221)
	at org.eclipse.ui.internal.PartSashContainer.createControl
(PartSashContainer.java:180)
	at org.eclipse.ui.internal.PerspectivePresentation.activate
(PerspectivePresentation.java:95)
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:674)
	at org.eclipse.ui.internal.WorkbenchPage.onActivate
(WorkbenchPage.java:1525)
	at org.eclipse.ui.internal.WorkbenchWindow$7.run
(WorkbenchWindow.java:1235)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage
(WorkbenchWindow.java:1222)
	at org.eclipse.ui.internal.WorkbenchWindow.restoreState
(WorkbenchWindow.java:1109)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1158)
	at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1133)
	at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:811)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState
(Workbench.java:763)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:577)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1232)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:775)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	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:248)
	at org.eclipse.core.launcher.Main.run(Main.java:697)
	at org.eclipse.core.launcher.Main.main(Main.java:530)
!ENTRY org.eclipse.core.runtime 4 2 Oct 25, 2002 14:59:28.419
!MESSAGE Problems occurred when invoking code from plug-
in: "org.eclipse.core.runtime".
!STACK 0
org.eclipse.core.internal.boot.DelegatingLoaderException: 
org.eclipse.core.runtime.CoreException: Problems encountered starting up plug-
in: "org.eclipse.team.cvs.core".
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation
(PluginDescriptor.java:709)
	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(PluginDescriptor.java:183)
	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(ClassLoader.java:255)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
	at org.eclipse.team.internal.ccvs.ui.model.CVSAdapterFactory.<init>
(CVSAdapterFactory.java:19)
	at org.eclipse.team.internal.ccvs.ui.CVSUIPlugin.startup
(CVSUIPlugin.java:376)
	at org.eclipse.core.internal.plugins.PluginDescriptor$1.run
(PluginDescriptor.java:691)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation
(PluginDescriptor.java:703)
	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(PluginDescriptor.java:183)
	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.loadClass
(DelegatingURLClassLoader.java:730)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:127)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:164)
	at 
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension
(ConfigurationElement.java:102)
	at org.eclipse.ui.internal.WorkbenchPlugin$1.run
(WorkbenchPlugin.java:116)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
(WorkbenchPlugin.java:113)
	at org.eclipse.ui.internal.DecoratorDefinition$1.run
(DecoratorDefinition.java:104)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.DecoratorDefinition.internalGetDecorator
(DecoratorDefinition.java:100)
	at org.eclipse.ui.internal.DecoratorDefinition.refreshDecorator
(DecoratorDefinition.java:175)
	at org.eclipse.ui.internal.DecoratorDefinition.setEnabled
(DecoratorDefinition.java:143)
	at 
org.eclipse.ui.internal.DecoratorDefinition.setEnabledWithErrorHandling
(DecoratorDefinition.java:156)
	at org.eclipse.ui.internal.DecoratorManager.applyDecoratorsPreference
(DecoratorManager.java:428)
	at org.eclipse.ui.internal.DecoratorManager.restoreListeners
(DecoratorManager.java:66)
	at org.eclipse.ui.internal.WorkbenchPlugin.getDecoratorManager
(WorkbenchPlugin.java:531)
	at org.eclipse.ui.internal.Workbench.getDecoratorManager
(Workbench.java:1538)
	at 
org.eclipse.search.internal.ui.util.FileLabelProvider.getDecoratorManager
(FileLabelProvider.java:96)
	at org.eclipse.search.internal.ui.util.FileLabelProvider.<init>
(FileLabelProvider.java:38)
	at org.eclipse.search.internal.ui.SearchResultViewer.<init>
(SearchResultViewer.java:99)
	at org.eclipse.search.internal.ui.SearchResultView.createPartControl
(SearchResultView.java:77)
	at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:136)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.PartPane.createChildControl
(PartPane.java:134)
	at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:178)
	at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181)
	at org.eclipse.ui.internal.PartTabFolder.createPartTab
(PartTabFolder.java:249)
	at org.eclipse.ui.internal.PartTabFolder.createControl
(PartTabFolder.java:221)
	at org.eclipse.ui.internal.PartSashContainer.createControl
(PartSashContainer.java:180)
	at org.eclipse.ui.internal.PerspectivePresentation.activate
(PerspectivePresentation.java:95)
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:674)
	at org.eclipse.ui.internal.WorkbenchPage.onActivate
(WorkbenchPage.java:1525)
	at org.eclipse.ui.internal.WorkbenchWindow$7.run
(WorkbenchWindow.java:1235)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage
(WorkbenchWindow.java:1222)
	at org.eclipse.ui.internal.WorkbenchWindow.restoreState
(WorkbenchWindow.java:1109)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1158)
	at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1133)
	at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:811)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState
(Workbench.java:763)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:577)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1232)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:775)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	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:248)
	at org.eclipse.core.launcher.Main.run(Main.java:697)
	at org.eclipse.core.launcher.Main.main(Main.java:530)
!ENTRY org.eclipse.ui 4 2 Oct 25, 2002 14:59:28.479
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui".
!STACK 0
org.eclipse.core.internal.boot.DelegatingLoaderException: 
org.eclipse.core.runtime.CoreException: Problems encountered starting up plug-
in: "org.eclipse.team.cvs.ui".
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation
(PluginDescriptor.java:709)
	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(PluginDescriptor.java:183)
	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.loadClass
(DelegatingURLClassLoader.java:730)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:127)
	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(PluginDescriptor.java:164)
	at 
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension
(ConfigurationElement.java:102)
	at org.eclipse.ui.internal.WorkbenchPlugin$1.run
(WorkbenchPlugin.java:116)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
(WorkbenchPlugin.java:113)
	at org.eclipse.ui.internal.DecoratorDefinition$1.run
(DecoratorDefinition.java:104)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.DecoratorDefinition.internalGetDecorator
(DecoratorDefinition.java:100)
	at org.eclipse.ui.internal.DecoratorDefinition.refreshDecorator
(DecoratorDefinition.java:175)
	at org.eclipse.ui.internal.DecoratorDefinition.setEnabled
(DecoratorDefinition.java:143)
	at 
org.eclipse.ui.internal.DecoratorDefinition.setEnabledWithErrorHandling
(DecoratorDefinition.java:156)
	at org.eclipse.ui.internal.DecoratorManager.applyDecoratorsPreference
(DecoratorManager.java:428)
	at org.eclipse.ui.internal.DecoratorManager.restoreListeners
(DecoratorManager.java:66)
	at org.eclipse.ui.internal.WorkbenchPlugin.getDecoratorManager
(WorkbenchPlugin.java:531)
	at org.eclipse.ui.internal.Workbench.getDecoratorManager
(Workbench.java:1538)
	at 
org.eclipse.search.internal.ui.util.FileLabelProvider.getDecoratorManager
(FileLabelProvider.java:96)
	at org.eclipse.search.internal.ui.util.FileLabelProvider.<init>
(FileLabelProvider.java:38)
	at org.eclipse.search.internal.ui.SearchResultViewer.<init>
(SearchResultViewer.java:99)
	at org.eclipse.search.internal.ui.SearchResultView.createPartControl
(SearchResultView.java:77)
	at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:136)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.PartPane.createChildControl
(PartPane.java:134)
	at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:178)
	at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181)
	at org.eclipse.ui.internal.PartTabFolder.createPartTab
(PartTabFolder.java:249)
	at org.eclipse.ui.internal.PartTabFolder.createControl
(PartTabFolder.java:221)
	at org.eclipse.ui.internal.PartSashContainer.createControl
(PartSashContainer.java:180)
	at org.eclipse.ui.internal.PerspectivePresentation.activate
(PerspectivePresentation.java:95)
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:674)
	at org.eclipse.ui.internal.WorkbenchPage.onActivate
(WorkbenchPage.java:1525)
	at org.eclipse.ui.internal.WorkbenchWindow$7.run
(WorkbenchWindow.java:1235)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage
(WorkbenchWindow.java:1222)
	at org.eclipse.ui.internal.WorkbenchWindow.restoreState
(WorkbenchWindow.java:1109)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1158)
	at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1133)
	at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:811)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:839)
	at org.eclipse.core.runtime.Platform.run(Platform.java:416)
	at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState
(Workbench.java:763)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:577)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1232)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:775)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	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:248)
	at org.eclipse.core.launcher.Main.run(Main.java:697)
	at org.eclipse.core.launcher.Main.main(Main.java:530)
Comment 1 Michael Valenta CLA 2002-10-25 11:40:18 EDT
There have been several problems of this type reported on the newsgroup (you 
can do a search for VerifyError to see the different threads about the subject).

This does not seem to be a CVS issue so I'm forwarding it to the JDT core for 
comment.
Comment 2 Olivier Thomann CLA 2002-10-25 12:04:03 EDT
Which version of Eclipse are you using?
Comment 3 Olivier Thomann CLA 2002-10-25 12:18:13 EDT
Would it be possible that you have a xerces jar file somewhere on your classpath
which might interfere with Eclipse one?
Please check your extdirs directory. It might be related to a conflict in the
SAX version.
Comment 4 Olivier Thomann CLA 2002-10-25 12:21:53 EDT
The xerces.jar on the classpath should be your problem.
Hre is a copy of a message posted on the Eclipse newsgroup about a week ago:

I have been working on a project for work the last two weeks and it is
nearing completion, but I have a problem. I added a view to my plugin
project (very simple view), updated the plugin.xml file, hit the go button
(to launch in another workspace for testing) and almost instantly I
recieved a java.lang.VerifyError exception.

I though, hum, goofed something in the plugin.xml... I checked it,
everything looked fine. I reverted to my prior CVS copy (that was
committed one day ago), hit the run button again, same error. I then
though, hum, something in my .java file of the new view? I deleted it. Hit
run, same error.

After hours of trying to figure it out, I made a copy of my project
outside the workspace tree, deleted the project, checked it back out of
CVS (no new code was ever committed to CVS), recomplied, hit the go button
and the exact error again.

Can anyone help me with this error? I have included the whole error below.

Thank you,

Jeremy Cowgar
jc@cowgar.com

------------------------

java.lang.VerifyError: (class:
org/eclipse/core/internal/plugins/PluginParser, method: initializeParser
signature: ()V) Incompatible object argument for function call
	at
org.eclipse.core.internal.plugins.RegistryLoader.processManifestFile(RegistryLoader.java:89)
	at
org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathFile(RegistryLoader.java:136)
	at
org.eclipse.core.internal.plugins.RegistryLoader.processPluginPathEntry(RegistryLoader.java:127)
	at
org.eclipse.core.internal.plugins.RegistryLoader.processManifestFiles(RegistryLoader.java:104)
	at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoader.java:63)
	at
org.eclipse.core.internal.plugins.RegistryLoader.parseRegistry(RegistryLoader.java:71)
	at
org.eclipse.core.internal.runtime.InternalPlatform.parsePlugins(InternalPlatform.java:742)
	at
org.eclipse.core.internal.runtime.InternalPlatform.loadRegistry(InternalPlatform.java:686)
	at
org.eclipse.core.internal.runtime.InternalPlatform.loaderStartup(InternalPlatform.java:562)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at
org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:909)
	at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:768)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
	at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
Exception in thread "main" 

And its solution:

Fixed! when xereces.jar is in the classpath, the error occurs. When
xereces.jar is not in the classpath, all works as normal (except my
JasperReports which uses xereces.jar... now what to do?)

Jeremy Cowgar
jc@cowgar.com

Hopefully you have exactly the same issue. Please put a note in this PR if you
fix your problem.
Comment 5 Cristian Popescu CLA 2002-10-28 04:31:26 EST
It was indeed the problem of xerces.jar, so now I run eclipse with jre1.3.1, 
and set-up the project to build with jdk1.4.1 (I've created a batch file in 
wich I set the path to jre1.3.1's java as the first entry, and then launch 
eclipse.exe).

Thanks again,
Cristian
Comment 6 Philipe Mulet CLA 2002-10-28 07:21:57 EST
Closing.
Comment 7 Philipe Mulet CLA 2002-10-28 07:22:35 EST
Closing. Eclipse CP issue