Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Error HTTP/1.1 404 Not Found Content-Length: 0 Server: Jetty(8.1.14.v20131031)

avatar
Rising Star
curl -iku guest:guest-password -X put 'https://localhost:8443/gateway/knox_sample/webhdfs/v1/user/guest/knox-sample?op=MKDIRS&permission=777'

HTTP/1.1 404 Not Found Content-Length: 0 Server: Jetty(8.1.14.v20131031)

1 ACCEPTED SOLUTION

avatar

Can you confirm you have a topology file named knox_sample in your {GATEWAY_HOME}/conf/topologies directory? You should also check to make sure that it is valid XML. If it is malformed the topology will not deploy and you will get 404s.

View solution in original post

3 REPLIES 3

avatar

Can you confirm you have a topology file named knox_sample in your {GATEWAY_HOME}/conf/topologies directory? You should also check to make sure that it is valid XML. If it is malformed the topology will not deploy and you will get 404s.

avatar
Rising Star

@Kevin Minder

thanks Kevin,

I missed to add knox_sample topology file in {GATEWAY_HOME}/conf/topologies directory

avatar
Master Mentor

So this issue is fixed?