Jason Posit
Jason Posit

Reputation: 1323

JBoss Enterprise Application Server 6.1 with JBoss Plugin displays junk characters in Eclipse Console

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?

enter image description here

Upvotes: 1

Views: 534

Answers (1)

Vineet Reynolds
Vineet Reynolds

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

Related Questions