From users-return-8055-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Wed May 19 02:45:23 2010 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 48566 invoked from network); 19 May 2010 02:45:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 May 2010 02:45:23 -0000 Received: (qmail 59989 invoked by uid 500); 19 May 2010 02:45:23 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 59813 invoked by uid 500); 19 May 2010 02:45:21 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 59805 invoked by uid 99); 19 May 2010 02:45:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 02:45:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of odeaching@gmail.com designates 209.85.221.179 as permitted sender) Received: from [209.85.221.179] (HELO mail-qy0-f179.google.com) (209.85.221.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 02:45:13 +0000 Received: by qyk9 with SMTP id 9so10583411qyk.2 for ; Tue, 18 May 2010 19:44:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=UdJE8ZEsAKSj1DTdUfT0S0E/6qqi8keGd1nA243oubE=; b=wXb+ZM1jhXVB3HChHM2CwMLDrd3w4KivyNsEZDt/xYk9UxD8wjf9nj3htTRALVxcJ4 ayD3nMjJu9cQQANNjiyJnM00Nq9jPATSiDAStJoMAkhBha0ggfRe6DKH4dLPsydjItr6 vtNJ/PsWjyoYyv57NCkYvBxDrRTpfMTWPWTdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=ful5Clg9+Aj+gNWNZxaosUAaa0upJqARM4sRJWLGrwlBCx667WdOLfRgbiG+FiSp3a SlxMSk6x/t1Wc8umFEMArZZTMipqcaUqf6umnGGOuw9YBH+1ExME/R+Q92NUJjfJaf+d JxubfFGXYAV9LR3riM7DwSCUKe/BxrDcNATwE= MIME-Version: 1.0 Received: by 10.229.38.141 with SMTP id b13mr1674816qce.97.1274237092254; Tue, 18 May 2010 19:44:52 -0700 (PDT) Sender: odeaching@gmail.com Received: by 10.229.191.14 with HTTP; Tue, 18 May 2010 19:44:52 -0700 (PDT) In-Reply-To: <265205.22988.qm@web34505.mail.mud.yahoo.com> References: <265205.22988.qm@web34505.mail.mud.yahoo.com> Date: Wed, 19 May 2010 10:44:52 +0800 X-Google-Sender-Auth: ehzsaoQLP4auxUDf250LsdCkj6Y Message-ID: Subject: Re: Deploying apache-continuum-1.3.6.war on JBoss 6 From: Deng Ching To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=00163630f0b53e54200486e97153 X-Virus-Checked: Checked by ClamAV on apache.org --00163630f0b53e54200486e97153 Content-Type: text/plain; charset=ISO-8859-1 It looks like there are conflicting jars. Could you try removing the commons-configuration jar from WEB-INF/lib/ of the continuum war and see if that resolves the problem? Thanks, Deng On Tue, May 18, 2010 at 8:08 PM, Celinio Fernandes wrote: > Hi, > I am trying to deploy Apache Continuum on JBoss 6. > The war is apache-continuum-1.3.6.war > > I get this error : > Deployment > "vfszip:/D:/NPCT/Developpement/jboss-6.0.0.20100216-M2/server/default/deploy/apache-continuum-1.3.6.war/" > is in error due to the following reason(s): java.lang.LinkageError: loader > constraint violation: when resolving overridden method > "org.apache.commons.configuration.XMLConfiguration$1.error(Lorg/xml/sax/SAXParseException;)V" > the class loader (instance of > org/jboss/classloader/spi/base/BaseClassLoader) of the current class, > org/apache/commons/configuration/XMLConfiguration$1, and its superclass > loader (instance of ), have different Class objects for the type > org/xml/sax/SAXParseException used in the signature > > Does anyone know what's wrong and how to fix it ? > Thanks for helping. > > > > > --00163630f0b53e54200486e97153--