Kevin Su created SUBMARINE-535:
----------------------------------
Summary: Update experiment service in workbench
Key: SUBMARINE-535
URL: https://issues.apache.org/jira/browse/SUBMARINE-535
Project: Apache Submarine
Issue Type: Bug
Components: Workbench
Affects Versions: 0.4.0
Reporter: Kevin Su
Assignee: Kevin Su
Fix For: 0.4.0
Because of SUBMARINE-499 refactors experiment spec, we should update the
corresponding REST API in the experiment service.
Got error when fetching experient from submarine server
{code:java}
core.js:4002 ERROR
HttpErrorResponse
{headers: HttpHeaders, status: 404, statusText: "Not Found", url:
"http://submarine:8080/api/v1/jobs", ok: false, …}
error: "<html>↵<head>↵<meta http-equiv="Content-Type"
content="text/html;charset=utf-8"/>↵<title>Error 404 Not
Found</title>↵</head>↵<body><h2>HTTP ERROR 404</h2>↵<p>Problem accessing
/api/v1/jobs. Reason:↵<pre> Not Found</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty://
9.4.18.v20190429</a><hr/>↵↵</body>↵</html>↵"
headers: HttpHeaders
{normalizedNames: Map(0), lazyUpdate: null, lazyInit: ƒ}
message: "Http failure response for http://submarine:8080/api/v1/jobs: 404 Not
Found"
name: "HttpErrorResponse"
ok: false
status: 404
statusText: "Not Found"
url: "http://submarine:8080/api/v1/jobs"
_proto_: HttpResponseBase
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]