문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top