apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.64k stars 844 forks source link

Access to remote Payara seems broken after v11.3 #7804

Open AndrewG10i opened 1 day ago

AndrewG10i commented 1 day ago

Apache NetBeans version

Apache NetBeans 23

What happened

I had to work with a remote Payara server (remote domain) running on remote Linux machine. I am able to successfully access and login to DAS via browser, but when adding remote Payara domain to NetBeans 23 - NetBeans doesn't show it running.

I have tried several versions of NetBeans, and seems the last NetBeans which was able to access remote Payara domain and show it online - is NetBeans 11.3. After that version - no versions are able to show remote Payara domain as online.

Click to expand screenshot ![nb-11 3-works](https://github.com/user-attachments/assets/a1dedbbb-13df-46f7-8beb-4357f8a4f8b1) ![nb-12 6-error](https://github.com/user-attachments/assets/5cc241f9-6532-49da-9571-6fa010a61136)

Language / Project Type / NetBeans Component

Payara Server integration

How to reproduce

1) Download latest Payara 6 Community Edition 2) Launch its domain1 as standalone server (commands to execute: ./asadmin change-admin-password, ./asadmin start-domain domain1, ./asadmin enable-secure-admin), and make sure you can connect to its DAS via https://server.name.com:4848/ using login and password 3) Download latest NetBeans 23 4) Go to the Servers tab and add new Payara Server as follows:

Did this work correctly in an earlier version?

Apache NetBeans 16 or earlier

Operating System

Windows 10

JDK

Azul Zulu 17

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

No response

Are you willing to submit a pull request?

No