Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. 07-24 15:20:36.619 28939-29276/com.xpansa.merp E/mERP﹕ Failed to parse response.
  2. com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was END_DOCUMENT at line 1 column 47
  3. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
  4. at com.google.gson.Gson.fromJson(Gson.java:803)
  5. at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:482)
  6. at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:479)
  7. at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.handleSuccessResponse(ERPBaseService.java:243)
  8. at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.access$000(ERPBaseService.java:195)
  9. at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator$1.run(ERPBaseService.java:228)
  10. at java.lang.Thread.run(Thread.java:841)
  11. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was END_DOCUMENT at line 1 column 47
  12. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
  13. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
  14.             at com.google.gson.Gson.fromJson(Gson.java:803)
  15.             at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:482)
  16.             at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:479)
  17.             at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.handleSuccessResponse(ERPBaseService.java:243)
  18.             at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.access$000(ERPBaseService.java:195)
  19.             at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator$1.run(ERPBaseService.java:228)
  20.             at java.lang.Thread.run(Thread.java:841)
  21. 07-24 15:20:45.299 28939-28939/com.xpansa.merp E/mERP﹕ Failed to parse response.
  22. com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was END_DOCUMENT at line 1 column 47
  23. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
  24. at com.google.gson.Gson.fromJson(Gson.java:803)
  25. at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:482)
  26. at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:479)
  27. at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.handleSuccessResponse(ERPBaseService.java:243)
  28. at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.access$000(ERPBaseService.java:195)
  29. at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator$1.run(ERPBaseService.java:228)
  30. at java.lang.Thread.run(Thread.java:841)
  31. Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was END_DOCUMENT at line 1 column 47
  32. at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
  33. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
  34.             at com.google.gson.Gson.fromJson(Gson.java:803)
  35.             at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:482)
  36.             at com.xpansa.merp.remote.ErpDataService$11.parseResponse(ErpDataService.java:479)
  37.             at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.handleSuccessResponse(ERPBaseService.java:243)
  38.             at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator.access$000(ERPBaseService.java:195)
  39.             at com.xpansa.merp.remote.ERPBaseService$ResponseHandlerDecorator$1.run(ERPBaseService.java:228)
  40.             at java.lang.Thread.run(Thread.java:841)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement