You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2019/04/05 07:43:00 UTC

[jira] [Commented] (NETBEANS-2352) NetBeans unexpected error

    [ https://issues.apache.org/jira/browse/NETBEANS-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810583#comment-16810583 ] 

Christian Lenz commented on NETBEANS-2352:
------------------------------------------

Hi [~resolveit] please add specific steps to reproduce and next time the stack/log into a separate file. Otherwise, we will close the ticket. Thx.

> NetBeans unexpected error
> -------------------------
>
>                 Key: NETBEANS-2352
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2352
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 10.0
>            Reporter: Alex
>            Priority: Major
>
> {code}
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3eb8f73a[Editors/AnnotationTypes/_mixed_CBPD.xml]
> While parsing: MIMESupport$CachedFileObject@3eb8f73a[Editors/AnnotationTypes/_mixed_CBPD.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3eb8f73a[Editors/AnnotationTypes/_mixed_CBPD.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3eb8f73a[Editors/AnnotationTypes/_mixed_CBPD.xml]
> While parsing: MIMESupport$CachedFileObject@3eb8f73a[Editors/AnnotationTypes/_mixed_CBPD.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3eb8f73a[Editors/AnnotationTypes/_mixed_CBPD.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@2088a128[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> While parsing: MIMESupport$CachedFileObject@2088a128[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-git.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-git.jar!/org/netbeans/modules/git/ui/blame/git_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@2088a128[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-git.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-git.jar!/org/netbeans/modules/git/ui/blame/git_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-git.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-git.jar!/org/netbeans/modules/git/ui/blame/git_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@2088a128[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> While parsing: MIMESupport$CachedFileObject@2088a128[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-git.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-git.jar!/org/netbeans/modules/git/ui/blame/git_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@2088a128[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-git.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-git.jar!/org/netbeans/modules/git/ui/blame/git_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@c1e90d1[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> While parsing: MIMESupport$CachedFileObject@c1e90d1[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@c1e90d1[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@c1e90d1[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> While parsing: MIMESupport$CachedFileObject@c1e90d1[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@c1e90d1[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@52199183[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> While parsing: MIMESupport$CachedFileObject@52199183[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-mercurial.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-mercurial.jar!/org/netbeans/modules/mercurial/resources/hg_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@52199183[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-mercurial.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-mercurial.jar!/org/netbeans/modules/mercurial/resources/hg_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-mercurial.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-mercurial.jar!/org/netbeans/modules/mercurial/resources/hg_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@52199183[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> While parsing: MIMESupport$CachedFileObject@52199183[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-mercurial.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-mercurial.jar!/org/netbeans/modules/mercurial/resources/hg_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@52199183[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-mercurial.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-mercurial.jar!/org/netbeans/modules/mercurial/resources/hg_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@76311c76[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> While parsing: MIMESupport$CachedFileObject@76311c76[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@76311c76[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@76311c76[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> While parsing: MIMESupport$CachedFileObject@76311c76[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@76311c76[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4979ed64[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> While parsing: MIMESupport$CachedFileObject@4979ed64[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4979ed64[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4979ed64[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> While parsing: MIMESupport$CachedFileObject@4979ed64[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4979ed64[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@5d470161[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> While parsing: MIMESupport$CachedFileObject@5d470161[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/override-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@5d470161[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/override-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/override-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@5d470161[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> While parsing: MIMESupport$CachedFileObject@5d470161[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/override-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@5d470161[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/override-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@692e2f78[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> While parsing: MIMESupport$CachedFileObject@692e2f78[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@692e2f78[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@692e2f78[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> While parsing: MIMESupport$CachedFileObject@692e2f78[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@692e2f78[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@545f8652[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> While parsing: MIMESupport$CachedFileObject@545f8652[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@545f8652[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@545f8652[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> While parsing: MIMESupport$CachedFileObject@545f8652[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@545f8652[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3623df75[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> While parsing: MIMESupport$CachedFileObject@3623df75[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3623df75[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3623df75[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> While parsing: MIMESupport$CachedFileObject@3623df75[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3623df75[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@1163493a[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> While parsing: MIMESupport$CachedFileObject@1163493a[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@1163493a[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@1163493a[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> While parsing: MIMESupport$CachedFileObject@1163493a[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@1163493a[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@2f1ced20[Editors/AnnotationTypes/BreakpointableLine.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/BreakpointableLine.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7c735ef2[Editors/AnnotationTypes/OtherThread.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/OtherThread.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@43f77f4c[Editors/AnnotationTypes/OtherThreads.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/OtherThreads.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@29212ca6[Editors/AnnotationTypes/PHPError.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-dbgp.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-dbgp.jar!/org/netbeans/modules/php/dbgp/resources/PHPError.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@47fdd338[Editors/AnnotationTypes/PHPNotice.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-dbgp.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-dbgp.jar!/org/netbeans/modules/php/dbgp/resources/PHPNotice.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@592f30be[Editors/AnnotationTypes/PHPWarning.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-dbgp.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-dbgp.jar!/org/netbeans/modules/php/dbgp/resources/PHPWarning.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@62b091f7[Editors/AnnotationTypes/WatchPin.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/WatchPin.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@270b57e6[Editors/AnnotationTypes/_mixed_BPCBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@670e065c[Editors/AnnotationTypes/_mixed_BPCBP_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@5162085d[Editors/AnnotationTypes/_mixed_BPD.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7aa6c077[Editors/AnnotationTypes/_mixed_BPD_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_BPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@6e6270a0[Editors/AnnotationTypes/_mixed_CBPD.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@48725069[Editors/AnnotationTypes/_mixed_CBPD_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_CBPD_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@585fa2cb[Editors/AnnotationTypes/_mixed_DBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@4129e04c[Editors/AnnotationTypes/_mixed_DBPCBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DBPCBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@3145a8b6[Editors/AnnotationTypes/_mixed_DBP_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@271e9709[Editors/AnnotationTypes/_mixed_DCBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@38780235[Editors/AnnotationTypes/_mixed_DCBP_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_mixed_DCBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@11e29104[Editors/AnnotationTypes/_multi_BP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_multi_BP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@42666048[Editors/AnnotationTypes/_multi_BP_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_multi_BP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@6510990b[Editors/AnnotationTypes/_multi_CBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_multi_CBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@75dfc2cf[Editors/AnnotationTypes/_multi_CBP_broken.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_multi_CBP_broken.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@690bcde1[Editors/AnnotationTypes/_multi_DBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_multi_DBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@60f82e86[Editors/AnnotationTypes/_multi_DCBP.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-debugger-ui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-debugger-ui.jar!/org/netbeans/modules/debugger/resources/_multi_DCBP.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@56fc53d3[Editors/AnnotationTypes/bookmark.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bookmarks.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bookmarks.jar!/org/netbeans/modules/editor/bookmarks/resources/bookmark.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@783e1e1e[Editors/AnnotationTypes/implements-has-implementations-combined.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-has-implementations-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@79d88e61[Editors/AnnotationTypes/implements-is-overridden-combined.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7a8a9c2f[Editors/AnnotationTypes/org-netbeans-modules-editor-annotations-has_implementations.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/has-implementations-annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@27e852cb[Editors/AnnotationTypes/org-netbeans-modules-editor-annotations-implements.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/implements-annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@200ce914[Editors/AnnotationTypes/org-netbeans-modules-editor-annotations-is_overridden.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/is-overridden-annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7b0424fd[Editors/AnnotationTypes/org-netbeans-modules-editor-annotations-overrides.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/overrides-annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@5fa7067d[Editors/AnnotationTypes/org-netbeans-modules-git-Annotation.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-git.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-git.jar!/org/netbeans/modules/git/ui/blame/git_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@6bfbbff0[Editors/AnnotationTypes/org-netbeans-modules-mercurial-Annotation.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-mercurial.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-mercurial.jar!/org/netbeans/modules/mercurial/resources/hg_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@6397460c[Editors/AnnotationTypes/org-netbeans-modules-subversion-Annotation.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-subversion.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-subversion.jar!/org/netbeans/modules/subversion/resources/svn_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@6e4f4b4c[Editors/AnnotationTypes/org-netbeans-modules-versioning-annotate-Annotation.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-versioning-util.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-versioning-util.jar!/org/netbeans/modules/versioning/annotate/vcs_annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@375184e8[Editors/AnnotationTypes/org-netbeans-modules-xml-error.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-xml.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-xml.jar!/org/netbeans/modules/xml/resources/error-annotation.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7bcb9ee3[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@6f34f72e[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_err_fixable.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_err_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@21c76e7c[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@4b08583f[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_hint_fixable.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_hint_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@75d88ed2[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7f7a87bc[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_verifier_fixable.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_verifier_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@1c693413[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_warn.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_warn.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@7c8fb532[Editors/AnnotationTypes/org-netbeans-spi-java-parser_annotation_warn_fixable.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-spi-editor-hints.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-spi-editor-hints.jar!/org/netbeans/modules/editor/hints/resources/parser_annotation_warn_fixable.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@515885f1[Editors/AnnotationTypes/override-is-overridden-combined.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/override/override-is-overridden-combined.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:703)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Diagnostic information
> Input arguments:
> 	-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
> 	-XX:+UseStringDeduplication
> 	-Xss2m
> 	-Xms32m
> 	-Djdk.gtk.version=2.2
> 	-Dapple.laf.useScreenMenuBar=true
> 	-Dapple.awt.graphics.UseQuartz=true
> 	-Dsun.java2d.noddraw=true
> 	-Dsun.java2d.dpiaware=true
> 	-Dsun.zip.disableMemoryMapping=true
> 	-Dplugin.manager.check.updates=false
> 	-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
> 	--add-opens=java.base/java.net=ALL-UNNAMED
> 	--add-opens=java.base/java.lang.ref=ALL-UNNAMED
> 	--add-opens=java.base/java.lang=ALL-UNNAMED
> 	--add-opens=java.base/java.security=ALL-UNNAMED
> 	--add-opens=java.base/java.util=ALL-UNNAMED
> 	--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
> 	--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
> 	--add-opens=java.desktop/javax.swing=ALL-UNNAMED
> 	--add-opens=java.desktop/java.awt=ALL-UNNAMED
> 	--add-opens=java.desktop/java.awt.event=ALL-UNNAMED
> 	--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
> 	--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
> 	--add-modules=jdk.jshell
> 	--add-exports=java.desktop/sun.awt=ALL-UNNAMED
> 	--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
> 	--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
> 	--add-exports=java.desktop/sun.swing=ALL-UNNAMED
> 	--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
> 	--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
> 	--add-exports=java.management/sun.management=ALL-UNNAMED
> 	--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
> 	--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
> 	-XX:+IgnoreUnrecognizedVMOptions
> 	-Xmx1024m
> 	-Djdk.home=C:\Program Files\Java\jdk-10.0.2
> 	-Dnetbeans.home=D:\netbeans 10.0\platform
> 	-Dnetbeans.user=C:\Users\admin\AppData\Roaming\NetBeans\10.0
> 	-Dnetbeans.default_userdir_root=C:\Users\admin\AppData\Roaming\NetBeans
> 	-XX:+HeapDumpOnOutOfMemoryError
> 	-XX:HeapDumpPath=C:\Users\admin\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
> 	-Dsun.awt.keepWorkingSetOnMinimize=true
> 	-Dnetbeans.dirs=D:\netbeans 10.0\nb;D:\netbeans 10.0\ergonomics;D:\netbeans 10.0\ide;D:\netbeans 10.0\extide;D:\netbeans 10.0\java;D:\netbeans 10.0\apisupport;D:\netbeans 10.0\webcommon;D:\netbeans 10.0\websvccommon;D:\netbeans 10.0\enterprise;D:\netbeans 10.0\mobility;D:\netbeans 10.0\profiler;D:\netbeans 10.0\python;D:\netbeans 10.0\php;D:\netbeans 10.0\identity;D:\netbeans 10.0\harness;D:\netbeans 10.0\cnd;D:\netbeans 10.0\cndext;D:\netbeans 10.0\dlight;D:\netbeans 10.0\groovy;D:\netbeans 10.0\extra;D:\netbeans 10.0\javacard;D:\netbeans 10.0\javafx
> 	exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=90 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10075 total loaded=10075 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 12,740,784,128
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7d5dfc14[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> While parsing: MIMESupport$CachedFileObject@7d5dfc14[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-usersguide.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7d5dfc14[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-usersguide.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-usersguide.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7d5dfc14[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> While parsing: MIMESupport$CachedFileObject@7d5dfc14[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-usersguide.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7d5dfc14[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-usersguide.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7198bb4[Menu/Help/shortcuts.xml]
> While parsing: MIMESupport$CachedFileObject@7198bb4[Menu/Help/shortcuts.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-utilities.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7198bb4[Menu/Help/shortcuts.xml]
> INFO [null]: Last record repeated 20 times in total.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0304mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-utilities.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:504b0506mask:ffffffff) null Result:application/x-java-archive
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-utilities.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7198bb4[Menu/Help/shortcuts.xml]
> While parsing: MIMESupport$CachedFileObject@7198bb4[Menu/Help/shortcuts.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-utilities.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7198bb4[Menu/Help/shortcuts.xml]
> INFO [null]: Last record repeated again.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler-npss
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-utilities.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
> 	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
> 	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
> 	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
> 	at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
> 	at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
> 	at org.openide.loaders.FolderList.access$600(FolderList.java:52)
> 	at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
> 	at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@1592db36[Menu/Help/org-netbeans-modules-usersguide-master.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-usersguide.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:695)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.openide.loaders.XMLDataObject]: I/O exception while opening MultiFileObject@685a5f52[Menu/Help/shortcuts.xml]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-utilities.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:225)
> 	at org.openide.loaders.XMLDataObjectInfoParser.waitFinished(XMLDataObjectInfoParser.java:175)
> 	at org.openide.loaders.XMLDataObject.getCookie(XMLDataObject.java:301)
> 	at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:392)
> 	at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:773)
> 	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:78)
> 	at org.openide.loaders.FolderInstance$1R.init(FolderInstance.java:668)
> 	at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:695)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-projectapi.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-projectapi.jar!/org/netbeans/modules/projectapi/resources/auxiliary-configuration-preferences.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-projectapi.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-projectapi.jar!/org/netbeans/modules/projectapi/auxiliary-configuration.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-project.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-project.jar!/org/netbeans/modules/php/project/resources/php-project-private1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-ant.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-ant.jar!/org/netbeans/modules/project/ant/ant-project-libraries-1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-ant.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-ant.jar!/org/netbeans/modules/project/ant/project.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-ant.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-ant.jar!/org/netbeans/modules/project/ant/ant-project-references.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-ant.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-ant.jar!/org/netbeans/modules/project/ant/ant-project-references2.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-libraries.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-libraries.jar!/org/netbeans/modules/project/libraries/resources/library-declaration-2_0.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-libraries.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-libraries.jar!/org/netbeans/modules/project/libraries/resources/library-declaration-3_0.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bookmarks.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bookmarks.jar!/org/netbeans/modules/editor/bookmarks/resources/editor-bookmarks-1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bookmarks.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bookmarks.jar!/org/netbeans/modules/editor/bookmarks/resources/editor-bookmarks-2.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-ant.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-ant.jar!/org/netbeans/modules/project/ant/extender1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-project-ant.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-project-ant.jar!/org/netbeans/modules/project/ant/project-private.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-projectui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-projectui.jar!/org/netbeans/modules/project/ui/resources/projectui-open-files.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\webcommon\modules\org-netbeans-modules-web-clientproject.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/webcommon/modules/org-netbeans-modules-web-clientproject.jar!/org/netbeans/modules/web/clientproject/resources/clientside-project1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-project.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-project.jar!/org/netbeans/modules/php/project/resources/php-project1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.Exceptions]
> java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\webcommon\modules\org-netbeans-modules-web-clientproject.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/webcommon/modules/org-netbeans-modules-web-clientproject.jar!/org/netbeans/modules/web/clientproject/resources/clientside-project-private1.xsd'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> [catch] at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.projectXmlCombinedSchema(ProjectXMLCatalogReader.java:151)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.spi.project.support.ant.AntProjectHelper]
> org.xml.sax.SAXParseException; cvc-elt.1.a: Cannot find the declaration of element 'project-private'.
> 	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
> 	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
> 	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
> 	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
> 	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284)
> 	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2132)
> 	at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:829)
> 	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper.beginNode(DOMValidatorHelper.java:276)
> 	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper.validate(DOMValidatorHelper.java:243)
> 	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper.validate(DOMValidatorHelper.java:189)
> 	at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:108)
> 	at java.xml/javax.xml.validation.Validator.validate(Validator.java:124)
> 	at org.openide.xml.XMLUtil.validate(XMLUtil.java:497)
> 	at org.netbeans.modules.project.ant.ProjectXMLCatalogReader.validate(ProjectXMLCatalogReader.java:125)
> [catch] at org.netbeans.spi.project.support.ant.AntProjectHelper.loadXml(AntProjectHelper.java:296)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationXml(AntProjectHelper.java:248)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationDataRoot(AntProjectHelper.java:417)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1400(AntProjectHelper.java:89)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:900)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper$9.run(AntProjectHelper.java:897)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.spi.project.support.ant.AntProjectHelper.getConfigurationFragment(AntProjectHelper.java:897)
> 	at org.netbeans.spi.project.support.ant.ExtensibleMetadataProviderImpl.getConfigurationFragment(ExtensibleMetadataProviderImpl.java:54)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:68)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:225)
> 	at org.netbeans.modules.projectapi.nb.NbProjectManager$MutexImpl.readAccess(NbProjectManager.java:769)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:193)
> 	at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:61)
> 	at org.netbeans.modules.gsf.codecoverage.api.CoverageProviderHelper.isEnabled(CoverageProviderHelper.java:52)
> 	at org.netbeans.modules.php.project.ui.codecoverage.PhpCoverageProvider.isEnabled(PhpCoverageProvider.java:121)
> 	at org.netbeans.modules.php.project.PhpProject$PhpOpenedHook.projectOpened(PhpProject.java:839)
> 	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60)
> 	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1273)
> 	at org.netbeans.modules.project.ui.OpenProjectList.access$1600(OpenProjectList.java:112)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.loadOnBackground(OpenProjectList.java:491)
> 	at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.run(OpenProjectList.java:369)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@763e5b95[Editors/text/javascript/Keybindings/NetBeans/Defaults/org-netbeans-modules-javascript2-editor-keybindings-mac.xml]
> While parsing: MIMESupport$CachedFileObject@763e5b95[Editors/text/javascript/Keybindings/NetBeans/Defaults/org-netbeans-modules-javascript2-editor-keybindings-mac.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\webcommon\modules\org-netbeans-modules-javascript2-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/webcommon/modules/org-netbeans-modules-javascript2-editor.jar!/org/netbeans/modules/javascript2/editor/resources/DefaultKeyBindings-Mac.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.getShortcuts(KeyBindingSettingsImpl.java:147)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.createInstanceForLookup(KeyBindingSettingsImpl.java:262)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:242)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:136)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider.getLookup(SettingsProvider.java:112)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:113)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:88)
> 	at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:184)
> 	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
> 	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:528)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:488)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:484)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.collectIndexerFactoriesRegisteredForEachParticularLanguage(IndexerCache.java:371)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:418)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.<init>(RepositoryUpdater.java:6469)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.load(RepositoryUpdater.java:6452)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.getSourceIndexers(RepositoryUpdater.java:2219)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5820)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@763e5b95[Editors/text/javascript/Keybindings/NetBeans/Defaults/org-netbeans-modules-javascript2-editor-keybindings-mac.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@1ded150c[Editors/text/javascript/Keybindings/NetBeans/Defaults/org-netbeans-modules-javascript2-editor-keybindings.xml]
> While parsing: MIMESupport$CachedFileObject@1ded150c[Editors/text/javascript/Keybindings/NetBeans/Defaults/org-netbeans-modules-javascript2-editor-keybindings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\webcommon\modules\org-netbeans-modules-javascript2-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/webcommon/modules/org-netbeans-modules-javascript2-editor.jar!/org/netbeans/modules/javascript2/editor/resources/DefaultKeyBindings.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.getShortcuts(KeyBindingSettingsImpl.java:147)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.createInstanceForLookup(KeyBindingSettingsImpl.java:262)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:242)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:136)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider.getLookup(SettingsProvider.java:112)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:113)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:88)
> 	at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:184)
> 	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
> 	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:528)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:488)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:484)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.collectIndexerFactoriesRegisteredForEachParticularLanguage(IndexerCache.java:371)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:418)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.<init>(RepositoryUpdater.java:6469)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.load(RepositoryUpdater.java:6452)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.getSourceIndexers(RepositoryUpdater.java:2219)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5820)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@1ded150c[Editors/text/javascript/Keybindings/NetBeans/Defaults/org-netbeans-modules-javascript2-editor-keybindings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@6900a79[Editors/text/html/Keybindings/NetBeans/Defaults/org-netbeans-modules-html-editor-keybindings.xml]
> While parsing: MIMESupport$CachedFileObject@6900a79[Editors/text/html/Keybindings/NetBeans/Defaults/org-netbeans-modules-html-editor-keybindings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-html-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-html-editor.jar!/org/netbeans/modules/html/editor/resources/DefaultKeyBindings.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.getShortcuts(KeyBindingSettingsImpl.java:147)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.createInstanceForLookup(KeyBindingSettingsImpl.java:262)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:242)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:136)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider.getLookup(SettingsProvider.java:112)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:113)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:88)
> 	at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:184)
> 	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
> 	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:528)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:488)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:484)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.collectIndexerFactoriesRegisteredForEachParticularLanguage(IndexerCache.java:371)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:418)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.<init>(RepositoryUpdater.java:6469)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.load(RepositoryUpdater.java:6452)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.getSourceIndexers(RepositoryUpdater.java:2219)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5820)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@6900a79[Editors/text/html/Keybindings/NetBeans/Defaults/org-netbeans-modules-html-editor-keybindings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3e0173b9[Editors/text/x-php5/Keybindings/NetBeans/Defaults/org-netbeans-modules-php-editor-keybindings.xml]
> While parsing: MIMESupport$CachedFileObject@3e0173b9[Editors/text/x-php5/Keybindings/NetBeans/Defaults/org-netbeans-modules-php-editor-keybindings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-editor.jar!/org/netbeans/modules/php/editor/resources/DefaultKeyBindings.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.getShortcuts(KeyBindingSettingsImpl.java:147)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.createInstanceForLookup(KeyBindingSettingsImpl.java:262)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:242)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:136)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider.getLookup(SettingsProvider.java:112)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:113)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:88)
> 	at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:184)
> 	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
> 	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:528)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:488)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:484)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.collectIndexerFactoriesRegisteredForEachParticularLanguage(IndexerCache.java:371)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:418)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.<init>(RepositoryUpdater.java:6469)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.load(RepositoryUpdater.java:6452)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.getSourceIndexers(RepositoryUpdater.java:2219)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5820)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3e0173b9[Editors/text/x-php5/Keybindings/NetBeans/Defaults/org-netbeans-modules-php-editor-keybindings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@459d2857[Editors/text/x-php5/Keybindings/NetBeans/Defaults/org-netbeans-modules-php-editor-keybindings-mac.xml]
> While parsing: MIMESupport$CachedFileObject@459d2857[Editors/text/x-php5/Keybindings/NetBeans/Defaults/org-netbeans-modules-php-editor-keybindings-mac.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\php\modules\org-netbeans-modules-php-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/php/modules/org-netbeans-modules-php-editor.jar!/org/netbeans/modules/php/editor/resources/DefaultKeyBindings-Mac.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.getShortcuts(KeyBindingSettingsImpl.java:147)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.createInstanceForLookup(KeyBindingSettingsImpl.java:262)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:242)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:136)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider.getLookup(SettingsProvider.java:112)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:113)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:88)
> 	at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:184)
> 	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
> 	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:528)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:488)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:484)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.collectIndexerFactoriesRegisteredForEachParticularLanguage(IndexerCache.java:371)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:418)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.<init>(RepositoryUpdater.java:6469)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.load(RepositoryUpdater.java:6452)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.getSourceIndexers(RepositoryUpdater.java:2219)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5820)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@459d2857[Editors/text/x-php5/Keybindings/NetBeans/Defaults/org-netbeans-modules-php-editor-keybindings-mac.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4f19c411[Editors/text/x-properties/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-properties-keybindings.xml]
> While parsing: MIMESupport$CachedFileObject@4f19c411[Editors/text/x-properties/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-properties-keybindings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-properties-syntax.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-properties-syntax.jar!/org/netbeans/modules/properties/syntax/DefaultKeyBindings.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.getShortcuts(KeyBindingSettingsImpl.java:147)
> 	at org.netbeans.modules.editor.settings.storage.keybindings.KeyBindingSettingsImpl.createInstanceForLookup(KeyBindingSettingsImpl.java:262)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:242)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider$MyLookup.<init>(SettingsProvider.java:136)
> 	at org.netbeans.modules.editor.settings.storage.SettingsProvider.getLookup(SettingsProvider.java:112)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.rebuild(MimePathLookup.java:113)
> 	at org.netbeans.modules.editor.mimelookup.MimePathLookup.beforeLookup(MimePathLookup.java:88)
> 	at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:184)
> 	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:646)
> 	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:528)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:488)
> 	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:484)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.collectIndexerFactoriesRegisteredForEachParticularLanguage(IndexerCache.java:371)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getData(IndexerCache.java:418)
> 	at org.netbeans.modules.parsing.impl.indexing.IndexerCache.getIndexers(IndexerCache.java:104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.<init>(RepositoryUpdater.java:6469)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$SourceIndexers.load(RepositoryUpdater.java:6452)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.getSourceIndexers(RepositoryUpdater.java:2219)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5820)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4f19c411[Editors/text/x-properties/Keybindings/NetBeans/Defaults/org-netbeans-modules-editor-properties-keybindings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 121 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 487 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: jar:file:/D:/netbeans%2010.0/php/docs/phpsigfiles.zip!/phpstubs/phpruntime/ took: 679 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
> INFO [org.netbeans.modules.php.editor.parser.GSFPHPParser]: Parsing of big PHP files enabled: false (max size: 5,000,000)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@592755c3[Editors/text/html/Preferences/org-netbeans-modules-html-editor-preferences.xml]
> While parsing: MIMESupport$CachedFileObject@592755c3[Editors/text/html/Preferences/org-netbeans-modules-html-editor-preferences.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-html-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-html-editor.jar!/org/netbeans/modules/html/editor/resources/Preferences.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addUsersFiles(SettingsType.java:345)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:227)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl.getLocal(PreferencesImpl.java:453)
> 	at org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl.getSpi(PreferencesImpl.java:301)
> 	at java.prefs/java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:303)
> 	at java.prefs/java.util.prefs.AbstractPreferences.getBoolean(AbstractPreferences.java:531)
> 	at org.netbeans.modules.html.editor.HtmlPreferences$1.preferenceChange(HtmlPreferences.java:70)
> 	at org.netbeans.modules.html.editor.HtmlPreferences.lazyIntialize(HtmlPreferences.java:100)
> 	at org.netbeans.modules.html.editor.HtmlPreferences.getMimetypesWithEnabledHtmlErrorChecking(HtmlPreferences.java:170)
> 	at org.netbeans.modules.html.editor.HtmlPreferences.isHtmlErrorCheckingEnabledForMimetype(HtmlPreferences.java:175)
> 	at org.netbeans.modules.html.editor.HtmlErrorFilter.isErrorCheckingEnabledForMimetype(HtmlErrorFilter.java:146)
> 	at org.netbeans.modules.html.editor.hints.HtmlHintsProvider.computeErrors(HtmlHintsProvider.java:228)
> 	at org.netbeans.modules.html.editor.HtmlErrorFilter.filter(HtmlErrorFilter.java:81)
> 	at org.netbeans.modules.csl.core.ErrorFilterQuery.getFilteredErrors(ErrorFilterQuery.java:57)
> 	at org.netbeans.modules.csl.core.TLIndexerFactory$TLIndexer.index(TLIndexerFactory.java:255)
> 	at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:225)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
> 	at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:223)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3209)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3231)
> 	at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
> 	at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
> 	at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
> 	at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
> 	at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
> 	at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
> 	at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> 	at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
> 	at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> 	at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> 	at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> 	at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@592755c3[Editors/text/html/Preferences/org-netbeans-modules-html-editor-preferences.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@781b03da[Editors/text/xml/Preferences/Defaults/org-netbeans-modules-xml-text-xmlPreferences.xml]
> While parsing: MIMESupport$CachedFileObject@781b03da[Editors/text/xml/Preferences/Defaults/org-netbeans-modules-xml-text-xmlPreferences.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-xml-text.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-xml-text.jar!/org/netbeans/modules/xml/text/resources/XMLEditor-preferences.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:320)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl.getLocal(PreferencesImpl.java:453)
> 	at org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl.getSpi(PreferencesImpl.java:301)
> 	at java.prefs/java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:303)
> 	at org.netbeans.modules.editor.lib.SettingsConversions.callFactory(SettingsConversions.java:146)
> 	at org.netbeans.editor.BaseKit.getCustomActions(BaseKit.java:898)
> 	at org.netbeans.editor.BaseKit.addActionsToMap(BaseKit.java:962)
> 	at org.netbeans.editor.BaseKit.getActions(BaseKit.java:925)
> 	at java.desktop/javax.swing.text.JTextComponent.getActions(JTextComponent.java:512)
> 	at java.desktop/javax.swing.plaf.basic.BasicTextUI.createActionMap(BasicTextUI.java:635)
> 	at java.desktop/javax.swing.plaf.basic.BasicTextUI.getActionMap(BasicTextUI.java:597)
> 	at java.desktop/javax.swing.plaf.basic.BasicTextUI.installKeyboardActions(BasicTextUI.java:469)
> 	at org.netbeans.editor.BaseTextUI.installKeyboardActions(BaseTextUI.java:176)
> 	at java.desktop/javax.swing.plaf.basic.BasicTextUI.installUI(BasicTextUI.java:835)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:181)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@781b03da[Editors/text/xml/Preferences/Defaults/org-netbeans-modules-xml-text-xmlPreferences.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3f6e8c4[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@3f6e8c4[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:283)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3f6e8c4[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@10e788c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> While parsing: MIMESupport$CachedFileObject@10e788c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-fold-nbui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-fold-nbui.jar!/org/netbeans/modules/editor/fold/ui/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:283)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@10e788c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3c353dd6[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> While parsing: MIMESupport$CachedFileObject@3c353dd6[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bracesmatching.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bracesmatching.jar!/org/netbeans/modules/editor/bracesmatching/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:283)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3c353dd6[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@732343c3[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@732343c3[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-fontsColorsDefaults.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:283)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@732343c3[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4e15b99c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@4e15b99c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-annotations.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:283)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4e15b99c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@6553bf44[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@6553bf44[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/urlFontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:283)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@6553bf44[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@539963ec[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@539963ec[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:295)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@539963ec[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4807f6ce[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> While parsing: MIMESupport$CachedFileObject@4807f6ce[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-fold-nbui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-fold-nbui.jar!/org/netbeans/modules/editor/fold/ui/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:295)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4807f6ce[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3f899424[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> While parsing: MIMESupport$CachedFileObject@3f899424[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bracesmatching.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bracesmatching.jar!/org/netbeans/modules/editor/bracesmatching/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:295)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3f899424[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@2e37afb3[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@2e37afb3[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-fontsColorsDefaults.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:295)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@2e37afb3[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3d8d4792[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@3d8d4792[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-annotations.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:295)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3d8d4792[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@72d7911b[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@72d7911b[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/urlFontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.EditorSettingsImpl.getHighlightings(EditorSettingsImpl.java:295)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:114)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@72d7911b[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@15fae571[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@15fae571[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@15fae571[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4af3e0d0[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> While parsing: MIMESupport$CachedFileObject@4af3e0d0[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-fold-nbui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-fold-nbui.jar!/org/netbeans/modules/editor/fold/ui/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4af3e0d0[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4a4db6e[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> While parsing: MIMESupport$CachedFileObject@4a4db6e[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bracesmatching.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bracesmatching.jar!/org/netbeans/modules/editor/bracesmatching/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4a4db6e[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@a68a3c1[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@a68a3c1[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-fontsColorsDefaults.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@a68a3c1[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@6aa73dc6[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@6aa73dc6[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-annotations.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@6aa73dc6[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@47754f86[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@47754f86[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/urlFontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@47754f86[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@39d89e39[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@39d89e39[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@39d89e39[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> INFO [null]: Last record repeated again.
> log4j:WARN No appenders could be found for logger (nu.validator.source.LocationRecorder).
> log4j:WARN Please initialize the log4j system properly.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@39d89e39[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@39d89e39[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@39d89e39[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> INFO [null]: Last record repeated 3 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@14c14cbc[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> While parsing: MIMESupport$CachedFileObject@14c14cbc[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-fold-nbui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-fold-nbui.jar!/org/netbeans/modules/editor/fold/ui/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@14c14cbc[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4f86d0fe[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> While parsing: MIMESupport$CachedFileObject@4f86d0fe[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bracesmatching.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bracesmatching.jar!/org/netbeans/modules/editor/bracesmatching/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@4f86d0fe[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@5bb76be7[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@5bb76be7[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-fontsColorsDefaults.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@5bb76be7[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@3b46e63c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@3b46e63c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-annotations.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@3b46e63c[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7fba1f8f[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@7fba1f8f[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/urlFontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.getCMInternal(EditorUI.java:689)
> 	at org.netbeans.editor.EditorUI.updateLineHeight(EditorUI.java:734)
> 	at org.netbeans.editor.EditorUI.initLineHeight(EditorUI.java:329)
> 	at org.netbeans.editor.BaseTextUI.getEditorUI(BaseTextUI.java:361)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7fba1f8f[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7611d4a8[Editors/text/xml/FontsColors/NetBeans/Defaults/org-netbeans-modules-xml-text-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@7611d4a8[Editors/text/xml/FontsColors/NetBeans/Defaults/org-netbeans-modules-xml-text-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-xml-text.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-xml-text.jar!/org/netbeans/modules/xml/text/resources/XML-fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7611d4a8[Editors/text/xml/FontsColors/NetBeans/Defaults/org-netbeans-modules-xml-text-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7611d4a8[Editors/text/xml/FontsColors/NetBeans/Defaults/org-netbeans-modules-xml-text-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@7611d4a8[Editors/text/xml/FontsColors/NetBeans/Defaults/org-netbeans-modules-xml-text-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-xml-text.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-xml-text.jar!/org/netbeans/modules/xml/text/resources/XML-fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectNonTokenColorings(ColoringMap.java:257)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:220)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7611d4a8[Editors/text/xml/FontsColors/NetBeans/Defaults/org-netbeans-modules-xml-text-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@43067507[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@43067507[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getDefaultColorings(FontColorSettingsImpl.java:258)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:192)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.findColoringForToken(CompositeFCS.java:176)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getTokenFontColors(CompositeFCS.java:147)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectTokenColorings(ColoringMap.java:287)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:227)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@43067507[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-highlight-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@7dc9758b[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> While parsing: MIMESupport$CachedFileObject@7dc9758b[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-fold-nbui.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-fold-nbui.jar!/org/netbeans/modules/editor/fold/ui/NetBeans-editor.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getDefaultColorings(FontColorSettingsImpl.java:258)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:192)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.findColoringForToken(CompositeFCS.java:176)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getTokenFontColors(CompositeFCS.java:147)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectTokenColorings(ColoringMap.java:287)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:227)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@7dc9758b[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-fold-ui.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@5ec9a823[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> While parsing: MIMESupport$CachedFileObject@5ec9a823[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor-bracesmatching.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor-bracesmatching.jar!/org/netbeans/modules/editor/bracesmatching/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getDefaultColorings(FontColorSettingsImpl.java:258)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:192)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.findColoringForToken(CompositeFCS.java:176)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getTokenFontColors(CompositeFCS.java:147)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectTokenColorings(ColoringMap.java:287)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:227)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@5ec9a823[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-bracesmatching-fontsColors.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@776e7b1[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@776e7b1[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-fontsColorsDefaults.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getDefaultColorings(FontColorSettingsImpl.java:258)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:192)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.findColoringForToken(CompositeFCS.java:176)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getTokenFontColors(CompositeFCS.java:147)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectTokenColorings(ColoringMap.java:287)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:227)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@776e7b1[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-token-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@39ed2431[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> While parsing: MIMESupport$CachedFileObject@39ed2431[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/NetBeans-annotations.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getDefaultColorings(FontColorSettingsImpl.java:258)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:192)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.findColoringForToken(CompositeFCS.java:176)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getTokenFontColors(CompositeFCS.java:147)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectTokenColorings(ColoringMap.java:287)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:227)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@39ed2431[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-annotations-colorings.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@6bea7899[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@6bea7899[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-editor.jar!/org/netbeans/modules/editor/resources/urlFontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getDefaultColorings(FontColorSettingsImpl.java:258)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:192)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.findColoringForToken(CompositeFCS.java:176)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getTokenFontColors(CompositeFCS.java:147)
> 	at org.netbeans.modules.editor.lib.ColoringMap.collectTokenColorings(ColoringMap.java:287)
> 	at org.netbeans.modules.editor.lib.ColoringMap.loadTheMap(ColoringMap.java:227)
> 	at org.netbeans.modules.editor.lib.ColoringMap.<init>(ColoringMap.java:150)
> 	at org.netbeans.modules.editor.lib.ColoringMap.getInternal(ColoringMap.java:185)
> 	at org.netbeans.modules.editor.lib.ColoringMap.get(ColoringMap.java:66)
> 	at org.netbeans.editor.EditorUI.installUI(EditorUI.java:343)
> 	at org.netbeans.modules.editor.NbEditorUI.installUI(NbEditorUI.java:184)
> 	at org.netbeans.editor.BaseTextUI.installUI(BaseTextUI.java:196)
> 	at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
> 	at java.desktop/javax.swing.text.JTextComponent.setUI(JTextComponent.java:342)
> 	at org.netbeans.editor.BaseKit.install(BaseKit.java:730)
> 	at org.netbeans.modules.xml.text.syntax.XMLKit.install(XMLKit.java:119)
> 	at java.desktop/javax.swing.JEditorPane.setEditorKit(JEditorPane.java:1056)
> 	at org.netbeans.modules.uihandler.SubmitPanel.run(SubmitPanel.java:61)
> 	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> 	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@6bea7899[Editors/FontsColors/NetBeans/Defaults/org-netbeans-modules-editor-url-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> WARNING [org.netbeans.JarClassLoader]: Opening D:\netbeans 10.0\webcommon\modules\ext\com.oracle.js.parser.jar took 890 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: D:\Resolve IT\Web development\Projects\local.vento-moldova.md took: 26,670 ms (New or modified files: 7, Deleted files: 0) [Adding listeners took: 1 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 3 source roots took: 27,836 ms (New or modified files: 7, Deleted files: 0) [Adding listeners took: 1 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 25 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: D:\netbeans 10.0\webcommon\jsstubs\reststubs.zip took: 53 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: D:\netbeans 10.0\webcommon\jsstubs\domstubs.zip took: 40 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: D:\netbeans 10.0\webcommon\jsstubs\corestubs.zip took: 33 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 3 source roots took: 126 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@1ab9f4ee[Editors/text/xml/CodeTemplates/Defaults/org-netbeans-modules-xml-text-xmlCodeTemplates.xml]
> While parsing: MIMESupport$CachedFileObject@1ab9f4ee[Editors/text/xml/CodeTemplates/Defaults/org-netbeans-modules-xml-text-xmlCodeTemplates.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-xml-text.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-xml-text.jar!/org/netbeans/modules/xml/text/resources/XMLEditor-abbreviations.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:320)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.scan(StorageImpl.java:204)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:220)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.lib.editor.codetemplates.storage.CodeTemplateSettingsImpl.getCodeTemplates(CodeTemplateSettingsImpl.java:69)
> 	at org.netbeans.lib.editor.codetemplates.storage.SettingsProvider$CompositeCTS.getCodeTemplateDescriptions(SettingsProvider.java:129)
> 	at org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.rebuildCodeTemplates(CodeTemplateManagerOperation.java:403)
> 	at org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.run(CodeTemplateManagerOperation.java:367)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@1ab9f4ee[Editors/text/xml/CodeTemplates/Defaults/org-netbeans-modules-xml-text-xmlCodeTemplates.xml]
> WARNING [org.openide.filesystems.Ordering]: Not all children in / marked with the position attribute: [org-netbeans-modules-lsp-client-bindings-HyperlinkProviderImpl.instance], but some are: [HyperlinkProviderImpl.instance, org-netbeans-modules-editor-url-HyperlinkImpl.instance]
> SEVERE [global]
> java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested transaction
> 	at org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689)
> 	at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
> 	at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
> 	at org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161)
> 	at java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
> 	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
> 	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
> 	at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866)
> 	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
> 	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
> 	at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:235)
> 	at org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863)
> 	at org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
> 	at org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280)
> 	at org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180)
> 	at java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412)
> 	at java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489)
> 	at java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511)
> 	at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
> 	at org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
> 	at org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
> 	at org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
> 	at org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:634)
> 	at org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:604)
> 	at org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseReleased(EditorCaret.java:2964)
> 	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298)
> 	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
> 	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
> 	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
> 	at java.desktop/java.awt.Component.processEvent(Component.java:6354)
> 	at java.desktop/java.awt.Container.processEvent(Container.java:2261)
> 	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
> 	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
> 	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
> 	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
> 	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4543)
> 	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
> 	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
> 	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
> 	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
> 	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
> 	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> SEVERE [global]
> java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested transaction
> 	at org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689)
> 	at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
> 	at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
> 	at org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161)
> 	at java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
> 	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
> 	at java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
> 	at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866)
> 	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
> 	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
> 	at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
> 	at org.openide.util.Mutex.readAccess(Mutex.java:235)
> 	at org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863)
> 	at org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
> 	at org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280)
> 	at org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180)
> 	at java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412)
> 	at java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489)
> 	at java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511)
> 	at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
> 	at org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
> 	at org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
> 	at org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
> 	at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
> 	at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
> 	at org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseReleased(EditorCaret.java:2956)
> 	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298)
> 	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
> 	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
> 	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
> 	at java.desktop/java.awt.Component.processEvent(Component.java:6354)
> 	at java.desktop/java.awt.Container.processEvent(Container.java:2261)
> 	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
> 	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
> 	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
> 	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4914)
> 	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4543)
> 	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4484)
> 	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2305)
> 	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
> 	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
> 	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> 	at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> 	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
> 	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
> 	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
> 	at java.base/java.security.AccessController.doPrivileged(Native Method)
> 	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
> 	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
> 	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> 	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> 	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@6af945ea[Editors/text/css/FontsColors/NetBeans/Defaults/org-netbeans-modules-css-resources-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@6af945ea[Editors/text/css/FontsColors/NetBeans/Defaults/org-netbeans-modules-css-resources-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-css-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-css-editor.jar!/org/netbeans/modules/css/resources/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:126)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:213)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.NbEditorKit.call(NbEditorKit.java:1285)
> 	at org.openide.text.CloneableEditorInitializer.initKit(CloneableEditorInitializer.java:478)
> 	at org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:315)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@6af945ea[Editors/text/css/FontsColors/NetBeans/Defaults/org-netbeans-modules-css-resources-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@6af945ea[Editors/text/css/FontsColors/NetBeans/Defaults/org-netbeans-modules-css-resources-coloring.xml]
> While parsing: MIMESupport$CachedFileObject@6af945ea[Editors/text/css/FontsColors/NetBeans/Defaults/org-netbeans-modules-css-resources-coloring.xml]
> Caused: java.nio.file.NoSuchFileException: D:\admin\Desktop\netbeans\ide\modules\org-netbeans-modules-css-editor.jar
> 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
> 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
> 	at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
> 	at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:194)
> 	at java.base/java.nio.file.Files.readAttributes(Files.java:1755)
> 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1220)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:825)
> 	at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:852)
> 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:841)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:245)
> 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:175)
> 	at java.base/java.util.jar.JarFile.<init>(JarFile.java:341)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:103)
> 	at java.base/sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:72)
> 	at java.base/sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:125)
> 	at java.base/sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:155)
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/D:/admin/Desktop/netbeans/ide/modules/org-netbeans-modules-css-editor.jar!/org/netbeans/modules/css/resources/fontsColors.xml'
> 	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:641)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
> [catch] at org.netbeans.modules.openide.filesystems.declmime.DefaultParser.parse(DefaultParser.java:115)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent$SniffingParser.sniff(XMLMIMEComponent.java:267)
> 	at org.netbeans.modules.openide.filesystems.declmime.XMLMIMEComponent.acceptFileObject(XMLMIMEComponent.java:81)
> 	at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:77)
> 	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
> 	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
> 	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
> 	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addFiles(SettingsType.java:377)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.addModulesFiles(SettingsType.java:327)
> 	at org.netbeans.modules.editor.settings.storage.SettingsType$DefaultLocator.scan(SettingsType.java:218)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.ColoringStorage.load(ColoringStorage.java:112)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl._load(StorageImpl.java:217)
> 	at org.netbeans.modules.editor.settings.storage.StorageImpl.load(StorageImpl.java:105)
> 	at org.netbeans.modules.editor.settings.storage.api.EditorSettingsStorage.load(EditorSettingsStorage.java:62)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.FontColorSettingsImpl.getColorings(FontColorSettingsImpl.java:225)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.processLayer(CompositeFCS.java:189)
> 	at org.netbeans.modules.editor.settings.storage.fontscolors.CompositeFCS.getFontColors(CompositeFCS.java:124)
> 	at org.netbeans.modules.editor.NbEditorKit.call(NbEditorKit.java:1285)
> 	at org.openide.text.CloneableEditorInitializer.initKit(CloneableEditorInitializer.java:478)
> 	at org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:315)
> 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> ALL [null]: While parsing: MIMESupport$CachedFileObject@6af945ea[Editors/text/css/FontsColors/NetBeans/Defaults/org-netbeans-modules-css-resources-coloring.xml]
> INFO [null]: Last record repeated 5 more times.
> WARNING [org.netbeans.modules.versioning.ui.diff.DiffSidebarManager]: no diff provider found for D:/Resolve IT/Web development/Projects/local.vento-moldova.md/wp-content/themes/vento-theme/css/style.css
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists