Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top