switching from 3.3 to 3.4 my workbench got corrupted
So I deleted the .metadata directory in my workspace and decided to go for a clean start (isn't it always like this with eclipse updates these days...)
Anyway, I have a clean download of eclipse:
eclipse-SDK-3.4.1-macosx-carbon.tar.gz
Eclipse starts up, much faster than 3.3 which is nice!
Next job install SVN and other pluggins... Clicking the Help->'Software Updates' does nothing at all!!
I managed to track down a log file from .metadata/.log and it's full of exceptions ( a trimmed selection of them below)
Anyone seen this or got a solution?
I even tried copying my missing plugins by hand, but eclipse seems to ignore them
running on: OSX 10.5.4
So I deleted the .metadata directory in my workspace and decided to go for a clean start (isn't it always like this with eclipse updates these days...)
Anyway, I have a clean download of eclipse:
eclipse-SDK-3.4.1-macosx-carbon.tar.gz
Eclipse starts up, much faster than 3.3 which is nice!
Next job install SVN and other pluggins... Clicking the Help->'Software Updates' does nothing at all!!
I managed to track down a log file from .metadata/.log and it's full of exceptions ( a trimmed selection of them below)
Anyone seen this or got a solution?
I even tried copying my missing plugins by hand, but eclipse seems to ignore them
running on: OSX 10.5.4
Code:
org.osgi.framework.BundleException: Exception in org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start() of bundle org.eclipse.equinox.p2.reconciler.dropins.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1028)
at
...
Caused by: java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.findLatestProfileFile(SimpleProfileRegistry.java:356)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.restore(SimpleProfileRegistry.java:335)
at
...
java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.findLatestProfileFile(SimpleProfileRegistry.java:356)
at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.restore(SimpleProfileRegistry.java:335)