Thanks for your help ! Unfortunately, it didn't work and I found why: the maximum form content size is set in the code of Fuseky ! In SPARQLServer.java code source, there is the following line:
// Set the max form size much higher. context.setMaxFormContentSize(1*1024*1024) ; 1Mb is nice but not enough for me, knowing that I use Elda, a linked-data implementation, that generates potentially very large SPARQL queries. Would there be a chance to make this configurable, through an assembler description or directly in the command line ? Thanks, Chris -----Message d'origine----- De : Damian Steer [mailto:[email protected]] Envoyé : vendredi 28 octobre 2011 18:01 À : [email protected] Objet : Re: [Fuseky] Form too large -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28/10/11 16:46, Camel Christophe wrote: > Hello all ! > > I'm using Fuseky 0.2.0 and I face an exception when submitting > very large queries: > > java.lang.IllegalStateException: Form too large4618594>1048576 > I know the problem is related to Jetty, but I can't configure the > Fuseky/Jetty couple for working with higher form size. Especially > the " org.mortbay.jetty.Request.maxFormContentSize" system property > does not work as expected. I think the relevant setting is now (Jetty 7 onwards): org.eclipse.jetty.server.Request.maxFormContentSize See if that works, Damian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6q0aYACgkQAyLCB+mTtymY1gCdFTf/QPfUZHtFFwSLSoj+moDK LMMAoJ4a4VqIlybAVoX0ACVnf9h1RNAb =x0Gx -----END PGP SIGNATURE-----
