By: Shaun Walker named 27 Sep 2020 at 7:21 p.m. CDT

21 Responses
Shaun Walker gravatar
Hi Team, Having an issue upgrading to 4.2.1. I renamed the previous app and ces_current folders (as I noted the script checks for ces_current and then doesnt appear to download some files). The upgrade script progresses threough to fixing config filers and then runs into an issue "NameError: name 'conn' is not defined" ``` -bash-4.2# python3 upg4xto421.py Starting upgrade. CONTINUE? (y|N): Y Downloading Community Edition Setup 4.2.1 Extracting CES package 2020-09-28 09:14:06 URL:https://raw.githubusercontent.com/GluuFederation/community-edition-setup/master/pylib/generate_properties.py [26653/26653] -> "/root/ces_current/pylib/generate_properties.py" [1] Detected OS red 7 Detected OS red 7 Collecting properties Downloading https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.1.Final/oxtrust-server-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1.Final/oxauth-server-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.1.Final/oxauth-rp-4.2.1.Final.war Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz Downloading https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz Downloading https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar Downloading https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter Downloading https://ox.gluu.org/maven/org/gluufederation/opendj/opendj-server-legacy/4.0.0.gluu/opendj-server-legacy-4.0.0.gluu.zip Downloading https://ox.gluu.org/npm/passport/passport-4.2.1.tgz Downloading https://ox.gluu.org/npm/passport/passport-version_4.2.1-node_modules.tar.gz Downloading https://ox.gluu.org/maven/org/gluu/oxd-server/4.2.1.Final/oxd-server-4.2.1.Final.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/4.2.1.Final/casa-4.2.1.Final.war Downloading https://raw.githubusercontent.com/GluuFederation/community-edition-setup/version_4.2.1/static/casa/scripts/casa-external_smpp.py Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/strong-authn-settings/4.2.1.Final/strong-authn-settings-4.2.1.Final-jar-with-dependencies.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/account-linking/4.2.1.Final/account-linking-4.2.1.Final-jar-with-dependencies.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/authorized-clients/4.2.1.Final/authorized-clients-4.2.1.Final-jar-with-dependencies.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/custom-branding/4.2.1.Final/custom-branding-4.2.1.Final-jar-with-dependencies.jar Downloading https://raw.githubusercontent.com/GluuFederation/casa/master/plugins/account-linking/extras/casa.xhtml Downloading https://raw.githubusercontent.com/GluuFederation/casa/master/plugins/account-linking/extras/casa.py Updating /etc/default files Stopping Gluu Services Failed to stop fido2.service: Unit fido2.service not loaded. Cleaning Jetty cache Java is up to date Updating OpenDJ Stopping OpenDJ Extracting OpenDJ Starting OpenDJ Jython is up to date Adding scope inum=C4F6,ou=scopes,o=gluu Fixing Gluu configuration files Traceback (most recent call last): File "upg4xto421.py", line 1598, in <module> updaterObj.update_persistence_data() File "upg4xto421.py", line 396, in update_persistence_data getattr(self, 'update_' + self.default_storage)() File "upg4xto421.py", line 680, in update_ldap conn.modify( NameError: name 'conn' is not defined ``` Red Hat 7.8, environment was previously 4.1.0 to 4.2.0

By Michael Schwartz Account Admin 27 Sep 2020 at 9:35 p.m. CDT

Michael Schwartz gravatar
@Mustafa.Baser, can you take a look?

By Devrim Yatar staff 28 Sep 2020 at 5:20 a.m. CDT

Devrim Yatar gravatar
Hi, There was a typo in `upg4xto421.py`, please re-download from github and try. Let me know if there are further issues. Regards.

By Devrim Yatar staff 05 Oct 2020 at 8:02 a.m. CDT

Devrim Yatar gravatar
Sahun, Did you try?

By Daniel Steiner user 07 Oct 2020 at 10:40 p.m. CDT

Daniel Steiner gravatar
Hi, I also tried the upgrade using the upg4xto421.py script. I have it downloaded today (8 Oct 2021). But, I get another error, when trying to upgrade. I'm using the same OS (CentOS 7): ``` python2 upg4xto421.py ... Failed to stop oxd-server.service: Unit oxd-server.service not loaded. Failed to stop casa.service: Unit casa.service not loaded. Failed to stop scim.service: Unit scim.service not loaded. Failed to stop fido2.service: Unit fido2.service not loaded. Cleaning Jetty cache Java is up to date Updating OpenDJ Stopping OpenDJ Extracting OpenDJ Traceback (most recent call last): File "upg4xto421.py", line 1593, in <module> updaterObj.update_opendj() File "upg4xto421.py", line 822, in update_opendj self.setupObj.fix_opendj_java_properties() AttributeError: 'Setup' object has no attribute 'fix_opendj_java_properties' ``` Cheers

By Devrim Yatar staff 08 Oct 2020 at 10:21 a.m. CDT

Devrim Yatar gravatar
Hi Daniel, I just performed an upgrade from 4.1.0 to 4.2.1 and did not face issue. Please send these log files: `ces_current/setup.log`, ` ces_current/update_error.log` and ` ces_current/update.log` Here is how my upgrade went: ``` Starting upgrade. CONTINUE? (y|N): y Downloading Community Edition Setup 4.2.1 Extracting CES package 2020-10-08 14:25:23 URL:https://raw.githubusercontent.com/GluuFederation/community-edition-setup/master/pylib/generate_properties.py [26653/26653] -> "/root/upg421/ces_current/pylib/generate_properties.py" [1] Detected OS centos 7 Detected OS centos 7 Collecting properties Downloading https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.1.Final/oxtrust-server-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1.Final/oxauth-server-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.1.Final/oxauth-rp-4.2.1.Final.war Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz Downloading https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz Downloading https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar Downloading https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter Downloading https://ox.gluu.org/maven/org/gluufederation/opendj/opendj-server-legacy/4.0.0.gluu/opendj-server-legacy-4.0.0.gluu.zip Downloading https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.1.Final/oxshibbolethIdp-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.1.Final/oxShibbolethStatic-4.2.1.Final.jar Downloading https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.1.Final/oxShibbolethKeyGenerator-4.2.1.Final.jar Downloading https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm Downloading https://ox.gluu.org/npm/passport/passport-4.2.1.tgz Downloading https://ox.gluu.org/npm/passport/passport-version_4.2.1-node_modules.tar.gz Downloading https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final-distribution.zip Downloading https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final.jar Downloading https://ox.gluu.org/maven/org/gluu/oxd-server/4.2.1.Final/oxd-server-4.2.1.Final.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/4.2.1.Final/casa-4.2.1.Final.war Downloading https://raw.githubusercontent.com/GluuFederation/community-edition-setup/version_4.2.1/static/casa/scripts/casa-external_smpp.py Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/strong-authn-settings/4.2.1.Final/strong-authn-settings-4.2.1.Final-jar-with-dependencies.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/account-linking/4.2.1.Final/account-linking-4.2.1.Final-jar-with-dependencies.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/authorized-clients/4.2.1.Final/authorized-clients-4.2.1.Final-jar-with-dependencies.jar Downloading https://ox.gluu.org/maven/org/gluu/casa/plugins/custom-branding/4.2.1.Final/custom-branding-4.2.1.Final-jar-with-dependencies.jar Downloading https://raw.githubusercontent.com/GluuFederation/casa/master/plugins/account-linking/extras/casa.xhtml Downloading https://raw.githubusercontent.com/GluuFederation/casa/master/plugins/account-linking/extras/casa.py Updating /etc/default files Stopping Gluu Services Failed to stop scim.service: Unit scim.service not loaded. Failed to stop fido2.service: Unit fido2.service not loaded. Cleaning Jetty cache Upgrading Java Extracting current cacerts Deleting /opt/dist/app/amazon-corretto-8.222.10.1-linux-x64.tar.gz Deleting /opt/amazon-corretto-8.222.10.1-linux-x64 Installing Java Importing cacerts Updating OpenDJ Stopping OpenDJ Extracting OpenDJ Starting OpenDJ Upgrading Jython Deleting /opt/dist/app/jython-installer-2.7.2a.jar Deleting /opt/jython-2.7.2a Installing Jython Adding scope inum=7D90,ou=scopes,o=gluu Adding scope inum=C4F6,ou=scopes,o=gluu Modifying attribute inum=6049,ou=attributes,o=gluu Adding attribute inum=11AA,ou=attributes,o=gluu Adding attribute inum=11AB,ou=attributes,o=gluu Fixing Gluu configuration files Adding sessions base entry Updating oxAuthConfDynamic Updating oxAuthConfStatic Updating oxTrustConfApplication Updating oxConfApplication Updating oxTrustConfCacheRefresh Restarting OpenDJ ... Jetty is up to date Updating Scripts Parsing /root/upg421/ces_current/output/scripts.ldif Parsing /root/upg421/ces_current/output/scripts_casa.ldif Adding casa script inum=BABA-CACA,ou=scripts,o=gluu Adding casa script inum=DAA9-F7F8,ou=scripts,o=gluu Updating script inum=2124-0CF1,ou=scripts,o=gluu Updating script inum=2FDB-CF02,ou=scripts,o=gluu Updating script inum=CB5B-3211,ou=scripts,o=gluu Updating script inum=031C-4A65,ou=scripts,o=gluu Updating script inum=031C-5621,ou=scripts,o=gluu Updating script inum=031C-5622,ou=scripts,o=gluu Updating script inum=13D3-E7AD,ou=scripts,o=gluu Updating script inum=24FD-B96E,ou=scripts,o=gluu Updating script inum=2DAF-F995,ou=scripts,o=gluu Updating script inum=2DAF-F9A5,ou=scripts,o=gluu Updating script inum=OO11-BAFE,ou=scripts,o=gluu Updating script inum=2DAF-F996,ou=scripts,o=gluu Updating script inum=2DAF-AA90,ou=scripts,o=gluu Updating script inum=2DAF-BA90,ou=scripts,o=gluu Updating script inum=2DAF-CA90,ou=scripts,o=gluu Updating script inum=2DAF-AA91,ou=scripts,o=gluu Updating script inum=2DAF-BA91,ou=scripts,o=gluu Updating script inum=4BBE-C6A8,ou=scripts,o=gluu Updating script inum=5018-AF9C,ou=scripts,o=gluu Updating script inum=5018-D4BF,ou=scripts,o=gluu Updating script inum=5018-F9CF,ou=scripts,o=gluu Updating script inum=522F-CDC5,ou=scripts,o=gluu Updating script inum=6EA0-8F0C,ou=scripts,o=gluu Updating script inum=6EA0-8F0D,ou=scripts,o=gluu Updating script inum=8BAF-80D6,ou=scripts,o=gluu Updating script inum=8BAF-80D7,ou=scripts,o=gluu Updating script inum=92F0-BF9E,ou=scripts,o=gluu Updating script inum=92F0-759E,ou=scripts,o=gluu Updating script inum=A51E-76DA,ou=scripts,o=gluu Updating script inum=A910-56AB,ou=scripts,o=gluu Updating script inum=D40C-1CA4,ou=scripts,o=gluu Updating script inum=DAA9-B788,ou=scripts,o=gluu Updating script inum=09A0-93D6,ou=scripts,o=gluu Updating script inum=09A0-93D7,ou=scripts,o=gluu Updating script inum=DAA9-B789,ou=scripts,o=gluu Updating script inum=DAA9-BA60,ou=scripts,o=gluu Updating script inum=8AF7.D82A,ou=scripts,o=gluu Updating script inum=8AF7.D82B,ou=scripts,o=gluu Updating script inum=C1BA-C1BA,ou=scripts,o=gluu Updating script inum=BABA-CACA,ou=scripts,o=gluu Updating script inum=DAA9-F7F8,ou=scripts,o=gluu Updating Apache Configuration Updadting shibboleth-idp Backing up ... Updating idp-metadata.xml Updating idp.properties Updating ldap.properties Updating services.properties Updating saml-nameid.properties Updating Passport Stopping passport server Extracting passport.tgz into /opt/gluu/node/passport Extracting passport node modules Updating Gluu Radius Server Updating casa Importing casa configuration ldif Updating /opt/gluu/python/libs/casa-external_fido2.py Writing /opt/gluu/python/libs/casa-external_fido2.py Updating /opt/gluu/python/libs/casa-external_otp.py Writing /opt/gluu/python/libs/casa-external_otp.py Updating /opt/gluu/python/libs/casa-external_smpp.py Writing /opt/gluu/python/libs/casa-external_smpp.py Updating /opt/gluu/python/libs/casa-external_super_gluu.py Writing /opt/gluu/python/libs/casa-external_super_gluu.py Updating /opt/gluu/python/libs/casa-external_twilio_sms.py Writing /opt/gluu/python/libs/casa-external_twilio_sms.py Updating /opt/gluu/python/libs/casa-external_u2f.py Writing /opt/gluu/python/libs/casa-external_u2f.py Updating oxd Server Adding oxAuthUserId to pairwiseIdentifier. This may take several minutes depending on your user number Importing fido2 configuration ldif Please logout from container and restart Gluu Server ```

By Daniel Steiner user 08 Oct 2020 at 10:46 a.m. CDT

