[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-04 Thread justin...@gmail.com (JIRA)














































Justinas Urbanavicius
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















can't really remember but i think with angry jenkins, it looks familiar 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-04 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















The problem is that, especially given how extensible Jenkins is, accounting for all possible failures is impossible. So some will show the angry Jenkins error page.

Note also that this page is way more helpful to many users (and the developers handling the error report later) than a nice, but uninformative "an error occurred that we assume is vague related to authentication" page could ever be.

I'm currently working on improving that page (e.g. actually link to the wiki page explaining how to report issues and how the Jenkins project uses Jira), and will incorporate a simpler error message in addition to the full stack trace. It would probably look like one of the following in your case:

Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: my.domainserver.xx:389 Root exception is java.net.ConnectException: Connection refused]

Failed to retrieve user information for jusurb; nested exception is [Root exception is: my.domainserver.xx:389 Root exception is: Connection refused]

While still not ideal, it's clear from either that it's a network connection issue involving your AD server, and the user jusurb.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-04 Thread justin...@gmail.com (JIRA)














































Justinas Urbanavicius
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















i totally agree with you. I've seen some applications that display a user friendly error and have a link or a button "more details" that then clicked, shows the stack trace and error code or more related information, that is helpful for developers. It's both user friendly and informative.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-03 Thread justin...@gmail.com (JIRA)














































Justinas Urbanavicius
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















yes, by saying, that it took down jenkins, i mean, i got a page, that looked mutilated, with stack trace, and i couldn't navigate from that page, except for forward back buttons on the browser, that didn't really help, until the connection got restored after a few refreshes.
an error message with explanation and server's name would be really appreciated and more informative to me as the end user and anyone that does not know java.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















Was it a page with "angry Jenkins" (https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/images/rage.png), or one completely "without design"?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-02 Thread justin...@gmail.com (JIRA)














































Justinas Urbanavicius
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















I would expect a message, saying that jenkins cannot connect to active directory, probably due to connection failure, not to take down whole jenkins CI server throwing an expection  wouldn't it be more logical ?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-02 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException















message, saying that jenkins cannot connect to active directory, probably due to connection failure

That's what it does. (Granted, it's in programmerese, but still.)

take down whole jenkins CI server throwing an expection

The error seems to be UI (+auth related subsystems like CLI) only, so builds etc. should continue running. Don't they?

wouldn't it be more logical?

So this is about the cosmetic issue how the issue is presented to the user?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-09-01 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-20816 as Not A Defect


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException
















There does not seem to be a bug here. You integration Jenkins with Active Directory, cut the network connection between them, and things start failing. Jenkins tells you. Seems expected and useful.





Change By:


Daniel Beck
(01/Sep/14 8:42 PM)




Status:


Open
Resolved





Resolution:


NotADefect



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [active-directory] (JENKINS-20816) BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException

2014-05-21 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-20816


BadCredentialsException: Failed to retrieve user information for jusurb; nested exception is javax.naming.PartialResultException
















The issue had wrong components





Change By:


Oleg Nenashev
(21/May/14 7:57 PM)




Component/s:


active-directory





Component/s:


security





Component/s:


ldap



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.