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 258092 - IDE blocked during start up for long time
Summary: IDE blocked during start up for long time
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Proxy (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P2 normal with 2 votes (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 10:52 UTC by Tomas Zezula
Modified: 2016-08-24 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (27.44 KB, text/plain)
2016-07-21 08:34 UTC, bht
Details
Log belonging to the thread dump (60.35 KB, text/plain)
2016-07-21 08:35 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2016-02-22 10:52:12 UTC
"main" #18 prio=5 os_prio=31 tid=0x00007fa0aa90d800 nid=0xcb03 in Object.wait() [0x00007000024e3000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	at org.openide.util.Task.waitFinished(Task.java:164)
	- locked <0x00000007afc8dd98> (a org.openide.util.RequestProcessor$Task)
	at org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:1736)
	at org.netbeans.core.network.proxy.ProxyAutoConfig.findProxyForURL(ProxyAutoConfig.java:166)
	at org.netbeans.core.network.proxy.NetworkProxyReloader.reloadNetworkProxy(NetworkProxyReloader.java:113)
	at org.netbeans.core.network.proxy.NbProxySelector.<init>(NbProxySelector.java:83)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at java.lang.Class.newInstance(Class.java:442)
	at org.openide.util.lookup.implspi.SharedClassObjectBridge.newInstance(SharedClassObjectBridge.java:64)
	at org.openide.util.lookup.MetaInfServicesLookup$Item.getInstance(MetaInfServicesLookup.java:514)
	- locked <0x00000007afad6cd0> (a java.lang.Class for org.netbeans.core.network.proxy.NbProxySelector)
	at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:422)
	at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:222)
	at org.netbeans.core.CoreBridgeImpl.doRegisterPropertyEditors(CoreBridgeImpl.java:210)
	at org.netbeans.core.CoreBridgeImpl.registerPropertyEditors(CoreBridgeImpl.java:173)
	at org.netbeans.core.startup.Main.start(Main.java:310)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
	at java.lang.Thread.run(Thread.java:745)
Comment 1 bht 2016-07-21 08:34:36 UTC
Created attachment 161357 [details]
Thread dump

A thread dump of a situation that seems similar to me. Please refer to the startup log. It contains the network parameters. Perhaps (I might well be wrong there) a problem scenario can be created by using the network parameters especially the very convoluted list of system non-proxy hosts.
Comment 2 bht 2016-07-21 08:35:54 UTC
Created attachment 161358 [details]
Log belonging to the thread dump