Every build is full of "doAuthentication is disabled&qu
![]()
Rich Salz (33●2●5●5)
| asked Dec 15 '11, 12:50 p.m.
edited Jul 24 '12, 10:22 a.m. by Spencer Murata (2.3k●11●59●70)
We just moved our build server and now every build is FULL of messages like this:
INFO (HttpMethodDirector.java:847) - Authentication requested but doAuthentication is disabled or this INFO (HttpMethodDirector.java:847) - Authentication requested but doAuthentication is disabled We must have forgotten to bring some config artifact over to the new server, but which one? Thanks. |
One answer
![]()
Spencer Murata (2.3k●11●59●70)
| answered Jul 24 '12, 10:20 a.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Jul 24 '12, 10:22 a.m.
Those messages are a result of switching from the IBM JDK to the Oracle JDK. The Oracle JDK for some reason adds the authentication message into the log. The message is meaningless though and won't hurt anything.
|
Comments
Same question, just wondering if you found an answer?
No I didn't :(