Advertisement
Guest User

Advanced Settings OM.RS (2)

a guest
Oct 1st, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. Caused by: com.thoughtworks.xstream.converters.ConversionException:
  2. ---- Debugging information ----
  3. cause-exception : com.thoughtworks.xstream.io.StreamException
  4. cause-message :
  5. class : org.openmrs.layout.address.AddressTemplate
  6. required-type : org.openmrs.layout.address.AddressTemplate
  7. converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  8. path : /org.openmrs.layout.address.AddressTemplate
  9. line number : 1
  10. version : 1.4.12
  11. -------------------------------
  12. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:77) ~[xstream-1.4.12.jar:1.4.12]
  13. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[xstream-1.4.12.jar:1.4.12]
  14. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.12.jar:1.4.12]
  15. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) ~[xstream-1.4.12.jar:1.4.12]
  16. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) ~[xstream-1.4.12.jar:1.4.12]
  17. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[xstream-1.4.12.jar:1.4.12]
  18. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1487) ~[xstream-1.4.12.jar:1.4.12]
  19. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1467) ~[xstream-1.4.12.jar:1.4.12]
  20. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1338) ~[xstream-1.4.12.jar:1.4.12]
  21. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1329) ~[xstream-1.4.12.jar:1.4.12]
  22. at org.openmrs.serialization.SimpleXStreamSerializer.deserialize(SimpleXStreamSerializer.java:107) ~[classes/:?]
  23. ... 140 more
  24. Caused by: com.thoughtworks.xstream.io.StreamException:
  25. at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126) ~[xstream-1.4.12.jar:1.4.12]
  26. at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) ~[xstream-1.4.12.jar:1.4.12]
  27. at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:135) ~[xstream-1.4.12.jar:1.4.12]
  28. at com.thoughtworks.xstream.io.xml.AbstractPullReader.hasMoreChildren(AbstractPullReader.java:87) ~[xstream-1.4.12.jar:1.4.12]
  29. at com.thoughtworks.xstream.io.ReaderWrapper.hasMoreChildren(ReaderWrapper.java:32) ~[xstream-1.4.12.jar:1.4.12]
  30. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:329) ~[xstream-1.4.12.jar:1.4.12]
  31. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277) ~[xstream-1.4.12.jar:1.4.12]
  32. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.12.jar:1.4.12]
  33. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[xstream-1.4.12.jar:1.4.12]
  34. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.12.jar:1.4.12]
  35. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) ~[xstream-1.4.12.jar:1.4.12]
  36. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) ~[xstream-1.4.12.jar:1.4.12]
  37. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[xstream-1.4.12.jar:1.4.12]
  38. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1487) ~[xstream-1.4.12.jar:1.4.12]
  39. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1467) ~[xstream-1.4.12.jar:1.4.12]
  40. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1338) ~[xstream-1.4.12.jar:1.4.12]
  41. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1329) ~[xstream-1.4.12.jar:1.4.12]
  42. at org.openmrs.serialization.SimpleXStreamSerializer.deserialize(SimpleXStreamSerializer.java:107) ~[classes/:?]
  43. ... 140 more
  44. Caused by: java.io.EOFException: no more data available - expected end tag </org.openmrs.layout.address.AddressTemplate> to close start tag <org.openmrs.layout.address.AddressTemplate> from line 1, parser stopped on START_TAG seen <org.openmrs.layout.address.AddressTemplate>... @1:44
  45. at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3035) ~[xpp3_min-1.1.4c.jar:?]
  46. at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046) ~[xpp3_min-1.1.4c.jar:?]
  47. at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1144) ~[xpp3_min-1.1.4c.jar:?]
  48. at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093) ~[xpp3_min-1.1.4c.jar:?]
  49. at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109) ~[xstream-1.4.12.jar:1.4.12]
  50. at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) ~[xstream-1.4.12.jar:1.4.12]
  51. at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:135) ~[xstream-1.4.12.jar:1.4.12]
  52. at com.thoughtworks.xstream.io.xml.AbstractPullReader.hasMoreChildren(AbstractPullReader.java:87) ~[xstream-1.4.12.jar:1.4.12]
  53. at com.thoughtworks.xstream.io.ReaderWrapper.hasMoreChildren(ReaderWrapper.java:32) ~[xstream-1.4.12.jar:1.4.12]
  54. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:329) ~[xstream-1.4.12.jar:1.4.12]
  55. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277) ~[xstream-1.4.12.jar:1.4.12]
  56. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) ~[xstream-1.4.12.jar:1.4.12]
  57. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[xstream-1.4.12.jar:1.4.12]
  58. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) ~[xstream-1.4.12.jar:1.4.12]
  59. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) ~[xstream-1.4.12.jar:1.4.12]
  60. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) ~[xstream-1.4.12.jar:1.4.12]
  61. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[xstream-1.4.12.jar:1.4.12]
  62. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1487) ~[xstream-1.4.12.jar:1.4.12]
  63. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1467) ~[xstream-1.4.12.jar:1.4.12]
  64. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1338) ~[xstream-1.4.12.jar:1.4.12]
  65. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1329) ~[xstream-1.4.12.jar:1.4.12]
  66. at org.openmrs.serialization.SimpleXStreamSerializer.deserialize(SimpleXStreamSerializer.java:107) ~[classes/:?]
  67. ... 140 more
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement