Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B3ABF2009C6 for ; Tue, 17 May 2016 06:16:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B2422160A20; Tue, 17 May 2016 04:16:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 090E9160A16 for ; Tue, 17 May 2016 06:16:13 +0200 (CEST) Received: (qmail 63618 invoked by uid 500); 17 May 2016 04:16:13 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 63581 invoked by uid 99); 17 May 2016 04:16:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2016 04:16:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DCFE22C1F5D for ; Tue, 17 May 2016 04:16:12 +0000 (UTC) Date: Tue, 17 May 2016 04:16:12 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (WW-4635) java.lang.ClassNotFoundException: when upgrading 2.3.16 to 2.3.28.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 May 2016 04:16:14 -0000 [ https://issues.apache.org/jira/browse/WW-4635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart updated WW-4635: ------------------------------ Fix Version/s: 2.3.29 > java.lang.ClassNotFoundException: when upgrading 2.3.16 to 2.3.28.1 > ------------------------------------------------------------------- > > Key: WW-4635 > URL: https://issues.apache.org/jira/browse/WW-4635 > Project: Struts 2 > Issue Type: Bug > Components: Dispatch Filter, Integration > Affects Versions: 2.3.28 > Environment: JBoss EAP 6.4 > Reporter: Nick Hoang > Labels: documentation, easyfix, patch > Fix For: 2.3.29 > > Original Estimate: 168h > Remaining Estimate: 168h > > The application crashed when built and deployed with Struts 2.3.28.1. The log file shows: > {noformat} > 12:52:02,948 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."NXFolio.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."NXFolio.war".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment "NXFolio.war" > at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_51] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_51] > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_51] > Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter from [Module "deployment.NXFolio.war:main" from Service Module Loader] > at org.jboss.as.jaxrs.deployment.JaxrsComponentDeployer.deploy(JaxrsComponentDeployer.java:79) > at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21] > ... 5 more > Caused by: java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter from [Module "deployment.NXFolio.war:main" from Service Module Loader] > at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules.jar:1.3.6.Final-redhat-1] > at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules.jar:1.3.6.Final-redhat-1] > at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules.jar:1.3.6.Final-redhat-1] > at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules.jar:1.3.6.Final-redhat-1] > at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules.jar:1.3.6.Final-redhat-1] > at org.jboss.as.jaxrs.deployment.JaxrsComponentDeployer.deploy(J > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)