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 104187 - MacOSX: Classloader provider modules disabled
Summary: MacOSX: Classloader provider modules disabled
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: Ch Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 15:54 UTC by Alexey Butenko
Modified: 2007-05-21 16:03 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 Alexey Butenko 2007-05-17 15:54:14 UTC
Netbeans IDE Dev 070517.
After Building IDE from trunk I get following warning at first load:

Warning - could not install some modules:
	J2EE 1.5 Common Classloader Provider - The module named 
org.netbeans.modules.visualweb.dataconnectivity.designtime was needed and not found.
	J2EE 1.4 Common Classloader Provider - The module named 
org.netbeans.modules.visualweb.dataconnectivity.designtime was needed and not found.

And after I tried to Activate them from Plugin Manager, exception occured:

java.lang.NullPointerException
	at org.netbeans.modules.visualweb.insync.models.FacesModelSet.destroy(FacesModelSet.java:387)
	at org.netbeans.modules.visualweb.insync.ModelSet$OpenProjectsListener.propertyChange
(ModelSet.java:252)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
	at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.propertyChange
(OpenProjectsTrampolineImpl.java:84)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
	at org.netbeans.modules.project.ui.OpenProjectList$4.run(OpenProjectList.java:366)
	at org.netbeans.modules.project.ui.OpenProjectList$4.run(OpenProjectList.java:365)
	at org.openide.util.Mutex$1AWTWorker.run(Mutex.java:1216)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
	at java.awt.Dialog$1.run(Dialog.java:517)
	at java.awt.Dialog$2.run(Dialog.java:545)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Dialog.show(Dialog.java:543)
	at java.awt.Component.show(Component.java:1300)
	at java.awt.Component.setVisible(Component.java:1253)
	at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:253)
[catch] at org.netbeans.modules.project.ui.actions.NewProject$2.run(NewProject.java:187)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Ch Nguyen 2007-05-17 21:07:50 UTC
Hi Alexey,

I think your problem could be caused by missing dataconnectivy/designtime
module.    You might want to try:
cd visualweb; cvs update -dP
cd ../nbbuild/; cvs update cluster.properties
ant clean-vw; build-vw

Comment 2 Alexey Butenko 2007-05-21 16:03:41 UTC
After removing user dir, issue is not reproducible anymore