Daniel Steiner gravatar
Hi Mustafa, update_error.log: ``` 02:36:32 08/03/20 Error encoding passwords 02:36:32 08/03/20 Traceback (most recent call last): File "/root/ces_current/setup.py", line 1919, in encode_passwords self.encoded_opendj_p12_pass = self.obscure(self.opendj_p12_pass) File "/root/ces_current/setup.py", line 1403, in obscure data = data.encode('utf-8') AttributeError: 'NoneType' object has no attribute 'encode' 02:36:48 08/03/20 2020-08-03 02:36:48 URL:https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.0.Final/oxtrust-server-4.2.0.Final.war [148038088/148038088] -> "/root/app/identity.war" [1] 02:36:59 08/03/20 2020-08-03 02:36:59 URL:https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.0.Final/oxauth-server-4.2.0.Final.war [120865963/120865963] -> "/root/app/oxauth.war" [1] 02:37:02 08/03/20 2020-08-03 02:37:02 URL:https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.0.Final/oxauth-rp-4.2.0.Final.war [35858131/35858131] -> "/root/app/oxauth-rp.war" [1] 02:37:06 08/03/20 2020-08-03 02:37:06 URL:https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz [19292699/19292699] -> "/root/app/jetty-distribution-9.4.26.v20200117.tar.gz" [1] 02:37:08 08/03/20 2020-08-03 02:37:08 URL:https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz [192298035/192298035] -> "/root/app/amazon-corretto-11-x64-linux-jdk.tar.gz" [1] 02:37:10 08/03/20 2020-08-03 02:37:10 URL:https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar [80153928/80153928] -> "/root/app/jython-installer-2.7.2.jar" [1] 02:37:10 08/03/20 2020-08-03 02:37:10 URL:https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter [3268/3268] -> "/usr/bin/facter" [1] 02:37:15 08/03/20 2020-08-03 02:37:15 URL:https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.0.Final/oxshibbolethIdp-4.2.0.Final.war [106625017/106625017] -> "/root/app/idp.war" [1] 02:37:17 08/03/20 2020-08-03 02:37:17 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.0.Final/oxShibbolethStatic-4.2.0.Final.jar [3410249/3410249] -> "/root/app/shibboleth-idp.jar" [1] 02:37:17 08/03/20 2020-08-03 02:37:17 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.0.Final/oxShibbolethKeyGenerator-4.2.0.Final.jar [5702/5702] -> "/root/app/idp3_cml_keygenerator.jar" [1] 02:37:17 08/03/20 2020-08-03 02:37:17 URL:https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm [2352/2352] -> "/root/app/saml-nameid.properties.vm" [1] 02:37:18 08/03/20 2020-08-03 02:37:18 URL:https://ox.gluu.org/npm/passport/passport-4.2.0.tgz [82276/82276] -> "/root/app/passport.tgz" [1] 02:37:21 08/03/20 2020-08-03 02:37:21 URL:https://ox.gluu.org/npm/passport/passport-version_4.2.0-node_modules.tar.gz [22329760/22329760] -> "/root/app/passport-node_modules.tar.gz" [1] 02:37:24 08/03/20 2020-08-03 02:37:24 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.0.Final/super-gluu-radius-server-4.2.0.Final-distribution.zip [30722271/30722271] -> "/root/app/gluu-radius-libs.zip" [1] 02:37:25 08/03/20 2020-08-03 02:37:25 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.0.Final/super-gluu-radius-server-4.2.0.Final.jar [78317/78317] -> "/root/app/super-gluu-radius-server.jar" [1] 02:37:25 08/03/20 Certificate stored in file </root/sso.threema.ch_idp-encryption.crt> 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_httpd.crt> 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_shibidp.crt> 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_idp-signing.crt> 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_passport-sp.crt> 02:37:30 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:30 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:30 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:31 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:31 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:31 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:50 08/03/20 Parsing 02:38:03 08/03/20 tar: typedarray-to-buffer/.airtap.yml: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/.travis.yml: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/index.js: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/LICENSE: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/README.md: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/test/basic.js: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/test: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/CHANGELOG.md: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/index.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/LICENSE: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/README.md: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/enoent.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/parse.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/util/escape.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/util/readShebang.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/util/resolveCommand.js: implausibly old time stamp 1970-01-01 00:00:00 03:14:25 10/08/20 Error encoding passwords 03:14:25 10/08/20 Traceback (most recent call last): File "/root/ces_current/setup.py", line 1919, in encode_passwords self.encoded_opendj_p12_pass = self.obscure(self.opendj_p12_pass) File "/root/ces_current/setup.py", line 1403, in obscure data = data.encode('utf-8') AttributeError: 'NoneType' object has no attribute 'encode' 03:14:36 10/08/20 2020-10-08 03:14:36 URL:https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.1.Final/oxtrust-server-4.2.1.Final.war [150569281/150569281] -> "/root/app/identity.war" [1] 03:14:56 10/08/20 2020-10-08 03:14:56 URL:https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1.Final/oxauth-server-4.2.1.Final.war [119356943/119356943] -> "/root/app/oxauth.war" [1] 03:15:00 10/08/20 2020-10-08 03:15:00 URL:https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.1.Final/oxauth-rp-4.2.1.Final.war [35998430/35998430] -> "/root/app/oxauth-rp.war" [1] 03:15:01 10/08/20 2020-10-08 03:15:01 URL:https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz [19292699/19292699] -> "/root/app/jetty-distribution-9.4.26.v20200117.tar.gz" [1] 03:15:03 10/08/20 2020-10-08 03:15:03 URL:https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz [192298035/192298035] -> "/root/app/amazon-corretto-11-x64-linux-jdk.tar.gz" [1] 03:15:05 10/08/20 2020-10-08 03:15:05 URL:https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar [80153928/80153928] -> "/root/app/jython-installer-2.7.2.jar" [1] 03:15:05 10/08/20 2020-10-08 03:15:05 URL:https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter [3268/3268] -> "/usr/bin/facter" [1] 03:15:10 10/08/20 2020-10-08 03:15:10 URL:https://ox.gluu.org/maven/org/gluufederation/opendj/opendj-server-legacy/4.0.0.gluu/opendj-server-legacy-4.0.0.gluu.zip [44190476/44190476] -> "/root/app/opendj-server-4.0.0.zip" [1] 03:15:19 10/08/20 2020-10-08 03:15:19 URL:https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.1.Final/oxshibbolethIdp-4.2.1.Final.war [112793204/112793204] -> "/root/app/idp.war" [1] 03:15:20 10/08/20 2020-10-08 03:15:20 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.1.Final/oxShibbolethStatic-4.2.1.Final.jar [3410720/3410720] -> "/root/app/shibboleth-idp.jar" [1] 03:15:21 10/08/20 2020-10-08 03:15:21 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.1.Final/oxShibbolethKeyGenerator-4.2.1.Final.jar [5704/5704] -> "/root/app/idp3_cml_keygenerator.jar" [1] 03:15:21 10/08/20 2020-10-08 03:15:21 URL:https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm [2352/2352] -> "/root/app/saml-nameid.properties.vm" [1] 03:15:22 10/08/20 2020-10-08 03:15:22 URL:https://ox.gluu.org/npm/passport/passport-4.2.1.tgz [131581/131581] -> "/root/app/passport.tgz" [1] 03:15:24 10/08/20 2020-10-08 03:15:24 URL:https://ox.gluu.org/npm/passport/passport-version_4.2.1-node_modules.tar.gz [30280997/30280997] -> "/root/app/passport-node_modules.tar.gz" [1] 03:15:28 10/08/20 2020-10-08 03:15:28 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final-distribution.zip [33867593/33867593] -> "/root/app/gluu-radius-libs.zip" [1] 03:15:29 10/08/20 2020-10-08 03:15:29 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final.jar [78299/78299] -> "/root/app/super-gluu-radius-server.jar" [1] ``` update.log: ``` 02:36:32 08/03/20 Running: /usr/sbin/httpd -v | egrep '^Server version' 02:36:32 08/03/20 Server version: Apache/2.4.6 (CentOS) 02:36:32 08/03/20 Calculating memory setting for applications 02:36:32 08/03/20 Encoding passwords 02:36:32 08/03/20 Error encoding passwords 02:36:32 08/03/20 Traceback (most recent call last): File "/root/ces_current/setup.py", line 1919, in encode_passwords self.encoded_opendj_p12_pass = self.obscure(self.opendj_p12_pass) File "/root/ces_current/setup.py", line 1403, in obscure data = data.encode('utf-8') AttributeError: 'NoneType' object has no attribute 'encode' 02:36:32 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.0.Final/oxtrust-server-4.2.0.Final.war -O /root/app/identity.war 02:36:48 08/03/20 2020-08-03 02:36:48 URL:https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.0.Final/oxtrust-server-4.2.0.Final.war [148038088/148038088] -> "/root/app/identity.war" [1] 02:36:48 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.0.Final/oxauth-server-4.2.0.Final.war -O /root/app/oxauth.war 02:36:59 08/03/20 2020-08-03 02:36:59 URL:https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.0.Final/oxauth-server-4.2.0.Final.war [120865963/120865963] -> "/root/app/oxauth.war" [1] 02:36:59 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.0.Final/oxauth-rp-4.2.0.Final.war -O /root/app/oxauth-rp.war 02:37:02 08/03/20 2020-08-03 02:37:02 URL:https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.0.Final/oxauth-rp-4.2.0.Final.war [35858131/35858131] -> "/root/app/oxauth-rp.war" [1] 02:37:02 08/03/20 Running: wget -nv https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz -O /root/app/jetty-distribution-9.4.26.v20200117.tar.gz 02:37:06 08/03/20 2020-08-03 02:37:06 URL:https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz [19292699/19292699] -> "/root/app/jetty-distribution-9.4.26.v20200117.tar.gz" [1] 02:37:06 08/03/20 Running: wget -nv https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz -O /root/app/amazon-corretto-11-x64-linux-jdk.tar.gz 02:37:08 08/03/20 2020-08-03 02:37:08 URL:https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz [192298035/192298035] -> "/root/app/amazon-corretto-11-x64-linux-jdk.tar.gz" [1] 02:37:08 08/03/20 Running: wget -nv https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar -O /root/app/jython-installer-2.7.2.jar 02:37:10 08/03/20 2020-08-03 02:37:10 URL:https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar [80153928/80153928] -> "/root/app/jython-installer-2.7.2.jar" [1] 02:37:10 08/03/20 Running: wget -nv https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter -O /usr/bin/facter 02:37:10 08/03/20 2020-08-03 02:37:10 URL:https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter [3268/3268] -> "/usr/bin/facter" [1] 02:37:10 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.0.Final/oxshibbolethIdp-4.2.0.Final.war -O /root/app/idp.war 02:37:15 08/03/20 2020-08-03 02:37:15 URL:https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.0.Final/oxshibbolethIdp-4.2.0.Final.war [106625017/106625017] -> "/root/app/idp.war" [1] 02:37:15 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.0.Final/oxShibbolethStatic-4.2.0.Final.jar -O /root/app/shibboleth-idp.jar 02:37:17 08/03/20 2020-08-03 02:37:17 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.0.Final/oxShibbolethStatic-4.2.0.Final.jar [3410249/3410249] -> "/root/app/shibboleth-idp.jar" [1] 02:37:17 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.0.Final/oxShibbolethKeyGenerator-4.2.0.Final.jar -O /root/app/idp3_cml_keygenerator.jar 02:37:17 08/03/20 2020-08-03 02:37:17 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.0.Final/oxShibbolethKeyGenerator-4.2.0.Final.jar [5702/5702] -> "/root/app/idp3_cml_keygenerator.jar" [1] 02:37:17 08/03/20 Running: wget -nv https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm -O /root/app/saml-nameid.properties.vm 02:37:17 08/03/20 2020-08-03 02:37:17 URL:https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm [2352/2352] -> "/root/app/saml-nameid.properties.vm" [1] 02:37:17 08/03/20 Running: wget -nv https://ox.gluu.org/npm/passport/passport-4.2.0.tgz -O /root/app/passport.tgz 02:37:18 08/03/20 2020-08-03 02:37:18 URL:https://ox.gluu.org/npm/passport/passport-4.2.0.tgz [82276/82276] -> "/root/app/passport.tgz" [1] 02:37:18 08/03/20 Running: wget -nv https://ox.gluu.org/npm/passport/passport-version_4.2.0-node_modules.tar.gz -O /root/app/passport-node_modules.tar.gz 02:37:21 08/03/20 2020-08-03 02:37:21 URL:https://ox.gluu.org/npm/passport/passport-version_4.2.0-node_modules.tar.gz [22329760/22329760] -> "/root/app/passport-node_modules.tar.gz" [1] 02:37:21 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.0.Final/super-gluu-radius-server-4.2.0.Final-distribution.zip -O /root/app/gluu-radius-libs.zip 02:37:24 08/03/20 2020-08-03 02:37:24 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.0.Final/super-gluu-radius-server-4.2.0.Final-distribution.zip [30722271/30722271] -> "/root/app/gluu-radius-libs.zip" [1] 02:37:24 08/03/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.0.Final/super-gluu-radius-server-4.2.0.Final.jar -O /root/app/super-gluu-radius-server.jar 02:37:25 08/03/20 2020-08-03 02:37:25 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.0.Final/super-gluu-radius-server-4.2.0.Final.jar [78317/78317] -> "/root/app/super-gluu-radius-server.jar" [1] 02:37:25 08/03/20 Running: chmod +x /usr/bin/facter 02:37:25 08/03/20 Running: /bin/chown ldap:ldap /home/ldap/.pw 02:37:25 08/03/20 Running: /opt/jre/bin/keytool -list -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit 02:37:25 08/03/20 Keystore type: jks Keystore provider: SUN Your keystore contains 225 entries securetrustca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11 buypassclass3ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57 hellenicacademicandresearchinstitutionsrootca2011, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D quovadisrootca1g3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 1B:8E:EA:57:96:29:1A:C9:39:EA:B8:0A:81:1A:73:73:C0:93:79:67 godaddyclass2ca [jdk], Jun 1, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4 taiwangrca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): F4:8B:11:BF:DE:AB:BE:94:54:20:71:E6:41:DE:6B:BE:88:2B:40:B9 teliasonerarootcav1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 43:13:BB:96:F1:D5:86:9B:C1:4E:6A:92:F6:CF:F6:34:69:87:82:37 sso.threema.ch_idp-encryption, Dec 5, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D0:6D:B1:4E:37:86:3E:68:CE:D7:C0:73:A1:70:05:28:BE:59:34:12 digicerthighassuranceevrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25 geotrustprimarycertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 32:3C:11:8E:1B:F7:B8:B6:52:54:E2:E2:10:0D:D6:02:90:37:F0:96 trustisfpsrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 3B:C0:38:0B:33:C3:F6:A6:0C:86:15:22:93:D9:DF:F5:4B:81:C0:04 quovadisrootca3g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 48:12:BD:92:3C:A8:C4:39:06:E7:30:6D:27:96:E6:A4:CF:22:2E:7D sso.threema.ch_opendj, Dec 5, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 6A:3B:5B:94:68:EA:F6:E1:78:D9:2D:90:48:CA:8D:47:1D:20:A6:96 secureglobalca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 3A:44:73:5A:E5:81:90:1F:24:86:61:46:1E:3B:9C:C4:5F:F5:3A:1B ssl.comevrootcertificationauthorityecc, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 4C:DD:51:A3:D1:F5:20:32:14:B0:C6:C5:32:23:03:91:C7:46:42:6D geotrustprimarycag2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0 szafirrootca2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): E2:52:FA:95:3F:ED:DB:24:60:BD:6E:28:F3:9C:CC:CF:5E:B3:3F:DE sso.threema.ch_httpd, Dec 5, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D8:0D:08:99:6E:44:0B:36:FE:F6:76:3B:95:13:C7:B1:08:12:DD:DA quovadisrootca1g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 1B:8E:EA:57:96:29:1A:C9:39:EA:B8:0A:81:1A:73:73:C0:93:79:67 autoridaddecertificacionfirmaprofesionalcifa62634068, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): AE:C5:FB:3F:C8:E1:BF:C4:E5:4F:03:07:5A:9A:E8:00:B7:F7:B6:FA securesignrootca11, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 3B:C4:9F:48:F8:F3:73:A0:9C:1E:BD:F8:5B:B1:C3:65:C7:D8:11:B3 verisignclass3g2ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 85:37:1C:A6:E5:50:14:3D:CE:28:03:47:1B:DE:3A:09:E8:F8:77:0F geotrustprimarycag3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 03:9E:ED:B8:0B:E7:A0:3C:69:53:89:3B:20:D2:D9:32:3A:4C:2A:FD digicertassuredidg2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F isrgrootx1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): CA:BD:2A:79:A1:07:6A:31:F2:1D:25:36:35:CB:03:9D:43:29:A5:E8 geotrustuniversalca2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 37:9A:19:7B:41:85:45:35:0C:A6:03:69:F3:3C:2E:AF:47:4F:20:79 digicertglobalrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36 ttelesecglobalrootclass2ca [jdk], Jul 12, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 59:0D:2D:7D:88:4F:40:2E:61:7E:A5:62:32:17:65:CF:17:D8:94:E9 starfieldclass2ca [jdk], Jun 1, 2018, trustedCertEntry, Certificate fingerprint (SHA1): AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A staatdernederlandenevrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 76:E2:7E:C1:4F:DB:82:C1:C0:A6:75:B5:05:BE:3D:29:B4:ED:DB:BB digicertglobalrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36 starfieldservicesrootcertificateauthority-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 92:5A:8F:8D:2C:6D:04:E0:66:5F:59:6A:FF:22:D8:63:E8:25:6F:3F actalisauthenticationrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC tubitakkamusmsslkoksertifikasi-surum1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 31:43:64:9B:EC:CE:27:EC:ED:3A:3F:0B:8F:0D:E4:E8:91:DD:EE:CA amazonrootca4, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): F6:10:84:07:D6:F8:BB:67:98:0C:C2:E2:44:C2:EB:AE:1C:EF:63:BE amazonrootca3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 0D:44:DD:8C:3C:8C:1A:1A:58:75:64:81:E9:0F:2E:2A:FF:B3:D2:6E amazonrootca2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 5A:8C:EF:45:D7:A6:98:59:76:7A:8C:8B:44:96:B5:78:CF:47:4B:1A affirmtrustpremiumeccca [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB amazonrootca1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 8D:A7:F9:65:EC:5E:FC:37:91:0F:1C:6E:59:FD:C1:CC:6A:6E:DE:16 globalsignrootca-r3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD globalsignr2ca [jdk], Aug 14, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE globalsignrootca-r2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE affirmtrustpremium, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27 entrustrootcertificationauthority-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 8C:F4:27:FD:79:0C:3A:D1:66:06:8D:E8:1E:57:EF:BB:93:22:72:D4 geotrustprimarycertificationauthority-g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 03:9E:ED:B8:0B:E7:A0:3C:69:53:89:3B:20:D2:D9:32:3A:4C:2A:FD geotrustprimarycertificationauthority-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0 soneraclass2ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 37:F7:6D:E6:07:7C:90:C5:B1:3E:93:1A:B7:41:10:B4:F2:E4:9A:27 gdcatrustauthr5root, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 0F:36:38:5B:81:1A:25:C3:9B:31:4E:83:CA:E9:34:66:70:CC:74:B4 trustcorrootcertca-2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B8:BE:6D:CB:56:F1:55:B9:63:D4:12:CA:4E:06:34:C7:94:B2:1C:C0 trustcorrootcertca-1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): FF:BD:CD:E7:82:C8:43:5E:3C:6F:26:86:5C:CA:A8:3A:45:5B:C3:0A atostrustedroot2011, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 2B:B1:F5:3E:55:0C:1D:C5:F1:D4:E6:B7:6A:46:4B:55:06:02:AC:21 ec-acc, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 28:90:3A:63:5B:52:80:FA:E6:77:4C:0B:6D:A7:D6:BA:A6:4A:F2:E8 swisssignsilverca-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB geotrustprimaryca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 32:3C:11:8E:1B:F7:B8:B6:52:54:E2:E2:10:0D:D6:02:90:37:F0:96 comodoecccertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11 securetrustca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11 cadisigrootr2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B5:61:EB:EA:A4:DE:E4:25:4B:69:1A:98:A5:57:47:C2:34:C7:D9:71 starfieldservicesrootg2ca [jdk], Jul 12, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 92:5A:8F:8D:2C:6D:04:E0:66:5F:59:6A:FF:22:D8:63:E8:25:6F:3F geotrustglobalca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DE:28:F4:A4:FF:E5:B9:2F:A3:C5:03:D1:A3:49:A7:F9:96:2A:82:12 trktrustelektroniksertifikahizmetsalaycsh5, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): C4:18:F6:4D:46:D1:DF:00:3D:27:30:13:72:43:A9:12:11:C6:75:FB starfieldrootcertificateauthority-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E globalsigneccrootca-r5, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 1F:24:C6:30:CD:A4:18:EF:20:69:FF:AD:4F:DD:5F:46:3A:1B:69:AA globalsigneccrootca-r4, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB trustcoreca-1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 58:D1:DF:95:95:67:6B:63:C0:F0:5B:1C:17:4D:8B:84:0B:C8:78:BD identrustpublicca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): BA:29:41:60:77:98:3F:F4:F3:EF:F2:31:05:3B:2E:EA:6D:4D:45:FD camerfirmachambersca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 78:6A:74:AC:76:AB:14:7F:9C:6A:30:50:BA:9E:A8:7E:FE:9A:CE:3C starfieldclass2ca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A opentrustrootcag3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 6E:26:64:F3:56:BF:34:55:BF:D1:93:3F:7C:01:DE:D8:13:DA:8A:A6 opentrustrootcag2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 79:5F:88:60:C5:AB:7C:3D:92:E6:CB:F4:8D:E1:45:CD:11:EF:60:0B buypassclass2rootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 49:0A:75:74:DE:87:0A:47:FE:58:EE:F6:C7:6B:EB:C6:0B:12:40:99 opentrustrootcag1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 79:91:E8:34:F7:E2:EE:DD:08:95:01:52:E9:55:2D:14:E9:58:D5:7E camerfirmachambersignca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 4A:BD:EE:EC:95:0D:35:9C:89:AE:C7:52:A1:2C:5B:29:F6:D6:AA:0C buypassclass3rootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57 xrampglobalca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6 epkirootcertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 67:65:0D:F1:7E:8E:7E:5B:82:40:A4:F4:56:4B:CF:E2:3D:69:C6:F0 sso.threema.ch_shibidp, Dec 5, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B3:3A:20:98:00:B6:FF:2B:89:12:51:4F:9B:D1:13:7C:85:CD:AD:BD verisigntsaca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 20:CE:B1:F0:F5:1C:0E:19:A9:F3:8D:B1:AA:8E:03:8C:AA:7A:C7:01 certigna, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B1:2E:13:63:45:86:A4:6F:1A:B2:60:68:37:58:2D:C4:AC:FD:94:97 thawtepremiumserverca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): E0:AB:05:94:20:72:54:93:05:60:62:02:36:70:F7:CD:2E:FC:66:66 cfcaevroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): E2:B8:29:4B:55:84:AB:6B:58:C2:90:46:6C:AC:3F:B8:39:8F:84:83 verisignclass3ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): A1:DB:63:93:91:6F:17:E4:18:55:09:40:04:15:C7:02:40:B0:AE:6B quovadisrootca2g3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 09:3C:61:F3:8B:8B:DC:7D:55:DF:75:38:02:05:00:E1:25:F5:C8:36 digicertglobalrootg2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4 certumtrustednetworkca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 07:E0:32:E0:20:B7:2C:3F:19:2F:06:28:A2:59:3A:19:A7:0F:06:9E soneraclass2rootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 37:F7:6D:E6:07:7C:90:C5:B1:3E:93:1A:B7:41:10:B4:F2:E4:9A:27 certumtrustednetworkca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 07:E0:32:E0:20:B7:2C:3F:19:2F:06:28:A2:59:3A:19:A7:0F:06:9E digicertglobalrootg3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E securitycommunicationrootca2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74 sso.threema.ch_idp-signing, Dec 5, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D9:B3:44:1E:F4:CA:87:D7:1E:45:9A:B2:67:53:27:E9:0B:29:4B:6C comodoaaaca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49 utnuserfirstobjectca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): E1:2D:FB:4B:41:D7:D9:C3:2B:30:51:4B:AC:1D:81:D8:38:5E:2D:46 camerfirmachamberscommerceca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 6E:3A:55:A4:19:0C:19:5C:93:84:3C:C0:DB:72:2E:31:30:61:F0:B1 quovadisrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9 verisignclass3g3ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 13:2D:0D:45:53:4B:69:97:CD:B2:D5:C3:39:E2:55:76:60:9B:5C:C6 usertrustrsacertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 2B:8F:1B:57:33:0D:BB:A2:D0:7A:6C:51:F7:0E:E9:0D:DA:B9:AD:8E addtrustexternalca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 02:FA:F3:E2:91:43:54:68:60:78:57:69:4D:F5:E4:5B:68:85:18:68 networksolutionscertificateauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 74:F8:A3:C3:EF:E7:B3:90:06:4B:83:90:3C:21:64:60:20:E5:DF:CE ttelesecglobalrootclass3ca [jdk], Jul 12, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1 oistewisekeyglobalrootgaca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 59:22:A1:E1:5A:EA:16:35:21:F8:98:39:6A:46:46:B0:44:1B:0F:A9 verisignuniversalrootcertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54 dtrustclass3ca2ev [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 96:C9:1B:0B:95:B4:10:98:42:FA:D0:D8:22:79:FE:60:FA:B9:16:83 thawteprimaryrootca-g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): F1:8B:53:8D:1B:E9:03:B6:A6:F0:56:43:5B:17:15:89:CA:F3:6B:F2 thawteprimaryrootca-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): AA:DB:BC:22:23:8F:C4:01:A1:27:BB:38:DD:F4:1D:DB:08:9E:F0:12 swisssigngoldca-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D8:C5:38:8A:B7:30:1B:1B:6E:D4:7A:E6:45:25:3A:6F:9F:1A:27:61 addtrustexternalroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 02:FA:F3:E2:91:43:54:68:60:78:57:69:4D:F5:E4:5B:68:85:18:68 baltimorecybertrustca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74 geotrustuniversalca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): E6:21:F3:35:43:79:05:9A:4B:68:30:9D:8A:2F:74:22:15:87:EC:79 certsignrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): FA:B7:EE:36:97:26:62:FB:2D:B0:2A:F6:BF:03:FD:E8:7C:4B:2F:9B thawteprimaryrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81 globalsignr3ca [jdk], Jul 12, 2018, trustedCertEntry, Certificate fingerprint (SHA1): D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD geotrustuniversalca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): E6:21:F3:35:43:79:05:9A:4B:68:30:9D:8A:2F:74:22:15:87:EC:79 luxtrustglobalroot2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 1E:0E:56:19:0A:D1:8B:25:98:B2:04:44:FF:66:8A:04:17:99:5F:3F dtrustclass3ca2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0 twcaglobalrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 9C:BB:48:53:F6:A4:F6:D3:52:A4:E8:32:52:55:60:13:F5:AD:AF:65 teliasonerarootcav1 [jdk], Sep 5, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 43:13:BB:96:F1:D5:86:9B:C1:4E:6A:92:F6:CF:F6:34:69:87:82:37 entrustrootcertificationauthority-ec1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47 comodorsaca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): AF:E5:D2:44:A8:D1:19:42:30:FF:47:9F:E2:F8:97:BB:CD:7A:8C:B4 swisssignplatinumg2ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 56:E0:FA:C0:3B:8F:18:23:55:18:E5:D3:11:CA:E8:C2:43:31:AB:66 thawteprimaryrootcag2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): AA:DB:BC:22:23:8F:C4:01:A1:27:BB:38:DD:F4:1D:DB:08:9E:F0:12 comodoeccca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11 thawteprimaryrootcag3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): F1:8B:53:8D:1B:E9:03:B6:A6:F0:56:43:5B:17:15:89:CA:F3:6B:F2 digicerttrustedrootg4, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4 identrustcommercial [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DF:71:7E:AA:4A:D9:4E:C9:55:84:99:60:2D:48:DE:5F:BC:F0:3A:25 quovadisrootca2g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 09:3C:61:F3:8B:8B:DC:7D:55:DF:75:38:02:05:00:E1:25:F5:C8:36 chunghwaepkirootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 67:65:0D:F1:7E:8E:7E:5B:82:40:A4:F4:56:4B:CF:E2:3D:69:C6:F0 sso.threema.ch_passport-sp, Dec 5, 2019, trustedCertEntry, Certificate fingerprint (SHA1): E1:A4:F7:35:4E:4E:F7:4A:7C:43:82:A3:EF:2A:32:C4:81:49:E2:3A godaddyclass2ca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4 identrustdstx3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DA:C9:02:4F:54:D8:F6:DF:94:93:5F:B1:73:26:38:CA:6A:D7:7C:13 entrustevca [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9 hellenicacademicandresearchinstitutionseccrootca2015, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 9F:F1:71:8D:92:D5:9A:F3:7D:74:97:B4:BC:6F:84:68:0B:BA:B6:66 d-trustrootclass3ca22009, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0 addtrustclass1ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): CC:AB:0E:A0:4C:23:01:D6:69:7B:DD:37:9F:CD:12:EB:24:E3:94:9D verisignclass3publicprimarycertificationauthority-g5, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5 verisignclass3publicprimarycertificationauthority-g4, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 22:D5:D8:DF:8F:02:31:D1:8D:F7:9D:B7:CF:8A:2D:64:C9:3F:6C:3A verisignclass3publicprimarycertificationauthority-g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 13:2D:0D:45:53:4B:69:97:CD:B2:D5:C3:39:E2:55:76:60:9B:5C:C6 digicertassuredidrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43 keynectisrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 9C:61:5C:4D:4D:85:10:3A:53:26:C2:4D:BA:EA:E4:A2:D2:D5:CC:97 affirmtrustcommercial, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7 e-tugracertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 51:C6:E7:08:49:06:6E:F3:92:D4:5C:A0:0D:6D:A3:62:8F:C3:52:39 digicertassuredidrootg3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89 affirmtrustnetworking, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F globalsignrootcar6 [jdk], Apr 30, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 80:94:64:0E:B5:A7:A1:CA:11:9C:1F:DD:D5:9F:81:02:63:A7:FB:D1 digicertassuredidrootg2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F comodoaaaservicesroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49 affirmtrustpremiumca [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27 d-trustrootclass3ca2ev2009, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 96:C9:1B:0B:95:B4:10:98:42:FA:D0:D8:22:79:FE:60:FA:B9:16:83 verisignuniversalrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54 buypassclass2ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 49:0A:75:74:DE:87:0A:47:FE:58:EE:F6:C7:6B:EB:C6:0B:12:40:99 baltimorecybertrustroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74 eecertificationcentrerootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): C9:A8:B9:E7:55:80:5E:58:E3:53:77:A7:25:EB:AF:C3:7B:27:CC:D7 entrust2048ca [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 50:30:06:09:1D:97:D4:F5:AE:39:F7:CB:E7:92:7D:7D:65:2D:34:31 comodocertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 66:31:BF:9E:F7:4F:9E:B6:C9:D5:A6:0C:BA:6A:BE:D1:F7:BD:EF:7B digicerttrustedrootg4 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4 quovadisrootca3g3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 48:12:BD:92:3C:A8:C4:39:06:E7:30:6D:27:96:E6:A4:CF:22:2E:7D actalisauthenticationrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC affirmtrustcommercialca [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7 quovadisrootca3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 1F:49:14:F7:D8:74:95:1D:DD:AE:02:C0:BE:FD:3A:2D:82:75:51:85 usertrustecccertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0 quovadisrootca2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): CA:3A:FB:CF:12:40:36:4B:44:B2:16:20:88:80:48:39:19:93:7C:F7 globalsigneccrootcar5 [jdk], Jul 12, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 1F:24:C6:30:CD:A4:18:EF:20:69:FF:AD:4F:DD:5F:46:3A:1B:69:AA twcarootcertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): CF:9E:87:6D:D3:EB:FC:42:26:97:A3:B5:A3:7A:A0:76:A9:06:23:48 swisssignsilverg2ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB secomscrootca2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74 ssl.comrootcertificationauthorityecc, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): C3:19:7C:39:24:E6:54:AF:1B:C4:AB:20:95:7A:E2:C3:0E:13:02:6A verisignclass3g4ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 22:D5:D8:DF:8F:02:31:D1:8D:F7:9D:B7:CF:8A:2D:64:C9:3F:6C:3A xrampglobalcaroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6 identrustcommercialrootca1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DF:71:7E:AA:4A:D9:4E:C9:55:84:99:60:2D:48:DE:5F:BC:F0:3A:25 izenpe.com, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 2F:78:3D:25:52:18:A7:4A:65:39:71:B5:2C:A2:9C:45:15:6F:E9:19 staatdernederlandenrootca-g3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D8:EB:6B:41:51:92:59:E0:F3:E7:85:00:C0:3D:B6:88:97:C9:EE:FC microsece-szignorootca2009, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 89:DF:74:FE:5C:F4:0F:4A:80:F9:E3:37:7D:54:DA:91:E1:01:31:8E staatdernederlandenrootca-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 59:AF:82:79:91:86:C7:B4:75:07:CB:CF:03:57:46:EB:04:DD:B7:16 quovadisrootca2 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): CA:3A:FB:CF:12:40:36:4B:44:B2:16:20:88:80:48:39:19:93:7C:F7 cybertrustglobalroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6 acraizfnmt-rcm, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): EC:50:35:07:B2:15:C4:95:62:19:E2:A8:9A:5B:42:99:2C:4C:2C:20 globalsignrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C globalsigneccrootcar4 [jdk], Aug 14, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB entrustrootcaec1 [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47 quovadisrootca3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 1F:49:14:F7:D8:74:95:1D:DD:AE:02:C0:BE:FD:3A:2D:82:75:51:85 luxtrustglobalrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): C9:3C:34:EA:90:D9:13:0C:0F:03:00:4B:98:BD:8B:35:70:91:56:11 affirmtrustnetworkingca [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F quovadisrootca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9 secomscrootca1 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 36:B1:2B:49:F9:81:9E:D7:4C:9E:BC:38:0F:C6:56:8F:5D:AC:B2:F7 dstrootcax3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DA:C9:02:4F:54:D8:F6:DF:94:93:5F:B1:73:26:38:CA:6A:D7:7C:13 affirmtrustpremiumecc, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB chambersofcommerceroot-2008, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 78:6A:74:AC:76:AB:14:7F:9C:6A:30:50:BA:9E:A8:7E:FE:9A:CE:3C certplusrootcag2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 4F:65:8E:1F:E9:06:D8:28:02:E9:54:47:41:C9:54:25:5D:69:CC:1A netlockarany(classgold)ftanstvny, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 06:08:3F:59:3F:15:A1:04:A0:69:A4:6B:A9:03:D0:06:B7:97:09:91 certplusrootcag1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 22:FD:D0:B7:FD:A2:4E:0D:AC:49:2C:A0:AC:A6:7B:6A:1F:E3:F7:66 entrustrootcertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9 ssl.comrootcertificationauthorityrsa, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): B7:AB:33:08:D1:EA:44:77:BA:14:80:12:5A:6F:BD:A9:36:49:0C:BB entrustrootcag2 [jdk], Jun 27, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 8C:F4:27:FD:79:0C:3A:D1:66:06:8D:E8:1E:57:EF:BB:93:22:72:D4 godaddyrootg2ca [jdk], Jun 1, 2018, trustedCertEntry, Certificate fingerprint (SHA1): 47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B digicertassuredidrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43 letsencryptisrgx1 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): CA:BD:2A:79:A1:07:6A:31:F2:1D:25:36:35:CB:03:9D:43:29:A5:E8 thawteprimaryrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81 visaecommerceroot, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 70:17:9B:86:8C:00:A4:FA:60:91:52:22:3F:9F:3E:32:BD:E0:05:62 usertrustrsaca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 2B:8F:1B:57:33:0D:BB:A2:D0:7A:6C:51:F7:0E:E9:0D:DA:B9:AD:8E digicertglobalrootg3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E digicertglobalrootg2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4 swisssigngoldg2ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): D8:C5:38:8A:B7:30:1B:1B:6E:D4:7A:E6:45:25:3A:6F:9F:1A:27:61 addtrustqualifiedca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 4D:23:78:EC:91:95:39:B5:00:7F:75:8F:03:3B:21:1E:C5:4D:8B:CF usertrusteccca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0 globalsignca [jdk], Jul 12, 2018, trustedCertEntry, Certificate fingerprint (SHA1): B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C starfieldrootg2ca [jdk], Jun 1, 2018, trustedCertEntry, Certificate fingerprint (SHA1): B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E geotrustglobalca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): DE:28:F4:A4:FF:E5:B9:2F:A3:C5:03:D1:A3:49:A7:F9:96:2A:82:12 oistewisekeyglobalrootgbca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 0F:F9:40:76:18:D3:D7:6A:4B:98:F0:A8:35:9E:0C:FD:27:AC:CC:ED certumtrustednetworkca2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D3:DD:48:3E:2B:BF:4C:05:E8:AF:10:F5:FA:76:26:CF:D3:DC:30:92 comodorsacertificationauthority, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): AF:E5:D2:44:A8:D1:19:42:30:FF:47:9F:E2:F8:97:BB:CD:7A:8C:B4 entrust.netpremium2048secureserverca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 50:30:06:09:1D:97:D4:F5:AE:39:F7:CB:E7:92:7D:7D:65:2D:34:31 identrustpublicsectorrootca1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): BA:29:41:60:77:98:3F:F4:F3:EF:F2:31:05:3B:2E:EA:6D:4D:45:FD accvraiz1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17 digicerthighassuranceevrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25 godaddyrootcertificateauthority-g2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B securitycommunicationrootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 36:B1:2B:49:F9:81:9E:D7:4C:9E:BC:38:0F:C6:56:8F:5D:AC:B2:F7 certinomis-rootca, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 9D:70:BB:01:A5:A4:A0:18:11:2E:F7:1C:01:B9:32:C5:34:E7:88:A8 verisignclass2g2ca [jdk], Jun 13, 2018, trustedCertEntry, Certificate fingerprint (SHA1): B3:EA:C4:47:76:C9:C8:1C:EA:F2:9D:95:B6:CC:A0:08:1B:67:EC:9D t-telesecglobalrootclass3, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1 t-telesecglobalrootclass2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 59:0D:2D:7D:88:4F:40:2E:61:7E:A5:62:32:17:65:CF:17:D8:94:E9 globalchambersignroot-2008, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 4A:BD:EE:EC:95:0D:35:9C:89:AE:C7:52:A1:2C:5B:29:F6:D6:AA:0C certumca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 62:52:DC:40:F7:11:43:A2:2F:DE:9E:F7:34:8E:06:42:51:B1:81:18 digicertassuredidg3 [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89 hongkongpostrootca1, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): D6:DA:A8:20:8D:09:D2:15:4D:24:B5:2F:CB:34:6E:B2:58:B2:8A:58 verisignclass3g5ca [jdk], Dec 1, 2017, trustedCertEntry, Certificate fingerprint (SHA1): 4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5 ssl.comevrootcertificationauthorityrsar2, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 74:3A:F0:52:9B:D0:32:A0:F4:4A:83:CD:D4:BA:A9:7B:7C:2E:C4:9A hellenicacademicandresearchinstitutionsrootca2015, Jul 11, 2019, trustedCertEntry, Certificate fingerprint (SHA1): 01:0C:06:95:A6:98:19:14:FF:BF:5F:C6:B0:B6:95:EA:29:E9:12:A6 02:37:25 08/03/20 Running: /opt/jre/bin/keytool -export -alias sso.threema.ch_idp-encryption -file /root/sso.threema.ch_idp-encryption.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit 02:37:25 08/03/20 Certificate stored in file </root/sso.threema.ch_idp-encryption.crt> 02:37:25 08/03/20 Running: /opt/jre/bin/keytool -export -alias sso.threema.ch_httpd -file /root/sso.threema.ch_httpd.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_httpd.crt> 02:37:26 08/03/20 Running: /opt/jre/bin/keytool -export -alias sso.threema.ch_shibidp -file /root/sso.threema.ch_shibidp.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_shibidp.crt> 02:37:26 08/03/20 Running: /opt/jre/bin/keytool -export -alias sso.threema.ch_idp-signing -file /root/sso.threema.ch_idp-signing.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_idp-signing.crt> 02:37:26 08/03/20 Running: /opt/jre/bin/keytool -export -alias sso.threema.ch_passport-sp -file /root/sso.threema.ch_passport-sp.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit 02:37:26 08/03/20 Certificate stored in file </root/sso.threema.ch_passport-sp.crt> 02:37:26 08/03/20 Running: rm -r /opt/dist/app/amazon-corretto-8.222.10.1-linux-x64.tar.gz 02:37:26 08/03/20 Running: cp -f /root/app/amazon-corretto-11-x64-linux-jdk.tar.gz /opt/dist/app 02:37:26 08/03/20 Running: rm -r /opt/amazon-corretto-8.222.10.1-linux-x64 02:37:26 08/03/20 Running: unlink /opt/jre 02:37:26 08/03/20 Installing server JRE amazon-corretto-11-x64-linux-jdk.tar.gz ... 02:37:26 08/03/20 Extracting amazon-corretto-11-x64-linux-jdk.tar.gz into /opt/ 02:37:26 08/03/20 Running: tar -xzf /opt/dist/app/amazon-corretto-11-x64-linux-jdk.tar.gz -C /opt/ --no-xattrs --no-same-owner --no-same-permissions 02:37:29 08/03/20 Running: /bin/ln -sf /opt/amazon-corretto-11.0.8.10.1-linux-x64 /opt/jre 02:37:29 08/03/20 Running: /bin/chmod -R 755 /opt/amazon-corretto-11.0.8.10.1-linux-x64/bin/ 02:37:29 08/03/20 Running: /bin/chown -R root:root /opt/amazon-corretto-11.0.8.10.1-linux-x64 02:37:29 08/03/20 Running: /bin/chown -h root:root /opt/jre 02:37:29 08/03/20 Running: /bin/mkdir -p /opt/jre/jre 02:37:29 08/03/20 Running: /bin/ln -s /opt/jre/lib /opt/jre/jre/lib 02:37:29 08/03/20 Running: sed -i /^#crypto.policy=unlimited/s/^#// /opt/jre/conf/security/java.security 02:37:29 08/03/20 Running: /opt/jre/bin/keytool -list -alias sso.threema.ch_idp-encryption -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt 02:37:30 08/03/20 keytool error: java.lang.Exception: Alias <sso.threema.ch_idp-encryption> does not exist 02:37:30 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:30 08/03/20 Running: /opt/jre/bin/keytool -import -alias sso.threema.ch_idp-encryption -file /root/sso.threema.ch_idp-encryption.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt -trustcacerts 02:37:30 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:30 08/03/20 Running: /opt/jre/bin/keytool -list -alias sso.threema.ch_httpd -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt 02:37:30 08/03/20 keytool error: java.lang.Exception: Alias <sso.threema.ch_httpd> does not exist 02:37:30 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:30 08/03/20 Running: /opt/jre/bin/keytool -import -alias sso.threema.ch_httpd -file /root/sso.threema.ch_httpd.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt -trustcacerts 02:37:31 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:31 08/03/20 Running: /opt/jre/bin/keytool -list -alias sso.threema.ch_shibidp -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt 02:37:31 08/03/20 keytool error: java.lang.Exception: Alias <sso.threema.ch_shibidp> does not exist 02:37:31 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:31 08/03/20 Running: /opt/jre/bin/keytool -import -alias sso.threema.ch_shibidp -file /root/sso.threema.ch_shibidp.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt -trustcacerts 02:37:31 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:31 08/03/20 Running: /opt/jre/bin/keytool -list -alias sso.threema.ch_idp-signing -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt 02:37:32 08/03/20 keytool error: java.lang.Exception: Alias <sso.threema.ch_idp-signing> does not exist 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:32 08/03/20 Running: /opt/jre/bin/keytool -import -alias sso.threema.ch_idp-signing -file /root/sso.threema.ch_idp-signing.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt -trustcacerts 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:32 08/03/20 Running: /opt/jre/bin/keytool -list -alias sso.threema.ch_passport-sp -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt 02:37:32 08/03/20 keytool error: java.lang.Exception: Alias <sso.threema.ch_passport-sp> does not exist 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore 02:37:32 08/03/20 Running: /opt/jre/bin/keytool -import -alias sso.threema.ch_passport-sp -file /root/sso.threema.ch_passport-sp.crt -keystore /opt/jre/jre/lib/security/cacerts -storepass changeit -noprompt -trustcacerts 02:37:32 08/03/20 Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore 02:37:32 08/03/20 Running: rm -r /opt/dist/app/jython-installer-2.7.2a.jar 02:37:32 08/03/20 Running: cp -f /root/app/jython-installer-2.7.2.jar /opt/dist/app 02:37:32 08/03/20 Running: rm -r /opt/jython-2.7.2a 02:37:33 08/03/20 Running: unlink /opt/jython 02:37:33 08/03/20 Installing Jython 02:37:33 08/03/20 Running: rm -rf /opt*-2.7.2 02:37:33 08/03/20 Running: /opt/jre/bin/java -jar /opt/dist/app/jython-installer-2.7.2.jar -v -s -d /opt/jython-2.7.2 -t standard -e ensurepip 02:37:36 08/03/20 system properties dumped to /tmp/System11063672974811298434.properties reading jar info using the console installer Performing silent installation specification version: '11' excluding directory META-INF/ excluding directory extlibs/ excluding directory grammar/ excluding directory org/ excluding directory org/apache/ excluding directory org/apache/commons/ excluding directory org/apache/commons/cli/ excluding directory org/python/ excluding directory org/python/util/ excluding directory org/python/util/install/ excluding directory org/python/util/install/driver/ excluding directory src/ excluding directory src/com/ excluding directory src/com/xhaus/ excluding directory src/com/xhaus/modjy/ excluding directory src/com/ziclix/ excluding directory src/com/ziclix/python/ excluding directory src/com/ziclix/python/sql/ excluding directory src/com/ziclix/python/sql/connect/ excluding directory src/com/ziclix/python/sql/handler/ excluding directory src/com/ziclix/python/sql/pipe/ excluding directory src/com/ziclix/python/sql/pipe/csv/ excluding directory src/com/ziclix/python/sql/pipe/db/ excluding directory src/com/ziclix/python/sql/procedure/ excluding directory src/com/ziclix/python/sql/resource/ excluding directory src/com/ziclix/python/sql/util/ excluding directory src/org/ excluding directory src/org/python/ excluding directory src/org/python/antlr/ excluding directory src/org/python/antlr/adapter/ excluding directory src/org/python/antlr/ast/ excluding directory src/org/python/antlr/base/ excluding directory src/org/python/antlr/op/ excluding directory src/org/python/compiler/ excluding directory src/org/python/core/ excluding directory src/org/python/core/adapter/ excluding directory src/org/python/core/buffer/ excluding directory src/org/python/core/finalization/ excluding directory src/org/python/core/io/ excluding directory src/org/python/core/packagecache/ excluding directory src/org/python/core/stringlib/ excluding directory src/org/python/core/util/ excluding directory src/org/python/expose/ excluding directory src/org/python/expose/generate/ excluding directory src/org/python/indexer/ excluding directory src/org/python/indexer/ast/ excluding directory src/org/python/indexer/demos/ excluding directory src/org/python/indexer/types/ excluding directory src/org/python/jsr223/ excluding directory src/org/python/modules/ excluding directory src/org/python/modules/_collections/ excluding directory src/org/python/modules/_csv/ excluding directory src/org/python/modules/_functools/ excluding directory src/org/python/modules/_io/ excluding directory src/org/python/modules/_json/ excluding directory src/org/python/modules/_jythonlib/ excluding directory src/org/python/modules/_locale/ excluding directory src/org/python/modules/_threading/ excluding directory src/org/python/modules/_weakref/ excluding directory src/org/python/modules/bz2/ excluding directory src/org/python/modules/itertools/ excluding directory src/org/python/modules/jffi/ excluding directory src/org/python/modules/posix/ excluding directory src/org/python/modules/random/ excluding directory src/org/python/modules/sre/ excluding directory src/org/python/modules/thread/ excluding directory src/org/python/modules/time/ excluding directory src/org/python/modules/zipimport/ excluding directory src/org/python/util/ excluding directory src/shell/ excluding directory src/templates/ 10 % 20 % 30 % 40 % 50 % 60 % 70 % 80 % 90 % 100 % 110 % 120 % 130 % 140 % 150 % Generating start scripts ... 100 % Congratulations! You successfully installed Jython 2.7.2 to directory /opt/jython-2.7.2. 02:37:36 08/03/20 Running: /bin/ln -sf /opt/jython-2.7.2 /opt/jython 02:37:36 08/03/20 Running: /bin/chown -R root:root /opt/jython-2.7.2 02:37:36 08/03/20 Running: /bin/chown -h root:root /opt/jython 02:37:36 08/03/20 Running: /bin/chown ldap:ldap /home/ldap/.pw 02:37:36 08/03/20 Writing file /etc/gluu/conf/gluu.properties 02:37:36 08/03/20 Running: cp -f /etc/gluu/conf/gluu.properties /etc/gluu/conf/gluu.properties.gluu-4.0-1~ 02:37:36 08/03/20 Writing file /etc/default/idp 02:37:36 08/03/20 Running: cp -f /etc/default/idp /etc/default/idp.gluu-4.0-1~ 02:37:37 08/03/20 Writing file /etc/default/passport 02:37:37 08/03/20 Running: cp -f /etc/default/passport /etc/default/passport.gluu-4.0-1~ 02:37:37 08/03/20 Running: cp -f /root/ces_current/static/opendj/101-ox.ldif /opt/opendj/config/schema 02:37:37 08/03/20 Running: /usr/bin/systemctl stop opendj 02:37:42 08/03/20 Run: /usr/bin/systemctl stop opendj with result code: 0 02:37:42 08/03/20 Running: /usr/bin/systemctl start opendj 02:37:48 08/03/20 Run: /usr/bin/systemctl start opendj with result code: 0 02:37:48 08/03/20 Running: /bin/chown ldap:ldap /home/ldap/.pw 02:37:48 08/03/20 Running: unlink /opt/jetty 02:37:48 08/03/20 Running: rm -r -f /opt/jetty-9.4/jetty-distribution-9.4.26.v20200117 02:37:48 08/03/20 Installing jetty %s... 02:37:48 08/03/20 Running: /bin/mkdir -p /opt/jetty-9.4/temp 02:37:48 08/03/20 Running: /bin/chown -R jetty:jetty /opt/jetty-9.4/temp 02:37:49 08/03/20 Extracting /root/app/jetty-distribution-9.4.26.v20200117.tar.gz into /opt/jetty 02:37:49 08/03/20 Running: tar -xzf /root/app/jetty-distribution-9.4.26.v20200117.tar.gz -C /opt/jetty-9.4 --no-xattrs --no-same-owner --no-same-permissions 02:37:49 08/03/20 Running: /bin/ln -sf /opt/jetty-9.4/jetty-distribution-9.4.26.v20200117 /opt/jetty 02:37:49 08/03/20 Running: /bin/chmod -R 755 /opt/jetty-9.4/jetty-distribution-9.4.26.v20200117/bin/ 02:37:49 08/03/20 Applying changes to jetty files... 02:37:49 08/03/20 Writing file /opt/jetty/etc/webdefault.xml.bak 02:37:49 08/03/20 Created backup of jetty file /opt/jetty/etc/webdefault.xml.bak... 02:37:49 08/03/20 Writing file /opt/jetty/etc/webdefault.xml 02:37:49 08/03/20 Running: cp -f /opt/jetty/etc/webdefault.xml /opt/jetty/etc/webdefault.xml.gluu-4.0-1~ 02:37:49 08/03/20 Wrote updated jetty file /opt/jetty/etc/webdefault.xml... 02:37:49 08/03/20 Writing file /opt/jetty/etc/jetty.xml.bak 02:37:49 08/03/20 Created backup of jetty file /opt/jetty/etc/jetty.xml.bak... 02:37:49 08/03/20 Writing file /opt/jetty/etc/jetty.xml 02:37:49 08/03/20 Running: cp -f /opt/jetty/etc/jetty.xml /opt/jetty/etc/jetty.xml.gluu-4.0-1~ 02:37:49 08/03/20 Wrote updated jetty file /opt/jetty/etc/jetty.xml... 02:37:49 08/03/20 Running: /bin/chown -R jetty:jetty /opt/jetty-9.4/jetty-distribution-9.4.26.v20200117 02:37:49 08/03/20 Running: /bin/chown -h jetty:jetty /opt/jetty 02:37:49 08/03/20 Running: /bin/mkdir -p /opt/gluu/jetty 02:37:49 08/03/20 Running: /bin/chown -R jetty:jetty /opt/gluu/jetty 02:37:49 08/03/20 Running: /bin/mkdir -p /var/run/jetty 02:37:49 08/03/20 Running: /bin/chmod -R 775 /var/run/jetty 02:37:49 08/03/20 Running: /bin/chgrp -R jetty /var/run/jetty 02:37:49 08/03/20 Running: rm -rf /opt/jetty/bin/jetty.sh 02:37:49 08/03/20 Copying file /root/ces_current/static/system/initd/jetty.sh to /opt/jetty/bin/jetty.sh 02:37:49 08/03/20 Copied /root/ces_current/static/system/initd/jetty.sh to /opt/jetty/bin/jetty.sh 02:37:49 08/03/20 Running: /bin/chown -R jetty:jetty /opt/jetty/bin/jetty.sh 02:37:49 08/03/20 Running: /bin/chmod -R 755 /opt/jetty/bin/jetty.sh 02:37:49 08/03/20 Running: cp -f /root/app/oxauth.war /opt/gluu/jetty/oxauth/webapps 02:37:49 08/03/20 Running: cp -f /root/app/identity.war /opt/gluu/jetty/identity/webapps 02:37:50 08/03/20 Running: cp -f /root/app/idp.war /opt/gluu/jetty/idp/webapps 02:37:50 08/03/20 Running: cp -f /root/app/oxauth-rp.war /opt/gluu/jetty/oxauth-rp/webapps 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/id_generator/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type id_generator into id_generator_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/consent_gathering/ConsentGatheringSample.py 02:37:50 08/03/20 Loaded script ConsentGatheringSample.py with type consent_gathering into consent_gathering_consentgatheringsample 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/spontaneous_scope/spontaneous_scope.py 02:37:50 08/03/20 Loaded script spontaneous_scope.py with type spontaneous_scope into spontaneous_scope_spontaneous_scope 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/client_registration/Casa.py 02:37:50 08/03/20 Loaded script Casa.py with type client_registration into client_registration_casa 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/client_registration/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type client_registration into client_registration_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/update_user/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type update_user into update_user_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/uma_claims_gathering/uma_claims_gathering.py 02:37:50 08/03/20 Loaded script uma_claims_gathering.py with type uma_claims_gathering into uma_claims_gathering_uma_claims_gathering 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/cache_refresh/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type cache_refresh into cache_refresh_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/dynamic_scope/session_parameter.py 02:37:50 08/03/20 Loaded script session_parameter.py with type dynamic_scope into dynamic_scope_session_parameter 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/dynamic_scope/work_phone.py 02:37:50 08/03/20 Loaded script work_phone.py with type dynamic_scope into dynamic_scope_work_phone 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/dynamic_scope/org_name.py 02:37:50 08/03/20 Loaded script org_name.py with type dynamic_scope into dynamic_scope_org_name 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/dynamic_scope/memberof_attribute.py 02:37:50 08/03/20 Loaded script memberof_attribute.py with type dynamic_scope into dynamic_scope_memberof_attribute 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/dynamic_scope/dynamic_permission.py 02:37:50 08/03/20 Loaded script dynamic_permission.py with type dynamic_scope into dynamic_scope_dynamic_permission 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/idp/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type idp into idp_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/uma_rpt_policy/UmaClientAuthzRptPolicy.py 02:37:50 08/03/20 Loaded script UmaClientAuthzRptPolicy.py with type uma_rpt_policy into uma_rpt_policy_umaclientauthzrptpolicy 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/uma_rpt_policy/uma_rpt_policy.py 02:37:50 08/03/20 Loaded script uma_rpt_policy.py with type uma_rpt_policy into uma_rpt_policy_uma_rpt_policy 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/uma_rpt_claims/uma_rpt_claims.py 02:37:50 08/03/20 Loaded script uma_rpt_claims.py with type uma_rpt_claims into uma_rpt_claims_uma_rpt_claims 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/end_session/end_session.py 02:37:50 08/03/20 Loaded script end_session.py with type end_session into end_session_end_session 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/BasicLockAccountExternalAuthenticator.py 02:37:50 08/03/20 Loaded script BasicLockAccountExternalAuthenticator.py with type person_authentication into person_authentication_basiclockaccountexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/DuoExternalAuthenticator.py 02:37:50 08/03/20 Loaded script DuoExternalAuthenticator.py with type person_authentication into person_authentication_duoexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/Casa.py 02:37:50 08/03/20 Loaded script Casa.py with type person_authentication into person_authentication_casa 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/OtpExternalAuthenticator.py 02:37:50 08/03/20 Loaded script OtpExternalAuthenticator.py with type person_authentication into person_authentication_otpexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/Fido2ExternalAuthenticator.py 02:37:50 08/03/20 Loaded script Fido2ExternalAuthenticator.py with type person_authentication into person_authentication_fido2externalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/PassportExternalAuthenticator.py 02:37:50 08/03/20 Loaded script PassportExternalAuthenticator.py with type person_authentication into person_authentication_passportexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/YubicloudExternalAuthenticator.py 02:37:50 08/03/20 Loaded script YubicloudExternalAuthenticator.py with type person_authentication into person_authentication_yubicloudexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/UafExternalAuthenticator.py 02:37:50 08/03/20 Loaded script UafExternalAuthenticator.py with type person_authentication into person_authentication_uafexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/SuperGluuExternalAuthenticator.py 02:37:50 08/03/20 Loaded script SuperGluuExternalAuthenticator.py with type person_authentication into person_authentication_supergluuexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/U2fExternalAuthenticator.py 02:37:50 08/03/20 Loaded script U2fExternalAuthenticator.py with type person_authentication into person_authentication_u2fexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/SamlPassportAuthenticator.py 02:37:50 08/03/20 Loaded script SamlPassportAuthenticator.py with type person_authentication into person_authentication_samlpassportauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/BasicExternalAuthenticator.py 02:37:50 08/03/20 Loaded script BasicExternalAuthenticator.py with type person_authentication into person_authentication_basicexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/smpp2FA.py 02:37:50 08/03/20 Loaded script smpp2FA.py with type person_authentication into person_authentication_smpp2fa 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/ThumbSignInExternalAuthenticator.py 02:37:50 08/03/20 Loaded script ThumbSignInExternalAuthenticator.py with type person_authentication into person_authentication_thumbsigninexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/UserCertExternalAuthenticator.py 02:37:50 08/03/20 Loaded script UserCertExternalAuthenticator.py with type person_authentication into person_authentication_usercertexternalauthenticator 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/person_authentication/twilio2FA.py 02:37:50 08/03/20 Loaded script twilio2FA.py with type person_authentication into person_authentication_twilio2fa 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/introspection/introspection.py 02:37:50 08/03/20 Loaded script introspection.py with type introspection into introspection_introspection 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/introspection/introspection_custom_params.py 02:37:50 08/03/20 Loaded script introspection_custom_params.py with type introspection into introspection_introspection_custom_params 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/ciba/end_user_notification.py 02:37:50 08/03/20 Loaded script end_user_notification.py with type ciba into ciba_end_user_notification 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/application_session/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type application_session into application_session_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/post_authn/post_authn.py 02:37:50 08/03/20 Loaded script post_authn.py with type post_authn into post_authn_post_authn 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/user_registration/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type user_registration into user_registration_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/user_registration/ConfirmRegistrationSampleScript.py 02:37:50 08/03/20 Loaded script ConfirmRegistrationSampleScript.py with type user_registration into user_registration_confirmregistrationsamplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/resource_owner_password_credentials/resource_owner_password_credentials.py 02:37:50 08/03/20 Loaded script resource_owner_password_credentials.py with type resource_owner_password_credentials into resource_owner_password_credentials_resource_owner_password_credentials 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/resource_owner_password_credentials/resource_owner_password_credentials_custom_params.py 02:37:50 08/03/20 Loaded script resource_owner_password_credentials_custom_params.py with type resource_owner_password_credentials into resource_owner_password_credentials_resource_owner_password_credentials_custom_params 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/scim/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type scim into scim_samplescript 02:37:50 08/03/20 Loading file /root/ces_current/static/extension/persistence_extension/SampleScript.py 02:37:50 08/03/20 Loaded script SampleScript.py with type persistence_extension into persistence_extension_samplescript 02:37:50 08/03/20 Rendering template /root/ces_current/templates/scripts.ldif 02:37:50 08/03/20 Writing file /root/ces_current/output/scripts.ldif 02:37:50 08/03/20 Parsing 02:37:50 08/03/20 Running: /bin/chown ldap:ldap /home/ldap/.pw 02:37:51 08/03/20 Rendering templates 02:37:51 08/03/20 Rendering template /root/ces_current/templates/httpd.conf 02:37:51 08/03/20 Writing file /root/ces_current/output/httpd.conf 02:37:51 08/03/20 Rendering template /root/ces_current/templates/https_gluu.conf 02:37:51 08/03/20 Writing file /root/ces_current/output/https_gluu.conf 02:37:51 08/03/20 Rendering template /root/ces_current/templates/httpd_2.4.conf 02:37:51 08/03/20 Writing file /root/ces_current/output/httpd_2.4.conf 02:37:51 08/03/20 Running: /usr/bin/systemctl stop httpd 02:37:53 08/03/20 Run: /usr/bin/systemctl stop httpd with result code: 0 02:37:53 08/03/20 Running: cp -f /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.gluu-4.0-2~ 02:37:53 08/03/20 Copying file /root/ces_current/output/httpd_2.4.conf to /etc/httpd/conf/httpd.conf 02:37:53 08/03/20 Copied /root/ces_current/output/httpd_2.4.conf to /etc/httpd/conf/httpd.conf 02:37:53 08/03/20 Running: cp -f /etc/httpd/conf.d/https_gluu.conf /etc/httpd/conf.d/https_gluu.conf.gluu-4.0-1~ 02:37:53 08/03/20 Copying file /root/ces_current/output/https_gluu.conf to /etc/httpd/conf.d/https_gluu.conf 02:37:53 08/03/20 Copied /root/ces_current/output/https_gluu.conf to /etc/httpd/conf.d/https_gluu.conf 02:37:53 08/03/20 Writing file /var/www/html/index.html 02:37:53 08/03/20 Running: cp -f /var/www/html/index.html /var/www/html/index.html.gluu-4.0-1~ 02:37:53 08/03/20 Writing file /etc/httpd/conf.d/autoindex.conf 02:37:53 08/03/20 Running: cp -f /etc/httpd/conf.d/autoindex.conf /etc/httpd/conf.d/autoindex.conf.gluu-4.0-2~ 02:37:53 08/03/20 Running: cp -f /var/www/html/custom_404.html /var/www/html/custom_404.html.gluu-4.0-1~ 02:37:53 08/03/20 Copying file /root/ces_current/templates/apache/custom_404.html to /var/www/html 02:37:53 08/03/20 Copied /root/ces_current/templates/apache/custom_404.html to /var/www/html 02:37:53 08/03/20 Running: cp -f /var/www/html/custom_500.html /var/www/html/custom_500.html.gluu-4.0-1~ 02:37:53 08/03/20 Copying file /root/ces_current/templates/apache/custom_500.html to /var/www/html 02:37:53 08/03/20 Copied /root/ces_current/templates/apache/custom_500.html to /var/www/html 02:37:53 08/03/20 Running: cp -f /var/www/html/custom_502.html /var/www/html/custom_502.html.gluu-4.0-1~ 02:37:53 08/03/20 Copying file /root/ces_current/templates/apache/custom_502.html to /var/www/html 02:37:53 08/03/20 Copied /root/ces_current/templates/apache/custom_502.html to /var/www/html 02:37:53 08/03/20 Running: cp -f /var/www/html/custom_503.html /var/www/html/custom_503.html.gluu-4.0-1~ 02:37:53 08/03/20 Copying file /root/ces_current/templates/apache/custom_503.html to /var/www/html 02:37:53 08/03/20 Copied /root/ces_current/templates/apache/custom_503.html to /var/www/html 02:37:53 08/03/20 Running: cp -f /var/www/html/custom_504.html /var/www/html/custom_504.html.gluu-4.0-1~ 02:37:53 08/03/20 Copying file /root/ces_current/templates/apache/custom_504.html to /var/www/html 02:37:53 08/03/20 Copied /root/ces_current/templates/apache/custom_504.html to /var/www/html 02:37:53 08/03/20 Running: /usr/bin/systemctl start httpd 02:37:54 08/03/20 Run: /usr/bin/systemctl start httpd with result code: 0 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/00-systemd.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/00-systemd.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/00-systemd.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/00-mpm.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/00-mpm.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/00-mpm.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/00-proxy.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/00-proxy.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/00-proxy.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/01-cgi.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/01-cgi.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/01-cgi.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/00-dav.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/00-dav.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/00-dav.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/01-cgi.conf 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/01-cgi.conf /etc/httpd/conf.modules.d/01-cgi.conf.gluu-4.0-2~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/00-base.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/00-base.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/00-base.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Writing file /etc/httpd/conf.modules.d/00-lua.conf.gluu-4.0-1~ 02:37:54 08/03/20 Running: cp -f /etc/httpd/conf.modules.d/00-lua.conf.gluu-4.0-1~ /etc/httpd/conf.modules.d/00-lua.conf.gluu-4.0-1~.gluu-4.0-1~ 02:37:54 08/03/20 Running: /usr/bin/systemctl enable httpd 02:37:56 08/03/20 Running: cp -r /opt/shibboleth-idp /opt/shibboleth-idp.back 02:37:56 08/03/20 Running: cp -f /opt/shibboleth-idp/metadata/idp-metadata.xml /opt/shibboleth-idp/metadata/idp-metadata.xml.gluu-4.0-3~ 02:37:56 08/03/20 Running: /opt/jre/bin/jar xf /root/app/shibboleth-idp.jar 02:37:58 08/03/20 Running: rm -r /opt/META-INF 02:37:58 08/03/20 Running: mkdir -p /tmp/1596422278447 02:37:58 08/03/20 Running: /opt/jre/bin/jar xf /root/app/idp.war 02:38:00 08/03/20 Running: rm -f /opt/shibboleth-idp/webapp/WEB-INF/lib/* 02:38:00 08/03/20 Running: cp -r /tmp/1596422278447/WEB-INF/ /opt/shibboleth-idp/webapp 02:38:00 08/03/20 Writing file /opt/shibboleth-idp/metadata/idp-metadata.xml 02:38:00 08/03/20 Running: cp -f /opt/shibboleth-idp/metadata/idp-metadata.xml /opt/shibboleth-idp/metadata/idp-metadata.xml.gluu-4.0-4~ 02:38:00 08/03/20 Writing file /opt/shibboleth-idp/conf/idp.properties 02:38:00 08/03/20 Running: cp -f /opt/shibboleth-idp/conf/idp.properties /opt/shibboleth-idp/conf/idp.properties.gluu-4.0-2~ 02:38:00 08/03/20 Writing file /opt/shibboleth-idp/conf/ldap.properties 02:38:00 08/03/20 Running: cp -f /opt/shibboleth-idp/conf/ldap.properties /opt/shibboleth-idp/conf/ldap.properties.gluu-4.0-2~ 02:38:00 08/03/20 Writing file /opt/shibboleth-idp/conf/services.properties 02:38:00 08/03/20 Running: cp -f /opt/shibboleth-idp/conf/services.properties /opt/shibboleth-idp/conf/services.properties.gluu-4.0-2~ 02:38:00 08/03/20 Writing file /opt/shibboleth-idp/conf/saml-nameid.properties 02:38:00 08/03/20 Running: cp -f /opt/shibboleth-idp/conf/saml-nameid.properties /opt/shibboleth-idp/conf/saml-nameid.properties.gluu-4.0-2~ 02:38:00 08/03/20 Running: cp -f /root/app/saml-nameid.properties.vm /opt/gluu/jetty/identity/conf/shibboleth3/idp/ 02:38:00 08/03/20 Running: chown -R jetty:jetty /opt/shibboleth-idp 02:38:00 08/03/20 Running: rm -r -f /tmp/1596422278447 02:38:00 08/03/20 Running: mv /opt/gluu/node/passport /opt/gluu/node/passport_2020-08-03.02:36:29 02:38:00 08/03/20 Running: /usr/bin/systemctl stop passport 02:38:00 08/03/20 Run: /usr/bin/systemctl stop passport with result code: 0 02:38:00 08/03/20 Running: mkdir -p /opt/gluu/node/passport 02:38:00 08/03/20 Running: tar --strip 1 -xzf /root/app/passport.tgz -C /opt/gluu/node/passport --no-xattrs --no-same-owner --no-same-permissions 02:38:01 08/03/20 Running: mkdir -p /opt/gluu/node/passport/node_modules 02:38:01 08/03/20 Running: tar --strip 1 -xzf /root/app/passport-node_modules.tar.gz -C /opt/gluu/node/passport/node_modules --no-xattrs --no-same-owner --no-same-permissions 02:38:03 08/03/20 tar: typedarray-to-buffer/.airtap.yml: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/.travis.yml: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/index.js: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/LICENSE: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/README.md: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/test/basic.js: implausibly old time stamp 1970-01-01 00:00:00 tar: typedarray-to-buffer/test: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/CHANGELOG.md: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/index.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/LICENSE: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/README.md: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/enoent.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/parse.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/util/escape.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/util/readShebang.js: implausibly old time stamp 1970-01-01 00:00:00 tar: rewire/node_modules/cross-spawn/lib/util/resolveCommand.js: implausibly old time stamp 1970-01-01 00:00:00 02:38:03 08/03/20 Running: mkdir /opt/gluu/node/passport/server/logs 02:38:03 08/03/20 Running: chown -R node:node /opt/gluu/node/passport/ 02:38:03 08/03/20 Running: cp -f /etc/init.d/gluu-radius /etc/init.d/gluu-radius.gluu-4.0-2~ 02:38:03 08/03/20 Copying file /root/ces_current/static/radius/etc/init.d/gluu-radius to /etc/init.d 02:38:03 08/03/20 Copied /root/ces_current/static/radius/etc/init.d/gluu-radius to /etc/init.d 02:38:03 08/03/20 Running: chmod +x /etc/init.d/gluu-radius 02:38:03 08/03/20 Running: unzip -o -q /root/app/gluu-radius-libs.zip -d /opt/gluu/radius 02:38:03 08/03/20 Running: cp -f /opt/gluu/radius/super-gluu-radius-server.jar /opt/gluu/radius/super-gluu-radius-server.jar.gluu-4.0-2~ 02:38:03 08/03/20 Copying file /root/app/super-gluu-radius-server.jar to /opt/gluu/radius 02:38:03 08/03/20 Copied /root/app/super-gluu-radius-server.jar to /opt/gluu/radius 02:38:03 08/03/20 Running: cp -f /etc/default/gluu-radius /etc/default/gluu-radius.gluu-4.0-2~ 02:38:03 08/03/20 Copying file /root/ces_current/static/radius/etc/default/gluu-radius to /etc/default 02:38:03 08/03/20 Copied /root/ces_current/static/radius/etc/default/gluu-radius to /etc/default 02:38:03 08/03/20 Rendering template /root/ces_current/templates/fido2-dynamic-conf.json 02:38:03 08/03/20 Writing file /root/ces_current/output/fido2-dynamic-conf.json 02:38:03 08/03/20 Rendering template /root/ces_current/templates/fido2-static-conf.json 02:38:03 08/03/20 Writing file /root/ces_current/output/fido2-static-conf.json 02:38:03 08/03/20 Loading file /root/ces_current/output/fido2-dynamic-conf.json 02:38:03 08/03/20 Loading file /root/ces_current/output/fido2-static-conf.json 02:38:03 08/03/20 Rendering template /root/ces_current/templates/fido2.ldif 02:38:03 08/03/20 Writing file /root/ces_current/output/fido2.ldif 02:38:03 08/03/20 Running: cp /root/ces_current/output/fido2.ldif /tmp 02:38:03 08/03/20 Importing LDIF File(s): /tmp/fido2.ldif 02:38:03 08/03/20 Running: /bin/su ldap -c /opt/opendj/bin/ldapmodify --hostname localhost --port 4444 --bindDN "cn=directory manager" -j /home/ldap/.pw --trustAll --useSSL --continueOnError --filename /tmp/fido2.ldif 02:38:06 08/03/20 Processing ADD request for ou=fido2,ou=configuration,o=gluu ADD operation successful for DN ou=fido2,ou=configuration,o=gluu 03:14:24 10/08/20 Running: /usr/sbin/httpd -v | egrep '^Server version' 03:14:24 10/08/20 Server version: Apache/2.4.6 (CentOS) 03:14:25 10/08/20 Calculating memory setting for applications 03:14:25 10/08/20 Encoding passwords 03:14:25 10/08/20 Error encoding passwords 03:14:25 10/08/20 Traceback (most recent call last): File "/root/ces_current/setup.py", line 1919, in encode_passwords self.encoded_opendj_p12_pass = self.obscure(self.opendj_p12_pass) File "/root/ces_current/setup.py", line 1403, in obscure data = data.encode('utf-8') AttributeError: 'NoneType' object has no attribute 'encode' 03:14:25 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.1.Final/oxtrust-server-4.2.1.Final.war -O /root/app/identity.war 03:14:36 10/08/20 2020-10-08 03:14:36 URL:https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.1.Final/oxtrust-server-4.2.1.Final.war [150569281/150569281] -> "/root/app/identity.war" [1] 03:14:36 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1.Final/oxauth-server-4.2.1.Final.war -O /root/app/oxauth.war 03:14:56 10/08/20 2020-10-08 03:14:56 URL:https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1.Final/oxauth-server-4.2.1.Final.war [119356943/119356943] -> "/root/app/oxauth.war" [1] 03:14:56 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.1.Final/oxauth-rp-4.2.1.Final.war -O /root/app/oxauth-rp.war 03:15:00 10/08/20 2020-10-08 03:15:00 URL:https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.1.Final/oxauth-rp-4.2.1.Final.war [35998430/35998430] -> "/root/app/oxauth-rp.war" [1] 03:15:00 10/08/20 Running: wget -nv https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz -O /root/app/jetty-distribution-9.4.26.v20200117.tar.gz 03:15:01 10/08/20 2020-10-08 03:15:01 URL:https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz [19292699/19292699] -> "/root/app/jetty-distribution-9.4.26.v20200117.tar.gz" [1] 03:15:01 10/08/20 Running: wget -nv https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz -O /root/app/amazon-corretto-11-x64-linux-jdk.tar.gz 03:15:03 10/08/20 2020-10-08 03:15:03 URL:https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz [192298035/192298035] -> "/root/app/amazon-corretto-11-x64-linux-jdk.tar.gz" [1] 03:15:03 10/08/20 Running: wget -nv https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar -O /root/app/jython-installer-2.7.2.jar 03:15:05 10/08/20 2020-10-08 03:15:05 URL:https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar [80153928/80153928] -> "/root/app/jython-installer-2.7.2.jar" [1] 03:15:05 10/08/20 Running: wget -nv https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter -O /usr/bin/facter 03:15:05 10/08/20 2020-10-08 03:15:05 URL:https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter [3268/3268] -> "/usr/bin/facter" [1] 03:15:05 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluufederation/opendj/opendj-server-legacy/4.0.0.gluu/opendj-server-legacy-4.0.0.gluu.zip -O /root/app/opendj-server-4.0.0.zip 03:15:10 10/08/20 2020-10-08 03:15:10 URL:https://ox.gluu.org/maven/org/gluufederation/opendj/opendj-server-legacy/4.0.0.gluu/opendj-server-legacy-4.0.0.gluu.zip [44190476/44190476] -> "/root/app/opendj-server-4.0.0.zip" [1] 03:15:10 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.1.Final/oxshibbolethIdp-4.2.1.Final.war -O /root/app/idp.war 03:15:19 10/08/20 2020-10-08 03:15:19 URL:https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.1.Final/oxshibbolethIdp-4.2.1.Final.war [112793204/112793204] -> "/root/app/idp.war" [1] 03:15:19 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.1.Final/oxShibbolethStatic-4.2.1.Final.jar -O /root/app/shibboleth-idp.jar 03:15:20 10/08/20 2020-10-08 03:15:20 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.1.Final/oxShibbolethStatic-4.2.1.Final.jar [3410720/3410720] -> "/root/app/shibboleth-idp.jar" [1] 03:15:20 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.1.Final/oxShibbolethKeyGenerator-4.2.1.Final.jar -O /root/app/idp3_cml_keygenerator.jar 03:15:21 10/08/20 2020-10-08 03:15:21 URL:https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.1.Final/oxShibbolethKeyGenerator-4.2.1.Final.jar [5704/5704] -> "/root/app/idp3_cml_keygenerator.jar" [1] 03:15:21 10/08/20 Running: wget -nv https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm -O /root/app/saml-nameid.properties.vm 03:15:21 10/08/20 2020-10-08 03:15:21 URL:https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm [2352/2352] -> "/root/app/saml-nameid.properties.vm" [1] 03:15:21 10/08/20 Running: wget -nv https://ox.gluu.org/npm/passport/passport-4.2.1.tgz -O /root/app/passport.tgz 03:15:22 10/08/20 2020-10-08 03:15:22 URL:https://ox.gluu.org/npm/passport/passport-4.2.1.tgz [131581/131581] -> "/root/app/passport.tgz" [1] 03:15:22 10/08/20 Running: wget -nv https://ox.gluu.org/npm/passport/passport-version_4.2.1-node_modules.tar.gz -O /root/app/passport-node_modules.tar.gz 03:15:24 10/08/20 2020-10-08 03:15:24 URL:https://ox.gluu.org/npm/passport/passport-version_4.2.1-node_modules.tar.gz [30280997/30280997] -> "/root/app/passport-node_modules.tar.gz" [1] 03:15:24 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final-distribution.zip -O /root/app/gluu-radius-libs.zip 03:15:28 10/08/20 2020-10-08 03:15:28 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final-distribution.zip [33867593/33867593] -> "/root/app/gluu-radius-libs.zip" [1] 03:15:28 10/08/20 Running: wget -nv https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final.jar -O /root/app/super-gluu-radius-server.jar 03:15:29 10/08/20 2020-10-08 03:15:29 URL:https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final.jar [78299/78299] -> "/root/app/super-gluu-radius-server.jar" [1] 03:15:29 10/08/20 Running: chmod +x /usr/bin/facter 03:15:29 10/08/20 Running: /bin/chown ldap:ldap /home/ldap/.pw 03:15:29 10/08/20 Writing file /etc/default/identity 03:15:29 10/08/20 Running: cp -f /etc/default/identity /etc/default/identity.gluu-4.0-1~ 03:15:29 10/08/20 Writing file /etc/default/idp 03:15:29 10/08/20 Running: cp -f /etc/default/idp /etc/default/idp.gluu-4.0-2~ 03:15:29 10/08/20 Writing file /etc/default/oxauth 03:15:29 10/08/20 Running: cp -f /etc/default/oxauth /etc/default/oxauth.gluu-4.0-1~ 03:15:29 10/08/20 Writing file /etc/default/oxauth-rp 03:15:29 10/08/20 Running: cp -f /etc/default/oxauth-rp /etc/default/oxauth-rp.gluu-4.0-1~ 03:15:34 10/08/20 Running: /usr/bin/systemctl stop opendj 03:15:39 10/08/20 Run: /usr/bin/systemctl stop opendj with result code: 0 03:15:39 10/08/20 Running: unzip -o -q /root/app/opendj-server-4.0.0.zip -d /opt/ 03:15:40 10/08/20 Running: chown -R ldap:ldap /opt/opendj ``` Is ist a password problem. I can see, the password ldap users home directory `~/.pw` is not encrypted. Is this probably the problem? Regards, Daniel

