| Author |
Not able to run my JBoss properly after deploying my ear file
|
Sravanthi Macharla
Greenhorn
Joined: Sep 12, 2009
Posts: 23
|
|
When i deploy my ear file into JBoss, it is deploying the ear file properly and after that it is not starting the JBoss at all and i am getting following warning in console.
2010-01-13 09:02:26,895 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=cpr-devapp1-07/24, BranchQual=, localId=24] timed out. status=STATUS_ACTIVE
Please let me know, if any one faced the same issue. Thanks in advance.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
Sravanthi Macharla wrote:When i deploy my ear file into JBoss, it is deploying the ear file properly and after that it is not starting the JBoss at all
What does, "it is not starting JBoss at all", mean? If the server is hung, then have you taken a thread dump to see what's going on?
|
[My Blog] [JavaRanch Journal]
|
 |
Sravanthi Macharla
Greenhorn
Joined: Sep 12, 2009
Posts: 23
|
|
|
after deploying all the ears then the JBoss server will show "started" message in the console. so here i am not seeing "started" message at all. which means JBoss is not started. I think it is hanged up while deploying the ear file it iself. so i am not understanding what could be the reason for it. Because same ear file when i used in other JBoss by changing the connection information, it worked fine without any errors.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
Sravanthi Macharla wrote:after deploying all the ears then the JBoss server will show "started" message in the console. so here i am not seeing "started" message at all.
Are you sure it's not the application that's messing up the logging system?
Sravanthi Macharla wrote:
which means JBoss is not started. I think it is hanged up while deploying the ear file it iself.
That alone can be termed as a hang. Did you try to access the server from the browser? What does it show? By the way, did you look into the thread dumps as i suggested in my earlier post?
Sravanthi Macharla wrote:
Because same ear file when i used in other JBoss by changing the connection information, it worked fine without any errors.
What kind of connection information? And have tried changing that connection information on the server where you see this "hang"?
|
 |
 |
|
|
subject: Not able to run my JBoss properly after deploying my ear file
|
|
|