• 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

Not able to run my JBoss properly after deploying my ear file

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
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

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?
 
Sri Palem
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
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

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"?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic