-
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
Gogo Shell regression PAYARA-4183 #4244
Comments
I confirmed it's a bug because I reproduced this issue on Payara Server 5.192 and 5.193. I've reported it as an internal issue (PAYARA-4183). |
Maybe it makes sense to add a unit test to ensure that this regression does not occur again. E.g. listing bundles should always generate output longer than x lines or something like that. |
Still broken on Payara 5.201 (tried on Win 10)
(both commands work fine on glassfish 5.0.1) Am I right that in order to have remote shell to telnet to, one needs to download org.apache.felix.shell.remote JAR and manually put it into modules/autostart directory ? |
Hi, due to how long ago this issue was raised we have decided to close the issue immediately, and not consider the implementation of the fix/improvement that was requested. Please understand that this decision was taken into consideration with the resources that we have available at the moment. In case of having reported a bug, if the issue is still pressing to you, feel free to verify if it’s applicable in the current release of Payara Community edition, and proceed to raise a new issue with details of the test reproducer. Many thanks for your understanding. |
Description
According to #3472 and #3450 respectively, the Gogo shell should work again since 5.191. However, it somehow is still/again broken on 5.193.
Left a comment here but no reply so far: #3472 (comment)
Expected Outcome
Commands submitted to
asadmin osgi-shell
should work.Current Outcome
Commands simply return with no output.
Using workaround of osgi telnet shell:
Steps to reproduce (Only for bug reports)
1 -** Start the domain
2 -** Start gogo shell
3 -** try to list bundles (for example) inside the shell
Environment
The text was updated successfully, but these errors were encountered: