Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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?