Form Builder "Error" ?

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Form Builder "Error" ?

cronos-2
Hello,

I am testing (using form builder on orbeons website) how orbeon handles base64binary
using the following form.

http://www.orbeon.com/ops/fr/orbeon/builder/edit/e82fd1f7e604b198bbf7b7e352a07029

A http service (mypicture) is meant to call a remote service to get the binary data.

However, i get the following error when I test the service.

====================================================

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>

Not Found

<p>The requested URL /picture.php was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

=====================================================

Essentially, the form cannot call a remote address. I have checked the service address
several times and it is correct. So, what is the problem. Is this a bug or his orbeon
blocking http services that call a remote site?

Thanks


Reply | Threaded
Open this post in threaded view
|

Re: Form Builder "Error" ?

Alessandro Vernet
Administrator

cronos wrote
I am testing (using form builder on orbeons website) how orbeon handles base64binary
using the following form.

====================================================

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>

Not Found

<p>The requested URL /picture.php was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

=====================================================
What is the URL that the browser tries to load the picture from? I see a call to picture.php, and I don't see how Form Builder would make such a call.

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Form Builder "Error" ?

cronos-2

Alex,

>What is the URL that the browser tries to load the picture from? I see a call to picture.php, and I don't >see how Form Builder would make such a call.

please, check the http service on this form.

http://www.orbeon.com/ops/fr/orbeon/builder/edit/c3e779453dc3de1968247fce20d67180





Reply | Threaded
Open this post in threaded view
|

Re: Form Builder "Error" ?

Alessandro Vernet
Administrator
cronos wrote
I see. Indeed, I also get this error when trying this with the version deployed on our server, but it is working find when using a version deployed locally. So the error you see is likely to be due to a particular configuration on our server or to a issue in Orbeon Forms that has been fixed since that version was deployed. Have you trying doing the same on your own machine, with a recent build (preferably a nightly build)?

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Form Builder "Error" ?

cronos-2

I see. Indeed, I also get this error when trying this with the version deployed on our server, but it is working find when using a version deployed locally. So the error you see is likely to be due to a particular configuration on our server or to a issue in Orbeon Forms that has been fixed since that version was deployed. Have you trying doing the same on your own machine, with a recent build (preferably a nightly build)?

yes, i did deploy the nightly build and the http service works fine. I notice that the
http service in the orbeon web site is working normally now. Any idea what the
"BUG" was?

thanks

Reply | Threaded
Open this post in threaded view
|

Re: Form Builder "Error" ?

Alessandro Vernet
Administrator
cronos wrote
yes, i did deploy the nightly build and the http service works fine. I notice that the
http service in the orbeon web site is working normally now. Any idea what the
"BUG" was?
I don't :). The build we have on the server dates from June 16, and hasn't been updated recently, so I am not sure why this would have changed. I'd feel more comfortable knowing why, but I am still glad to see problems disappear!

Alex