Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Plugin load exception


Cameron, You don't need to be concerned ... but I do. Please open a bug against wst.validation.

This is coming from a testcase that I added. No normal users of WTP will ever see this.

I added this as a testcase to ensure that I am not activating validators (i.e. plug-ins) too early.

Gary Karasiuk, RAD Performance Analyst
karasiuk@xxxxxxxxxx
TL-969-3985, external: (905)-413-3985



CAMERON.BATEMAN@xxxxxxxxxx
Sent by: wtp-dev-bounces@xxxxxxxxxxx

04/30/2008 08:36 PM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] Plugin load exception





I'm see the following exception in my build logs.  Should I be concerned?

!ENTRY org.eclipse.wst.common.tests.validation.guard 4 0 2008-04-30 21:34:29.085
!MESSAGE This plug-in should never be loaded. If it is it means that we are loading validators too early, and causing unneccessary plug-in activation.
!STACK 0
java.lang.RuntimeException: This plug-in should never be loaded. If it is it means that we are loading validators too early, and causing unneccessary plug-in activation.
                at org.eclipse.wst.common.tests.validation.guard.Activator.<init>(Activator.java:21)
                at java.lang.Class.newInstanceImpl(Native Method)
                at java.lang.Class.newInstance(Class.java:1300)
                at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:141)
                at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:980)
                at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
                at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
                at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
                at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
                at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:419)
                at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
                at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:368)
                at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:444)
                at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
                at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
                at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
                at java.lang.ClassLoader.loadClass(ClassLoader.java:595)
                at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
                at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
                at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1273)
                at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
                at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:863)
                at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
                at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
                at org.eclipse.wst.validation.Validator$V2.getValidator(Validator.java:927)
                at org.eclipse.wst.validation.Validator$V2.getDelegatedValidator(Validator.java:886)
                at org.eclipse.wst.validation.Validator$V2.asIValidator(Validator.java:818)
                at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:186)
                at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:175)
                at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:252)
                at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor.run(DirtyRegionProcessor.java:633)
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top