Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-dev] M2 Ship Readiness Poll

Title: Message
 

Chuck,

 

Starting from server view is working, but debugging the server does not find the correspondent source. This is a medium priority item for M2. Run on Server is a high priority item (Medium priority from M1). I will post a bug report.

 

Jochen

 

I also posted a message to the newsgroup on Saturday, that I get a class not found error any time I try to Run on Server from the context menu on a JSP page.  I'm using the wtp 2004-12-18 I-build with eclipse M4.  Here is the error:


!ENTRY org.eclipse.core.runtime 4 1 2004-12-18 10:57:33.331
!MESSAGE Plug-in org.eclipse.jst.j2ee.ejb was unable to load class
org.eclipse.jst.j2ee.internal.ejb.deployables.EJBDeployableObjectAdapter.
!STACK 0
java.lang.ClassNotFoundException:
org.eclipse.jst.j2ee.internal.ejb.deployables.EJBDeployableObjectAdapter
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:332)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1315)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:161)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:151)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:138)
at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
at
org.eclipse.wst.server.core.internal.ModuleArtifactAdapter.getDelegate(ModuleArtifactAdapter.java:69)
at
org.eclipse.wst.server.core.internal.ModuleArtifactAdapter.getModuleObject(ModuleArtifactAdapter.java:82)
at org.eclipse.wst.server.core.ServerUtil.getModule(ServerUtil.java:236)
at
org.eclipse.wst.server.ui.internal.actions.RunOnServerActionDelegate.selectionChanged(RunOnServerActionDelegate.java:519)
at
org.eclipse.wst.server.ui.internal.ServerLaunchShortcut.launch(ServerLaunchShortcut.java:41)

Back to the top