[ 
https://issues.apache.org/struts/browse/WW-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43035#action_43035
 ] 

Benjamin McCann commented on WW-2240:
-------------------------------------

Yes.  It happens every single time, as long as I choose a file and do not 
submit an empty input.  I am running WebLogic 10 on Windows XP and the error is 
logged to 
C:\appServer\bea\user_projects\domains\base_domain\servers\AdminServer\logs\base_domain.log:
####<Jan 18, 2008 8:08:48 AM EST> <Error> <HTTP> <L3A3454> <AdminServer> 
<[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default 
(self-tuning)'> <<WLS Kernel>> <> <> <1200661728011> <BEA-101017> <[EMAIL 
PROTECTED] - appName: '_appsdir_webtest_war', name: 'webtest.war', 
context-path: '/webtest'] Root cause of ServletException.
java.lang.NullPointerException
        at 
org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:277)

It happens every single time I or a coworker try to use a FileUploadInterceptor 
at work as well.  There I am running WebLogic 9.2 on Windows XP.  WebLogic is a 
free download 
(http://commerce.bea.com/showproduct.jsp?family=WLS&major=10&minor=1) though I 
believe the file size is a bit large.

> FileUploadInterceptor causes null pointer exception
> ---------------------------------------------------
>
>                 Key: WW-2240
>                 URL: https://issues.apache.org/struts/browse/WW-2240
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors
>    Affects Versions: 2.1.0
>            Reporter: Benjamin McCann
>             Fix For: 2.1.1
>
>         Attachments: improvedLogging.patch, null context.jpg, 
> TestAction.java, webtest.war
>
>
> Using struts2-core-2.1.0-SNAPSHOT-20071003.jar, I received the following:
> java.lang.NullPointerException
>       at 
> org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:277)
>       at 
> com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
>       at 
> com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
>       at 
> com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
>       at 
> com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
> My action was able to access the File, so it must have been something in the 
> cleanup.  My action was very similar to the one found in this tutorial 
> http://www.roseindia.net/struts/struts2/struts-2-file-upload.shtml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to