Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 75127 invoked from network); 9 Apr 2009 13:21:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 13:21:01 -0000 Received: (qmail 48691 invoked by uid 500); 9 Apr 2009 13:20:58 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 48607 invoked by uid 500); 9 Apr 2009 13:20:57 -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 48597 invoked by uid 99); 9 Apr 2009 13:20:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 13:20:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of musachy@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 13:20:50 +0000 Received: by yx-out-2324.google.com with SMTP id 3so363228yxj.17 for ; Thu, 09 Apr 2009 06:20:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=u2KobzCNj94UXGX8ed4FvPdZjo+Yre86Q1E5NiGp4Bs=; b=OzO7WBH9xYHK/O6+1W2ptxTsuiQRhKDVB6VCisX2JU7oSDAWWO4C+525RFussjqO/d xM/XQj7c1S0tLKqaB6bpBEOk4lUci0aQkUMWjT5/BfWLQCC442HdlfAAPS+mUy3xjKAt O6AaM0BYU+BpwMzkVn03VN+lyexzKeK2V4XjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kmIjcKKNjQwbiZ5c0jfoIIwSRSLfDFMAFom90wALuQqSGny9OGvFgHafQM8sWf43jr jDSjrH0pWvdpD0LSvQ6apsjvl77Z4WuUszTHO21CnJJgkn12y47KPKl8TqVLytiAWeKi K+zKIn9BIDK6jHRFbI8ri5NzHGLE258wOFslk= MIME-Version: 1.0 Received: by 10.231.19.204 with SMTP id c12mr625311ibb.55.1239283228724; Thu, 09 Apr 2009 06:20:28 -0700 (PDT) In-Reply-To: <49DDE809.4060603@obster.org> References: <49DDE809.4060603@obster.org> Date: Thu, 9 Apr 2009 09:20:28 -0400 Message-ID: Subject: Re: Problems using Struts2 on JBoss 5.0.1GA From: Musachy Barroso To: Struts Users Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It is a known bug: http://jira.opensymphony.com/browse/XW-669 musachy On Thu, Apr 9, 2009 at 8:20 AM, Michael Obster wrote: > Hi, > > anybody here who have already a working struts2 application on JBoss > 5.0.1 GA? I currently try to deploy one on the JBoss but got an error, > which I attach as text file. > I also saw a bug report in the JBoss tracker, but this doesn't help me > to solve my problem, which is actually a show stopper. I need a solution. > > So any help is appreciated. > > Kind regards, > Michael Obster > > 13:30:49,863 INFO =A0[StrutsSpringObjectFactory] ... initialized Struts-S= pring integration successfully > 13:30:50,393 INFO =A0[ResolverUtil] Scanning for classes in [/D:/server/j= boss-5.0.1.GA/server/default/deploy/csi.war/WEB-INF/classes/vwg/audi/ > csi/ui/action/] matching criteria: org.apache.struts2.config.ClasspathCon= figurationProvider$1@e8cc00 > 13:30:50,393 ERROR [ResolverUtil] Could not search jar file 'D:\server\jb= oss-5.0.1.GA\server\default\deploy\csi.war\WEB-INF\classes\vwg\audi > \csi\ui\action' for classes matching criteria: org.apache.struts2.config.= ClasspathConfigurationProvider$1@e8cc00 due to an IOException > java.io.FileNotFoundException: D:\server\jboss-5.0.1.GA\server\default\de= ploy\csi.war\WEB-INF\classes\vwg\audi\csi\ui\action (Das System kan > n den angegebenen Pfad nicht finden) > =A0 =A0 =A0 =A0at java.io.FileInputStream.open(Native Method) > =A0 =A0 =A0 =A0at java.io.FileInputStream.(FileInputStream.java:106= ) > =A0 =A0 =A0 =A0at com.opensymphony.xwork2.util.ResolverUtil.loadImplement= ationsInJar(ResolverUtil.java:341) > =A0 =A0 =A0 =A0at com.opensymphony.xwork2.util.ResolverUtil.findInPackage= (ResolverUtil.java:288) > =A0 =A0 =A0 =A0at com.opensymphony.xwork2.util.ResolverUtil.find(Resolver= Util.java:240) > =A0 =A0 =A0 =A0at org.apache.struts2.config.ClasspathConfigurationProvide= r.loadPackages(ClasspathConfigurationProvider.java:234) > =A0 =A0 =A0 =A0at org.apache.struts2.config.ClasspathConfigurationProvide= r.loadPackages(ClasspathConfigurationProvider.java:402) > =A0 =A0 =A0 =A0at com.opensymphony.xwork2.config.impl.DefaultConfiguratio= n.reload(DefaultConfiguration.java:152) > =A0 =A0 =A0 =A0at com.opensymphony.xwork2.config.ConfigurationManager.get= Configuration(ConfigurationManager.java:52) > =A0 =A0 =A0 =A0at org.apache.struts2.dispatcher.Dispatcher.init_PreloadCo= nfiguration(Dispatcher.java:395) > =A0 =A0 =A0 =A0at org.apache.struts2.dispatcher.Dispatcher.init(Dispatche= r.java:452) > =A0 =A0 =A0 =A0at org.apache.struts2.dispatcher.FilterDispatcher.init(Fil= terDispatcher.java:201) > =A0 =A0 =A0 =A0at org.apache.catalina.core.ApplicationFilterConfig.getFil= ter(ApplicationFilterConfig.java:234) > =A0 =A0 =A0 =A0at org.apache.catalina.core.ApplicationFilterConfig.setFil= terDef(ApplicationFilterConfig.java:332) > =A0 =A0 =A0 =A0at org.apache.catalina.core.ApplicationFilterConfig.= (ApplicationFilterConfig.java:90) > =A0 =A0 =A0 =A0at org.apache.catalina.core.StandardContext.filterStart(St= andardContext.java:3783) > =A0 =A0 =A0 =A0at org.apache.catalina.core.StandardContext.start(Standard= Context.java:4413) > =A0 =A0 =A0 =A0at org.jboss.web.tomcat.service.deployers.TomcatDeployment= .performDeployInternal(TomcatDeployment.java:312) > =A0 =A0 =A0 =A0at org.jboss.web.tomcat.service.deployers.TomcatDeployment= .performDeploy(TomcatDeployment.java:144) > =A0 =A0 =A0 =A0at org.jboss.web.deployers.AbstractWarDeployment.start(Abs= tractWarDeployment.java:461) > =A0 =A0 =A0 =A0at org.jboss.web.deployers.WebModule.startModule(WebModule= .java:118) > =A0 =A0 =A0 =A0at org.jboss.web.deployers.WebModule.start(WebModule.java:= 97) > =A0 =A0 =A0 =A0at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met= hod) > =A0 =A0 =A0 =A0at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMetho= dAccessorImpl.java:39) > =A0 =A0 =A0 =A0at sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegat= ingMethodAccessorImpl.java:25) > =A0 =A0 =A0 =A0at java.lang.reflect.Method.invoke(Method.java:585) > =A0 =A0 =A0 =A0at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(Ref= lectedDispatcher.java:157) > =A0 =A0 =A0 =A0at org.jboss.mx.server.Invocation.dispatch(Invocation.java= :96) > =A0 =A0 =A0 =A0at org.jboss.mx.server.Invocation.invoke(Invocation.java:8= 8) > =A0 =A0 =A0 =A0at org.jboss.mx.server.AbstractMBeanInvoker.invoke(Abstrac= tMBeanInvoker.java:264) > =A0 =A0 =A0 =A0at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerI= mpl.java:668) > =A0 =A0 =A0 =A0at org.jboss.system.microcontainer.ServiceProxy.invoke(Ser= viceProxy.java:206) > =A0 =A0 =A0 =A0at $Proxy36.start(Unknown Source) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > --=20 "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org