You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "huxi (JIRA)" <ji...@apache.org> on 2015/06/18 10:54:00 UTC

[jira] [Created] (STORM-875) 404 Not Found responded when issuing POST request '/api/v1/token'

huxi created STORM-875:
--------------------------

             Summary: 404 Not Found responded when issuing POST request '/api/v1/token'
                 Key: STORM-875
                 URL: https://issues.apache.org/jira/browse/STORM-875
             Project: Apache Storm
          Issue Type: Bug
    Affects Versions: 0.10.0
         Environment: apache-storm-0.10.0-beta on REHL 5.5 64bit
            Reporter: huxi


I want to upload a topology via a new added REST service '/api/v1/uploadTopology' introduced since 0.10. STORM-615 mentions a ring-session token be required before uploading the topology. Here is what I get when issuing command 'curl -i --negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt http://localhost:8080/api/v1/token' in a shell:

HTTP/1.1 404 Not Found
Date: Thu, 18 Jun 2015 08:52:48 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 14
Server: Jetty(6.1.26)

Page not found
 
That blocks me from submitting topologies via the exposed REST interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)