Guest User

Untitled

a guest
Jul 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. 2009-Nov-06 12:30:22:473 [28575636@qtp0-74] DEBUG com.electrotank.eup.web.remoting.ServiceBridgeJSONRPCServlet - Finding the service for: adminDataService
  2. 2009-Nov-06 12:30:22:473 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unmarshalling: com.electrotank.eup.entity.Recipe
  3. 2009-Nov-06 12:30:22:473 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unmarshalling json {
  4. "id": 11,
  5. "inputCurrency": 1,
  6. "inputs": {
  7. "javaClass": "java.util.ArrayList",
  8. "list": {}
  9. },
  10. "javaClass": "com.electrotank.eup.entity.Recipe",
  11. "name": "Test Recipe",
  12. "outputCurrency": 1,
  13. "outputs": {
  14. "javaClass": "java.util.ArrayList",
  15. "list": {"0": {
  16. "id": "34",
  17. "javaClass": "com.electrotank.eup.messaging.protocol.form.FormReferenceHolder",
  18. "label": null,
  19. "referenceClassname": "com.electrotank.eup.entity.QuantityOfItem"
  20. }}
  21. }
  22. }
  23. 2009-Nov-06 12:30:22:473 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Attempting to get key of type: class java.lang.Long
  24. 2009-Nov-06 12:30:22:473 [28575636@qtp0-74] DEBUG com.electrotank.eup.entity.EntitiesImpl - retrieving class com.electrotank.eup.entity.Recipe : 11
  25. 2009-Nov-06 12:30:22:474 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unmarshalling name
  26. 2009-Nov-06 12:30:22:474 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unmarshalling inputCurrency
  27. 2009-Nov-06 12:30:22:474 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unmarshalling outputCurrency
  28. 2009-Nov-06 12:30:22:474 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unmarshalling outputs
  29. 2009-Nov-06 12:30:22:474 [28575636@qtp0-74] DEBUG com.electrotank.eup.messaging.protocol.form.FormEntitySerializer - Unable to unmarshall entity (UnmarshallException)
  30. org.jabsorb.serializer.UnmarshallException: FormEntitySerializer can't invoke com.electrotank.eup.entity.Recipe can't invoke setOutputs: JSONObject["list"] is not a JSONArray.
  31. at com.electrotank.eup.messaging.protocol.form.FormEntitySerializer.unmarshallField(FormEntitySerializer.java:281)
  32. at com.electrotank.eup.messaging.protocol.form.FormEntitySerializer.unmarshall(FormEntitySerializer.java:213)
  33. at org.jabsorb.JSONSerializer.unmarshall(JSONSerializer.java:692)
  34. at org.jabsorb.serializer.AccessibleObjectResolver.unmarshallArgs(AccessibleObjectResolver.java:578)
  35. at org.jabsorb.serializer.AccessibleObjectResolver.invokeAccessibleObject(AccessibleObjectResolver.java:140)
  36. at org.jabsorb.JSONRPCBridge.call(JSONRPCBridge.java:548)
  37. at com.electrotank.eup.web.remoting.ServiceBridgeJSONRPCServlet.service(ServiceBridgeJSONRPCServlet.java:307)
  38. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  39. at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
  40. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1124)
  41. at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:107)
  42. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  43. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:190)
  44. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
  45. at org.apache.shiro.web.servlet.ShiroFilter.executeChain(ShiroFilter.java:645)
  46. at org.apache.shiro.web.servlet.ShiroFilter.doFilterInternal(ShiroFilter.java:585)
  47. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:190)
  48. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
  49. at com.electrotank.eup.web.remoting.RemotingSessionFilter$1.call(RemotingSessionFilter.java:31)
  50. at com.electrotank.eup.util.SpringTransactionTaskDecorator$1.call(SpringTransactionTaskDecorator.java:38)
  51. at com.electrotank.eup.hibernate.HibernateHelper$1.call(HibernateHelper.java:56)
  52. at com.electrotank.eup.web.remoting.RemotingSessionFilter.doFilter(RemotingSessionFilter.java:28)
  53. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
  54. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361)
  55. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
  56. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
  57. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  58. at org.mortbay.jetty.Server.handle(Server.java:324)
  59. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
  60. at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
  61. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:741)
  62. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213)
  63. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
  64. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
  65. at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522)
  66. Caused by: org.json.JSONException: JSONObject["list"] is not a JSONArray.
  67. at org.json.JSONObject.getJSONArray(JSONObject.java:503)
  68. at com.electrotank.eup.messaging.protocol.form.FormEntitySerializer.unmarshallAndAdd(FormEntitySerializer.java:320)
  69. at com.electrotank.eup.messaging.protocol.form.FormEntitySerializer.unmarshallFormReferenceHolderList(FormEntitySerializer.java:303)
  70. at com.electrotank.eup.messaging.protocol.form.FormEntitySerializer.unmarshallField(FormEntitySerializer.java:269)
  71. ... 34 more
  72. 2009-Nov-06 12:30:22:475 [28575636@qtp0-74] DEBUG com.electrotank.eup.web.remoting.ServiceBridgeJSONRPCServlet - send: {"id":"B193B97F-CC2B-B95B-7DEB-CB3567C6D674","error":{"code":592,"msg":"arg 1 could not unmarshall"}}
  73. 2009-Nov-06 12:30:22:475 [28575636@qtp0-74] DEBUG com.electrotank.eup.web.remoting.ServiceBridgeJSONRPCServlet - send: {
  74. "error": {
  75. "code": 592,
  76. "msg": "arg 1 could not unmarshall"
  77. },
  78. "id": "B193B97F-CC2B-B95B-7DEB-CB3567C6D674"
  79. }
  80. 2009-Nov-06 12:30:22:475 [28575636@qtp0-74] DEBUG com.electrotank.eup.web.remoting.ServiceBridgeJSONRPCServlet - not gzipping because user agent doesn't accept gzip encoding...
  81. 2009-Nov-06 12:30:22:476 [28575636@qtp0-74] DEBUG com.electrotank.eup.hibernate.HibernateHelper - closing hibernate session
Add Comment
Please, Sign In to add comment