Greetings,

I noticed that the IvyIDE plugin causes the following exception in Eclipse. I 
confirmed it by installing the plugin in brand new Eclipse. Well, it's the 
SpringSource Tool Suite, actually, which is built on Eclipse 3.2. I'd like to 
inform the developers about it but I can't figure how, short of subscribing to 
the developer mailing list. Any suggestions? TIA

-a

org.eclipse.core.runtime.AssertionFailedException: null argument:
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
at 
org.eclipse.core.internal.events.ResourceChangeListenerList.remove(ResourceChangeListenerList.java:146)
at 
org.eclipse.core.internal.events.NotificationManager.removeListener(NotificationManager.java:305)
at 
org.eclipse.core.internal.resources.Workspace.removeResourceChangeListener(Workspace.java:1767)
at 
org.eclipse.wst.server.core.internal.ResourceManager.shutdownImpl(ResourceManager.java:366)
at 
org.eclipse.wst.server.core.internal.ResourceManager.shutdown(ResourceManager.java:312)
at org.eclipse.wst.server.core.internal.ServerPlugin.stop(ServerPlugin.java:319)
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
at 
org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:474)
at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:546)
at 
org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1098)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:593)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:261)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:216)
at 
org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
at 
org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:685)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:583)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:409)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

Reply via email to