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

Summary: MacOSX: Exception when creating project
Product: obsolete Reporter: Alexey Butenko <alexeybutenko>
Component: visualwebAssignee: _ sandipchitale <sandipchitale>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: messages log

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.