This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 116476 - java.lang.ClassNotFoundException
Summary: java.lang.ClassNotFoundException
Status: RESOLVED DUPLICATE of bug 116427
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 09:46 UTC by Tomas Mysik
Modified: 2007-09-24 18:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2007-09-24 09:46:58 UTC
Steps to reproduce:

1. create EAR project with EJB and Web modules (Web module is probably enough)

Project opens, the exception is thrown.

WARNING [org.openide.util.lookup.MetaInfServicesLookup]
java.lang.ClassNotFoundException: org.netbeans.modules.websvc.webservices.ProjectWebServicesSupportProvider
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:209)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
[catch] at org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:244)
        at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:98)
        at org.openide.util.lookup.AbstractLookup$R.beforeLookup(AbstractLookup.java:1031)
        at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:560)
        at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:427)
        at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:400)
        at 
org.netbeans.modules.websvc.api.webservices.WebServicesSupport.getWebServicesSupport(WebServicesSupport.java:75)
        at 
org.netbeans.modules.websvc.jaxrpc.nodes.JaxRpcWebServiceNodeFactory$WsNodeList.addNotify(JaxRpcWebServiceNodeFactory.java:121)
        at 
org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren.addNotify(NodeFactorySupport.java:145)
        at org.openide.nodes.Children.callAddNotify(Children.java:516)
        at org.openide.nodes.Children.getArray(Children.java:558)
        at org.openide.nodes.Children.getNodes(Children.java:400)
        at org.openide.nodes.FilterNode$ChildrenAdapter.run(FilterNode.java:1479)
        at org.openide.nodes.FilterNode$Children.updateKeys(FilterNode.java:1433)
        at org.openide.nodes.FilterNode$Children.addNotifyImpl(FilterNode.java:1326)
        at org.openide.nodes.FilterNode$Children.addNotify(FilterNode.java:1318)
        at org.openide.nodes.Children.callAddNotify(Children.java:516)
        at org.openide.nodes.Children.getArray(Children.java:558)
        at org.openide.nodes.Children.getNodes(Children.java:400)
        at org.openide.explorer.view.VisualizerNode.getChildren(VisualizerNode.java:222)
        at org.openide.explorer.view.VisualizerNode.getChildCount(VisualizerNode.java:268)
        at javax.swing.tree.DefaultTreeModel.getChildCount(DefaultTreeModel.java:168)

Product Version: NetBeans IDE Dev (Build 070924)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Linux version 2.6.22-gentoo-r6 running on i386; UTF-8; cs_CZ (nb)
Comment 1 Milan Kuchtiak 2007-09-24 10:47:55 UTC
Likely related to JAX-RPC transition.
Comment 2 bhate 2007-09-24 18:57:17 UTC
this is duplicate of 116427

*** This issue has been marked as a duplicate of 116427 ***