You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Moh.riza (JIRA)" <ji...@apache.org> on 2018/09/22 18:11:00 UTC

[jira] [Closed] (NETBEANS-583) ClosedByInterruptException (sometimes SEVERE) on startup-up and other file operations

     [ https://issues.apache.org/jira/browse/NETBEANS-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Moh.riza closed NETBEANS-583.
-----------------------------
    Resolution: Auto Closed

> ClosedByInterruptException (sometimes SEVERE) on startup-up and other file operations
> -------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-583
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-583
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Module System
>         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-release-205-on-20180202)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
> User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\watchdog
> Cache directory: Z:\tmp\.other\cache\netbeans\watchdog-09
>            Reporter: will mason
>            Priority: Major
>              Labels: startup
>
> When Netbeans strts on Windows 10 there are a great many instances of the exception: 
> *  java.nio.channels.ClosedByInterruptException
> I would have expected if these are missing resources or whatever that the setting would be set to 'disabled' or 'inactive' or something.
> There is not reason that I can see for these error -- the network is fine.  
> ----
> Console log ...
> {noformat}
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: Windows
> INFO [org.netbeans.core.network.proxy.windows.WindowsNetworkProxy]: Windows system proxy resolver: auto detect
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy: fell to default (correct if direct mode went before)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:6e4270526f46694c6552mask:ffffffffffffffffffff) null Result:application/x-netbeans-profiler
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4a4156412050524f46494c4520312e30mask:ffffffffffffffffffffffffffffffff) null Result:application/x-netbeans-profiler-hprof
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:3c3f786d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:efbbbf3c3f786d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:3c003f0078006d00) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:003c003f0078006d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:fffe3c003f0078006d00) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:feff003c003f0078006d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:6e4270526f46694c6552mask:ffffffffffffffffffff) null Result:application/x-netbeans-profiler
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4a4156412050524f46494c4520312e30mask:ffffffffffffffffffffffffffffffff) null Result:application/x-netbeans-profiler-hprof
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:3c3f786d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:efbbbf3c3f786d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:3c003f0078006d00) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:003c003f0078006d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:fffe3c003f0078006d00) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:feff003c003f0078006d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> 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.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:6e4270526f46694c6552mask:ffffffffffffffffffff) null Result:application/x-netbeans-profiler
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4e505353mask:ffffffff) null Result:application/x-netbeans-profiler
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:4a4156412050524f46494c4520312e30mask:ffffffffffffffffffffffffffffffff) null Result:application/x-netbeans-profiler-hprof
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:3c3f786d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:efbbbf3c3f786d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:3c003f0078006d00) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:003c003f0078006d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:fffe3c003f0078006d00) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: IOException in resolver FileElement(fast-check(magic:feff003c003f0078006d) null Result:text/xml
> java.nio.channels.ClosedByInterruptException
>         at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:199)
>         at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:228)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
>         at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
>         at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>         at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
>         at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
>         at java.base/java.io.FilterInputStream.read(FilterInputStream.java:133)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.ensureBufferLength(MIMESupport.java:677)
>         at org.openide.filesystems.MIMESupport$CachedInputStream.read(MIMESupport.java:728)
>         at java.base/java.io.InputStream.read(InputStream.java:106)
>         at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:564)
>         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.AbstractFileObject.getMIMEType(AbstractFileObject.java:169)
>         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.DataLoaderPool.findDataObject(DataLoaderPool.java:468)
>         at org.openide.loaders.DataObject.find(DataObject.java:601)
>         at org.netbeans.core.NbKeymap.idForFile(NbKeymap.java:419)
>         at org.netbeans.core.NbKeymap.bindings(NbKeymap.java:238)
>         at org.netbeans.core.NbKeymap.keyStrokeForAction(NbKeymap.java:380)
>         at org.netbeans.core.NbKeymap$AcceleratorBindingImpl.keyStrokeForAction(NbKeymap.java:396)
>         at org.openide.awt.AcceleratorBinding.setAccelerator(AcceleratorBinding.java:65)
>         at org.openide.awt.MenuBar$MenuBarFolder.convertToComponent(MenuBar.java:464)
>         at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:440)
>         at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:863)
>         at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:705)
>         at org.openide.util.Task.run(Task.java:232)
>         at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:54)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFinished(AWTTask.java:93)
>         at org.openide.loaders.FolderInstance$1R.waitFinished(FolderInstance.java:731)
>         at org.netbeans.modules.openide.loaders.AWTTask.waitFor(AWTTask.java:118)
>         at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:315)
>         at org.openide.awt.MenuBar.getMenuCount(MenuBar.java:182)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installListeners(BasicMenuBarUI.java:121)
>         at java.desktop/com.sun.java.swing.plaf.windows.WindowsMenuBarUI.installListeners(WindowsMenuBarUI.java:120)
>         at java.desktop/javax.swing.plaf.basic.BasicMenuBarUI.installUI(BasicMenuBarUI.java:92)
>         at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
>         at java.desktop/javax.swing.JMenuBar.setUI(JMenuBar.java:141)
>         at java.desktop/javax.swing.JMenuBar.updateUI(JMenuBar.java:154)
>         at org.openide.awt.MenuBar.updateUI(MenuBar.java:170)
>         at org.openide.awt.MenuBar$1.run(MenuBar.java:150)
>         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)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 627 ms for org.openide.awt.MenuBar$MenuBarFolder@6e694fc5(FolderList{MultiFileObject@5ee613a9[Menu]})
> WARNING [org.openide.filesystems.Ordering]: Not all children in Toolbars/ marked with the position attribute: [ToolbarPool], but some are: [File, Clipboard, UndoRedo, Build, Debug, Memory, Standard.xml, Debugging.xml, Subversion]
> INFO [org.netbeans.modules.subversion]: Finished indexing svn cache with 174 entries. Elapsed time: 777 ms.
> INFO [org.netbeans.modules.subversion]: Commandline client version: 1.9.7 (r1800392)
> INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: running on commandline
> WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> INFO [org.netbeans.gradle.project.lookups.ProjectLookupHack]: Using custom lookup for type org.netbeans.spi.queries.FileEncodingQueryImplementation
> INFO [org.netbeans.gradle.project.lookups.ProjectLookupHack]: Using custom lookup for type org.netbeans.spi.queries.FileEncodingQueryImplementation
> {noformat}



--
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