Advertisement
Dileka

Untitled

Aug 1st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.40 KB | None | 0 0
  1. 08-02 00:13:26.774 8350-8350/com.muzima E/ACRA: ACRA caught a IllegalStateException exception for com.muzima. Building report.
  2. 08-02 00:13:28.526 8350-8515/com.muzima E/ACRA: com.muzima fatal error : Could not execute method of the activity
  3. java.lang.IllegalStateException: Could not execute method of the activity
  4. at android.view.View$1.onClick(View.java:3860)
  5. at android.view.View.performClick(View.java:4508)
  6. at android.view.View$PerformClick.run(View.java:18675)
  7. at android.os.Handler.handleCallback(Handler.java:733)
  8. at android.os.Handler.dispatchMessage(Handler.java:95)
  9. at android.os.Looper.loop(Looper.java:136)
  10. at android.app.ActivityThread.main(ActivityThread.java:5590)
  11. at java.lang.reflect.Method.invokeNative(Native Method)
  12. at java.lang.reflect.Method.invoke(Method.java:515)
  13. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
  14. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
  15. at dalvik.system.NativeStart.main(Native Method)
  16. Caused by: java.lang.reflect.InvocationTargetException
  17. at java.lang.reflect.Method.invokeNative(Native Method)
  18. at java.lang.reflect.Method.invoke(Method.java:515)
  19. at android.view.View$1.onClick(View.java:3855)
  20. at android.view.View.performClick(View.java:4508) 
  21. at android.view.View$PerformClick.run(View.java:18675) 
  22. at android.os.Handler.handleCallback(Handler.java:733) 
  23. at android.os.Handler.dispatchMessage(Handler.java:95) 
  24. at android.os.Looper.loop(Looper.java:136) 
  25. at android.app.ActivityThread.main(ActivityThread.java:5590) 
  26. at java.lang.reflect.Method.invokeNative(Native Method) 
  27. at java.lang.reflect.Method.invoke(Method.java:515) 
  28. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268) 
  29. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084) 
  30. at dalvik.system.NativeStart.main(Native Method) 
  31. Caused by: android.os.NetworkOnMainThreadException
  32. at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1156)
  33. at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:163)
  34. at libcore.io.IoBridge.recvfrom(IoBridge.java:506)
  35. at java.net.PlainSocketImpl.read(PlainSocketImpl.java:488)
  36. at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
  37. at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:240)
  38. at java.io.InputStream.read(InputStream.java:162)
  39. at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:142)
  40. at java.io.BufferedInputStream.read(BufferedInputStream.java:227)
  41. at com.android.okhttp.internal.Util.readAsciiLine(Util.java:316)
  42. at com.android.okhttp.internal.http.RawHeaders.fromBytes(RawHeaders.java:308)
  43. at com.android.okhttp.internal.http.HttpTransport.readResponseHeaders(HttpTransport.java:135)
  44. at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:644)
  45. at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:347)
  46. at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:296)
  47. at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:503)
  48. at com.muzima.search.api.service.impl.RestAssuredServiceImpl.readResource(RestAssuredServiceImpl.java:124)
  49. at com.muzima.search.api.service.impl.RestAssuredServiceImpl.downloadResource(RestAssuredServiceImpl.java:87)
  50. at com.muzima.search.api.service.impl.RestAssuredServiceImpl.loadObjects(RestAssuredServiceImpl.java:74)
  51. at com.muzima.api.dao.impl.OpenmrsDaoImpl.download(OpenmrsDaoImpl.java:46)
  52. at com.muzima.api.service.impl.MuzimaGeneratedReportServiceImpl.downloadMuzimaGeneratedReportByPatientUuid(MuzimaGeneratedReportServiceImpl.java:43)
  53. at com.muzima.api.service.impl.MuzimaGeneratedReportServiceImpl.downloadMuzimaGeneratedReportByPatientUuid(MuzimaGeneratedReportServiceImpl.java:32)
  54. at com.muzima.controller.MuzimaGeneratedReportController.downloadLastPriorityMuzimaGeneratedReportByPatientUuid(MuzimaGeneratedReportController.java:55)
  55. at com.muzima.view.reports.PatientReportButtonActivity.downloadReport(PatientReportButtonActivity.java:140)
  56. at java.lang.reflect.Method.invokeNative(Native Method) 
  57. at java.lang.reflect.Method.invoke(Method.java:515) 
  58. at android.view.View$1.onClick(View.java:3855) 
  59. at android.view.View.performClick(View.java:4508) 
  60. at android.view.View$PerformClick.run(View.java:18675) 
  61. at android.os.Handler.handleCallback(Handler.java:733) 
  62. at android.os.Handler.dispatchMessage(Handler.java:95) 
  63. at android.os.Looper.loop(Looper.java:136) 
  64. at android.app.ActivityThread.main(ActivityThread.java:5590) 
  65. at java.lang.reflect.Method.invokeNative(Native Method) 
  66. at java.lang.reflect.Method.invoke(Method.java:515) 
  67. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268) 
  68. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084) 
  69. at dalvik.system.NativeStart.main(Native Method) 
  70. 08-02 00:13:28.626 595-721/? E/InputDispatcher: channel ~ Channel is unrecoverably broken and will be disposed!
  71. 08-02 00:13:28.626 595-721/? E/InputDispatcher: channel ~ Channel is unrecoverably broken and will be disposed!
  72. 08-02 00:13:28.626 595-721/? E/InputDispatcher: channel ~ Channel is unrecoverably broken and will be disposed!
  73. 08-02 00:13:28.626 595-721/? E/InputDispatcher: channel ~ Channel is unrecoverably broken and will be disposed!
  74. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  75. Message:A
  76. Sending data to SMD: Len = [1]
  77. buffer = [A]
  78. Wrote 1 chars to SMD PORT fd=7 ch = 41
  79. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  80. Message:T
  81. Sending data to SMD: Len = [1]
  82. buffer = [T]
  83. Wrote 1 chars to SMD PORT fd=7 ch = 54
  84. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  85. Message:+
  86. Sending data to SMD: Len = [1]
  87. buffer = [+]
  88. Wrote 1 chars to SMD PORT fd=7 ch = 2b
  89. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  90. Message:C
  91. Sending data to SMD: Len = [1]
  92. buffer = [C]
  93. Wrote 1 chars to SMD PORT fd=7 ch = 43
  94. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  95. Message:R
  96. Sending data to SMD: Len = [1]
  97. buffer = [R]
  98. Wrote 1 chars to SMD PORT fd=7 ch = 52
  99. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  100. Message:E
  101. Sending data to SMD: Len = [1]
  102. buffer = [E]
  103. Wrote 1 chars to SMD PORT fd=7 ch = 45
  104. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  105. Message:G
  106. Sending data to SMD: Len = [1]
  107. buffer = [G]
  108. Wrote 1 chars to SMD PORT fd=7 ch = 47
  109. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  110. Message:?
  111. Sending data to SMD: Len = [1]
  112. buffer = [?]
  113. Wrote 1 chars to SMD PORT fd=7 ch = 3f
  114. 08-02 00:13:35.673 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  115. Message:
  116. Sending data to SMD: Len = [1]
  117. buffer = []
  118. Wrote 1 chars to SMD PORT fd=7 ch = d
  119. 08-02 00:13:45.662 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  120. Message:A
  121. Sending data to SMD: Len = [1]
  122. buffer = [A]
  123. Wrote 1 chars to SMD PORT fd=7 ch = 41
  124. 08-02 00:13:45.662 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  125. Message:T
  126. Sending data to SMD: Len = [1]
  127. buffer = [T]
  128. Wrote 1 chars to SMD PORT fd=7 ch = 54
  129. 08-02 00:13:45.662 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  130. Message:+
  131. Sending data to SMD: Len = [1]
  132. buffer = [+]
  133. Wrote 1 chars to SMD PORT fd=7 ch = 2b
  134. 08-02 00:13:45.662 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  135. Message:C
  136. Sending data to SMD: Len = [1]
  137. buffer = [C]
  138. Wrote 1 chars to SMD PORT fd=7 ch = 43
  139. 08-02 00:13:45.662 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  140. Message:G
  141. Sending data to SMD: Len = [1]
  142. buffer = [G]
  143. Wrote 1 chars to SMD PORT fd=7 ch = 47
  144. 08-02 00:13:45.672 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  145. Message:R
  146. Sending data to SMD: Len = [1]
  147. buffer = [R]
  148. Wrote 1 chars to SMD PORT fd=7 ch = 52
  149. 08-02 00:13:45.672 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  150. Message:E
  151. Sending data to SMD: Len = [1]
  152. buffer = [E]
  153. Wrote 1 chars to SMD PORT fd=7 ch = 45
  154. 08-02 00:13:45.672 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  155. Message:G
  156. Sending data to SMD: Len = [1]
  157. buffer = [G]
  158. Wrote 1 chars to SMD PORT fd=7 ch = 47
  159. 08-02 00:13:45.672 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  160. Message:?
  161. Sending data to SMD: Len = [1]
  162. buffer = [?]
  163. Wrote 1 chars to SMD PORT fd=7 ch = 3f
  164. 08-02 00:13:45.672 184-415/? E/SMD: ***Received data notification[DR->SMD]***
  165. Message:
  166. Sending data to SMD: Len = [1]
  167. buffer = []
  168. Wrote 1 chars to SMD PORT fd=7 ch = d
  169. 08-02 00:13:49.967 595-869/? E/Watchdog: !@Sync 123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement