Guest User

getResourceValue timeout exception

a guest
Nov 23rd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 11-23 06:52:09.202 6518 6578 I MbedCloudConfigHelper: getResourceValue: An exception occurred while calling Arm Mbed cloud API
  2. 11-23 06:52:09.204 6518 6578 W System.err: com.arm.mbed.cloud.sdk.common.MbedCloudException: An exception occurred while calling Arm Mbed cloud API
  3. 11-23 06:52:09.206 6518 6578 W System.err: at com.arm.mbed.cloud.sdk.common.SynchronousMethod.waitForCompletion(SynchronousMethod.java:76)
  4. 11-23 06:52:09.206 6518 6578 W System.err: at com.arm.mbed.cloud.sdk.Connect.getResourceValue(Connect.java:880)
  5. 11-23 06:52:09.207 6518 6578 W System.err: at com.arm.mbed.cloud.sdk.Connect.getResourceValue(Connect.java:969)
  6. 11-23 06:52:09.207 6518 6578 W System.err: at com.cypress.le.mesh.meshapp.MbedCloudConfigHelper$AsyncTaskRunner.doInBackground(MbedCloudConfigHelper.java:271)
  7. 11-23 06:52:09.208 6518 6578 W System.err: at com.cypress.le.mesh.meshapp.MbedCloudConfigHelper$AsyncTaskRunner.doInBackground(MbedCloudConfigHelper.java:101)
  8. 11-23 06:52:09.209 6518 6578 W System.err: at android.os.AsyncTask$2.call(AsyncTask.java:333)
  9. 11-23 06:52:09.209 6518 6578 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  10. 11-23 06:52:09.210 6518 6578 W System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
  11. 11-23 06:52:09.210 6518 6578 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
  12. 11-23 06:52:09.211 6518 6578 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
  13. 11-23 06:52:09.211 6518 6578 W System.err: at java.lang.Thread.run(Thread.java:764)
  14. 11-23 06:52:09.213 6518 6578 W System.err: Caused by: java.util.concurrent.TimeoutException
  15. 11-23 06:52:09.214 6518 6578 W System.err: at java.util.concurrent.FutureTask.get(FutureTask.java:206)
  16. 11-23 06:52:09.214 6518 6578 W System.err: at com.arm.mbed.cloud.sdk.common.SynchronousMethod.waitForCompletion(SynchronousMethod.java:65)
  17. 11-23 06:52:09.215 6518 6578 W System.err: ... 10 more
Add Comment
Please, Sign In to add comment