You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Th Templ <te...@hotmail.com> on 2002/03/21 09:14:37 UTC

[STRUTS]: MAPPING configuration error for request URI

Hi,

With struts 1.0.2 ( with jboss 2.2.4 & tomcat 4.0.1), I have the following 
exception in the log of the server, but the action class work correctly ( 
the datas are correctly shown! ). I don't see any errors in my struts-config 
file ( according to user guide and examples in distribution ).
Has anyone already had this problem?
Thanks for your help

Extract of the server log:

[18:12:55,261,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING 
configuration error for request URI
[18:12:55,271,EmbeddedCatalinaServiceSX] HttpProcessor[80][3] process.invoke
java.lang.NullPointerException
	at 
org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:280)
	at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:180)
	at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
	at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
	at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
	at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
	at java.lang.Thread.run(Thread.java:484)

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [STRUTS]: MAPPING configuration error for request URI

Posted by Ted Husted <hu...@apache.org>.
The best thing might be to register it with bugzilla, and include a copy
of the configuration elements that might be generating the event. 

http://jakarta.apache.org/site/bugs.html

-- Ted Husted, Husted dot Com, Fairport NY US
-- Developing Java Web Applications with Struts
-- Tel: +1 585 737-3463
-- Web: http://husted.com/about/services


Th Templ wrote:
> 
> Hi,
> 
> With struts 1.0.2 ( with jboss 2.2.4 & tomcat 4.0.1), I have the following
> exception in the log of the server, but the action class work correctly (
> the datas are correctly shown! ). I don't see any errors in my struts-config
> file ( according to user guide and examples in distribution ).
> Has anyone already had this problem?
> Thanks for your help
> 
> Extract of the server log:
> 
> [18:12:55,261,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING
> configuration error for request URI
> [18:12:55,271,EmbeddedCatalinaServiceSX] HttpProcessor[80][3] process.invoke
> java.lang.NullPointerException
>         at
> org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:280)
>         at
> org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:180)
>         at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
>         at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
>         at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
>         at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
>         at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
>         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
>         at
> org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
>         at
> org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
>         at java.lang.Thread.run(Thread.java:484)
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>