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 214453 - NetBeans(7.1.2) won't connect to network Windows Vista x32
Summary: NetBeans(7.1.2) won't connect to network Windows Vista x32
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1.2
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 14:39 UTC by hfactor
Modified: 2012-06-20 16:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans log file (54.34 KB, application/octet-stream)
2012-06-20 14:42 UTC, hfactor
Details
NetBeans log file (61.54 KB, application/octet-stream)
2012-06-20 16:28 UTC, hfactor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hfactor 2012-06-19 14:39:26 UTC
The newly downloaded NetBeans(7.2.1) wont connect to the Network for updates. Also I'm unable to initialize the GlassFish server.  We get the 'Connection Exception: COnnection timed out: connect' message. I'm using Windows Vista home version 32 bit.

Help!!!

Hfactor
Comment 1 Petr Jiricka 2012-06-19 16:39:41 UTC
Can you describe your network environment? Are you behind a firewall, and do you use some proxy autoconfiguration script?

You can set proxy manually in IDE options, does that help?
Comment 2 hfactor 2012-06-19 16:51:57 UTC
Hi Petr,
Thanks for taking the time to review this problem.

I'm trying to run the GlassFish server on my local Windows Vista based machine.  I use ZoneAlarm Internet Security Firewall.  The proxy setting of the IDE is 'Use System Proxy Settings'.  If I'm trying to run the GlassFish server on my local machine, do I use 'localhost' for manual proxy setting?

Hfactor
Comment 3 Jiri Rechtacek 2012-06-20 07:56:32 UTC
Hfactor, could you run IDE from command prompt with additional switches for investigation what went wrong? Like C:\Program Files\NetBeans 7.2 Beta\bin\netbeans.exe -J-Dorg.netbeans.core.ProxySettings.level=-1 -J-Dorg.netbeans.core.NbProxySelector.level=-1
Then please attach your messages.log [*] in this issue.
Thanks

[*] http://wiki.netbeans.org/FaqLogMessagesFile
Comment 4 hfactor 2012-06-20 14:42:08 UTC
Created attachment 121109 [details]
NetBeans log file
Comment 5 hfactor 2012-06-20 14:43:47 UTC
Hi Jiri,
I've attached the log file from the command prompt run of NetBeans with the additional switches...

Hfactor
Comment 6 Jiri Rechtacek 2012-06-20 16:00:56 UTC
(In reply to comment #5)
> Hi Jiri,
> I've attached the log file from the command prompt run of NetBeans with the
> additional switches...
> 
> Hfactor

Thanks. I can see in your log you added only "-J-Dorg.netbeans.core.ProxySettings.level=-1" switch but not the switch "-J-Dorg.netbeans.core.NbProxySelector.level=-1". Could you run it again with both? Beside this logs shows IDE detects from your system you are using direct connection to internet what is not true, isn't? In that case you should use Manual Proxy Settings or setup proxy settings in Microsoft Internet Explorer which shares own settings with the system where IDE can detect it as well.
Hope it helps.
Jiri
Comment 7 hfactor 2012-06-20 16:28:21 UTC
Created attachment 121120 [details]
NetBeans log file

"Beside this logs shows IDE detects from your system you are using direct
connection to internet what is not true, isn't? In that case you should use
Manual Proxy Settings or setup proxy settings in Microsoft Internet Explorer
which shares own settings with the system where IDE can detect it as well"

Not sure how to set up manual proxy settings, or to configure IE with proxy settings...

I've attached the log file with the additional switches you requested.

Thanks for your help....

HFactor