[68cat] Stack Overflow in updated Netbeans

View: New views
8 Messages — Rating Filter:   Alert me  

[68cat] Stack Overflow in updated Netbeans

by Manuel Carrizo-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I'm just updated Netbeans via de Update Manager and can't start
Netbeans. Is anyone else experiencing this?

Regards, Manuel

Re: [68cat] Stack Overflow in updated Netbeans

by Manuel Carrizo-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Attached logs

-------------------------------------------------------------------------------
>Log Session: Monday, November 2, 2009 11:44:04 AM ARST
>System Info:
  Product Version         = NetBeans IDE Dev (Build nbms-and-javadoc-4163-on-091024) (#4d268a3a1b37)
  Operating System        = Linux version 2.6.28-16-generic running on i386
  Java; VM; Vendor        = 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_16-b01
  Java Home               = /usr/lib/jvm/java-6-sun-1.6.0.16/jre
  System Locale; Encoding = en_US (nb); ANSI_X3.4-1968
  Home Directory          = /home/manuel
  Current Directory       = /home/manuel
  User Directory          = /home/manuel/.netbeans/dev
  Installation            = /usr/local/netbeans-dev-200909032054/nb6.7
                            /usr/local/netbeans-dev-200909032054/ide11
                            /usr/local/netbeans-dev-200909032054/websvccommon1
                            /usr/local/netbeans-dev-200909032054/cnd2
                            /usr/local/netbeans-dev-200909032054/dlight1
                            /usr/local/netbeans-dev-200909032054/platform10
  Boot & Ext. Classpath   = /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/resources.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/rt.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/jsse.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/jce.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/charsets.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/classes:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/ext/sunpkcs11.jar
  Application Classpath   = /home/manuel/.netbeans/dev/lib/boot.jar:/home/manuel/.netbeans/dev/lib/jfluid-server-15.jar:/home/manuel/.netbeans/dev/lib/jfluid-server-cvm.jar:/home/manuel/.netbeans/dev/lib/jfluid-server.jar:/home/manuel/.netbeans/dev/lib/org-openide-modules.jar:/home/manuel/.netbeans/dev/lib/org-openide-util.jar:/usr/lib/jvm/java-6-sun/lib/dt.jar:/usr/lib/jvm/java-6-sun/lib/tools.jar
  Startup Classpath       = /home/manuel/.netbeans/dev/core/core.jar:/home/manuel/.netbeans/dev/core/org-netbeans-upgrader.jar:/home/manuel/.netbeans/dev/core/org-openide-filesystems.jar:/home/manuel/.netbeans/dev/core/locale/core_nb.jar
-------------------------------------------------------------------------------
java.lang.StackOverflowError
        at sun.nio.cs.US_ASCII$Encoder.encodeArrayLoop(US_ASCII.java:160)
        at sun.nio.cs.US_ASCII$Encoder.encodeLoop(US_ASCII.java:193)
        at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544)
        at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:240)
        at java.lang.StringCoding.encode(StringCoding.java:272)
        at java.lang.String.getBytes(String.java:946)
        at java.io.UnixFileSystem.getLastModifiedTime(Native Method)
        at java.io.File.lastModified(File.java:826)
        at org.openide.filesystems.LocalFileSystem.lastModified(LocalFileSystem.java:357)
        at org.openide.filesystems.LocalFileSystem$Impl.lastModified(LocalFileSystem.java:585)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.AbstractFileObject.<init>(AbstractFileObject.java:80)
        at org.openide.filesystems.AbstractFileSystem.createFileObject(AbstractFileSystem.java:447)
        at org.openide.filesystems.AbstractFileSystem.refreshRootImpl(AbstractFileSystem.java:342)
        at org.openide.filesystems.AbstractFileSystem.refreshRoot(AbstractFileSystem.java:354)
        at org.openide.filesystems.LocalFileSystem.setRootDirectory(LocalFileSystem.java:137)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:195)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.computeDelegates(RecognizeInstanceFiles.java:131)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:92)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:88)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles$OverFiles.<init>(RecognizeInstanceFiles.java:84)
        at org.netbeans.modules.openide.filesystems.RecognizeInstanceFiles.create(RecognizeInstanceFiles.java:72)
        at org.netbeans.modules.openide.util.NamedServicesProvider.find(NamedServicesProvider.java:65)
        at org.openide.util.lookup.Lookups.forPath(Lookups.java:217)
        at org.netbeans.modules.openide.util.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:67)
        at org.netbeans.ProxyURLStreamHandlerFactory.createURLStreamHandler(ProxyURLStreamHandlerFactory.java:145)
        at java.net.URL.getURLStreamHandler(URL.java:1107)
        at java.net.URL.<init>(URL.java:572)
        at java.net.URL.<init>(URL.java:464)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.createAbsoluteUrl(XMLFileSystem.java:1011)
        at org.openide.filesystems.XMLFileSystem$FileObjRef.lastModified(XMLFileSystem.java:1062)
        at org.openide.filesystems.XMLFileSystem.lastModified(XMLFileSystem.java:442)
        at org.openide.filesystems.XMLFileSystem.access$200(XMLFileSystem.java:164)
        at org.openide.filesystems.XMLFileSystem$Impl.lastModified(XMLFileSystem.java:758)
        at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:95)
        at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:176)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:553)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildren(XMLFileSystem.java:556)
        at org.openide.filesystems.XMLFileSystem.refreshChildrenInAtomicAction(XMLFileSystem.java:516)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:356)
        at org.openide.filesystems.XMLFileSystem.setXmlUrls(XMLFileSystem.java:297)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.appendLayers(ModuleLayeredFileSystem.java:172)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:108)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:104)
        at org.netbeans.core.startup.layers.ModuleLayeredFileSystem.<init>(ModuleLayeredFileSystem.java:100)
        at org.netbeans.core.startup.layers.SystemFileSystem.create(SystemFileSystem.java:231)
        at org.netbeans.core.startup.layers.SessionManager.create(SessionManager.java:96)
        at org.netbeans.core.startup.NbRepository.createDefaultFileSystem(NbRepository.java:139)
        at org.netbeans.core.startup.NbRepository.<init>(NbRepository.java:67)
        at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.createInstance(MetaInfServicesLookup.java:556)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:450)
        at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:413)
        at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:205)
        at org.openide.filesystems.Repository.initialize(Repository.java:114)
        at org.openide.filesystems.Repository.getDefault(Repository.java:286)
        at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2105)

