openbaton / network-slicing-engine

Network Slicing Engine (NSE) for the Open Baton Orchestrator
Apache License 2.0
10 stars 8 forks source link

version: is not defined in the schema and the schema does not allow additional properties #16

Closed ccollicutt closed 6 years ago

ccollicutt commented 6 years ago

Trying to startup NSE, but it fails. Is NSE still being worked on? Is it behind slightly in versions that would work with the NFVO?

openbaton-nfvo log:

2018-04-28 19:17:42.805 DEBUG 24300 --- [http-nio-8080-exec-9] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Written [{timestamp=Sat Apr 28 19:17:42 UTC 2018, status=400, error=Bad Request, message= version: is not defined in the schema and the schema does not allow additional properties, , path=/api/v1/events/}] as "application/json" using [org.springframework.http.converter.json.GsonHttpMessageConverter@dc1cfde]

nse log:

2018-04-28 19:17:42.808 ERROR 25260 --- [main] org.openbaton.sdk.api.rest.EventAgent    : Body: {
  "timestamp": "Apr 28, 2018 7:17:42 PM",
  "status": 400,
  "error": "Bad Request",
  "message": " version: is not defined in the schema and the schema does not allow additional properties, ",
  "path": "/api/v1/events/"
}
2018-04-28 19:17:42.808 ERROR 25260 --- [main] o.s.boot.SpringApplication               : Application startup failed
ccollicutt commented 6 years ago

Ok building from source gets me past this issue.

ccollicutt commented 6 years ago

Closing based on using latest source.