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 219573 - Applicatrion erro while starting IDE
Summary: Applicatrion erro while starting IDE
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 213129 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-05 07:48 UTC by jaska_tl
Modified: 2012-11-15 02:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message.log (94.11 KB, application/octet-stream)
2012-10-05 07:48 UTC, jaska_tl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaska_tl 2012-10-05 07:48:04 UTC
Created attachment 125431 [details]
Message.log

Strarted ide while connected to office with Juniper Network connect. Erro happenend, and can't supmit it from ide itself:   

java.lang.AssertionError: Instance of ProxyAutoConfig found for file://C:\Documents and Settings\adminluotonen\Application Data\Juniper Networks\Network Connect 7.1.9\instantproxy.pac
	at org.netbeans.core.NbProxySelector.select(NbProxySelector.java:182)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:925)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1299)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1635)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1021)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1030)
	at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:195)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.uihandler.UIHandler.actionPerformed(UIHandler.java:217)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:682)
	at java.awt.EventQueue$3.run(EventQueue.java:680)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:696)
	at java.awt.EventQueue$4.run(EventQueue.java:694)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:693)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:158)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Messages.log as an attachment
Comment 1 Ondrej Vrabec 2012-11-07 17:41:27 UTC
NBProxySelector is unable to handle a PAC file location: file://C:\Documents and Settings\adminluotonen\Application Data\Juniper Networks\Network Connect 7.1.9\instantproxy.pac
Comment 2 jaska_tl 2012-11-08 08:18:17 UTC
Yes, don't know why can't because it's confiquration file for intenetconnection, while using VPN connction.... It's allways on when connection is made to network usin this method. And I'm locked to workstation using this account.
Comment 3 Ondrej Vrabec 2012-11-13 15:18:55 UTC
*** Bug 213129 has been marked as a duplicate of this bug. ***
Comment 4 Ondrej Vrabec 2012-11-14 11:06:08 UTC
fix: http://hg.netbeans.org/core-main/rev/271e352a06fe
Comment 5 Quality Engineering 2012-11-15 02:46:32 UTC
Integrated into 'main-golden', will be available in build *201211150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/271e352a06fe
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #219573 - Applicatrion erro while starting IDE
making the IDE possible to work with local proxy auto-config files