ODK has stopped unexpectedly

I am running attached End_of_Day_Cleanup.xml form
form loads, runs, saves fine the first time
Second time I try to load form I get the "the application ODK Collect (process org.odk.collect.android) has stopped unexpectedly..."
I replicated this on 2 devices: LG550, LGe730
interestingly, when I tried it on an Asus Transformer Pad TF300TL the error didn't occur.
I loaded CatLog as suggested in another thread and have attached the log file.
I'm not a tech person so I don't know how to interpret.

Can someone tell me what I'm doing wrong, or what is going wrong?

thank you - dan

End_of_Day_Cleanup.xml (373 KB)

Catlog_ODK_End_of_Day_06212013.txt (46 KB)

The problem:

06-21 11:29:48.021 E/AndroidRuntime(1709): Caused by:
java.lang.StackOverflowError

It looks like this is occurring while reading in a formula definition
within your form.
The most likely cause is the largest of your formulas, the 'relevant'
condition on your 'level4_Group'

Split this formula into two parts, each computed and saved as an
intermediate value using a 'calculate' prompt.
Then use the resulting 2 intermediate calculate expressions in the relevant
condition.

S
tackOverflowError occurs when the expressions in a formula become very
long or complex (e.g., regular expressions).

Mitch

ยทยทยท On Fri, Jun 21, 2013 at 8:56 AM, wrote:

I am running attached End_of_Day_Cleanup.xml form
form loads, runs, saves fine the first time
Second time I try to load form I get the "the application ODK Collect
(process org.odk.collect.android) has stopped unexpectedly..."
I replicated this on 2 devices: LG550, LGe730
interestingly, when I tried it on an Asus Transformer Pad TF300TL the
error didn't occur.
I loaded CatLog as suggested in another thread and have attached the log
file.
I'm not a tech person so I don't know how to interpret.

Can someone tell me what I'm doing wrong, or what is going wrong?

thank you - dan

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


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

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

It worked, thank so much for the help

Thank you Mitch, I will try splitting into two parts