Aggregate publish to JSON server not working

Hello,

I'm trying to publish my form results from aggregate to my server through JSON using the Z-ALPHA JSON Server, but my server is not receiving any post requests!

My server just prints out any request it receives in the console, and I verified that I can post to it from my laptop (the server is on ec2).

Is there anything I could be missing?

Thanks!

  • Erik

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to 1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, eschluntz@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my server through JSON using the Z-ALPHA JSON Server, but my server is not receiving any post requests!

My server just prints out any request it receives in the console, and I verified that I can post to it from my laptop (the server is on ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the Google Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Yaw!

So my server is now receiving a json post for the first form, but none
after that. I looked at the log files, and it says that the target server
isn't responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed to respond

Does it not send the rest of the form data because I didn't send a response
back for this one? If so, what kind of response am I supposed to send?

Thanks!

  • Erik
··· On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote: > > Some things to try... > > Poke around in the Aggregate logs to see if you get any hints. > > If you are running an old version of Aggregate, try an upgrade to 1.4. > > If you already upgraded to Aggregate 1.4, read through > https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and > make sure you upgraded properly. > > Try other publishers (e.g., Fusion Tables) to see if any of those > work. If no, look at the logs again. > > Yaw > -- > Need ODK services? http://nafundi.com provides form design, server > setup, professional support, and software development for ODK. > > On Sun, Jan 5, 2014 at 5:32 AM, <esch...@gmail.com > wrote: > > Hello, > > > > I'm trying to publish my form results from aggregate to my server > through JSON using the Z-ALPHA JSON Server, but my server is not receiving > any post requests! > > > > My server just prints out any request it receives in the console, and I > verified that I can post to it from my laptop (the server is on ec2). > > > > Is there anything I could be missing? > > > > Thanks! > > - Erik > > > > -- > > You received this message because you are subscribed to the Google > Groups "ODK Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to opendatakit-developers+unsubscribe@googlegroups.com. > > > For more options, visit https://groups.google.com/groups/opt_out. >

Did you end up resolving this issue, Erik?

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz eschluntz@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but none after
that. I looked at the log files, and it says that the target server isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed to respond

Does it not send the rest of the form data because I didn't send a response
back for this one? If so, what kind of response am I supposed to send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to 1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my server
through JSON using the Z-ALPHA JSON Server, but my server is not receiving
any post requests!

My server just prints out any request it receives in the console, and I
verified that I can post to it from my laptop (the server is on ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Yep, and now that I can cancel publishers I have the whole system working!

I felt like there were a lot of little pitfalls along the way that slowed
down our development a lot, and I couldn't find the solutions anywhere
online. For instance, because of how the json was formatted, my django
server didn't recognize it as a POST somehow and I had to access the data
through REQUEST.body.

So that other people have an easier time with this in the future, would I
be able to write up a summary of how I got it working and put it in the
google code wiki?

Thanks!

··· On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa wrote:

Did you end up resolving this issue, Erik?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz eschluntz@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but none
after
that. I looked at the log files, and it says that the target server isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed to
respond

Does it not send the rest of the form data because I didn't send a
response
back for this one? If so, what kind of response am I supposed to send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to 1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my server
through JSON using the Z-ALPHA JSON Server, but my server is not
receiving
any post requests!

My server just prints out any request it receives in the console, and
I
verified that I can post to it from my laptop (the server is on ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Erik,

Glad is working! We'd love to get you to document whatever challenges
you came across. Draft it up in a Google doc and send it to me when
you are done. I'll then integrate it into
https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers.

Thanks,

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 12:46 PM, Erik Schluntz eschluntz@gmail.com wrote:

Yep, and now that I can cancel publishers I have the whole system working!

I felt like there were a lot of little pitfalls along the way that slowed
down our development a lot, and I couldn't find the solutions anywhere
online. For instance, because of how the json was formatted, my django
server didn't recognize it as a POST somehow and I had to access the data
through REQUEST.body.

So that other people have an easier time with this in the future, would I be
able to write up a summary of how I got it working and put it in the google
code wiki?

Thanks!

On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Did you end up resolving this issue, Erik?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz eschluntz@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but none
after
that. I looked at the log files, and it says that the target server
isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed to
respond

Does it not send the rest of the form data because I didn't send a
response
back for this one? If so, what kind of response am I supposed to send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to 1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my server
through JSON using the Z-ALPHA JSON Server, but my server is not
receiving
any post requests!

My server just prints out any request it receives in the console, and
I
verified that I can post to it from my laptop (the server is on ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Great! Just added you to the google doc.
Best,

  • Erik
··· On Thu, Jan 9, 2014 at 3:18 PM, Yaw Anokwa wrote:

Erik,

Glad is working! We'd love to get you to document whatever challenges
you came across. Draft it up in a Google doc and send it to me when
you are done. I'll then integrate it into

https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers
.

Thanks,

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 12:46 PM, Erik Schluntz eschluntz@gmail.com wrote:

Yep, and now that I can cancel publishers I have the whole system
working!

I felt like there were a lot of little pitfalls along the way that slowed
down our development a lot, and I couldn't find the solutions anywhere
online. For instance, because of how the json was formatted, my django
server didn't recognize it as a POST somehow and I had to access the data
through REQUEST.body.

So that other people have an easier time with this in the future, would
I be
able to write up a summary of how I got it working and put it in the
google
code wiki?

Thanks!

On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Did you end up resolving this issue, Erik?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz eschluntz@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but none
after
that. I looked at the log files, and it says that the target server
isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed to
respond

Does it not send the rest of the form data because I didn't send a
response
back for this one? If so, what kind of response am I supposed to send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to
1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my server
through JSON using the Z-ALPHA JSON Server, but my server is not
receiving
any post requests!

My server just prints out any request it receives in the console,
and
I
verified that I can post to it from my laptop (the server is on
ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

And I just added the notes to
https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers.

Thanks so much for the contribution!

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 11:42 PM, Erik Schluntz eschluntz@gmail.com wrote:

Great! Just added you to the google doc.
Best,

  • Erik

On Thu, Jan 9, 2014 at 3:18 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Erik,

Glad is working! We'd love to get you to document whatever challenges
you came across. Draft it up in a Google doc and send it to me when
you are done. I'll then integrate it into

https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers.

Thanks,

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 12:46 PM, Erik Schluntz eschluntz@gmail.com wrote:

Yep, and now that I can cancel publishers I have the whole system
working!

I felt like there were a lot of little pitfalls along the way that
slowed
down our development a lot, and I couldn't find the solutions anywhere
online. For instance, because of how the json was formatted, my django
server didn't recognize it as a POST somehow and I had to access the
data
through REQUEST.body.

So that other people have an easier time with this in the future, would
I be
able to write up a summary of how I got it working and put it in the
google
code wiki?

Thanks!

On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Did you end up resolving this issue, Erik?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz eschluntz@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but
none
after
that. I looked at the log files, and it says that the target server
isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed to
respond

Does it not send the rest of the form data because I didn't send a
response
back for this one? If so, what kind of response am I supposed to
send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to
1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my server
through JSON using the Z-ALPHA JSON Server, but my server is not
receiving
any post requests!

My server just prints out any request it receives in the console,
and
I
verified that I can post to it from my laptop (the server is on
ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Yeah no problem, and that's for your help!

··· On Jan 10, 2014 1:57 PM, "Yaw Anokwa" wrote:

And I just added the notes to

https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers
.

Thanks so much for the contribution!

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 11:42 PM, Erik Schluntz eschluntz@gmail.com wrote:

Great! Just added you to the google doc.
Best,

  • Erik

On Thu, Jan 9, 2014 at 3:18 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Erik,

Glad is working! We'd love to get you to document whatever challenges
you came across. Draft it up in a Google doc and send it to me when
you are done. I'll then integrate it into

https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers
.

Thanks,

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 12:46 PM, Erik Schluntz eschluntz@gmail.com wrote:

Yep, and now that I can cancel publishers I have the whole system
working!

I felt like there were a lot of little pitfalls along the way that
slowed
down our development a lot, and I couldn't find the solutions anywhere
online. For instance, because of how the json was formatted, my django
server didn't recognize it as a POST somehow and I had to access the
data
through REQUEST.body.

So that other people have an easier time with this in the future,
would
I be
able to write up a summary of how I got it working and put it in the
google
code wiki?

Thanks!

On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa yanokwa@nafundi.com wrote:

Did you end up resolving this issue, Erik?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz eschluntz@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but
none
after
that. I looked at the log files, and it says that the target server
isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed
to
respond

Does it not send the rest of the form data because I didn't send a
response
back for this one? If so, what kind of response am I supposed to
send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade to
1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotesand
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design,
server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my
server
through JSON using the Z-ALPHA JSON Server, but my server is not
receiving
any post requests!

My server just prints out any request it receives in the
console,
and
I
verified that I can post to it from my laptop (the server is on
ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the
Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from
it,
send
an email to opendatakit-developers+unsubscribe@googlegroups.com
.
For more options, visit
https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe
.

To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe
.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hello,

I am looking to use these docs about the json server, but I can't find them
on github (the links Yaw posted are now broken). Please point me in the
right direction! Thanks!

-Ethan

··· On Saturday, January 11, 2014 at 1:06:53 AM UTC-5, Erik Schluntz wrote: > > Yeah no problem, and that's for your help! > On Jan 10, 2014 1:57 PM, "Yaw Anokwa" <yan...@nafundi.com > wrote: > >> And I just added the notes to >> >> https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers >> . >> >> Thanks so much for the contribution! >> >> Yaw >> -- >> Need ODK services? http://nafundi.com provides form design, server >> setup, professional support, and software development for ODK. >> >> On Thu, Jan 9, 2014 at 11:42 PM, Erik Schluntz <esch...@gmail.com > wrote: >> > Great! Just added you to the google doc. >> > Best, >> > - Erik >> > >> > >> > On Thu, Jan 9, 2014 at 3:18 PM, Yaw Anokwa <yan...@nafundi.com > wrote: >> >> >> >> Erik, >> >> >> >> Glad is working! We'd love to get you to document whatever challenges >> >> you came across. Draft it up in a Google doc and send it to me when >> >> you are done. I'll then integrate it into >> >> >> >> >> https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers >> . >> >> >> >> Thanks, >> >> >> >> Yaw >> >> -- >> >> Need ODK services? http://nafundi.com provides form design, server >> >> setup, professional support, and software development for ODK. >> >> >> >> On Thu, Jan 9, 2014 at 12:46 PM, Erik Schluntz <esch...@gmail.com > wrote: >> >> > Yep, and now that I can cancel publishers I have the whole system >> >> > working! >> >> > >> >> > I felt like there were a lot of little pitfalls along the way that >> >> > slowed >> >> > down our development a lot, and I couldn't find the solutions >> anywhere >> >> > online. For instance, because of how the json was formatted, my >> django >> >> > server didn't recognize it as a POST somehow and I had to access the >> >> > data >> >> > through REQUEST.body. >> >> > >> >> > So that other people have an easier time with this in the future, >> would >> >> > I be >> >> > able to write up a summary of how I got it working and put it in the >> >> > google >> >> > code wiki? >> >> > >> >> > Thanks! >> >> > >> >> > >> >> > On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa <yan...@nafundi.com > wrote: >> >> >> >> >> >> Did you end up resolving this issue, Erik? >> >> >> >> >> >> Yaw >> >> >> -- >> >> >> Need ODK services? http://nafundi.com provides form design, server >> >> >> setup, professional support, and software development for ODK. >> >> >> >> >> >> On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz <esch...@gmail.com > wrote: >> >> >> > Thanks Yaw! >> >> >> > >> >> >> > So my server is now receiving a json post for the first form, but >> >> >> > none >> >> >> > after >> >> >> > that. I looked at the log files, and it says that the target >> server >> >> >> > isn't >> >> >> > responding: >> >> >> > >> >> >> > INFO: There are 4 submissions available for upload >> >> >> > Sending one JSON Submission >> >> >> > http://54.200.154.159:8000? >> >> >> > org.opendatakit.aggregate.exception.ODKExternalServiceException: >> >> >> > org.apache.http.NoHttpResponseException: The target server failed >> to >> >> >> > respond >> >> >> > >> >> >> > >> >> >> > Does it not send the rest of the form data because I didn't send a >> >> >> > response >> >> >> > back for this one? If so, what kind of response am I supposed to >> >> >> > send? >> >> >> > >> >> >> > Thanks! >> >> >> > - Erik >> >> >> > >> >> >> > On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote: >> >> >> >> >> >> >> >> Some things to try... >> >> >> >> >> >> >> >> Poke around in the Aggregate logs to see if you get any hints. >> >> >> >> >> >> >> >> If you are running an old version of Aggregate, try an upgrade to >> >> >> >> 1.4. >> >> >> >> >> >> >> >> If you already upgraded to Aggregate 1.4, read through >> >> >> >> https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes >> and >> >> >> >> make sure you upgraded properly. >> >> >> >> >> >> >> >> Try other publishers (e.g., Fusion Tables) to see if any of those >> >> >> >> work. If no, look at the logs again. >> >> >> >> >> >> >> >> Yaw >> >> >> >> -- >> >> >> >> Need ODK services? http://nafundi.com provides form design, >> server >> >> >> >> setup, professional support, and software development for ODK. >> >> >> >> >> >> >> >> On Sun, Jan 5, 2014 at 5:32 AM, wrote: >> >> >> >> > Hello, >> >> >> >> > >> >> >> >> > I'm trying to publish my form results from aggregate to my >> server >> >> >> >> > through JSON using the Z-ALPHA JSON Server, but my server is >> not >> >> >> >> > receiving >> >> >> >> > any post requests! >> >> >> >> > >> >> >> >> > My server just prints out any request it receives in the >> console, >> >> >> >> > and >> >> >> >> > I >> >> >> >> > verified that I can post to it from my laptop (the server is on >> >> >> >> > ec2). >> >> >> >> > >> >> >> >> > Is there anything I could be missing? >> >> >> >> > >> >> >> >> > Thanks! >> >> >> >> > - Erik >> >> >> >> > >> >> >> >> > -- >> >> >> >> > You received this message because you are subscribed to the >> Google >> >> >> >> > Groups "ODK Developers" group. >> >> >> >> > To unsubscribe from this group and stop receiving emails from >> it, >> >> >> >> > send >> >> >> >> > an email to >> opendatakit-developers+unsubscribe@googlegroups.com . >> >> >> >> > For more options, visit >> https://groups.google.com/groups/opt_out. >> >> >> > >> >> >> > -- >> >> >> > You received this message because you are subscribed to the Google >> >> >> > Groups >> >> >> > "ODK Developers" group. >> >> >> > To unsubscribe from this group and stop receiving emails from it, >> >> >> > send >> >> >> > an >> >> >> > email to opendatakit-developers+unsubscribe@googlegroups.com >> . >> >> >> > For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> >> -- >> >> >> You received this message because you are subscribed to a topic in >> the >> >> >> Google Groups "ODK Developers" group. >> >> >> To unsubscribe from this topic, visit >> >> >> >> >> >> >> https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe >> . >> >> >> To unsubscribe from this group and all its topics, send an email to >> >> >> opendatakit-developers+unsubscribe@googlegroups.com . >> >> >> >> >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > >> >> > >> >> > -- >> >> > You received this message because you are subscribed to the Google >> >> > Groups >> >> > "ODK Developers" group. >> >> > To unsubscribe from this group and stop receiving emails from it, >> send >> >> > an >> >> > email to opendatakit-developers+unsubscribe@googlegroups.com >> . >> >> > For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> -- >> >> You received this message because you are subscribed to a topic in the >> >> Google Groups "ODK Developers" group. >> >> To unsubscribe from this topic, visit >> >> >> https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe >> . >> >> To unsubscribe from this group and all its topics, send an email to >> >> opendatakit-developers+unsubscribe@googlegroups.com . >> >> For more options, visit https://groups.google.com/groups/opt_out. >> > >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "ODK Developers" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to opendatakit-developers+unsubscribe@googlegroups.com >> . >> > For more options, visit https://groups.google.com/groups/opt_out. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "ODK Developers" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> opendatakit-developers+unsubscribe@googlegroups.com . >> For more options, visit https://groups.google.com/groups/opt_out. >> >

Yaw

··· -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Tue, Apr 19, 2016 at 2:49 PM, Ethan Keller ethan.keller@gmail.com wrote:

Hello,

I am looking to use these docs about the json server, but I can't find them
on github (the links Yaw posted are now broken). Please point me in the
right direction! Thanks!

-Ethan

On Saturday, January 11, 2014 at 1:06:53 AM UTC-5, Erik Schluntz wrote:

Yeah no problem, and that's for your help!

On Jan 10, 2014 1:57 PM, "Yaw Anokwa" yan...@nafundi.com wrote:

And I just added the notes to

https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers.

Thanks so much for the contribution!

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 11:42 PM, Erik Schluntz esch...@gmail.com wrote:

Great! Just added you to the google doc.
Best,

  • Erik

On Thu, Jan 9, 2014 at 3:18 PM, Yaw Anokwa yan...@nafundi.com wrote:

Erik,

Glad is working! We'd love to get you to document whatever challenges
you came across. Draft it up in a Google doc and send it to me when
you are done. I'll then integrate it into

https://code.google.com/p/opendatakit/wiki/AggregateToJSonXmlREDCapPublishers.

Thanks,

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Thu, Jan 9, 2014 at 12:46 PM, Erik Schluntz esch...@gmail.com wrote:

Yep, and now that I can cancel publishers I have the whole system
working!

I felt like there were a lot of little pitfalls along the way that
slowed
down our development a lot, and I couldn't find the solutions
anywhere
online. For instance, because of how the json was formatted, my
django
server didn't recognize it as a POST somehow and I had to access the
data
through REQUEST.body.

So that other people have an easier time with this in the future,
would
I be
able to write up a summary of how I got it working and put it in the
google
code wiki?

Thanks!

On Thu, Jan 9, 2014 at 7:32 PM, Yaw Anokwa yan...@nafundi.com wrote:

Did you end up resolving this issue, Erik?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Jan 7, 2014 at 7:48 AM, Erik Schluntz esch...@gmail.com wrote:

Thanks Yaw!

So my server is now receiving a json post for the first form, but
none
after
that. I looked at the log files, and it says that the target
server
isn't
responding:

INFO: There are 4 submissions available for upload
Sending one JSON Submission
http://54.200.154.159:8000?
org.opendatakit.aggregate.exception.ODKExternalServiceException:
org.apache.http.NoHttpResponseException: The target server failed
to
respond

Does it not send the rest of the form data because I didn't send
a
response
back for this one? If so, what kind of response am I supposed to
send?

Thanks!

  • Erik

On Monday, January 6, 2014 8:42:32 AM UTC+3, Yaw Anokwa wrote:

Some things to try...

Poke around in the Aggregate logs to see if you get any hints.

If you are running an old version of Aggregate, try an upgrade
to
1.4.

If you already upgraded to Aggregate 1.4, read through
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
and
make sure you upgraded properly.

Try other publishers (e.g., Fusion Tables) to see if any of
those
work. If no, look at the logs again.

Yaw

Need ODK services? http://nafundi.com provides form design,
server
setup, professional support, and software development for ODK.

On Sun, Jan 5, 2014 at 5:32 AM, esch...@gmail.com wrote:

Hello,

I'm trying to publish my form results from aggregate to my
server
through JSON using the Z-ALPHA JSON Server, but my server is
not
receiving
any post requests!

My server just prints out any request it receives in the
console,
and
I
verified that I can post to it from my laptop (the server is
on
ec2).

Is there anything I could be missing?

Thanks!

  • Erik

--
You received this message because you are subscribed to the
Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from
it,
send
an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the
Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in
the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it,
send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit

https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google
Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the
Google Groups "ODK Developers" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit-developers/1b0T7dH4fX8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.