1 Reply Latest reply on Jun 27, 2012 7:28 AM by tchize

    java.lang.ClassNotFoundException: org.apache.struts.taglib.nested.NestedWriteNestingTag in Jboss AS7

    dhavasanth

      Hi All,

       

      I am new to Jboss AS 7. I am  migrating my application from  JBOSS AS 4 to JBOSS AS 7, i have created datasource and system properties via jboss as 7 console

      (http://localhost:9990/console), while i am deploying the my war file , i am getting below expection

       

      Caused by: java.lang.ClassNotFoundException: org.apache.struts.taglib.nested.NestedWriteNestingTag from [Module "deployment.portfolio.war:main" from Service Module Loader]

      at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:191).

       

      Can you please help me to resolve the same.

       

      Note: Do i need to create the module folder (with jar) for each and every jar ? I am using more the 25 jar in my application.

      and i have located my (all)jar file D:\jboss-as-7.0.0.Final\standalone\lib

       

       

       

      Regards

      Vasanth D

        • 1. Re: java.lang.ClassNotFoundException: org.apache.struts.taglib.nested.NestedWriteNestingTag in Jboss AS7
          tchize

          Hello,

           

          i have the exact same problem (an application that uses struts 1.2 and works find out of the box with other containers). Did you find a solution??

           

           

          Caused by: java.lang.ClassNotFoundException: org.apache.struts.taglib.MessageTag from [Module "deployment.xwiki.war:main" from Service Module Loader]

                  at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)

                  at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)

                  at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)

                  at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)

                  at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)

                  at org.jboss.as.jaxrs.deployment.JaxrsComponentDeployer.deploy(JaxrsComponentDeployer.java:63)

                  ... 6 more