Can not Download Glassfish on Netbeans

glassfishnetbeans

enter image description here

I am facing this problem in the picture above. I have done the same many times before. But know I have stuck to this error. I use Windows 10 and Netbeans 8.2 can anyone help?

Best Answer

I reproduced your problem in NetBeans 8.2 and NetBeans 9.0 RC1. It is a bug and I have reported it: NETBEANS-997 Unable to download and create GlassFish server

Fortunately there is a simple workaround:

  • First, download Glassfish outside of NetBeans as a zip file.
  • Unzip it to a suitable directory.
  • On the Add Server Instance screen in NetBeans, click Browse... and select the directory containing the unzipped GlassFish files .
Related Topic