Re: [68cat] Stack Overflow in updated Netbeans

by Michael A. Nazarov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


  Hello Manuel

Would you please describe in details which version of NB you
upgraded, what do you mean by "can't start" and any other
things. Or best way -- file an issue this description as I
asked above.

Thanks you.

\\PaPa aka Michael A. Nazarov
SUN Microsystems



Manuel Carrizo wrote:
> Hi, I'm just updated Netbeans via de Update Manager and can't start
> Netbeans. Is anyone else experiencing this?
>
> Regards, Manuel
>  

Re: [68cat] Stack Overflow in updated Netbeans

by Michael A. Nazarov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


  Hello Manuel

Looks like unfinished recursion.

\\PaPa aka Michael A. Nazarov
SUN Microsystems



Manuel Carrizo wrote:
> Attached logs
>  

Re: [68cat] Stack Overflow in updated Netbeans

by Antonin Nebuzelsky :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Probably this P1:

http://www.netbeans.org/issues/show_bug.cgi?id=175853

~tonda


Manuel Carrizo wrote:
> Hi, I'm just updated Netbeans via de Update Manager and can't start
> Netbeans. Is anyone else experiencing this?
>
> Regards, Manuel

Re: [68cat] Stack Overflow in updated Netbeans

by Manuel Carrizo-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 11:02 AM, Tonda Nebuzelsky
<Antonin.Nebuzelsky@...> wrote:
> Probably this P1:
>
> http://www.netbeans.org/issues/show_bug.cgi?id=175853
>
> ~tonda

Looks like it's the same

Re: [68cat] Stack Overflow in updated Netbeans

by Ingo Reinhart-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Yes, I reported this bug 2 days ago. Looks like the team work on it.

My first solution: DON't update ;-)

Best Regards,
Ingo

Am 02.11.2009 um 15:02 schrieb Tonda Nebuzelsky:

> Probably this P1:
>
> http://www.netbeans.org/issues/show_bug.cgi?id=175853
>
> ~tonda
>
>
> Manuel Carrizo wrote:
>> Hi, I'm just updated Netbeans via de Update Manager and can't start
>> Netbeans. Is anyone else experiencing this?
>>
>> Regards, Manuel


Re: [68cat] Stack Overflow in updated Netbeans

by Manuel Carrizo-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I solved the problem with this steps

* Backup config folder (~/.netbeans/dev/config in linux)
* Remove Netbeans install (/usr/local/netbeans-dev*) and user info (I
have in ~/.netbeans/dev/modules)
* Reinstall Netbeans
* Start Netbeans and close it
* Copy backup of config to ~/.netbeans/dev
* Enjoy