Thank you both for your replies - you were right it was a permissions problem.
What was throwing me off was that the error was occuring before I even did any operations at all on the incoming file stream - I guess bluedragon saves multipart/form-data streams to the temp directory as it comes in so lack of write access to the directory will cause an error to be thrown even if no developer code is there on the recieving page. Diarmuid On Feb 25, 4:52 pm, Diarmuid King <[email protected]> wrote: > The stack trace I am getting on the error is: > > Servlet failed with Exception > java.lang.NullPointerException > at com.naryx.tagfusion.cfm.engine.cfDecodedInput.deleteFiles > (Unknown Source) > at com.naryx.tagfusion.cfm.engine.cfSession.pageEnd(Unknown > Source) > at > com.naryx.tagfusion.cfm.engine.cfmRunTimeException.handleException > (Unknown Source) > at com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown > Source) > at com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source) > at javax.servlet.http.HttpServlet.service(HttpServlet.java: > 856) > at weblogic.servlet.internal.StubSecurityHelper > $ServletServiceAction.run(StubSecurityHelper.java:227) > at weblogic.servlet.internal.StubSecurityHelper.invokeServlet > (StubSecurityHelper.java:125) > at weblogic.servlet.internal.ServletStubImpl.execute > (ServletStubImpl.java:283) > at weblogic.servlet.internal.ServletStubImpl.execute > (ServletStubImpl.java:175) > at weblogic.servlet.internal.WebAppServletContext > $ServletInvocationAction.run(WebAppServletContext.java:3231) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs > (AuthenticatedSubject.java:321) > at weblogic.security.service.SecurityManager.runAs > (SecurityManager.java:121) > at > weblogic.servlet.internal.WebAppServletContext.securedExecute > (WebAppServletContext.java:2002) > at weblogic.servlet.internal.WebAppServletContext.execute > (WebAppServletContext.java:1908) > at weblogic.servlet.internal.ServletRequestImpl.run > (ServletRequestImpl.java:1362) > at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) > at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) > > On Feb 25, 4:12 pm, Diarmuid King <[email protected]> wrote: > > > > > Hi All, > > > I was wondering if anyone out there might have run into this or might > > have an idea of how I can fix it. > > > I am running Open Bluedragon on Weblogic 9.2 on Solaris. > > > Whenever I hit a .cfm page with a http post from a form with > > ENCTYPE="multipart/form-data" I get an error saying: > > > CFML Runtime Error > > An error has occurred while attempting to process the incoming > > multipart/form-data stream: java.io.IOException: Permission denied > > > This happens even on a page where the only code is > > > <cfoutput><cfdump></cfoutput> > > > The same code runs fine on windows, and the same functionality (in > > JSP) works fine when running on the same solaris/weblogic server. > > > If anyone has any tips on how this could be handled I would much > > appreciate it as I am hitting a brick wall here. > > > Thanks, > > > Diarmuid King- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
