-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start-domain --debug=true does not display port number #4386
Comments
Created internal issue CUSTCOM-81 |
This issue is still opened, right? I am using Payara 6.2 and there is still no indication that the server was started in debug mode, nor any indication of the actual JPDA port being used. |
This issue is closed as indicated by its Status: Closed. It works in version fixed by linked PR - 5.201/set as milestone, and also in the latest 5.x: 5.2022.5. All with JDK8. The first 6 - 6.2021.1.Alpha1, also works when used with JDK 8 but not with JDK 11. The next 6.2022.1.Alpha2 requires Java 11 (and does not display port used by debugger). |
With Java newer than 8, the option line is built as Payara/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.java Line 386 in 26c504b
Payara/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.java Line 371 in 26c504b
|
Rather that one:
It was already there when #4387 was created. |
start-domain --debug=true
does not display port numberExpected Outcome
As described in
Payara/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/start-domain.1
Lines 68 to 70 in c290512
I expect
asadmin start-domain --debug=true
to display port number used, i.e.:Current Outcome
with no info on debug port used. To discover port used one has to for example inspect
server.log
ordomain.xml
.Steps to reproduce
asadmin start-domain --debug=true
)Environment
The text was updated successfully, but these errors were encountered: