Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
426
Description
Any RPC request fails by returning 404 Not found, with response body: Rpc does not exist.
localhost:8080/restconf/operations/ returns:
Restconf module was not found.
In log:
2014-02-17 08:14:59 PST [com.sun.jersey.spi.container.ContainerResponse] SEVERE com.sun.jersey.spi.container.ContainerResponse logException Mapped exception to response: 500 (Internal Server Error)
org.opendaylight.controller.sal.restconf.impl.ResponseException
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.getRestconfModule(RestconfImpl.java:298)
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.operationsFromModulesToStructuredData(RestconfImpl.java:260)
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.getOperations(RestconfImpl.java:236)