Yes. Everything is the same. Difference are OS and of course JVM
implementation.
P
On Aug 27, 4:01 pm, Jeff Harmon <
jeffreyhhar...@gmail.com> wrote:
> All other relevant things are equal, except OS? Java version, JUpload
> version, php.ini settings, etc?
>
> -Jeff
>
> On Aug 26, 8:29 am, philippe <
philippebo...@hotmail.com> wrote:
>
>
>
> > I found out what is causing the bug.
>
> > Apache 2.2.15
> > MySQL 5.0.16
> > PHP 5.2.13
> > Windows XP Pro SP3
> > Resource Space 3.2
>
> > On a Windows machine, with the alternative files set in Resource
> > Space:
> > # FFMPEG - generation of alternative videofilesizes/formats
>
> > $ffmpeg_alternatives[0]["name"]="SWFFile(smalldownload)";
> > $ffmpeg_alternatives[0]["filename"]="Flash";
> > $ffmpeg_alternatives[0]["extension"]="swf";
> > $ffmpeg_alternatives[0]["params"]="-f swf -deinterlace -s 360x240 -b
> > 550000 -ar 44100";
>
> > We get forlargefiles (bigger than 200M) the socket exception. If I
> > comment those lines, noerror. When theerroroccurs, thefileis
> > still uploaded to the server and the alternativefileis created.
>
> > If we are batch uploading with JUpload (multiplefilein JUpload) the
> > upload will stop with thefilewhere the exception occurred.
>
> > We have no problem with alternativefileand JUpload if we are using a
> > Mac OSX.
>
> > Thanks!
>
> > Philippe
>
> > On Aug 23, 2:28 pm, philippe <
philippebo...@hotmail.com> wrote:
>
> > > Hello,
>
> > > I'm using ResourceSpace 3.2 on a Windows XP SP3, Apache 2.215, PHP
> > > 5.2.13 and MySQL 5.0.16. When I try to upload big files (1GO) with
> > > JUpload I get that errors:
>
> > > java.net.SocketException:Connectionreset(while reading server
> > > response)
http://www.telecine.ca/socketerror.jpghttp://www.telecine.ca/socketer...mode.
>
> > > There's noerrorin the Apache log and thefileis uploaded but if I
> > > batch upload files, it will stop at thefilewhere a had the "socket
> > >error".
>
> > > This is the debug log from JUpload
>
> > > Linking with no link titlehttp://
www.telecine.ca/JUploadDebug.txt
>
> > > What is causing thiserror?
>