By Devrim Yatar staff 08 Oct 2020 at 11:45 a.m. CDT

Devrim Yatar gravatar
It seems, it can't get opendj trusttore password. Please first execute this command: ``` cat /etc/gluu/conf/gluu-ldap.properties | grep ssl.trustStorePin ``` This will give something like this: ``` ssl.trustStorePin: Xkz9FUAFqbgTfKEjOS0wsw== ``` Then try to decode value of `ssl.trustStorePin`, in my case it is ` Xkz9FUAFqbgTfKEjOS0wsw==` . So, ``` /opt/gluu/bin/encode.py -D Xkz9FUAFqbgTfKEjOS0wsw== G5bnpbXQLmIr ```

By Daniel Steiner user 08 Oct 2020 at 12:02 p.m. CDT

Daniel Steiner gravatar
Hi Mustafa, Thank you, I will try this later. I have users using SSO at the moment. Because of problems with syncing ds-389 LDAP server, I have had disabled following lines in `/etc/gluu/conf/gluu-ldap.properties`: ``` #ssl.trustStoreFile: /etc/certs/opendj.pkcs12 #ssl.trustStorePin: <STRING>== #ssl.trustStoreFormat: pkcs12 ``` Regards, Daniel

By Devrim Yatar staff 09 Oct 2020 at 2:24 p.m. CDT

