Closed mgiannoni closed 1 year ago
When INITIALIZE CENTRE IN LDAP
We define a Centre name (name of the deployment for example : GiscAws ).
The deployment name is the one defined in the user and admin portals openwis-metadataportal.properties:
openwis.metadataportal.deploy.name=GiscAws
This center name is also defined in file openwis-deployments.properties
openwis.cots=GiscAws
openwis.backups=
openwis.deployment.url.GiscAws=http://user-portal.example:8080/openwis-user-portal/ openwis.deployment.url.GiscAws.admin=http://openam.example:8080/openwis-admin-portal/
openwis.backup.warn.rate=50
first action to chack is to be sure that the name is defined in properties files openwis-metadataportal.properties and openwis-deployments.properties
Thanks for all your help. Resolved by ensuring the "public.groups" table in Postgres was populated with the initial default groups. The DEFAULT group was missing:
"insert into public.groups(id,name,description,email,referrer,reserved,isglobal) VALUES (2,'DEFAULT','','',NULL,'n','y');
Followed installation guide IG-OpenWIS-3.16-v0.1 section 3, but failed to access the openwis-admin-portal
Portal: Authentication Error
Access denied. You don't have enough credentials to perform this action.
tomcat/logs/openwis.log:
LDAP DataStore: "dc=opensso,dc=java,dc=net"
PostgrSQL User Table
Problem Java Class
/**
@member: IS_APPLY_GROUP_EMPTY */ public static final String IS_APPLY_GROUP_EMPTY = "APPLYGROUPEMPTY";
Portal: Choose Domain ERROR
2023-01-12 17:10:16,478 ERROR [Login] - Error sending AuthnRequest : No sessionInitToken present