• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ERROR: invalid console appender config detected, console stream is looping— Eclipse and jboss-5.1.0.

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I am using Eclise Kepler and jboss-5.1.0.GA with JRE1.6 in Windows system for my application development. Now while I am starting my Server From Eclipse it is giving me the error "ERROR: invalid console appender config detected, console stream is looping".
I already checked in net and found that I have to change the run.bat file to put "set JAVA_OPTS=%JAVA_OPTS% "-Dorg.jboss.logging.Log4jService.catchSystemOut=false" location JBOSS_HOME/bin) in it.

I tried with same also but not working as probably when I am starting my server from Eclipse it is not referring this file( because I renamed this file and started my server from eclipse and it is starting).

I checked in Net and the issue is because of multiple Console Appender declared in the Application (one from JBOSS and other from my application) so it is creating problem.

Can any one help me how to resolve the issue.

Thanks,
Debashis
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wonder if someone in the Eclipse forum could help with this. I'll move the question such that it appears in both forums.
reply
    Bookmark Topic Watch Topic
  • New Topic