Devrim Yatar gravatar
Closing this issue. Please re-open the issue if you have further issues.

By Daniel Steiner user 13 Oct 2020 at 10:19 p.m. CDT

Daniel Steiner gravatar
Hi, The decoding was working fine. I also uncommented the lines in `/etc/gluu/conf/gluu-ldap.properties` file. Should I do some additional steps after decoding? I still get an error, when trying to update gluu: ``` python3 upg4xto421.py Starting upgrade. CONTINUE? (y|N): y Detected OS centos 7 Detected OS centos 7 Collecting properties Downloading https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.2.1.Final/oxtrust-server-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxauth-server/4.2.1.Final/oxauth-server-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxauth-rp/4.2.1.Final/oxauth-rp-4.2.1.Final.war Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.26.v20200117/jetty-distribution-9.4.26.v20200117.tar.gz Downloading https://corretto.aws/downloads/resources/11.0.8.10.1/amazon-corretto-11.0.8.10.1-linux-x64.tar.gz Downloading https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar Downloading https://raw.githubusercontent.com/GluuFederation/gluu-snap/master/facter/facter Downloading https://ox.gluu.org/maven/org/gluufederation/opendj/opendj-server-legacy/4.0.0.gluu/opendj-server-legacy-4.0.0.gluu.zip Downloading https://ox.gluu.org/maven/org/gluu/oxshibbolethIdp/4.2.1.Final/oxshibbolethIdp-4.2.1.Final.war Downloading https://ox.gluu.org/maven/org/gluu/oxShibbolethStatic/4.2.1.Final/oxShibbolethStatic-4.2.1.Final.jar Downloading https://ox.gluu.org/maven/org/gluu/oxShibbolethKeyGenerator/4.2.1.Final/oxShibbolethKeyGenerator-4.2.1.Final.jar Downloading https://raw.githubusercontent.com/GluuFederation/oxTrust/master/configuration/src/main/resources/META-INF/shibboleth3/idp/saml-nameid.properties.vm Downloading https://ox.gluu.org/npm/passport/passport-4.2.1.tgz Downloading https://ox.gluu.org/npm/passport/passport-version_4.2.1-node_modules.tar.gz Downloading https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final-distribution.zip Downloading https://ox.gluu.org/maven/org/gluu/super-gluu-radius-server/4.2.1.Final/super-gluu-radius-server-4.2.1.Final.jar Updating /etc/default files Stopping Gluu Services Failed to stop oxd-server.service: Unit oxd-server.service not loaded. Failed to stop casa.service: Unit casa.service not loaded. Failed to stop scim.service: Unit scim.service not loaded. Failed to stop fido2.service: Unit fido2.service not loaded. Cleaning Jetty cache Java is up to date Updating OpenDJ Stopping OpenDJ Extracting OpenDJ Starting OpenDJ Jython is up to date Adding scope inum=C4F6,ou=scopes,o=gluu Fixing Gluu configuration files Traceback (most recent call last): File "upg4xto421.py", line 1598, in <module> updaterObj.update_persistence_data() File "upg4xto421.py", line 396, in update_persistence_data getattr(self, 'update_' + self.default_storage)() File "upg4xto421.py", line 682, in update_ldap {'sid': [ldap3.MODIFY_ADD, str(uuid.uuid4())]} File "/usr/lib/python3.6/site-packages/ldap3/core/connection.py", line 1050, in modify raise LDAPAttributeError('invalid attribute type ' + attribute_name_to_check) ldap3.core.exceptions.LDAPAttributeError: invalid attribute type sid ``` Regards, Daniel

