ANSI support not properly initialized when creating an Karaf instances from
WebConsole or JMX
---------------------------------------------------------------------------------------------
Key: FELIX-1780
URL: https://issues.apache.org/jira/browse/FELIX-1780
Project: Felix
Issue Type: Bug
Components: Karaf
Affects Versions: karaf-1.0.2
Environment: Windows
Reporter: David Bosschaert
When creating a Karaf instance using the WebConsole or JMX, funny ASCII
characters appear on the screen.
Funny enough I just ran the admin:create command from the Karaf console before
and that was looking fine.
// Karaf console
ka...@root> admin:create test1
Creating new instance on port 8102 at:
K:\assembly\target\apache-felix-karaf-1.1.0-SNAPSHOT\instances\test1
Creating dir:
K:\assembly\target\apache-felix-karaf-1.1.0-SNAPSHOT\instances\test1\bin
Creating dir:
K:\assembly\target\apache-felix-karaf-1.1.0-SNAPSHOT\instances\test1\etc
... etc ...
// this output was triggered from JMX:
ka...@root> Creating new instance on port 8103 at:
β[1mK:\assembly\target\apache-felix-karaf-1.1.0-SNAPSHOT\instances\test2β[m
Creating dir:
β[1mK:\assembly\target\apache-felix-karaf-1.1.0-SNAPSHOT\instances\test2\binβ[m
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.