This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251416 - org.netbeans.modules.csl.core.GsfDataObject$GenericEditorSupport.<init>: LowPerformance took 40680 ms.
Summary: org.netbeans.modules.csl.core.GsfDataObject$GenericEditorSupport.<init>: LowP...
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-03-25 12:47 UTC by maison.sakamoto
Modified: 2015-06-08 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216352


Attachments
nps snapshot (86.19 KB, application/nps)
2015-03-25 12:47 UTC, maison.sakamoto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maison.sakamoto 2015-03-25 12:47:25 UTC
This bug was originally marked as duplicate of bug 205906, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
maison.sakamoto: Usei a op
Comment 1 maison.sakamoto 2015-03-25 12:47:27 UTC
Created attachment 152838 [details]
nps snapshot
Comment 2 Milutin Kristofic 2015-06-08 13:34:40 UTC
There are many exceptions in message.log like [<!DOCTYPE HTML, 255, true, [<?php, 4000, false]], ) null Result:text/x-php5
java.io.FileNotFoundException: jar:file:/C:/Program%20Files/NetBeans%208.0.1/ireport/modules/com-jaspersoft-ireport.jar!/com/jaspersoft/ireport/OutlineAction_1.shadow
	at org.netbeans.JarClassLoader$NbJarURLConnection.connect(JarClassLoader.java:1066)
	at org.netbeans.JarClassLoader$NbJarURLConnection.getInputStream(JarClassLoader.java:1102)
	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:905)
Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/C:/Program%20Files/NetBeans%208.0.1/ireport/modules/com-jaspersoft-ireport.jar!/com/jaspersoft/ireport/OutlineAction_1.shadow'
	at org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:909)
	at org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:402)
	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type$FilePattern.match(FileElement.java:314)
	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:634)
	at org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:156)
[catch] at org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:99)
	at org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:440)
	at org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:371)
	at org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:312)
	at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:136)
	at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1315)
	at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:658)
	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:649)
	at org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:649)
	at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:332)
	at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:530)
	at org.openide.loaders.FolderList.createBoth(FolderList.java:768)
	at org.openide.loaders.FolderList.access$400(FolderList.java:77)


There are no performance issues, I think there is problem with some third-party http://plugins.netbeans.org/plugin/4425/ireport

I would report this issue to them.