Discussion:
[jboss-user] [Beginner's Corner] - New
Brad Makwana
2013-01-04 16:43:55 UTC
Permalink
Brad Makwana [https://community.jboss.org/people/bmakwana] created the discussion

"New"

To view the discussion, visit: https://community.jboss.org/message/787653#787653

--------------------------------------------------------------
Happy New and Hello to you all. I am new to Jboss and so Question?

What is a good place start, we have a jboss implemented on our app servers and when they go down we have a lot script in error logs and I need to learn what is goling on. So objective is to learn how to read what is causing the issue and what to ignore.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/787653#787653]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Peter Johnson
2013-01-04 19:54:03 UTC
Permalink
Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: New"

To view the discussion, visit: https://community.jboss.org/message/787697#787697

--------------------------------------------------------------
What version of JBoss AS?
What OS? (Not key to understanding problem, but helpful in giving you instructions)

All I can recommend is to look for the first ERROR entry in the log. Such an entry will usually have a stack trace with it, and the error message. Pay special attention to the "caused by" entries in the stack trace - they will lead you to the root cause for the exception.

If you need more help than that, post the first ERROR entry in the log, along with the full stack trace.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/787697#787697]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Loading...