users@glassfish.java.net

Re: Updatetool not working due to proxy server issue?

From: Joe Di Pol <joe.dipol_at_oracle.com>
Date: Tue, 10 May 2011 07:54:06 -0700

On 05/ 9/11 06:37 PM, forums_at_java.net wrote:
> Hi Joe,
>
> Below are the commands attempted and their outputs:
>
> [code]C:\Documents and Settings\crystal>set
> HTTP_PROXY=http://www.java.net/external?url=
> http://wwwproxy:80 [1]

Hmmm...that looks very wrong. Maybe the java.net mailing
list garbled the above?

> "C:\glassfish-3.1\bin\\..\pkg/lib/pkg-bootstrap.jar"
> "C:\DOCUME~1\crystal\LOCALS~1\Temp\pkg-bootstrap14974.props"
> Cannot connect to proxy: crystal:abc123@http://wwwproxy:80
> Input/output error: unknown protocol: crystal[/code]
>
> Any other suggestion?

The form of HTTP_PROXY is:

http://user:passwd@proxy.com:portnumber

So I'm guessing you want something like:

http://crystal:abc123@wwwproxy:80

(assuming you are using an authenticating proxy), or

http://wwwproxy:80

if you are not.

Joe

>
> Thanks a lot again,
>
> Crystal
>
>
>
> [1] http://wwwproxy:80
> [2] http://www.java.net/external?url=http://validproxy.nasa.com:80
>
> --
>
> [Message sent by forum member 'crytal123']
>
> View Post: http://forums.java.net/node/800160
>
>