spring-cloud-skipper icon indicating copy to clipboard operation
spring-cloud-skipper copied to clipboard

Endpoint api/release/manifest bug

Open oodamien opened this issue 7 years ago • 0 comments

Context:

  • Skipper Server 1.0.4 / Skipper Shell 1.0.4 / SCDF 1.5
  • A Stream sample deployed with at least one deployer property set

In the shell, manifest get --release-name sample return the good informations.

In a browser, http://localhost:7577/api/release/manifest/sample return a 500 with the following error:

Could not marshal [Resource { content: org.springframework.cloud.skipper.domain.Manifest@b76f62b8, links: [<http://localhost:7577/api/release/status/{name}>;rel="status"] }]: null; nested exception is javax.xml.bind.MarshalException - with linked exception: [com.sun.istack.internal.SAXException2: class org.springframework.cloud.skipper.domain.Manifest nor any of its super class is known to this context. javax.xml.bind.JAXBException: class org.springframework.cloud.skipper.domain.Manifest nor any of its super class is known to this context.]

oodamien avatar May 25 '18 14:05 oodamien