Skip to content
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

PAYARA-3319 felix gogo shell no longer works #3472

Conversation

mulderbaba
Copy link
Contributor

Fixes #3450

@mulderbaba mulderbaba added this to the 5.191 milestone Dec 3, 2018
@mulderbaba mulderbaba self-assigned this Dec 3, 2018
@mulderbaba
Copy link
Contributor Author

jenkins test please

@arjantijms arjantijms changed the title Payara 3319 felix gogo shell no longer works PAYARA-3319 felix gogo shell no longer works Dec 5, 2018
@arjantijms
Copy link
Contributor

jenkins test please

@MarkWareham
Copy link
Contributor

Jenkins test please

@arjantijms arjantijms merged commit 3ea430f into payara:master Dec 5, 2018
@chrjohn
Copy link
Contributor

chrjohn commented Sep 17, 2019

Sorry, but this is not fixed or am I doing something wrong? Tested with 5.193 and it still gives:

~/tmp/payara5/bin$ ./asadmin osgi-shell
Use "exit" to exit and "help" for online help.
gogo$ help
gogo$ lb
gogo$ 
Command osgi-shell executed successfully.

Using workaround of osgi telnet shell:

~/tmp/payara5/bin$ telnet localhost 2019
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
____________________________
Welcome to Apache Felix Gogo

g! help
cm:createFactoryConfiguration
cm:getConfiguration
cm:getFactoryConfiguration

... and so on ...

g! lb
START LEVEL 2
   ID|State      |Level|Name
    0|Active     |    0|System Bundle (6.0.2)|6.0.2
    1|Active     |    1|OSGi resource locator bundle - used by various API providers that rely on META-INF/services mechanism to locate providers. (1.0.1)|1.0.1
    2|Active     |    1|Common Utilities (5.193.0)|5.193.0
    3|Resolved   |    1|javax.resource API (1.7.3)|1.7.3
    4|Active     |    1|nucleus.resources (5.193.0)|5.193.0

... and so on ...

Should I open a new issue or reopen this one?

Thanks,
Chris.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GoGo Shell Support Fixed
5 participants