Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Host monitor fails to start because of j_spring_security_check 403 error

avatar
Explorer

Below error can be seen in host monitor log. Is there a way resolve it?

 

Failed to publish event: SimpleEvent{attributes={ROLE_TYPE=[HOSTMONITOR], EXCEPTION_TYPES=[java.io.IOException], HOST_IDS=[host_id], STACKTRACE=[java.io.IOException: Server returned HTTP response code: 403 for URL: http://cloudera_manager_ip:7180/cmf/j_spring_security_check
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at com.cloudera.cmf.BasicScmProxy.authenticate(BasicScmProxy.java:285)
at com.cloudera.cmf.BasicScmProxy.fetch(BasicScmProxy.java:596)
at com.cloudera.cmf.BasicScmProxy.getFragmentAndHash(BasicScmProxy.java:686)
at com.cloudera.cmf.DescriptorAndFragments.newDescriptorAndFragments(DescriptorAndFragments.java:64)
at com.cloudera.cmon.firehose.Main.main(Main.java:392)

1 REPLY 1

avatar

@rok Perhaps. 

 

I think the place to begin would be to look at this:

 

STACKTRACE=[java.io.IOException: Server returned HTTP response code: 403 for URL: http://cloudera_manager_ip:7180/cmf/j_spring_security_check

 

…and figure out why the access request to that URL is being denied with an HTTP 403 Forbidden client error. Is that URL accessing a host on your network, or the host running Cloudera Manager?

 

 

Bill Brooks, Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.