5 Replies Latest reply on Feb 15, 2013 6:59 AM by sivaranjanitg

    failed to process the phase structure of deployment while deploying in JBOSS AS 7 on ubuntu

    sivaranjanitg

      Hi,

       

      I am trying to deploy my war application in JBOSS AS 7 on ubuntu.But I am getting some exceptions liike "failed to process the phase structure of deployment" and "Given parent is not an ancesstor of this virtual file".

      After i read many websites, I came to know that JBOSS CLASS LOADER loads some of the jar files related to the application and it has the high preference. But I dont want JBOSS to do that, and i have my jars under WEB_INF/lib folder.

      How can i set this in the jboss-deployment-structure.xml file? Please help on this.

       

      The same war file is working fine with WINDOWS version of JBOSS.