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 104056 - MacOSX: Exception when creating project
Summary: MacOSX: Exception when creating project
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P1 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 11:20 UTC by Alexey Butenko
Modified: 2007-05-16 18:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages log (31.20 KB, text/plain)
2007-05-16 11:20 UTC, Alexey Butenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Butenko 2007-05-16 11:20:01 UTC
Reproduced with Netbeans IDE Dev 070515

Following exception occured when creating project (messages.log attached):

java.lang.RuntimeException: No Common Classloader Provider found.
	at org.netbeans.modules.visualweb.insync.ModelSet.<init>(ModelSet.java:457)
	at org.netbeans.modules.visualweb.insync.models.FacesModelSet.<init>(FacesModelSet.java:344)
Caused: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:371)
Caused: java.lang.RuntimeException
	at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:377)
	at org.netbeans.modules.visualweb.insync.ModelSet$1$1.run(ModelSet.java:342)
	at org.netbeans.modules.visualweb.insync.java.ReadTaskWrapper.run(ReadTaskWrapper.java:51)
	at org.netbeans.modules.visualweb.insync.java.ReadTaskWrapper.run(ReadTaskWrapper.java:34)
	at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:501)
	at org.netbeans.modules.visualweb.insync.java.ReadTaskWrapper.execute(ReadTaskWrapper.java:
58)
	at org.netbeans.modules.visualweb.insync.ModelSet$1.run(ModelSet.java:339)
[catch] at java.lang.Thread.run(Thread.java:613)
Comment 1 Alexey Butenko 2007-05-16 11:20:55 UTC
Created attachment 42458 [details]
messages log
Comment 2 _ sandipchitale 2007-05-16 18:13:49 UTC
Alexy mentioned that the modules :

J2EE 1.4 Common Classloader Provider
and
J2EE 1.5 Common Classloader Provider 

were installed but deactivated. That will cause this exception.

Please reopen if the problem persists even after the modules are activated.

Please file a spearate bug with any exceptions as to why these modules were 
deactivated.