Advertisement
JorgeDeJesus

Untitled

Jul 15th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?><apiError><code>runtime_exception</code><description>Could not instantiate JAXBContext for class [class org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport]: 12 counts of IllegalAnnotationExceptions; nested exception is com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 12 counts of IllegalAnnotationExceptions
  2. Property metadataErrors is present but not specified in @XmlType.propOrder
  3. this problem is related to the following location:
  4. at public java.util.Map org.fao.geonet.api.processing.report.MetadataProcessingReport.getMetadataErrors()
  5. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  6. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  7. Property metadataInfos is present but not specified in @XmlType.propOrder
  8. this problem is related to the following location:
  9. at public java.util.Map org.fao.geonet.api.processing.report.MetadataProcessingReport.getMetadataInfos()
  10. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  11. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  12. Property uuid appears in @XmlType.propOrder, but no such property exists. Maybe you meant nullRecords?
  13. this problem is related to the following location:
  14. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  15. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  16. Property startIsoDateTime appears in @XmlType.propOrder, but no such property exists. Maybe you meant metadataErrors?
  17. this problem is related to the following location:
  18. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  19. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  20. Property endIsoDateTime appears in @XmlType.propOrder, but no such property exists. Maybe you meant nullRecords?
  21. this problem is related to the following location:
  22. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  23. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  24. Property ellapsedTimeInSeconds appears in @XmlType.propOrder, but no such property exists. Maybe you meant processedRecords?
  25. this problem is related to the following location:
  26. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  27. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  28. Property totalTimeInSeconds appears in @XmlType.propOrder, but no such property exists. Maybe you meant processedRecords?
  29. this problem is related to the following location:
  30. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  31. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  32. Property infos appears in @XmlType.propOrder, but no such property exists. Maybe you meant nullRecords?
  33. this problem is related to the following location:
  34. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  35. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  36. Property errors appears in @XmlType.propOrder, but no such property exists. Maybe you meant nullRecords?
  37. this problem is related to the following location:
  38. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  39. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  40. java.util.List is an interface, and JAXB can't handle interfaces.
  41. this problem is related to the following location:
  42. at java.util.List
  43. at public java.util.Map org.fao.geonet.api.processing.report.MetadataProcessingReport.getMetadataErrors()
  44. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  45. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  46. Property errors is present but not specified in @XmlType.propOrder
  47. this problem is related to the following location:
  48. at public java.util.List org.fao.geonet.api.processing.report.ProcessingReport.getErrors()
  49. at org.fao.geonet.api.processing.report.ProcessingReport
  50. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  51. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  52. Property infos is present but not specified in @XmlType.propOrder
  53. this problem is related to the following location:
  54. at public java.util.List org.fao.geonet.api.processing.report.ProcessingReport.getInfos()
  55. at org.fao.geonet.api.processing.report.ProcessingReport
  56. at org.fao.geonet.api.processing.report.MetadataProcessingReport
  57. at org.fao.geonet.api.processing.report.SimpleMetadataProcessingReport
  58. </description><message>HttpMessageConversionException</message></apiError>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement