Guest User

Untitled

a guest
Jul 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. 2018-07-22 19:53:49.527 ERROR 20859 --- [eduler_Worker-1] o.a.deadline.quartz.DeadlineJob : Exception occurred during processing a deadline job [java.lang.Void]
  2.  
  3. com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException: No such field org.axonframework.messaging.MetaData.entry
  4. ---- Debugging information ----
  5. message : No such field org.axonframework.messaging.MetaData.entry
  6. field : entry
  7. class : org.axonframework.messaging.MetaData
  8. required-type : org.axonframework.messaging.MetaData
  9. converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  10. path : /org.axonframework.deadline.GenericDeadlineMessage/delegate/metaData/entry
  11. line number : 1
  12. class[1] : org.axonframework.messaging.GenericMessage
  13. class[2] : org.axonframework.deadline.GenericDeadlineMessage
  14. version : 1.4.10
  15. -------------------------------
  16. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.handleUnknownField(AbstractReflectionConverter.java:524) ~[xstream-1.4.10.jar:1.4.10]
  17. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:375) ~[xstream-1.4.10.jar:1.4.10]
  18. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) ~[xstream-1.4.10.jar:1.4.10]
  19. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.10.jar:1.4.10]
  20. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) ~[xstream-1.4.10.jar:1.4.10]
  21. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.10.jar:1.4.10]
  22. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) ~[xstream-1.4.10.jar:1.4.10]
  23. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) ~[xstream-1.4.10.jar:1.4.10]
  24. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) ~[xstream-1.4.10.jar:1.4.10]
  25. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.10.jar:1.4.10]
  26. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) ~[xstream-1.4.10.jar:1.4.10]
  27. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.10.jar:1.4.10]
  28. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) ~[xstream-1.4.10.jar:1.4.10]
  29. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) ~[xstream-1.4.10.jar:1.4.10]
  30. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) ~[xstream-1.4.10.jar:1.4.10]
  31. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.10.jar:1.4.10]
  32. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) ~[xstream-1.4.10.jar:1.4.10]
  33. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.10.jar:1.4.10]
  34. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) ~[xstream-1.4.10.jar:1.4.10]
  35. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) ~[xstream-1.4.10.jar:1.4.10]
  36. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[xstream-1.4.10.jar:1.4.10]
  37. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1486) ~[xstream-1.4.10.jar:1.4.10]
  38. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1466) ~[xstream-1.4.10.jar:1.4.10]
  39. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1337) ~[xstream-1.4.10.jar:1.4.10]
  40. at org.axonframework.serialization.xml.XStreamSerializer.doDeserialize(XStreamSerializer.java:138) ~[axon-core-3.3.2.jar:3.3.2]
  41. at org.axonframework.serialization.AbstractXStreamSerializer.deserialize(AbstractXStreamSerializer.java:211) ~[axon-core-3.3.2.jar:3.3.2]
  42. at org.axonframework.deadline.quartz.DeadlineJob$DeadlineJobDataBinder.deadlineMessage(DeadlineJob.java:170) ~[axon-core-3.3.2.jar:3.3.2]
  43. at org.axonframework.deadline.quartz.DeadlineJob.execute(DeadlineJob.java:85) ~[axon-core-3.3.2.jar:3.3.2]
  44. at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.0.jar:na]
  45. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.0.jar:na]
  46.  
  47. 2018-07-22 19:53:49.528 INFO 20859 --- [eduler_Worker-1] org.quartz.core.JobRunShell : Job test.deadline-9ad22d55-10c7-419a-b7c0-d74cd43ae4de threw a JobExecutionException:
  48.  
  49. org.quartz.JobExecutionException: com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException: No such field org.axonframework.messaging.MetaData.entry
  50. ---- Debugging information ----
  51. message : No such field org.axonframework.messaging.MetaData.entry
  52. field : entry
  53. class : org.axonframework.messaging.MetaData
  54. required-type : org.axonframework.messaging.MetaData
  55. converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  56. path : /org.axonframework.deadline.GenericDeadlineMessage/delegate/metaData/entry
  57. line number : 1
  58. class[1] : org.axonframework.messaging.GenericMessage
  59. class[2] : org.axonframework.deadline.GenericDeadlineMessage
  60. version : 1.4.10
  61. -------------------------------
  62. at org.axonframework.deadline.quartz.DeadlineJob.execute(DeadlineJob.java:98) ~[axon-core-3.3.2.jar:3.3.2]
  63. at org.quartz.core.JobRunShell.run(JobRunShell.java:202) ~[quartz-2.3.0.jar:na]
  64. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.0.jar:na]
  65. Caused by: com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException: No such field org.axonframework.messaging.MetaData.entry
  66. ---- Debugging information ----
  67. message : No such field org.axonframework.messaging.MetaData.entry
  68. field : entry
  69. class : org.axonframework.messaging.MetaData
  70. required-type : org.axonframework.messaging.MetaData
  71. converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  72. path : /org.axonframework.deadline.GenericDeadlineMessage/delegate/metaData/entry
  73. line number : 1
  74. class[1] : org.axonframework.messaging.GenericMessage
  75. class[2] : org.axonframework.deadline.GenericDeadlineMessage
  76. version : 1.4.10
  77. -------------------------------
  78. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.handleUnknownField(AbstractReflectionConverter.java:524) ~[xstream-1.4.10.jar:1.4.10]
  79. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:375) ~[xstream-1.4.10.jar:1.4.10]
  80. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) ~[xstream-1.4.10.jar:1.4.10]
  81. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.10.jar:1.4.10]
  82. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) ~[xstream-1.4.10.jar:1.4.10]
  83. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.10.jar:1.4.10]
  84. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) ~[xstream-1.4.10.jar:1.4.10]
  85. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) ~[xstream-1.4.10.jar:1.4.10]
  86. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) ~[xstream-1.4.10.jar:1.4.10]
  87. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.10.jar:1.4.10]
  88. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) ~[xstream-1.4.10.jar:1.4.10]
  89. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.10.jar:1.4.10]
  90. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) ~[xstream-1.4.10.jar:1.4.10]
  91. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) ~[xstream-1.4.10.jar:1.4.10]
  92. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) ~[xstream-1.4.10.jar:1.4.10]
  93. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.10.jar:1.4.10]
  94. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) ~[xstream-1.4.10.jar:1.4.10]
  95. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.10.jar:1.4.10]
  96. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) ~[xstream-1.4.10.jar:1.4.10]
  97. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) ~[xstream-1.4.10.jar:1.4.10]
  98. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[xstream-1.4.10.jar:1.4.10]
  99. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1486) ~[xstream-1.4.10.jar:1.4.10]
  100. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1466) ~[xstream-1.4.10.jar:1.4.10]
  101. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1337) ~[xstream-1.4.10.jar:1.4.10]
  102. at org.axonframework.serialization.xml.XStreamSerializer.doDeserialize(XStreamSerializer.java:138) ~[axon-core-3.3.2.jar:3.3.2]
  103. at org.axonframework.serialization.AbstractXStreamSerializer.deserialize(AbstractXStreamSerializer.java:211) ~[axon-core-3.3.2.jar:3.3.2]
  104. at org.axonframework.deadline.quartz.DeadlineJob$DeadlineJobDataBinder.deadlineMessage(DeadlineJob.java:170) ~[axon-core-3.3.2.jar:3.3.2]
  105. at org.axonframework.deadline.quartz.DeadlineJob.execute(DeadlineJob.java:85) ~[axon-core-3.3.2.jar:3.3.2]
  106. ... 2 common frames omitted
Add Comment
Please, Sign In to add comment