Reputation: 4826
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:
set PKG_CLIENT_CONNECT_TIMEOUT=300
and set PKG_CLIENT_READ_TIMEOUT=300
before updatetool in C:\glassfish4\bin\updatetool.bat
(c:\glassfish4 in my install directory - all settings were default, including install update tool...).C:\glassfish4\bin\updatetool.bat
many times.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?
Upvotes: 0
Views: 1697
Reputation: 4963
The updatetool was a commercial feature of Oracle GlassFish. Any update functionality relied on Oracle providing a site where updates could be hosted. Since Oracle GlassFish is no longer supported, this site no longer exists so the updatetool won't work any more.
Rather than downloading GlassFish from Oracle, you should download it from the official open source site, hosted on GitHub. Alternatively, if you really do need support, you could try Payara Server which is open source, and derived from GlassFish, but has support available (disclaimer: I work for Payara)
Upvotes: 1