XForms - submission - xforms-submit-error

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

XForms - submission - xforms-submit-error

sunilmanyam

 

Hello All,

 

      In my xform there is a trigger (‘more’)when I clicks on that more link a xform:submission is called and in that submission I will be querying data from exist.

But when I am clicks on that more link  I will be getting the following error.

 

Error  XForms - submission - xforms-submit-error

 

 

ERROR XFormsServer  - XForms - submission - xforms-submit-error throwable: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond

                at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976)

                at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)

                at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)

                at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)

 

Any help will be appreciable.

 

Thanks

Sunil

 

               

 



--
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
Reply | Threaded
Open this post in threaded view
|

Re: XForms - submission - xforms-submit-error

Hank Ratzesberger
Hi Sunil,

Have you tried specifying "http://localhost/" or your the loopback address in your submission?

Are you running your java servlet behind Apache, and are you sure that some redirection 
is not interfering (or required) ?

Keep in mind, it is the server that is trying to access the URL, not the client.

This reminds me of a problem that was solved on Windows by adding localhost
to the /etc/hosts file, because the server could not resolve localhost.

Regards,
Hank

On Jul 20, 2009, at 5:51 AM, sunilm wrote:

 

Hello All,

 

      In my xform there is a trigger (‘more’)when I clicks on that more link a xform:submission is called and in that submission I will be querying data from exist.

But when I am clicks on that more link  I will be getting the following error.

 

Error  XForms - submission - xforms-submit-error

 

 

ERROR XFormsServer  - XForms - submission - xforms-submit-error throwable: org.apache.commons.httpclient.NoHttpResponseException: The server localhost failed to respond

                at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976)

                at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)

                at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)

                at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)

 

Any help will be appreciable.

 

Thanks

Sunil

 

               

 


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
OW2 mailing lists service home page: http://www.ow2.org/wws

Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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