Hello,
I use Orbeon Forms Release 3.6.0beta.200708280831 and I have a problem to load a file in eXist. I try to load a xml file ( 22Mb) with webdav and it fail. When I cut the file , it works fine so I think the file is too large. I search the parameter in the conf to change it but I can't find it. Thanks a lot, Alexandre PIASER Technicien informatique Sandre / OIEau - Service Normalisation et Systèmes d'Information Office international de l'eau -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws WINMAIL.DAT (3K) Download Attachment |
Alexander, I have similar problems with other version of eXist as well. One work-around was to run the upload on the server, that is, the file is on the server and does not go over a network. I think this is an issue with eXist. --Hank Hank Ratzesberger Institute for Crustal Studies > Hello, > > I use Orbeon Forms Release 3.6.0beta.200708280831 and I have a > problem to load a file in eXist. > I try to load a xml file ( 22Mb) with webdav and it fail. When I cut the > file , it works fine so I think the file is too large. > I search the parameter in the conf to change it but I can't find it. > > Thanks a lot, > > > Alexandre PIASER > Technicien informatique Sandre / OIEau - Service Normalisation et > Systèmes d'Information > Office international de l'eau > > > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by AlexandreP
If it is a composite file with unrelated content , then break it up
into small dogs. Use collection to aggregate. Even if it works, you will be killed at runtime. Thx via my iPhone , Arun 612-501-6345 [hidden email] On Oct 6, 2008, at 5:36 AM, "Alexandre PIASER" <[hidden email]> wrote: > Hello, > > I use Orbeon Forms Release 3.6.0beta.200708280831 and I have a > problem to load a file in eXist. > I try to load a xml file ( 22Mb) with webdav and it fail. When I cut > the > file , it works fine so I think the file is too large. > I search the parameter in the conf to change it but I can't find it. > > Thanks a lot, > > > Alexandre PIASER > Technicien informatique Sandre / OIEau - Service Normalisation et > Systèmes d'Information > Office international de l'eau > > > > <WINMAIL.DAT> > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by AlexandreP
There is a configuration property you can try to change in
properties.xml (now properties-base.xml): <property as="xs:integer" processor-name="oxf:request" name="max- upload-size" value="100000000"/> The default value is about 10 MB. You can try increasing this to, say, 25 MB. -Erik On Oct 6, 2008, at 3:36 AM, Alexandre PIASER wrote: > Hello, > > I use Orbeon Forms Release 3.6.0beta.200708280831 and I have a > problem to load a file in eXist. > I try to load a xml file ( 22Mb) with webdav and it fail. When I cut > the > file , it works fine so I think the file is too large. > I search the parameter in the conf to change it but I can't find it. > > Thanks a lot, > > > Alexandre PIASER > Technicien informatique Sandre / OIEau - Service Normalisation et > Systèmes d'Information > Office international de l'eau > > > > <WINMAIL.DAT> > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks for your answers,
I have already tried to modify this property and I have tried to run the upload on the server but it failed. I try it this morning (value="250000000") and I see the same message "Une erreur s'est produite lors du transfert du fichier", I also see a smaller file in eXist. I export it and I compare it with my file that I want to upload and It's the same.( some differences : some spaces was deleted) The upload has worked but I have an error message. It's strange. Thank for your help, Alex -----Message d'origine----- De : Erik Bruchez [mailto:[hidden email]] Envoyé : lundi 6 octobre 2008 22:50 À : [hidden email] Objet : [ops-users] Re: error when upload a file There is a configuration property you can try to change in properties.xml (now properties-base.xml): <property as="xs:integer" processor-name="oxf:request" name="max- upload-size" value="100000000"/> The default value is about 10 MB. You can try increasing this to, say, 25 MB. -Erik On Oct 6, 2008, at 3:36 AM, Alexandre PIASER wrote: > Hello, > > I use Orbeon Forms Release 3.6.0beta.200708280831 and I have a > problem to load a file in eXist. > I try to load a xml file ( 22Mb) with webdav and it fail. When I cut > the > file , it works fine so I think the file is too large. > I search the parameter in the conf to change it but I can't find it. > > Thanks a lot, > > > Alexandre PIASER > Technicien informatique Sandre / OIEau - Service Normalisation et > Systèmes d'Information > Office international de l'eau > > > > <WINMAIL.DAT> > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Maybe eXist has a size limit for uploads. Something to check maybe on
the exist-open mailing-list. -Erik On Oct 7, 2008, at 1:26 AM, Alexandre PIASER wrote: > Thanks for your answers, > > I have already tried to modify this property and I have tried to > run the upload on the server but it failed. > I try it this morning (value="250000000") and I see the same message > "Une erreur s'est produite lors du transfert du fichier", I also see a > smaller file in eXist. > I export it and I compare it with my file that I want to upload and > It's > the same.( some differences : some spaces was deleted) > The upload has worked but I have an error message. > It's strange. > > Thank for your help, > > Alex > > -----Message d'origine----- > De : Erik Bruchez [mailto:[hidden email]] > Envoyé : lundi 6 octobre 2008 22:50 > À : [hidden email] > Objet : [ops-users] Re: error when upload a file > > There is a configuration property you can try to change in > properties.xml (now properties-base.xml): > > <property as="xs:integer" processor-name="oxf:request" name="max- > upload-size" value="100000000"/> > > The default value is about 10 MB. You can try increasing this to, say, > 25 MB. > > -Erik > > On Oct 6, 2008, at 3:36 AM, Alexandre PIASER wrote: > >> Hello, >> >> I use Orbeon Forms Release 3.6.0beta.200708280831 and I have a >> problem to load a file in eXist. >> I try to load a xml file ( 22Mb) with webdav and it fail. When I cut >> the >> file , it works fine so I think the file is too large. >> I search the parameter in the conf to change it but I can't find it. >> >> Thanks a lot, >> >> >> Alexandre PIASER >> Technicien informatique Sandre / OIEau - Service Normalisation et >> Systèmes d'Information >> Office international de l'eau >> >> >> >> <WINMAIL.DAT> >> -- >> You receive this message as a subscriber of the [hidden email] >> mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |