Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse I20031211 release
Eclipse I20031211 release [message #170071] Sat, 13 December 2003 11:56 Go to next message
Eclipse UserFriend
Originally posted by: vranganath.cox.net

Hi,

I upgraded eclipse from release I20031125 to release I20031211 (unzipped
the distribution over the previous installation of eclipse as it had
worked for me previously) and it fails to start up with the following
exception. The wierd part is I have a .options file in my home
directory which is not being recognized. I have set all boot related
options to true but still I do not get a runtime.traces file. However,
if I unzip the distribution to a new location and execute it with the
same workspace as before it does startup fine.

Any suggestions?


!SESSION
------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Dec 13, 2003 10:49:45.292
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.eclipse.core.internal.boot.OSGiBootLoader.basicRun(OSGiB ootLoader.java:239)
at
org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLo ader.java:665)
at
org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLo ader.java:652)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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: java.lang.NullPointerException
at
org.eclipse.ui.internal.registry.RegistryReader$1.compare(Re gistryReader.java:103)
at java.util.Arrays.mergeSort(Arrays.java:1278)
at java.util.Arrays.mergeSort(Arrays.java:1289)
at java.util.Arrays.mergeSort(Arrays.java:1289)
at java.util.Arrays.sort(Arrays.java:1219)
at java.util.Collections.sort(Collections.java:155)
at
org.eclipse.ui.internal.registry.RegistryReader.orderExtensi ons(RegistryReader.java:107)
at
org.eclipse.ui.internal.registry.RegistryReader.readRegistry (RegistryReader.java:158)
at
org.eclipse.ui.internal.registry.PerspectiveRegistryReader.r eadPerspectives(PerspectiveRegistryReader.java:55)
at
org.eclipse.ui.internal.registry.PerspectiveRegistry.loadPre defined(PerspectiveRegistry.java:428)
at
org.eclipse.ui.internal.registry.PerspectiveRegistry.load(Pe rspectiveRegistry.java:284)
at
org.eclipse.ui.internal.WorkbenchPlugin.getPerspectiveRegist ry(WorkbenchPlugin.java:264)
at
org.eclipse.ui.internal.Workbench.getPerspectiveRegistry(Wor kbench.java:656)
at
org.eclipse.ui.actions.PerspectiveMenu.<init>(PerspectiveMenu.java:97)
at
org.eclipse.ui.internal.ChangeToPerspectiveMenu.<init>(ChangeToPerspectiveMenu.java:36)
at
org.eclipse.ui.actions.ContributionItemFactory$6.create(Cont ributionItemFactory.java:192)
at
org.eclipse.ui.internal.PerspectiveContributionItem.<init>(PerspectiveContributionItem.java:49)
at
org.eclipse.ui.internal.WorkbenchWindow.addShortcutBar(Workb enchWindow.java:519)
at
org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:417)
at
org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workben ch.java:1088)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1135)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:875)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1459)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:246)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:242)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:84)
... 14 more

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad
Re: Eclipse I20031211 release [message #170081 is a reply to message #170071] Sat, 13 December 2003 11:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vranganath.cox.net

Venkatesh Prasad Ranganath wrote:

> Hi,
>
> I upgraded eclipse from release I20031125 to release I20031211
> (unzipped the distribution over the previous installation of eclipse
> as it had worked for me previously) and it fails to start up with the
> following exception. The wierd part is I have a .options file in my
> home directory which is not being recognized. I have set all boot
> related options to true but still I do not get a runtime.traces file.
> However, if I unzip the distribution to a new location and execute it
> with the same workspace as before it does startup fine.
>
> Any suggestions?


I am running it on Sun JDK 1.4.2 on RH9 Linux box with GTK2.

>
>
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Dec 13, 2003 10:49:45.292
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
> at
> org.eclipse.core.internal.boot.OSGiBootLoader.basicRun(OSGiB ootLoader.java:239)
>
> at
> org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLo ader.java:665)
>
> at
> org.eclipse.core.internal.boot.OSGiBootLoader.run(OSGiBootLo ader.java:652)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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: java.lang.NullPointerException
> at
> org.eclipse.ui.internal.registry.RegistryReader$1.compare(Re gistryReader.java:103)
>
> at java.util.Arrays.mergeSort(Arrays.java:1278)
> at java.util.Arrays.mergeSort(Arrays.java:1289)
> at java.util.Arrays.mergeSort(Arrays.java:1289)
> at java.util.Arrays.sort(Arrays.java:1219)
> at java.util.Collections.sort(Collections.java:155)
> at
> org.eclipse.ui.internal.registry.RegistryReader.orderExtensi ons(RegistryReader.java:107)
>
> at
> org.eclipse.ui.internal.registry.RegistryReader.readRegistry (RegistryReader.java:158)
>
> at
> org.eclipse.ui.internal.registry.PerspectiveRegistryReader.r eadPerspectives(PerspectiveRegistryReader.java:55)
>
> at
> org.eclipse.ui.internal.registry.PerspectiveRegistry.loadPre defined(PerspectiveRegistry.java:428)
>
> at
> org.eclipse.ui.internal.registry.PerspectiveRegistry.load(Pe rspectiveRegistry.java:284)
>
> at
> org.eclipse.ui.internal.WorkbenchPlugin.getPerspectiveRegist ry(WorkbenchPlugin.java:264)
>
> at
> org.eclipse.ui.internal.Workbench.getPerspectiveRegistry(Wor kbench.java:656)
>
> at
> org.eclipse.ui.actions.PerspectiveMenu.<init>(PerspectiveMenu.java:97)
> at
> org.eclipse.ui.internal.ChangeToPerspectiveMenu.<init>(ChangeToPerspectiveMenu.java:36)
>
> at
> org.eclipse.ui.actions.ContributionItemFactory$6.create(Cont ributionItemFactory.java:192)
>
> at
> org.eclipse.ui.internal.PerspectiveContributionItem.<init>(PerspectiveContributionItem.java:49)
>
> at
> org.eclipse.ui.internal.WorkbenchWindow.addShortcutBar(Workb enchWindow.java:519)
>
> at
> org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:417)
> at
> org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workben ch.java:1088)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1135)
>
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:875)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1459)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:246)
>
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:242)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:84)
>
> ... 14 more
>


--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad
Re: Eclipse I20031211 release [message #170097 is a reply to message #170081] Sat, 13 December 2003 16:10 Go to previous message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

It is *not* recommanded to unzip over an existing drop... And here you've
been hit with the big stick ;-)
Between those two versions there has been a big reorg in the runtime and
other areas.
Please delete your existing eclipse and restart.

PaScaL

"Venkatesh Prasad Ranganath" <vranganath@cox.net> a
Previous Topic:Forum for RCP questions?
Next Topic:dynamic views
Goto Forum:
  


Current Time: Fri Jul 25 02:36:35 EDT 2025

Powered by FUDForum. Page generated in 0.15335 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top