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 146414 - [65cat] ClassNotFoundException: org.netbeans.modules.sql.project.anttasks.SQLProLookup
Summary: [65cat] ClassNotFoundException: org.netbeans.modules.sql.project.anttasks.SQL...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Fung
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-06 19:58 UTC by wobster
Modified: 2008-10-01 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 2870


Attachments
stacktrace (1.60 KB, text/plain)
2008-09-06 19:58 UTC, wobster
Details
stacktrace (1.60 KB, text/plain)
2008-09-08 14:05 UTC, wobster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wobster 2008-09-06 19:58:33 UTC
Build: NetBeans IDE Dev (Build 200809060201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86

User Comments: 
Browsing NetBeans Runtime in the Services window.

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.sql.project.anttasks.SQLProLookup
        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 java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 wobster 2008-09-06 19:58:38 UTC
Created attachment 69228 [details]
stacktrace
Comment 2 wobster 2008-09-08 14:05:49 UTC
Build: NetBeans IDE Dev (Build 200809071401)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.19-1.2895.fc6, i386

User Comments: 
opening Global Lookup in the Services Pane

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.sql.project.anttasks.SQLProLookup
        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 java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Comment 3 wobster 2008-09-08 14:05:58 UTC
Created attachment 69310 [details]
stacktrace
Comment 4 David Vancouvering 2008-09-08 17:29:41 UTC
The org.netbeans.modules.sql.project.anttask is not from our area.  I think this is part of the SOA team?

Ahi, do you know where this issue belongs?
Comment 5 Sergey Lunegov 2008-10-01 15:32:31 UTC
Changed target milestone.