Ah ha I figured oreily might be involved Take a peak at http://www.servlets.com/cos/faq.html
This indicates there was a problem parsing the POST request submitted by the client. There can be many causes for the problem: The client hit the STOP button (not really a problem, but it does cause a premature ending) A bug in the web form A bug in the servlet A bug in the web server A bug in the browser A bug in the com.oreilly.servlet library itself Etc etc and has a few ideas on a fix0r - Paul Fennell ([EMAIL PROTECTED]) - Satachi Support ([EMAIL PROTECTED]) -----Original Message----- From: Steve Martin [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 16:36 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Corrupt form data: premature ending Error Occurred While Processing Request Corrupt form data: premature ending Please try the following: Check the CFML Reference Manual to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705) <snip> Date/Time 02-Jul-03 04:39 PM Stack Trace (click to expand) java.io.IOException: Corrupt form data: premature ending at com.oreilly.servlet.multipart.MultipartParser.<init>(Unknown Source) at com.oreilly.servlet.multipart.MultipartParser.<init>(Unknown Source) at coldfusion.filter.FormScope.fillMultipart(Unknown Source) at coldfusion.filter.FusionContext.SymTab_initForRequest(Unknown Source) at coldfusion.filter.GlobalsFilter.initializeSymbolTableAndPageContextForRe quest(Unknown Source) at coldfusion.filter.GlobalsFilter.invoke(Unknown Source) at coldfusion.filter.DatasourceFilter.invoke(Unknown Source) at coldfusion.CfmServlet.service(Unknown Source) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226 ) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527 ) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java: 198) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.j ava:348) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java :451) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav a:294) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > -----Original Message----- > From: Paul Fennell [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 16:20 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Corrupt form data: premature ending > > > Steve can you post a full stack trace as this I think is a jrun issue > > > - Paul Fennell ([EMAIL PROTECTED]) > - Satachi Support ([EMAIL PROTECTED]) > > > -----Original Message----- > From: Steve Martin [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 16:02 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] Corrupt form data: premature ending > > Anyone come across the following: > > > "Error Occurred While Processing Request > Corrupt form data: premature ending" > > Happens after a form submission (enctype=multipart/form-data). CFMX > updater 3. > We have no access to the server. Basically, it (allegedly) > started since > they updated CFMX. We wrote the app and it works fine here. Any clues > appreciated. > > Ta > Steve > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.495 / Virus Database: 294 - Release Date: 30/06/2003 > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.495 / Virus Database: 294 - Release Date: 30/06/2003 > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.495 / Virus Database: 294 - Release Date: 30/06/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.495 / Virus Database: 294 - Release Date: 30/06/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
