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 243674 - Server access error when tried to create domain file
Summary: Server access error when tried to create domain file
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 19:36 UTC by MichCl
Modified: 2014-04-08 19:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MichCl 2014-04-08 19:36:29 UTC
When I tried to create domain class in grails project like tutorial at https://netbeans.org/kb/docs/web/grails-quickstart.html it listed several plugins that it was having a connection time out in retrieving.  Someone suggested that it's not reaching the internet proxy.  When I went to Tools->options and tried testing connection, it's timing out.  I've tried using system proxy settings/reload and also manual proxy settings.  

Our proxy doesn't seem to fit the netbeans fields given.  Our proxy is like http://pac.proxy.x.com:8001/proxy.pac, so maybe that's the problem. This is with netbeans 8.0.

I've tried manual proxy settings of http:\\pac.proxy.x.com/proxy.pac port:8001

I've also tried manual proxy setting of http:\\pac.proxy.x.com  port:8001

It's not timing out for the manual setting, it's just listing whatever I put (not 8001) with a red error when it's tested.  The timeout happens for using system proxy settings.