1 Reply Latest reply on Oct 16, 2014 7:47 AM by ctomc

    migrate application from JBOSS version 5 to wildfly 8.0

    pratik.ingole

      Hello,

       

      I have an application developed using jdk1.5 and is deployed and currently working fine on Jboss AS 5.

      But now we want to upgrade the version of server to wildfly 8.0

       

      But i am getting following error:

      16:14:12,135 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-collections.jar in /E:/WildFly/wildfly-8.0.0.Final/standalone/deployments/SSWebTracking.war/WEB-INF/lib/struts.jar  does not point to a valid jar for a Class-Path reference.

      16:14:12,135 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-digester.jar in /E:/WildFly/wildfly-8.0.0.Final/standalone/deployments/SSWebTracking.war/WEB-INF/lib/struts.jar  does not point to a valid jar for a Class-Path reference.

      16:14:12,135 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry commons-fileupload.jar in /E:/WildFly/wildfly-8.0.0.Final/standalone/deployments/SSWebTracking.war/WEB-INF/lib/struts.jar  does not point to a valid jar for a Class-Path reference.

       

      Can anyone please suggest me how to resolve this?