• 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

DeploymentException

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers:

I�m developing and app and deploying in jboss 4.0.3, I changed some files and I�m getting a DeploymentException cause struts.jar is looking for commons-collections.jar, my question is if this exception can crash down my jboss AS. I ask because since I deployed this changes I get the exception and jboss crash down but it looks like running, the only thing I noted is it seems as loosing memory.

Thanks in advance,

Alejandro
 
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
Can you post the entire exception stacktrace? Which Java (vendor) implementation and version are you using? Which Operating System? Also, when you say, JBoss is crashing, does the java process get killed?
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jaikiran:

I have found my problem, it's not related with the DeploymentException is a classloading deadlock regarding in same jars under differents folders, Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic