[
https://issues.jboss.org/browse/WFCORE-3953?page=com.atlassian.jira.plugi...
]
Martin Styk updated WFCORE-3953:
--------------------------------
Steps to Reproduce:
Steps to reproduce using OS web console
* Prepare minishift (
https://developers.redhat.com/products/cdk/download/)
* minishift start
* minishift console
* Open one of your projects on the right side panel
* On top right corner (under logged user info) click on "Add to project"
* Select deploy image
* Search by Image Name
registry.access.redhat.com/jboss-eap-7-tech-preview/eap-cd-openshift and hit deploy
button
* OS application eap-cd-openshift is created
* Go to Application -> Pods and open the created pod with CD12 instance running
* Open Terminal section -> sh $JBOSS_HOME/bin/jboss-cli.sh
JBoss CLI doesn't work on OpenShift
-----------------------------------
Key: WFCORE-3953
URL:
https://issues.jboss.org/browse/WFCORE-3953
Project: WildFly Core
Issue Type: Bug
Components: CLI
Environment: OpenShift/MiniShift
* minishift v1.15.1+f19ac09
* CDK v3.4.0-2
EAP CD12
* Registry
registry.access.redhat.com
* Namespace/Repository jboss-eap-7-tech-preview/eap-cd-openshift
* Tag 12.0-14
Reporter: Martin Styk
Assignee: Jean-Francois Denise
Priority: Critical
I am unable to access JBoss CLI console running EAP CD12 on OpenShift.
On OS webconsole terminal:
{code}
cd $JBOSS_HOME/bin
sh jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or
'help' for the list of supported commands.
{code}
No new line appears and I am not able to enter any character, thus I can not connect. I
can only exit JBoss CLI console with Ctrl + C.
With CD12 it doesn't work neither with terminal session on web console, nor with
{{oc rsh <pod>}} from local terminal.
This doesn't happen with EAP 7.0 and EAP 7.1 openshift images. EAP CD12 distribution
(not the OpenShift image) is also not affected.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)