OS: Windows 10 prof
Eclipse IDE 2019-12
Payara Server 5 (5.194)
Payara Tools Version:1.0.1.201912202010
On starting the server from the IDE I get: Unable to start server on time. Timeout while waiting for Payara to start
1. Payara starts, but the status within the IDE remains stopped.
2. Doubling the timeout just takes the double time until the error message pops up.
The log hangs at 52% without more messages. Of course there ist the "severe" error of certificate validity overrun, but I don't see this as the origin of the problem.
On trying to deploy the application I get:
The Eclipse plugin cannot communicate with the Payara server....
The Eclipse plugin cannot communicate with the Payara server. A Payara Server may be running on the same admin or HTTP port, but with a different root installation.Please also check for antivirus software, firewall configuration, or VPN setup which might block some ports.
deploying from IDE doesn't work.
Please note if I export the ear of the application to the file system and then I deploy it from the admin console of the browser the application runs fine and as expected!
I read, that communication betwenn plugin an server should work on changing within eclipse the network connections configuration from native to manual. However I don't know on which port the eclipse plugin communicates with the server. On knowing that, maybe I can bring it to work.