[ 
http://www.stripesframework.org/jira/browse/STS-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ben Gunter updated STS-776:
---------------------------

    Fix Version/s: Release 1.5.5

> example.war does not work on JBoss 6.0.020100911-M5
> ---------------------------------------------------
>
>                 Key: STS-776
>                 URL: http://www.stripesframework.org/jira/browse/STS-776
>             Project: Stripes
>          Issue Type: Bug
>          Components: ActionBean Dispatching
>    Affects Versions: Release 1.5.2, Release 1.5.3
>         Environment: JBoss 6.0.020100911-M5,Windows XP SP3 x86
>            Reporter: Mike Hutton
>             Fix For: Release 1.5.5
>
>         Attachments: logsnippet.txt
>
>
> Action beans are apparently not discovered during Stripes startup on JBoss 6 
> M5, likely due to changes in the JBoss 6 VFS since JBoss 6 M2. Stack trace 
> follows:
> 13:34:17,707 ERROR 
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/stripes-examples].[StripesDispatcher]]
>  Servlet.service() for servlet StripesDispatcher threw exception: 
> net.sourceforge.stripes.exception.ActionBeanNotFoundException: Could not 
> locate an ActionBean that is bound to the URL 
> [/examples/quickstart/Calculator.action]. Commons reasons for this include 
> mis-matched URLs and forgetting to implement ActionBean in your class. 
> Registered ActionBeans are: {/controller/DefaultView.action=class 
> net.sourceforge.stripes.controller.DefaultViewActionBean, 
> /controller/DefaultView.action/=class 
> net.sourceforge.stripes.controller.DefaultViewActionBean}
>       at 
> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:343)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.NameBasedActionResolver.getActionBean(NameBasedActionResolver.java:264)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:295)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.DispatcherHelper$1.intercept(DispatcherHelper.java:108)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.DispatcherHelper.resolveActionBean(DispatcherHelper.java:104)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.DispatcherServlet.resolveActionBean(DispatcherServlet.java:238)
>  [:1221]
>       at 
> net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:141)
>  [:1221]
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) 
> [:1.0.0.Beta2]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
>  [:6.0.0.20100911-M5]
>       at 
> net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)
>  [:1221]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
>  [:6.0.0.20100911-M5]
>       at 
> org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:63)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>  [:6.0.0.20100911-M5]
>       at 
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)
>  [:6.0.0.20100911-M5]
>       at 
> org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)
>  [:1.1.0.CR3]
>       at 
> org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)
>  [:1.1.0.CR3]
>       at 
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)
>  [:6.0.0.20100911-M5]
>       at 
> org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
> [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
> [:6.0.0.20100911-M5]
>       at 
> org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>  [:6.0.0.20100911-M5]
>       at 
> org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) 
> [:6.0.0.20100911-M5]
>       at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) 
> [:6.0.0.20100911-M5]
>       at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
>  [:6.0.0.20100911-M5]
>       at 
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951) 
> [:6.0.0.20100911-M5]
>       at java.lang.Thread.run(Unknown Source) [:1.6.0_21]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to