Thanks Eugene. After reinstalling Eclipse and creating a fresh workspace, I'm back up and running. It did however, take nearly an hour to import my projects (a fairly large multi-module project).
I had bad luck with infinite looping and huge memory consumption under the prior 0.0.11 early versions, but your changelog looks like you may have fixed the issues. Thanks again! Tim On 9/20/07, Eugene Kuleshov <[EMAIL PROTECTED]> wrote: > > > Tim, I've committed fix for the NPE issue caused by the Analyzer class > not found error. It will go to the next dev build, but it won't really > fix your issue. The analyzer class is packaged within plugin jar and > something got mixed up in your workspace. > > Can you please try to completely uninstall all versions of plugin > (either manually or using Help / Manage Configuration), then run Eclipse > with -clean and install new version after that. > > If that won't help, I'll need more information about your environment, > including what version of Eclipse you are using and what JRE you are > running on. > > Thanks > > Eugene > > > Tim Downey wrote: > > OK...I guess attachments aren't allowed. Here's the gist of it. > > > > > > !ENTRY org.eclipse.osgi 4 0 2007-09-20 08:14:29.842 > > !MESSAGE An error occurred while automatically activating bundle > > org.maven.ide.eclipse (1046). > > !STACK 0 > > > > org.osgi.framework.BundleException: Exception in > > org.maven.ide.eclipse.Maven2Plugin.start() of bundle > > org.maven.ide.eclipse. > > at > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator > > (BundleContextImpl.java:1018) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.start( > BundleContextImpl.java:974) > > at > > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker( > BundleHost.java > > :346) > > at > > org.eclipse.osgi.framework.internal.core.AbstractBundle.start( > AbstractBundle.java:260) > > at > > org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java > :400) > > > > Caused by: java.lang.NullPointerException > > at > > org.maven.ide.eclipse.index.MavenRepositoryIndexManager.<init>( > MavenRepositoryIndexManager.java > > :81) > > at org.maven.ide.eclipse.Maven2Plugin.start(Maven2Plugin.java:94) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run( > BundleContextImpl.java:999) > > at java.security.AccessController.doPrivileged (Native Method) > > at > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator( > BundleContextImpl.java:993) > > ... 75 more > > > > Root exception: > > java.lang.NullPointerException > > at > > org.maven.ide.eclipse.index.MavenRepositoryIndexManager.<init>( > MavenRepositoryIndexManager.java:81) > > at org.maven.ide.eclipse.Maven2Plugin.start(Maven2Plugin.java:94) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run > > (BundleContextImpl.java:999) > > at java.security.AccessController.doPrivileged(Native Method) > > > > !ENTRY org.eclipse.core.jobs 4 2 2007-09-20 08:14:29.873 > > !MESSAGE An internal error occurred during: "Indexing local". > > !STACK 0 > > java.lang.NoClassDefFoundError : org/apache/lucene/analysis/Analyzer > > at org.maven.ide.eclipse.index.IndexerJob.run(IndexerJob.java:74) > > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >
