Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 20210 invoked from network); 28 Jun 2005 20:18:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2005 20:18:29 -0000 Received: (qmail 59926 invoked by uid 500); 28 Jun 2005 20:18:10 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 59636 invoked by uid 500); 28 Jun 2005 20:18:08 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 59620 invoked by uid 99); 28 Jun 2005 20:18:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 13:18:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of david.karr@wamu.net designates 167.88.201.32 as permitted sender) Received: from [167.88.201.32] (HELO mtao002.wamu.net) (167.88.201.32) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 13:18:06 -0700 Received: from ([10.144.81.62]) by mtao002.wamu.net with ESMTP id KP-BYB33.96727778; Tue, 28 Jun 2005 13:17:38 -0700 Received: from EXMSEA005.us.wamu.net ([10.144.81.24]) by exisea011.us.wamu.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 28 Jun 2005 13:17:37 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C57C1E.6D46C2E4" Subject: RE: NoClassDefFoundError: org/apache/struts/action/ActionForm Date: Tue, 28 Jun 2005 13:16:00 -0700 Message-ID: <0C260F619E428642BFA6380177C3ADF3020329FA@exmsea005.us.wamu.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: <0C260F619E428642BFA6380177C3ADF3020329FA@exmsea005.us.wamu.net> Thread-Topic: NoClassDefFoundError: org/apache/struts/action/ActionForm Thread-Index: AcV8EBN08+c6+qbzQhmPyCgUNIQWgwADh/Zg From: "Karr, David" To: "Struts Users Mailing List" X-OriginalArrivalTime: 28 Jun 2005 20:17:37.0910 (UTC) FILETIME=[6D926160:01C57C1E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C57C1E.6D46C2E4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable It's hard to say for certain, but this could be a classloader problem. = It might help if you set the "prefer-web-inf-classes" element in your = weblogic.xml file (to true, of course). If that isn't there, it will use = the struts.jar that is used inside WebLogic, instead of the struts.jar = in your WEB-INF/lib. ________________________________ From: Sher, Allen - BLS CTR [mailto:Sher.Allen@bls.gov] Sent: Tue 06/28/2005 11:33 AM To: 'Struts Users Mailing List' Subject: NoClassDefFoundError: org/apache/struts/action/ActionForm I got a "java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm" while initiating my ActionServlet. = I think it happened when parsing struts-config.xml, trying to load a = subclass of ActionForm. The problem goes away if I comment out all my FormBeans = in struts-config.xml. Any clue as to what I did wrong? It's Struts 1.2.7 in WebLogic 8.1.3, if that matters. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org ------_=_NextPart_001_01C57C1E.6D46C2E4 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org ------_=_NextPart_001_01C57C1E.6D46C2E4--