Unable to successfully profile machine
Errors such as the following:
ERROR 05-Oct-2011 13:54:57 [pool-1-thread-10] com.quest.bullseye.services.ProfileServiceImpl - Failed to Profile host
ERROR 05-Oct-2011 13:54:57 [pool-1-thread-10] org.hibernate.util.JDBCExceptionReporter - Violation of unique constraint $$: duplicate value(s) for column(s) $$: SYS_CT_46 in statement [insert into ad_group_membership (ad_group_membership_id, group_id, unix_login_name) values (null, ?, ?)]
INFO 05-Oct-2011 13:45:34 [pool-1-thread-1] com.quest.bullseye.taskmanager.TaskManager - Task {"progress" : 1.0, "id" : 2, "status" : "Storing AD Readiness results in database", "description" : "Checking AD Readiness on host 205.165.6.145", "state" : "RUNNING", "hostId" : 1} completed
Caused by a duplicate membership in the local groups file /etc/groups
WORKAROUND
Check for duplicate membership in /etc/groups and remove them
cat /etc/groups | tr 'A-Z' 'a-z' | awk -F : '{ split($4,a,","); for (b in a) print $1, a[b];}' | sort | uniq -d | awk '{ a[$1] = a[$1]" "$2; } END { for(b in a) print "Groupname:\t"b,"\nDuplicate Members:\t"a[b];}'
STATUS
Issue fixed in version 2.0.1
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center