07-29-2009 10:09 AM
Solved! Go to Solution.
07-29-2009 11:33 PM
07-30-2009 03:51 AM
Thanks John - I really should have thought of that myself ![]()
I'll give it a try over the next couple of days and let you know how I get on...
07-30-2009 04:04 AM
08-05-2009 04:16 AM
Hi,
Very interesting indeed. The app appears to hang after we attempt to open an arbitary http connection (of which throughout the app lifecycle we have done many times before)
The debug window in the JDE then suddenly fills with the text included below... My thoughts now point to a memory/gc problem?
Best wishes,
Daniel
++++++++++++++++ doInitialise ++++++++++++++
Writing 3
---- END storesubmittedobservation com.triopsis.mob.dao.SubmittedObservation@7c7b84da
++++++++++++++ Index 19 : We are going to read 10000 bytes
Send Observation Packet #20 of 75 sz 10000b. TransientPK# 20
JVM: bklt[1] @7221680: JBSC on=0
JVM: bklt[1] @7221680: SC 0
JVM: bklt[1]: setTimeout 30
VM:+GC(f)w=10
VM:-GCt=43,b=1,r=0,g=f,w=10
VM:+RR
RX=10.2M,RF=10.6M,FF=115M,OF=383.2K,OS=10.8M,ON=12
RA=12.4M,RS=10.8M,RN=51.2K
TA=7.5M,TS=0,TN=30.6K
PA=0,PS=0,PN=20.9K
R0=70.6M,1=420.6K,2=15K,3=86.8K,4=2.2M,7=100.9K,8=
VM:-RR
RX=10.2M,RF=10.9M,FF=114.6M,OF=383.2K,OS=10.5M,ON=
RA=12.1M,RS=10.5M,RN=50.6K
TA=7.9M,TS=0,TN=31.2K
PA=0,PS=0,PN=20.9K
R0=70.6M,1=420.6K,2=15K,3=86.8K,4=2.2M,7=100.9K,8=
VM:+CR
VM:-CR=5
FS: CLEAN(710 5)
VM:ICSFv=1,w=131044
08-05-2009 09:57 AM
08-07-2009 11:38 AM
Ah - that was it! What strange behaviour/output from the device (and not from other older devices or the Simulator?)
There are still a few other bugs I've got to tidy up and then hammer the testing, but everything looks good and your advice has been invaluable!
Thanks Again John,
Daniel