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

Summary: Server access error when tried to create domain file
Product: groovy Reporter: MichCl
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.