users@glassfish.java.net

Re: Cannot install GFv3.1 on Win7

From: <forums_at_java.net>
Date: Thu, 7 Jul 2011 14:23:00 -0500 (CDT)

Markus,

You can try setting these environment variables to increase the connection
and read timeouts for the update tool downloader. They are both in seconds:

PKG_CLIENT_CONNECT_TIMEOUT: Controls the URL connection timeout. Defaults to
120 seconds.
PKG_CLIENT_READ_TIMEOUT: Controls the URL read timeout. Defaults to 60
seconds.
You may want to try setting both of these to 300 seconds and see if that
helps:

C:\>set PKG_CLIENT_CONNECT_TIMEOUT=300
C:\>set PKG_CLIENT_READ_TIMEOUT=300

Then re-run the command. Also, it appears as though the pkg client may
already be installed on your system. If so you can try to use it to install
updatetool:

C:\glassfish3\bin> pkg install updatetool


--
[Message sent by forum member 'jfdipol']
View Post: http://forums.java.net/node/818450