• 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

Trouble starting jboss-eap-4.3.0.GA_CP06

 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All, I am having trouble starting jboss-eap-4.3.0.GA_CP06. I am running zLinux with IBM jre/jdk and I have used ./run.sh and ./run.sh -C default with same results. The server startup stops at [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml. Any advice is greatly apprecated. *NOTE: After posting this I was able to start the server with ./run.sh -c minimal but am still confused as to why the server would not start with the ./run.sh -c default.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From what I know, the EAP versions disable CONSOLE logging. So what you are seeing as a last time is just the logging stopping at that point. After a few seconds, the server would have started as normal. Try accessing the server through a browser and see if it's up.
 
He does not suffer fools gladly. But this tiny ad does:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic