I've seen similar, and the times I've seen it it's been file permissions.
Check where the csv file is being written to, along with *all* the parent
directories. Make sure that the user running the apache process has
permissions to write to those directories.

On Tue, Jun 16, 2015 at 10:21 AM Paul Kraus <[email protected]> wrote:

> I have an internal web application that imports some records via csv and
> then imports them into our legacy systems database using ODBC. The click
> the import button it goes to just a normal @expose() method that does the
> import and when finished redirects to a results page. No multithread or
> async stuff going on. In development it just works without issues. On our
> production server it dies with an error 500 and watching the logs this is
> the error produced...
>
>
> [core:error] [pid 45376:tid 139899256612608] [client 10.0.7.1:50186] End
> of script output before headers: app.wsgi
>
> Kind of getting twisted around the axle here so any help would be greatly
> appreciated.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/turbogears.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to