Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not Download Glassfish on Netbeans

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?

like image 742
vicangel Avatar asked Jun 26 '18 00:06

vicangel


People also ask

How do I resolve GlassFish error in NetBeans?

you can easily resolve this problem by changing the port number of glassfish. Go to glassfich configuration File domain. xml which is located under GlassFish_Server\glassfish\domains\domain1\config . replace 8080 by 9090 for example, then save file and run glassfish again.

Does not exist GlassFish server NetBeans?

It might be because you have downloaded the Netbeans without the Glassfish server. You can get the Netbeans with the Glassfish server from this link.


1 Answers

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 .
like image 78
skomisa Avatar answered Oct 19 '22 14:10

skomisa