CLI script hangs on disconnect() call
Issue
- We're using jboss-cli-client.jar for a custom CLI client script. Even in this simple case, it hangs on the disconnect call:
import org.jboss.as.cli.scriptsupport.*
cli = CLI.newInstance()
cli.connect()
cli.disconnect()
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.1.0 and earlier
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