By Devrim Yatar staff 14 Oct 2020 at 5:38 a.m. CDT

Devrim Yatar gravatar
Hi, It seems `101-ox.ldif` is not updated. Could you check if `sid` exists. For me: ``` root@c3:~# cat /opt/opendj/config/schema/101-ox.ldif | grep sid attributeTypes: ( 1.3.6.1.4.1.48710.1.3.429 NAME 'sid' MAY ( oxId $ sid $ creationDate $ exp $ del $ oxLastAccessTime $ oxAuthUserDN $ authnTime $ oxState $ oxSessionState $ oxAuthPermissionGranted $ oxAsJwt $ oxJwt $ oxAuthPermissionGrantedMap $ oxInvolvedClients $ oxAuthSessionAttribute ) ```

By Daniel Steiner user 14 Oct 2020 at 6:19 a.m. CDT

Daniel Steiner gravatar
Hi, Yes indeed, the grep command reply is empty. What does this mean, do I miss a configuration in LDAP? Daniel

By Devrim Yatar staff 14 Oct 2020 at 12:40 p.m. CDT

Devrim Yatar gravatar
Actually upgrade script should copy correct file. May be you have old `ces_current` directory. Please remove this directory and run upgrade script again.

By Daniel Steiner user 14 Oct 2020 at 11:16 p.m. CDT

