Reputation: 1323
I've just installed JBoss Enterprise Application Server 6.1 in Eclipse as stated above. When I start the server I get some junk characters in the console on the right, next to the timestamps namely those squares which look like this:
+--+
|00|
|1B|
+--+
What are they and how do I get rid of them getting them to display properly?
Upvotes: 1
Views: 534
Reputation: 76709
This is bug in JBoss Tools, and should be fixed in JBoss Developer Studio 7 Beta1.
You could employ the workaround listed in that bug description, or you could add -Dorg.jboss.logmanager.nocolor=true
in the server adapter startup arguments.
Upvotes: 2