you have no idea   :-)


2008/5/22 Yousri BENDI ABDALLAH <[EMAIL PROTECTED]>:

> Good morning,
> I limited the size of the file upload a 15Mb
>
>
>          <action name="index" class="systemAction" method="list">
>              <result name="success"> / jsp / chemin_systeme / index.jsp </
> result>
>          </ action>
>
>          <action name="add" class="systemAction" method="add">
>              <interceptor-ref name="fileUpload">
>                  <param name="maximumSize"> 5728640 </ param>
>              </ interceptor-ref>
>              <interceptor-ref name="basicStack"/>
>
>              <result name="input"> / jsp / chemin_systeme / ajout.jsp </
> result>
>              <result name="success" type="redirect-action"> index.action </
> result>
>
>          </ action>
>
>
> if I met a file least 2MB of it works well,
> if I have more following error without index,
> if you have an idea. Thank you
>
>
> [ERROR] 11:20:52 (FilterDispatcher.java:doFilter:395) error getting
> ActionMapping
> java.lang.NullPointerException
>     at
> org.apache.struts2.dispatcher.multipart.PellMultiPartRequest.getParameterNames(PellMultiPartRequest.java:103)
>     at
> org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper.getParameterNames(MultiPartRequestWrapper.java:184)
>     at
> org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper.getParameterMap(MultiPartRequestWrapper.java:167)
>     at
> org.apache.struts2.dispatcher.mapper.DefaultActionMapper.handleSpecialParameters(DefaultActionMapper.java:308)
>     at
> org.apache.struts2.dispatcher.mapper.DefaultActionMapper.getMapping(DefaultActionMapper.java:276)
>     at
> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:393)
>     at
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
>     at
> com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
>     at
> com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
>     at
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
>     at
> org.apache.struts2.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:99)
>     at
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
>     at
> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
>     at
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
>     at
> weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
>     at
> weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
>     at
> weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
>     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
>     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
>
>
> --
> Yousri BENDIABDALLAH
>



-- 
Yousri BENDIABDALLAH

Reply via email to