Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 39513 invoked from network); 31 Jan 2007 01:40:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 01:40:26 -0000 Received: (qmail 48594 invoked by uid 500); 31 Jan 2007 01:40:22 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 48277 invoked by uid 500); 31 Jan 2007 01:40:21 -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 48266 invoked by uid 99); 31 Jan 2007 01:40:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 17:40:21 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [66.196.97.74] (HELO web56715.mail.re3.yahoo.com) (66.196.97.74) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Jan 2007 17:40:11 -0800 Received: (qmail 17188 invoked by uid 60001); 31 Jan 2007 01:39:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Rn3WLVm+iVXHDFHgw+3UpnJzB5ov43oxNvsHW1pt9pgsSYR3CA2fXDLg/Vpofx95m6hhNQIvqHuDR2FUtOThOUzlaZXyel0ul4VnmMpLfH6YYn2d/mVS7cY2PcF+8cQaMQxC0fcUO5cUYQbe5+nUmvfYD6VooIW56of3v/MhKbA=; X-YMail-OSG: lLK7Xj4VM1mTYoPB837oOATGUgLSNHR58gZSnBOHLmran.mLpANQPm5Qc1MWNNu_iTWaYTCd_UQxniGSYd3pkNRMQ0ifkVXhesAtKJnbsGX.jUFZKPNo Received: from [68.37.196.220] by web56715.mail.re3.yahoo.com via HTTP; Tue, 30 Jan 2007 17:39:50 PST Date: Tue, 30 Jan 2007 17:39:50 -0800 (PST) From: Dave Newton Subject: Re: [s2] multi part plugin To: Struts Users Mailing List In-Reply-To: <1c661f2f0701301735s5da9f1b9o142eb6080379fddc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <677968.17181.qm@web56715.mail.re3.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hrm, that's the same thing I reported last week sometime. --- Don Brown wrote: > Fixed, thanks for bringing it up: > > http://issues.apache.org/struts/browse/WW-1692 > > Don > > On 1/30/07, bob wrote: > > > > > > > > > > Hello. I'm moving my application up to s2.04 ( > from 2.0.1 ). I'm getting an error from the struts > filter that says it can't find the pell mulit part > request class. The odd thing is, I have verified > that the correct jar is available and that it holds > the correct class. The problem seems to be that > struts is looking for it under the wrong package. > Note the missing class name below. The > struts2-pell-multipart-plugin-2.0.4.jar does have > the correct class, but its package is > org.apache.struts2.dispatcher.multipart > > > > To me, it seems like the entry in the > struts-plugin.xml file in the jar is just wrong. Is > this possible? > > > > > > > > 17:57:10,918 ERROR [/artistSite]:3638 - Exception > starting filter struts2 > > Unable to load bean: > type:org.apache.struts2.dispatcher.MultiPartRequest > class:org.apache.struts2.dispatcher.PellMultiPartRequest > - bean - > jar:file:/usr/local/apache-tomcat-5.5.20/webapps/artistSite/WEB-INF/lib/struts2-pell-multipart-plugin-2.0.4.jar!/struts-plugin.xml:8:138 > at > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(XmlConfigurationProvider.java:209) > > at > org.apache.struts2.config.StrutsXmlConfigurationProvider.register(StrutsXmlConfigurationProvider.java:101) > > at > com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:130) > > at > com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52) > > at > org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:398) > > at > org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:455) > > at > org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:201) > > at > org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:223) > > at > org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:304) > > at > org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:77) > > at > org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3634) > > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4217) > > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) > > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) > > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) > > at > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904) > > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:501) > > at > org.apache.catalina.startup.HostConfig.check(HostConfig.java:1204) > > at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at > java.lang.reflect.Method.invoke(Method.java:585) > > at > org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) > > at > com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) > > at > com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) > > at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) > > at > com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) > > at > org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1377) > > at > org.apache.catalina.manager.ManagerServlet.deploy(ManagerServlet.java:814) > > at > org.apache.catalina.manager.ManagerServlet.doGet(ManagerServlet.java:343) > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > > > > > > _______________________________________________ > > Join Excite! - http://www.excite.com > > The most personalized portal on the Web! > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > user-unsubscribe@struts.apache.org > > For additional commands, e-mail: > user-help@struts.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@struts.apache.org > For additional commands, e-mail: > user-help@struts.apache.org > > ____________________________________________________________________________________ Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org