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 170094 - ClassNotFoundException: org.netbeans.modules.websvc.jaxrpc.project.AntJaxRpcServicesProvider
Summary: ClassNotFoundException: org.netbeans.modules.websvc.jaxrpc.project.AntJaxRpcS...
Status: RESOLVED DUPLICATE of bug 170426
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
: 168590 169142 170183 170476 (view as bug list)
Depends on:
Blocks: 171846
  Show dependency tree
 
Reported: 2009-08-09 13:04 UTC by mohhmekk
Modified: 2009-09-21 16:59 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155315


Attachments
stacktrace (5.86 KB, text/plain)
2009-08-09 13:04 UTC, mohhmekk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mohhmekk 2009-08-09 13:04:17 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, i386

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.websvc.jaxrpc.project.AntJaxRpcServicesProvider
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.apache.tools.ant.module.bridge.AntBridge$MainClassLoader.findClass(AntBridge.java:622)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 mohhmekk 2009-08-09 13:04:22 UTC
Created attachment 86006 [details]
stacktrace
Comment 2 Milos Kleint 2009-08-10 08:55:13 UTC
another strange class not found exception, either feature on demand or webservices related it seems
Comment 3 Jaroslav Tulach 2009-08-10 12:54:40 UTC
Not FoD related. Please don't reassign bugs to FoD blindly - e.g. without any indication FoD functionality was (at 
least minimally) executed.
Comment 4 Milos Kleint 2009-08-10 14:02:53 UTC
my evaluation is that FoD was *indeed* not executed and *therefore* the bug occured!
Comment 5 Milos Kleint 2009-08-11 12:57:47 UTC
*** Issue 170183 has been marked as a duplicate of this issue. ***
Comment 6 Milan Kuchtiak 2009-08-17 10:51:25 UTC
Starting to look at LookupMergerSupport if it's correctly implemented for WebServiceDataProvider.
Comment 7 Milan Kuchtiak 2009-08-17 13:44:55 UTC
The AntJaxRpcServicesProvider (websvc.jaxrpc module in UC) that implements WebServiceDataProvider service
(websvc.projectapi) is being loaded by LazyLookupProvider (projectapi)

The behaviour is peculiar for me as the module websvc.jaxrpc is in UC, confirmed also by L.Jungmann (jungi) in issue
170183. 

Reassigning to J2SE Project to evaluate, since I don't understand the mechanism how the CompositeLookup is created.
Also, according to the discussion with L.Jungmann, the exception occurs when an external (ant) build script is called.
Comment 8 Milan Kuchtiak 2009-08-17 14:14:19 UTC
*** Issue 169142 has been marked as a duplicate of this issue. ***
Comment 9 Milan Kuchtiak 2009-08-17 14:18:46 UTC
*** Issue 168590 has been marked as a duplicate of this issue. ***
Comment 10 Milan Kuchtiak 2009-08-17 14:25:55 UTC
The issue is quite frequent.
There are 5 another duplicates: 168590, 169142, 169654, 169721, 170183.
Comment 11 Milan Kuchtiak 2009-08-18 17:00:11 UTC
*** Issue 170476 has been marked as a duplicate of this issue. ***
Comment 12 Tomas Zezula 2009-09-09 09:40:56 UTC
Nothing in common with j2se project.
The LazyLookupProviders tries to load a service which cannot be resolved => module system or broken IDE installation.
Comment 13 Jesse Glick 2009-09-21 16:59:08 UTC

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