Hello,
I am encountering an issue where I am unable to create a new Organization. When I try to create an organization I receive a WEB TRACEBACK. I have also tried creating a new organization with spacecmd and I receive the same traceback. The error from spacecmd is:
ERROR: redstone.xmlrpc.XmlRpcFault: unhandled internal exception: ERROR: null value in column "group_type" of relation "rhnusergroup" violates not-null constraint
Detail: Failing row contains (176, Cluster Administrators, Cluster Administrators for Org OIS, null, 0, null, 24, 2023-02-24 11:57:40.317269-07, 2023-02-24 11:57:40.317269-07).
Where: SQL statement "insert into rhnUserGroup (
id, name,
description,
max_members, group_type, org_id
) values (
group_val, 'Cluster Administrators',
'Cluster Administrators for Org ' || name_in,
NULL, ug_type, new_org_id
)"
PL/pgSQL function create_new_org(character varying,character varying) line 146 at SQL statement
The error in the emailed traceback is the same. I am currently running Uyuni 2023.01.
Any ideas on how I might go about troubleshooting and resolving this issue?
Thanks!