It's all about the answers!

Ask a question

Authentication requested but doAuthentication is disabled


Neha Sharma (1316) | asked Aug 25 '15, 1:13 a.m.
 When I try to login to RTC, I am getting below message.

 Authentication requested but doAuthentication is disabled


Although it does not stops my execution but I want to get rid of the message getting printed in my log.

org.apache.commons.httpclient.HttpMethodDirector: isAuthenticationNeeded, 847 - Authentication requested but doAuthentication is disabled 

What I need to do and why is it getting printed?

Comments
Arun K Sriramaiah commented Aug 25 '15, 4:16 a.m.

 Hi Neha,


Which version of RTC are you using ?

When are you getting this error message ?

Is it from the Eclipse client or from web ?

Can you give more details.

Please find the similar forum link.


Regards,
Arun.


Neha Sharma commented Aug 25 '15, 4:52 a.m. | edited Aug 25 '15, 4:53 a.m.

  I am using RTC 3.0.1  Java API



teamRepository.registerLoginHandler(new LoginHandler(userId, password));
log.info("-- Login Handler --");
teamRepository.login(monitor);  --- Getting doAuthentication is disabled here

Accepted answer


permanent link
Arun K Sriramaiah (3.2k12775) | answered Aug 25 '15, 5:17 a.m.
 Hi Neha,

Please use find the similar forum link below.


Regards,
Arun.
Neha Sharma selected this answer as the correct answer

Your answer


Register or to post your answer.