Daniel Steiner gravatar
Hi Mustafa, I tried the update process after deleting ces_current folder, but, this did not solve the problem. The error was the same. The information about the `101-ox.ldif` file helped to solve the problem. I downloaded the `101-ox.ldif` file from github master repository. After this, the update worked fine. The difference was: ``` diff 101-ox.ldif.new /opt/opendj/config/schema/101-ox.ldif 2479,2484d2478 < attributeTypes: ( 1.3.6.1.4.1.48710.1.3.429 NAME 'sid' < DESC 'Session Identifier' < EQUALITY caseIgnoreMatch < SUBSTR caseIgnoreSubstringsMatch < SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 < X-ORIGIN 'Gluu created attribute' ) 2597c2591 < MAY ( oxId $ sid $ creationDate $ exp $ del $ oxLastAccessTime $ oxAuthUserDN $ authnTime $ oxState $ oxSessionState $ oxAuthPermissionGranted $ oxAsJwt $ oxJwt $ oxAuthPermissionGrantedMap $ oxInvolvedClients $ oxAuthSessionAttribute ) --- > MAY ( oxId $ creationDate $ exp $ del $ oxLastAccessTime $ oxAuthUserDN $ authnTime $ oxState $ oxSessionState $ oxAuthPermissionGranted $ oxAsJwt $ oxJwt $ oxAuthPermissionGrantedMap $ oxInvolvedClients $ oxAuthSessionAttribute ) 2717c2711 < MAY ( uniqueIdentifier $ oxStartDate $ oxEndDate $ oxApplicationType $ oxMetricType $ creationDate $ del $ exp $ oxData $ oxHost ) --- > MAY ( uniqueIdentifier $ oxStartDate $ oxEndDate $ oxApplicationType $ oxMetricType $ creationDate $ del $ exp $ oxData ) 2803d2796 < ``` Thank you, Daniel

