Hello!
I have a Netbeans 8.2 platform application with just over 20 modules. Whenever
the program starts (run or debug), I see the message down below in the console
output. I have done numerous cleans/builds, looked through the various
properties and xml files for that module, and I can't seem to figure out what
the issue is. The module successfully builds without any errors. All the
modules have updates centers, and there are no other such messages when the
application starts.
So, what does the INFO message mean exactly regarding the update center in
question? I'm trying to figure out if this is a serious issue or something
that can be ignored.
Any suggestions on how to trouble shoot this?
INFO [org.openide.loaders.FolderLookup]: Bad file:
MultiFileObject@38215a8a[Services/com_stanref_st_core_update_center.instance]
java.lang.ClassNotFoundException: Will not load classes from default package
(com_stanref_st_core_update_center)
at
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:159)
at
org.netbeans.ModuleManager$SystemClassLoader.loadClass(ModuleManager.java:779)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at
org.openide.loaders.InstanceSupport.findClass(InstanceSupport.java:502)
at
org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:148)
at
org.openide.loaders.InstanceDataObject$Ser.instanceClass(InstanceDataObject.java:1372)
at
org.openide.loaders.InstanceSupport.instanceCreate(InstanceSupport.java:214)
at
org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1442)
at
org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:846)
[catch] at
org.openide.loaders.FolderLookup$ICItem.getInstance(FolderLookup.java:597)
at
org.openide.util.lookup.AbstractLookup$R.allInstances(AbstractLookup.java:1055)
at
org.openide.util.lookup.AbstractLookup$R.allInstances(AbstractLookup.java:1035)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.computeSingleResult(ProxyLookup.java:1285)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.computeDelegate(ProxyLookup.java:1123)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.delegate(ProxyLookup.java:1090)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.delegate(ProxyLookup.java:1073)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.isEmpty(ProxyLookup.java:1163)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.computeDelegate(ProxyLookup.java:1134)
at
org.openide.util.lookup.ProxyLookup$LazyCollection.access$900(ProxyLookup.java:1051)
at
org.openide.util.lookup.ProxyLookup$LazyCollection$1.hasNext(ProxyLookup.java:1251)
at
org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl.getUpdateUnitProviders(UpdateUnitProviderImpl.java:279)
at
org.netbeans.api.autoupdate.UpdateUnitProviderFactory.getUpdateUnitProviders(UpdateUnitProviderFactory.java:86)
at
org.netbeans.modules.autoupdate.ui.SettingsTableModel.refreshModel(SettingsTableModel.java:103)
at
org.netbeans.modules.autoupdate.ui.SettingsTableModel$1.run(SettingsTableModel.java:86)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Thank You!
Joe Huber