Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 392758

Summary: problems with ldap authentication?
Product: Community Reporter: David Williams <david_williams>
Component: ServersAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: daniel_megert
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description David Williams CLA 2012-10-24 10:38:47 EDT
Our Eclispe build are failing in mysterious ways, and then I noticed this type of message in log: 

= = = 
remote: error: hook declined to update refs/tags/v20121023-143214    
remote: Can't locate /home/data/common/eclipse.org-common-ldap.pl in @INC (@INC contains: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at hooks/update line 5.         
remote: error: hook declined to update refs/tags/v20121024-103259    
To file:///gitroot/platform/eclipse.platform.ui.git
 ! [remote rejected] I20121024-0900 -> I20121024-0900 (hook declined)
 ! [remote rejected] I20121024-1000 -> I20121024-1000 (hook declined)
 ! [remote rejected] v20121023-143214 -> v20121023-143214 (hook declined)
 ! [remote rejected] v20121024-103259 -> v20121024-103259 (hook declined)
error: failed to push some refs to 'file:///gitroot/platform/eclipse.platform.ui.git'
= = =  

It is this part
Can't locate /home/data/common/eclipse.org-common-ldap.pl
that makes me think its "ldap" instead of something else about git but ... I obviously don't know. 


This is for our "e4Build" id which we use to build Eclipse, (e4, and Orion) if that matters. 

Could this be related to bug 392711?
Comment 1 Eclipse Webmaster CLA 2012-10-24 11:08:42 EDT
Looks like our cleanup of /home/common was a little overzealous.  Everything should be back to normal.

I haven't added the changes for 392711 to the 'global' hook, and was only planning to add them to DLTK(as requested)

-M.
Comment 2 Denis Roy CLA 2012-10-24 11:51:26 EDT
This was my fault.  Thanks for fixing that, Matt.