Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Szepi Peter
Hi Laszlo, Thanks. The messages.log solved my problem. NB thrown and Invalid URI exception during the deployment, then I have started to investigate. Because of any unknown reason after the upgrade, when I tried to deploy any old or new project, NB always attempted to use default admin port

Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Laszlo Kishalmi
Please check the IDE logs for an exception. It seems to be that for some reason NetBeans cannot effectively communicate with Glassfish in your case. On 11/2/19 7:07 AM, Szepi Peter wrote: Hi Geertjan, So I tested it, I made a test Maven project under NB11.0 and 11.2, so under 11.2, Maven

Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Szepi Peter
Hi Geertjan, So I tested it, I made a test Maven project under NB11.0 and 11.2, so under 11.2, Maven project neither works. A simple build was fine in both cases, but only the 11.0 was able to deploy the project. So, on 11.2, the following appeared: Deploying on GlassFish Server     profile

Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Geertjan Wielenga
Can you reproduce if you use a Maven based project instead of an Ant based project? I am asking this so we can narrow down where the problem is coming from. Gj On Sat, 2 Nov 2019 at 14:13, Szepi Peter wrote: > Hi All, > > I am using Netbeans platform for so long, but now I really stuck in a >

Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Szepi Peter
Hi All, I am using Netbeans platform for so long, but now I really stuck in a problem to upgrade to NB11.1 or 11.2 from 11.0. I use Ant for build and deploy my projects to Glassfish, currently to GF5.0.1. Building the project and creating war file works fine with 11.*, but 11.1 and 11.2 is