By Devrim Yatar staff 15 Oct 2020 at 2:50 a.m. CDT

Devrim Yatar gravatar
Hi, When you delete `ces_current` directory, it should download latest one from github. Anyway your issue is resolved.

By Daniel Steiner user 15 Oct 2020 at 3:09 a.m. CDT

Daniel Steiner gravatar
Hi, Yeah, but, strange. Why it did not work?

By Tavernt Muchenje Account Admin 21 Oct 2020 at 6:56 a.m. CDT

Tavernt Muchenje gravatar
Hi I have the same issue. Did you find a solution? wget https://raw.githubusercontent.com/GluuFederation/community-edition-package/master/update/4.2.1/upg4xto421.py ``` Jython is up to date Fixing Gluu configuration files Traceback (most recent call last): File "upg4xto421.py", line 1598, in <module> updaterObj.update_persistence_data() File "upg4xto421.py", line 396, in update_persistence_data getattr(self, 'update_' + self.default_storage)() File "upg4xto421.py", line 682, in update_ldap {'sid': [ldap3.MODIFY_ADD, str(uuid.uuid4())]} File "/usr/lib/python3/dist-packages/ldap3/core/connection.py", line 1034, in modify raise LDAPAttributeError('invalid attribute type ' + attribute_name_to_check) ldap3.core.exceptions.LDAPAttributeError: invalid attribute type sid ``` Thanks

By Daniel Steiner user 21 Oct 2020 at 7:20 a.m. CDT

Daniel Steiner gravatar
Yes, download the `101-ox.ldif` file from the github repository (https://raw.githubusercontent.com/GluuFederation/docker-opendj/master/schemas/101-ox.ldif) into the gluu container to `/root/ces_current/static/opendj/` directory. But, if not working after downloading it, copy it directly to `/opt/opendj/config/schema/101-ox.ldif`. This resolved this problem.

By Tavernt Muchenje Account Admin 21 Oct 2020 at 7:31 a.m. CDT

Tavernt Muchenje gravatar
Thank you Daniel!

By Devrim Yatar staff 26 Oct 2020 at 7:33 a.m. CDT

Devrim Yatar gravatar
Hi Daniel, I made fixes. New version is available at https://raw.githubusercontent.com/GluuFederation/community-edition-package/master/update/4.2.1/upg4xto421.py The issue was, fixing `ou=sessions,o=gluu` for sid was trying to be performed before copying schema file. I also made some other fixes.

By Daniel Steiner user 26 Oct 2020 at 11:33 p.m. CDT

Daniel Steiner gravatar
Hi Mustafa, That''s great, thank you.