Firstly, there are related posts:
GlassFish Server update center installation times out
Java EE 7 updatetool installation fails
I got my Java EE 7 SDK (Update 3) from here: http://www.oracle.com/technetwork/java/javaee/downloads/index.html
I have tried each of the solutions in the above posts and here: https://blogs.oracle.com/dipol/troubleshooting-glassfish-update-center
Including:
- In the cmd prompt running
set PKG_CLIENT_CONNECT_TIMEOUT=300
andset PKG_CLIENT_READ_TIMEOUT=300
before updatetool inC:\glassfish4\bin\updatetool.bat
(c:\glassfish4 in my install directory - all settings were default, including install update tool...). - Set above mentioned timeout to much larger values - doesn't appear to make a difference at all, the process basically bombs immediately.
- Running
C:\glassfish4\bin\updatetool.bat
many times. - Triple checking that I didn't somehow configure a proxy server in my sleep.
- Use the update tool via the Glassfish admin console at
http://localhost:4848
(seems to show no available update or add-ons, which seems odd..)
I get the following screenshot when I run C:\glassfish4\bin\updatetool.bat
I have no idea why the error would be proxy related, unless it happened to be something on their end. Interestingly, If I go directly to the URL mentioned (via Chrome) I get the following page:
What could possibly be going wrong here?