By: Xiao Jin user 10 Jun 2017 at 2:29 a.m. CDT

13 Responses
Xiao Jin gravatar
I tried to run setup.py and it showed encode.py not found

By Mohib Zico staff 10 Jun 2017 at 2:36 a.m. CDT

Mohib Zico gravatar
We will check the status and get back to you soon.

By Michael Schwartz Account Admin 10 Jun 2017 at 10:03 a.m. CDT

Michael Schwartz gravatar
From `/install/community-edition-setup/` can you attach `setup.log`, `setup_error.log` and also paste a screenshot of how you answered the installation questions.

By Xiao Jin user 11 Jun 2017 at 8:39 a.m. CDT

Xiao Jin gravatar
[Install Screenshot](http://imgur.com/a/4vrrP) Here is the setup.log ``` 13:30:26 06/11/17 Removed ./setup.log 13:30:26 06/11/17 Removed ./setup_error.log 13:30:26 06/11/17 Installing Gluu Server 13:30:26 06/11/17 ./setup.properties Properties not found. Interactive setup commencing... 13:30:56 06/11/17 Checking properties 13:30:57 06/11/17 Running: /bin/mkdir -p /etc/gluu/config 13:30:57 06/11/17 Running: /bin/mkdir -p /etc/certs 13:30:57 06/11/17 Running: /bin/mkdir -p ./output 13:30:57 06/11/17 Running: /bin/mkdir -p /opt/gluu 13:30:57 06/11/17 Running: /bin/mkdir -p /opt/gluu/bin 13:30:57 06/11/17 Running: /bin/mkdir -p /home/tomcat/lib 13:30:57 06/11/17 Running: /bin/mkdir -p /var/ox/photos 13:30:57 06/11/17 Running: /bin/mkdir -p /var/ox/oxtrust/removed 13:30:57 06/11/17 Running: /bin/mkdir -p /var/ox/oxtrust/vds-snapshots 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxauth 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxauth/libs 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxauth/pages 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxauth/resources 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxtrust 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxtrust/libs 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxtrust/pages 13:30:57 06/11/17 Running: /bin/mkdir -p /var/gluu/webapps/oxtrust/resources 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /var/gluu/webapps 13:30:57 06/11/17 Running: /bin/chown ldap:ldap /home/ldap/.pw 13:30:57 06/11/17 Copying script files 13:30:57 06/11/17 Error copying ./static/scripts/logmanager.sh to /opt/gluu/bin 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/scripts/logmanager.sh' 13:30:57 06/11/17 Error copying ./static/scripts/testBind.py to /opt/gluu/bin 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/scripts/testBind.py' 13:30:57 06/11/17 Rendering encode.py 13:30:57 06/11/17 Error rendering encode script 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 647, in copy_scripts f = open('%s/encode.py' % self.templateFolder) IOError: [Errno 2] No such file or directory: './templates/encode.py' 13:30:57 06/11/17 Running: chmod -R 700 /opt/gluu/bin 13:30:57 06/11/17 Encoding passwords 13:30:57 06/11/17 Generating oxAuth OpenID Connect keys 13:30:57 06/11/17 Creating empty JKS keystore 13:30:57 06/11/17 Running: /bin/sh -c /usr/java/latest/bin/keytool -genkey -alias dummy -keystore /etc/certs/scim-rs.jks -storepass URC7zlQcwGsH -keypass URC7zlQcwGsH -dname "CN=oxAuth CA Certificates" 13:30:57 06/11/17 keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect 13:30:57 06/11/17 Running: /bin/sh -c /usr/java/latest/bin/keytool -delete -alias dummy -keystore /etc/certs/scim-rs.jks -storepass URC7zlQcwGsH -keypass URC7zlQcwGsH -dname "CN=oxAuth CA Certificates" 13:30:57 06/11/17 keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/jettison-1.3.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/jettison-1.3.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth-model.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth-model.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcprov-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcprov-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcpkix-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcpkix-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-codec-1.5.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-codec-1.5.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-lang-2.6.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-lang-2.6.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-cli-1.2.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-cli-1.2.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/log4j-1.2.14.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/log4j-1.2.14.jar' 13:30:57 06/11/17 Changing ownership 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /etc/certs 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /opt/apache-tomcat-7.0.65 13:30:57 06/11/17 Running: /bin/chown -R ldap:ldap /opt/opendj 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /var/ox 13:30:57 06/11/17 Runnning: /bin/sh -c /usr/java/latest/bin/java -Dlog4j.defaultInitOverride=true -cp /home/tomcat/lib/bcprov-jdk15on-1.54.jar:/home/tomcat/lib/bcpkix-jdk15on-1.54.jar:/home/tomcat/lib/commons-lang-2.6.jar:/home/tomcat/lib/log4j-1.2.14.jar:/home/tomcat/lib/commons-codec-1.5.jar:/home/tomcat/lib/commons-cli-1.2.jar:/home/tomcat/lib/jettison-1.3.jar:/home/tomcat/lib/oxauth-model.jar:/home/tomcat/lib/oxauth.jar org.xdi.oxauth.util.KeyGenerator -keystore /etc/certs/scim-rs.jks -keypasswd URC7zlQcwGsH -algorithms RS256 RS384 RS512 ES256 ES384 ES512 -dnname "CN=oxAuth CA Certificates" -expiration 365 13:30:57 06/11/17 Error: Could not find or load main class org.xdi.oxauth.util.KeyGenerator 13:30:57 06/11/17 Generating oxAuth OpenID Connect keys 13:30:57 06/11/17 Creating empty JKS keystore 13:30:57 06/11/17 Running: /bin/sh -c /usr/java/latest/bin/keytool -genkey -alias dummy -keystore ./output/scim-rp.jks -storepass secret -keypass secret -dname "CN=oxAuth CA Certificates" 13:30:57 06/11/17 Running: /bin/sh -c /usr/java/latest/bin/keytool -delete -alias dummy -keystore ./output/scim-rp.jks -storepass secret -keypass secret -dname "CN=oxAuth CA Certificates" 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/jettison-1.3.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/jettison-1.3.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth-model.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth-model.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcprov-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcprov-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcpkix-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcpkix-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-codec-1.5.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-codec-1.5.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-lang-2.6.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-lang-2.6.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-cli-1.2.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-cli-1.2.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/log4j-1.2.14.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/log4j-1.2.14.jar' 13:30:57 06/11/17 Changing ownership 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /etc/certs 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /opt/apache-tomcat-7.0.65 13:30:57 06/11/17 Running: /bin/chown -R ldap:ldap /opt/opendj 13:30:57 06/11/17 Running: /bin/chown -R tomcat:tomcat /var/ox 13:30:57 06/11/17 Runnning: /bin/sh -c /usr/java/latest/bin/java -Dlog4j.defaultInitOverride=true -cp /home/tomcat/lib/bcprov-jdk15on-1.54.jar:/home/tomcat/lib/bcpkix-jdk15on-1.54.jar:/home/tomcat/lib/commons-lang-2.6.jar:/home/tomcat/lib/log4j-1.2.14.jar:/home/tomcat/lib/commons-codec-1.5.jar:/home/tomcat/lib/commons-cli-1.2.jar:/home/tomcat/lib/jettison-1.3.jar:/home/tomcat/lib/oxauth-model.jar:/home/tomcat/lib/oxauth.jar org.xdi.oxauth.util.KeyGenerator -keystore ./output/scim-rp.jks -keypasswd secret -algorithms RS256 RS384 RS512 ES256 ES384 ES512 -dnname "CN=oxAuth CA Certificates" -expiration 365 13:30:57 06/11/17 Error: Could not find or load main class org.xdi.oxauth.util.KeyGenerator 13:30:57 06/11/17 Rendering templates 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/python/python.txt 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/python/python.txt 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/python.txt' 13:30:57 06/11/17 Rendering template /opt/opendj/config/schema/100-user.ldif 13:30:57 06/11/17 Error writing template /opt/opendj/config/schema/100-user.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/100-user.ldif' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/asimba-selector.xml 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/asimba-selector.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba-selector.xml' 13:30:57 06/11/17 Rendering template ./output/cas.properties 13:30:57 06/11/17 Error writing template ./output/cas.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/cas.properties' 13:30:57 06/11/17 Rendering template /etc/hostname 13:30:57 06/11/17 Error writing template /etc/hostname 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/hostname' 13:30:57 06/11/17 Rendering template ./output/oxauth-static-conf.json 13:30:57 06/11/17 Error writing template ./output/oxauth-static-conf.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxauth-static-conf.json' 13:30:57 06/11/17 Rendering template ./output/attributes.ldif 13:30:57 06/11/17 Error writing template ./output/attributes.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/attributes.ldif' 13:30:57 06/11/17 Rendering template ./output/clients.ldif 13:30:57 06/11/17 Error writing template ./output/clients.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/clients.ldif' 13:30:57 06/11/17 Rendering template /etc/hosts 13:30:57 06/11/17 Error writing template /etc/hosts 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/hosts' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/Catalina/localhost/oxauth.xml 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/Catalina/localhost/oxauth.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxauth.xml' 13:30:57 06/11/17 Rendering template ./output/oxasimba-config.json 13:30:57 06/11/17 Error writing template ./output/oxasimba-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxasimba-config.json' 13:30:57 06/11/17 Rendering template ./output/httpd_2.4.conf 13:30:57 06/11/17 Error writing template ./output/httpd_2.4.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/httpd_2.4.conf' 13:30:57 06/11/17 Rendering template ./output/https_gluu.conf 13:30:57 06/11/17 Error writing template ./output/https_gluu.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/https_gluu.conf' 13:30:57 06/11/17 Rendering template ./output/asimba.properties 13:30:57 06/11/17 Error writing template ./output/asimba.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba.properties' 13:30:57 06/11/17 Rendering template ./output/scripts.ldif 13:30:57 06/11/17 Error writing template ./output/scripts.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/scripts.ldif' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/gluuTomcatWrapper.conf 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/gluuTomcatWrapper.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/gluuTomcatWrapper.conf' 13:30:57 06/11/17 Rendering template ./output/scim.ldif 13:30:57 06/11/17 Error writing template ./output/scim.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/scim.ldif' 13:30:57 06/11/17 Rendering template ./output/appliance.ldif 13:30:57 06/11/17 Error writing template ./output/appliance.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/appliance.ldif' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/oxTrustLogRotationConfiguration.xml 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/oxTrustLogRotationConfiguration.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxTrustLogRotationConfiguration.xml' 13:30:57 06/11/17 Rendering template ./output/oxcas-config.json 13:30:57 06/11/17 Error writing template ./output/oxcas-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxcas-config.json' 13:30:57 06/11/17 Rendering template ./output/groups.ldif 13:30:57 06/11/17 Error writing template ./output/groups.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/groups.ldif' 13:30:57 06/11/17 Rendering template ./output/asimba.xml 13:30:57 06/11/17 Error writing template ./output/asimba.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba.xml' 13:30:57 06/11/17 Rendering template ./output/base.ldif 13:30:57 06/11/17 Error writing template ./output/base.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/base.ldif' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/Catalina/localhost/identity.xml 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/Catalina/localhost/identity.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/identity.xml' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/server.xml 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/server.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/server.xml' 13:30:57 06/11/17 Rendering template ./output/oxtrust-config.json 13:30:57 06/11/17 Error writing template ./output/oxtrust-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxtrust-config.json' 13:30:57 06/11/17 Rendering template /opt/tomcat/conf/ox-ldap.properties 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/ox-ldap.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/ox-ldap.properties' 13:30:57 06/11/17 Rendering template ./templates/opendj-setup.properties 13:30:57 06/11/17 Error writing template ./templates/opendj-setup.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/opendj-setup.properties' 13:30:57 06/11/17 Rendering template ./output/oxauth-config.json 13:30:57 06/11/17 Error writing template ./output/oxauth-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxauth-config.json' 13:30:57 06/11/17 Rendering template ./output/httpd.conf 13:30:57 06/11/17 Error writing template ./output/httpd.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/httpd.conf' 13:30:57 06/11/17 Rendering template /etc/sysconfig/network 13:30:57 06/11/17 Error writing template /etc/sysconfig/network 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/network' 13:30:57 06/11/17 Rendering template ./output/oxtrust-cache-refresh.json 13:30:57 06/11/17 Error writing template ./output/oxtrust-cache-refresh.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxtrust-cache-refresh.json' 13:30:57 06/11/17 Rendering template ./output/asimba.ldif 13:30:57 06/11/17 Error writing template ./output/asimba.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba.ldif' 13:30:57 06/11/17 Rendering template ./output/people.ldif 13:30:57 06/11/17 Error writing template ./output/people.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/people.ldif' 13:30:57 06/11/17 Rendering template ./output/oxtrust-import-person.json 13:30:57 06/11/17 Error writing template ./output/oxtrust-import-person.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxtrust-import-person.json' 13:30:57 06/11/17 Rendering template ./output/oxidp-config.json 13:30:57 06/11/17 Error writing template ./output/oxidp-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxidp-config.json' 13:30:57 06/11/17 Rendering template ./output/scopes.ldif 13:30:57 06/11/17 Error writing template ./output/scopes.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/scopes.ldif' 13:30:57 06/11/17 Rendering test templates 13:30:57 06/11/17 Generating certificates and keystores 13:30:57 06/11/17 Generating Certificate for httpd 13:30:57 06/11/17 Running: /usr/bin/openssl genrsa -des3 -out /etc/certs/httpd.key.orig -passout pass:RENxVuNQIyZk 2048 13:30:58 06/11/17 Generating RSA private key, 2048 bit long modulus ......................................................+++ .............................+++ e is 65537 (0x10001) 13:30:58 06/11/17 Running: /usr/bin/openssl rsa -in /etc/certs/httpd.key.orig -passin pass:RENxVuNQIyZk -out /etc/certs/httpd.key 13:30:58 06/11/17 writing RSA key 13:30:58 06/11/17 Running: /usr/bin/openssl req -new -key /etc/certs/httpd.key -out /etc/certs/httpd.csr -subj /C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com 13:30:58 06/11/17 Running: /usr/bin/openssl x509 -req -days 365 -in /etc/certs/httpd.csr -signkey /etc/certs/httpd.key -out /etc/certs/httpd.crt 13:30:58 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:58 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/httpd.key.orig 13:30:58 06/11/17 Running: /bin/chmod 700 /etc/certs/httpd.key.orig 13:30:58 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/httpd.key 13:30:58 06/11/17 Running: /bin/chmod 700 /etc/certs/httpd.key 13:30:58 06/11/17 Running: /usr/bin/keytool -import -trustcacerts -alias pkg-deb2.gluu.org_httpd -file /etc/certs/httpd.crt -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt 13:30:58 06/11/17 keytool error: java.lang.Exception: Certificate not imported, alias <pkg-deb2.gluu.org_httpd> already exists 13:30:58 06/11/17 Generating Certificate for shibIDP 13:30:58 06/11/17 Running: /usr/bin/openssl genrsa -des3 -out /etc/certs/shibIDP.key.orig -passout pass:Gpdatz6XjANr 2048 13:30:58 06/11/17 Generating RSA private key, 2048 bit long modulus ..+++ .........................+++ e is 65537 (0x10001) 13:30:58 06/11/17 Running: /usr/bin/openssl rsa -in /etc/certs/shibIDP.key.orig -passin pass:Gpdatz6XjANr -out /etc/certs/shibIDP.key 13:30:58 06/11/17 writing RSA key 13:30:58 06/11/17 Running: /usr/bin/openssl req -new -key /etc/certs/shibIDP.key -out /etc/certs/shibIDP.csr -subj /C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com 13:30:58 06/11/17 Running: /usr/bin/openssl x509 -req -days 365 -in /etc/certs/shibIDP.csr -signkey /etc/certs/shibIDP.key -out /etc/certs/shibIDP.crt 13:30:58 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:58 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/shibIDP.key.orig 13:30:58 06/11/17 Running: /bin/chmod 700 /etc/certs/shibIDP.key.orig 13:30:58 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/shibIDP.key 13:30:58 06/11/17 Running: /bin/chmod 700 /etc/certs/shibIDP.key 13:30:58 06/11/17 Running: /usr/bin/keytool -import -trustcacerts -alias pkg-deb2.gluu.org_shibIDP -file /etc/certs/shibIDP.crt -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt 13:30:58 06/11/17 keytool error: java.lang.Exception: Certificate not imported, alias <pkg-deb2.gluu.org_shibIDP> already exists 13:30:58 06/11/17 Generating Certificate for idp-encryption 13:30:58 06/11/17 Running: /usr/bin/openssl genrsa -des3 -out /etc/certs/idp-encryption.key.orig -passout pass:Gpdatz6XjANr 2048 13:30:58 06/11/17 Generating RSA private key, 2048 bit long modulus ...............................................................................+++ .+++ e is 65537 (0x10001) 13:30:58 06/11/17 Running: /usr/bin/openssl rsa -in /etc/certs/idp-encryption.key.orig -passin pass:Gpdatz6XjANr -out /etc/certs/idp-encryption.key 13:30:58 06/11/17 writing RSA key 13:30:58 06/11/17 Running: /usr/bin/openssl req -new -key /etc/certs/idp-encryption.key -out /etc/certs/idp-encryption.csr -subj /C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com 13:30:58 06/11/17 Running: /usr/bin/openssl x509 -req -days 365 -in /etc/certs/idp-encryption.csr -signkey /etc/certs/idp-encryption.key -out /etc/certs/idp-encryption.crt 13:30:58 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:58 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/idp-encryption.key.orig 13:30:59 06/11/17 Running: /bin/chmod 700 /etc/certs/idp-encryption.key.orig 13:30:59 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/idp-encryption.key 13:30:59 06/11/17 Running: /bin/chmod 700 /etc/certs/idp-encryption.key 13:30:59 06/11/17 Running: /usr/bin/keytool -import -trustcacerts -alias pkg-deb2.gluu.org_idp-encryption -file /etc/certs/idp-encryption.crt -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt 13:30:59 06/11/17 keytool error: java.lang.Exception: Certificate not imported, alias <pkg-deb2.gluu.org_idp-encryption> already exists 13:30:59 06/11/17 Generating Certificate for idp-signing 13:30:59 06/11/17 Running: /usr/bin/openssl genrsa -des3 -out /etc/certs/idp-signing.key.orig -passout pass:Gpdatz6XjANr 2048 13:30:59 06/11/17 Generating RSA private key, 2048 bit long modulus ..........+++ ...................+++ e is 65537 (0x10001) 13:30:59 06/11/17 Running: /usr/bin/openssl rsa -in /etc/certs/idp-signing.key.orig -passin pass:Gpdatz6XjANr -out /etc/certs/idp-signing.key 13:30:59 06/11/17 writing RSA key 13:30:59 06/11/17 Running: /usr/bin/openssl req -new -key /etc/certs/idp-signing.key -out /etc/certs/idp-signing.csr -subj /C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com 13:30:59 06/11/17 Running: /usr/bin/openssl x509 -req -days 365 -in /etc/certs/idp-signing.csr -signkey /etc/certs/idp-signing.key -out /etc/certs/idp-signing.crt 13:30:59 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:59 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/idp-signing.key.orig 13:30:59 06/11/17 Running: /bin/chmod 700 /etc/certs/idp-signing.key.orig 13:30:59 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/idp-signing.key 13:30:59 06/11/17 Running: /bin/chmod 700 /etc/certs/idp-signing.key 13:30:59 06/11/17 Running: /usr/bin/keytool -import -trustcacerts -alias pkg-deb2.gluu.org_idp-signing -file /etc/certs/idp-signing.crt -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt 13:30:59 06/11/17 keytool error: java.lang.Exception: Certificate not imported, alias <pkg-deb2.gluu.org_idp-signing> already exists 13:30:59 06/11/17 Generating Certificate for asimba 13:30:59 06/11/17 Running: /usr/bin/openssl genrsa -des3 -out /etc/certs/asimba.key.orig -passout pass:YqypoKT4gTbL 2048 13:30:59 06/11/17 Generating RSA private key, 2048 bit long modulus ...+++ ...................+++ e is 65537 (0x10001) 13:30:59 06/11/17 Running: /usr/bin/openssl rsa -in /etc/certs/asimba.key.orig -passin pass:YqypoKT4gTbL -out /etc/certs/asimba.key 13:30:59 06/11/17 writing RSA key 13:30:59 06/11/17 Running: /usr/bin/openssl req -new -key /etc/certs/asimba.key -out /etc/certs/asimba.csr -subj /C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com 13:30:59 06/11/17 Running: /usr/bin/openssl x509 -req -days 365 -in /etc/certs/asimba.csr -signkey /etc/certs/asimba.key -out /etc/certs/asimba.crt 13:30:59 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:59 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/asimba.key.orig 13:30:59 06/11/17 Running: /bin/chmod 700 /etc/certs/asimba.key.orig 13:30:59 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/asimba.key 13:30:59 06/11/17 Running: /bin/chmod 700 /etc/certs/asimba.key 13:30:59 06/11/17 Running: /usr/bin/keytool -import -trustcacerts -alias pkg-deb2.gluu.org_asimba -file /etc/certs/asimba.crt -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt 13:31:00 06/11/17 keytool error: java.lang.Exception: Certificate not imported, alias <pkg-deb2.gluu.org_asimba> already exists 13:31:00 06/11/17 Creating keystore shibIDP 13:31:00 06/11/17 Running: /usr/bin/openssl pkcs12 -export -inkey /etc/certs/shibIDP.key -in /etc/certs/shibIDP.crt -out /etc/certs/shibIDP.pkcs12 -name pkg-deb2.gluu.org -passout pass:Gpdatz6XjANr 13:31:00 06/11/17 Running: /usr/java/latest/bin/keytool -importkeystore -srckeystore /etc/certs/shibIDP.pkcs12 -srcstorepass Gpdatz6XjANr -srcstoretype PKCS12 -destkeystore /etc/certs/shibIDP.jks -deststorepass Gpdatz6XjANr -deststoretype JKS -keyalg RSA -noprompt 13:31:00 06/11/17 keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect 13:31:00 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/shibIDP.pkcs12 13:31:00 06/11/17 Running: /bin/chmod 700 /etc/certs/shibIDP.pkcs12 13:31:00 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/shibIDP.jks 13:31:00 06/11/17 Running: /bin/chmod 700 /etc/certs/shibIDP.jks 13:31:00 06/11/17 Creating keystore asimba 13:31:00 06/11/17 Running: /usr/bin/openssl pkcs12 -export -inkey /etc/certs/asimba.key -in /etc/certs/asimba.crt -out /etc/certs/asimba.pkcs12 -name pkg-deb2.gluu.org -passout pass:YqypoKT4gTbL 13:31:00 06/11/17 Running: /usr/java/latest/bin/keytool -importkeystore -srckeystore /etc/certs/asimba.pkcs12 -srcstorepass YqypoKT4gTbL -srcstoretype PKCS12 -destkeystore /etc/certs/asimbaIDP.jks -deststorepass YqypoKT4gTbL -deststoretype JKS -keyalg RSA -noprompt 13:31:00 06/11/17 keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect 13:31:00 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/asimba.pkcs12 13:31:00 06/11/17 Running: /bin/chmod 700 /etc/certs/asimba.pkcs12 13:31:00 06/11/17 Running: /bin/chown tomcat:tomcat /etc/certs/asimbaIDP.jks 13:31:00 06/11/17 Running: /bin/chmod 700 /etc/certs/asimbaIDP.jks 13:31:00 06/11/17 Running: /bin/chown -R tomcat:tomcat /etc/certs 13:31:00 06/11/17 Running: /bin/chmod -R 500 /etc/certs 13:31:00 06/11/17 Generating oxAuth OpenID Connect keys 13:31:00 06/11/17 Creating empty JKS keystore 13:31:00 06/11/17 Running: /bin/sh -c /usr/java/latest/bin/keytool -genkey -alias dummy -keystore /etc/certs/oxauth-keys.jks -storepass lQ4wecFdVq8R -keypass lQ4wecFdVq8R -dname "CN=oxAuth CA Certificates" 13:31:00 06/11/17 keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect 13:31:00 06/11/17 Running: /bin/sh -c /usr/java/latest/bin/keytool -delete -alias dummy -keystore /etc/certs/oxauth-keys.jks -storepass lQ4wecFdVq8R -keypass lQ4wecFdVq8R -dname "CN=oxAuth CA Certificates" 13:31:00 06/11/17 keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect 13:31:00 06/11/17 Error copying ./static/oxauth/lib/oxauth.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/jettison-1.3.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/jettison-1.3.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/oxauth-model.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth-model.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/bcprov-jdk15on-1.54.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcprov-jdk15on-1.54.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/bcpkix-jdk15on-1.54.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcpkix-jdk15on-1.54.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/commons-codec-1.5.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-codec-1.5.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/commons-lang-2.6.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-lang-2.6.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/commons-cli-1.2.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-cli-1.2.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/log4j-1.2.14.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/log4j-1.2.14.jar' 13:31:00 06/11/17 Changing ownership 13:31:00 06/11/17 Running: /bin/chown -R tomcat:tomcat /etc/certs 13:31:00 06/11/17 Running: /bin/chown -R tomcat:tomcat /opt/apache-tomcat-7.0.65 13:31:00 06/11/17 Running: /bin/chown -R ldap:ldap /opt/opendj 13:31:00 06/11/17 Running: /bin/chown -R tomcat:tomcat /var/ox 13:31:00 06/11/17 Runnning: /bin/sh -c /usr/java/latest/bin/java -Dlog4j.defaultInitOverride=true -cp /home/tomcat/lib/bcprov-jdk15on-1.54.jar:/home/tomcat/lib/bcpkix-jdk15on-1.54.jar:/home/tomcat/lib/commons-lang-2.6.jar:/home/tomcat/lib/log4j-1.2.14.jar:/home/tomcat/lib/commons-codec-1.5.jar:/home/tomcat/lib/commons-cli-1.2.jar:/home/tomcat/lib/jettison-1.3.jar:/home/tomcat/lib/oxauth-model.jar:/home/tomcat/lib/oxauth.jar org.xdi.oxauth.util.KeyGenerator -keystore /etc/certs/oxauth-keys.jks -keypasswd lQ4wecFdVq8R -algorithms RS256 RS384 RS512 ES256 ES384 ES512 -dnname "CN=oxAuth CA Certificates" -expiration 365 13:31:00 06/11/17 Error: Could not find or load main class org.xdi.oxauth.util.KeyGenerator 13:31:00 06/11/17 Writing oxAuth OpenID Connect keys 13:31:00 06/11/17 Failed to write oxAuth OpenID Connect key to /etc/certs/oxauth-keys.json 13:31:00 06/11/17 Loading file ./output/oxauth-config.json 13:31:00 06/11/17 Error loading file 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1808, in generate_base64_file plain_file = open(fn) IOError: [Errno 2] No such file or directory: './output/oxauth-config.json' 13:31:00 06/11/17 ***** Error caught in main loop ***** 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 2201, in <module> installObject.generate_base64_configuration() File "/install/community-edition-setup/setup.py", line 1825, in generate_base64_configuration self.oxauth_config_base64 = self.generate_base64_ldap_file(self.oxauth_config_json) File "/install/community-edition-setup/setup.py", line 1822, in generate_base64_ldap_file return self.generate_base64_file(fn, 1) File "/install/community-edition-setup/setup.py", line 1817, in generate_base64_file plain_file_b64encoded_text = self.reindent(plain_file_b64encoded_text, num_spaces) File "/install/community-edition-setup/setup.py", line 1798, in reindent text = string.split(text, '\n') File "/usr/lib/python2.7/string.py", line 294, in split return s.split(sep, maxsplit) AttributeError: 'NoneType' object has no attribute 'split' ``` here is the setup_error.log ``` 13:30:26 06/11/17 Installing Gluu Server 13:30:57 06/11/17 Error copying ./static/scripts/logmanager.sh to /opt/gluu/bin 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/scripts/logmanager.sh' 13:30:57 06/11/17 Error copying ./static/scripts/testBind.py to /opt/gluu/bin 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/scripts/testBind.py' 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 647, in copy_scripts f = open('%s/encode.py' % self.templateFolder) IOError: [Errno 2] No such file or directory: './templates/encode.py' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/jettison-1.3.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/jettison-1.3.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth-model.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth-model.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcprov-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcprov-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcpkix-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcpkix-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-codec-1.5.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-codec-1.5.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-lang-2.6.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-lang-2.6.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-cli-1.2.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-cli-1.2.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/log4j-1.2.14.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/log4j-1.2.14.jar' 13:30:57 06/11/17 Error: Could not find or load main class org.xdi.oxauth.util.KeyGenerator 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/jettison-1.3.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/jettison-1.3.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/oxauth-model.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth-model.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcprov-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcprov-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/bcpkix-jdk15on-1.54.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcpkix-jdk15on-1.54.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-codec-1.5.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-codec-1.5.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-lang-2.6.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-lang-2.6.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/commons-cli-1.2.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-cli-1.2.jar' 13:30:57 06/11/17 Error copying ./static/oxauth/lib/log4j-1.2.14.jar to /home/tomcat/lib 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/log4j-1.2.14.jar' 13:30:57 06/11/17 Error: Could not find or load main class org.xdi.oxauth.util.KeyGenerator 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/python/python.txt 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/python.txt' 13:30:57 06/11/17 Error writing template /opt/opendj/config/schema/100-user.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/100-user.ldif' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/asimba-selector.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba-selector.xml' 13:30:57 06/11/17 Error writing template ./output/cas.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/cas.properties' 13:30:57 06/11/17 Error writing template /etc/hostname 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/hostname' 13:30:57 06/11/17 Error writing template ./output/oxauth-static-conf.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxauth-static-conf.json' 13:30:57 06/11/17 Error writing template ./output/attributes.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/attributes.ldif' 13:30:57 06/11/17 Error writing template ./output/clients.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/clients.ldif' 13:30:57 06/11/17 Error writing template /etc/hosts 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/hosts' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/Catalina/localhost/oxauth.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxauth.xml' 13:30:57 06/11/17 Error writing template ./output/oxasimba-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxasimba-config.json' 13:30:57 06/11/17 Error writing template ./output/httpd_2.4.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/httpd_2.4.conf' 13:30:57 06/11/17 Error writing template ./output/https_gluu.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/https_gluu.conf' 13:30:57 06/11/17 Error writing template ./output/asimba.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba.properties' 13:30:57 06/11/17 Error writing template ./output/scripts.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/scripts.ldif' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/gluuTomcatWrapper.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/gluuTomcatWrapper.conf' 13:30:57 06/11/17 Error writing template ./output/scim.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/scim.ldif' 13:30:57 06/11/17 Error writing template ./output/appliance.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/appliance.ldif' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/oxTrustLogRotationConfiguration.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxTrustLogRotationConfiguration.xml' 13:30:57 06/11/17 Error writing template ./output/oxcas-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxcas-config.json' 13:30:57 06/11/17 Error writing template ./output/groups.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/groups.ldif' 13:30:57 06/11/17 Error writing template ./output/asimba.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba.xml' 13:30:57 06/11/17 Error writing template ./output/base.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/base.ldif' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/Catalina/localhost/identity.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/identity.xml' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/server.xml 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/server.xml' 13:30:57 06/11/17 Error writing template ./output/oxtrust-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxtrust-config.json' 13:30:57 06/11/17 Error writing template /opt/tomcat/conf/ox-ldap.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/ox-ldap.properties' 13:30:57 06/11/17 Error writing template ./templates/opendj-setup.properties 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/opendj-setup.properties' 13:30:57 06/11/17 Error writing template ./output/oxauth-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxauth-config.json' 13:30:57 06/11/17 Error writing template ./output/httpd.conf 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/httpd.conf' 13:30:57 06/11/17 Error writing template /etc/sysconfig/network 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/network' 13:30:57 06/11/17 Error writing template ./output/oxtrust-cache-refresh.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxtrust-cache-refresh.json' 13:30:57 06/11/17 Error writing template ./output/asimba.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/asimba.ldif' 13:30:57 06/11/17 Error writing template ./output/people.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/people.ldif' 13:30:57 06/11/17 Error writing template ./output/oxtrust-import-person.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxtrust-import-person.json' 13:30:57 06/11/17 Error writing template ./output/oxidp-config.json 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/oxidp-config.json' 13:30:57 06/11/17 Error writing template ./output/scopes.ldif 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1754, in render_templates self.renderTemplate(fullPath) File "/install/community-edition-setup/setup.py", line 1748, in renderTemplate self.renderTemplateInOut(filePath, self.templateFolder, self.outputFolder) File "/install/community-edition-setup/setup.py", line 1740, in renderTemplateInOut f = open(os.path.join(templateFolder, fn)) IOError: [Errno 2] No such file or directory: './templates/scopes.ldif' 13:30:58 06/11/17 Generating RSA private key, 2048 bit long modulus ......................................................+++ .............................+++ e is 65537 (0x10001) 13:30:58 06/11/17 writing RSA key 13:30:58 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:58 06/11/17 Generating RSA private key, 2048 bit long modulus ..+++ .........................+++ e is 65537 (0x10001) 13:30:58 06/11/17 writing RSA key 13:30:58 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:58 06/11/17 Generating RSA private key, 2048 bit long modulus ...............................................................................+++ .+++ e is 65537 (0x10001) 13:30:58 06/11/17 writing RSA key 13:30:58 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:59 06/11/17 Generating RSA private key, 2048 bit long modulus ..........+++ ...................+++ e is 65537 (0x10001) 13:30:59 06/11/17 writing RSA key 13:30:59 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:30:59 06/11/17 Generating RSA private key, 2048 bit long modulus ...+++ ...................+++ e is 65537 (0x10001) 13:30:59 06/11/17 writing RSA key 13:30:59 06/11/17 Signature ok subject=/C=CN/ST=BJ/L=Beijing/O=tenxcloud/CN=pkg-deb2.gluu.org/emailAddress=jinxiao@tenxcloud.com Getting Private key 13:31:00 06/11/17 Error copying ./static/oxauth/lib/oxauth.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/jettison-1.3.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/jettison-1.3.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/oxauth-model.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/oxauth-model.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/bcprov-jdk15on-1.54.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcprov-jdk15on-1.54.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/bcpkix-jdk15on-1.54.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/bcpkix-jdk15on-1.54.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/commons-codec-1.5.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-codec-1.5.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/commons-lang-2.6.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-lang-2.6.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/commons-cli-1.2.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/commons-cli-1.2.jar' 13:31:00 06/11/17 Error copying ./static/oxauth/lib/log4j-1.2.14.jar to /home/tomcat/lib 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/oxauth/lib/log4j-1.2.14.jar' 13:31:00 06/11/17 Error: Could not find or load main class org.xdi.oxauth.util.KeyGenerator 13:31:00 06/11/17 Error loading file 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 1808, in generate_base64_file plain_file = open(fn) IOError: [Errno 2] No such file or directory: './output/oxauth-config.json' 13:31:00 06/11/17 ***** Error caught in main loop ***** 13:31:00 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 2201, in <module> installObject.generate_base64_configuration() File "/install/community-edition-setup/setup.py", line 1825, in generate_base64_configuration self.oxauth_config_base64 = self.generate_base64_ldap_file(self.oxauth_config_json) File "/install/community-edition-setup/setup.py", line 1822, in generate_base64_ldap_file return self.generate_base64_file(fn, 1) File "/install/community-edition-setup/setup.py", line 1817, in generate_base64_file plain_file_b64encoded_text = self.reindent(plain_file_b64encoded_text, num_spaces) File "/install/community-edition-setup/setup.py", line 1798, in reindent text = string.split(text, '\n') File "/usr/lib/python2.7/string.py", line 294, in split return s.split(sep, maxsplit) AttributeError: 'NoneType' object has no attribute 'split' ```

By Michael Schwartz Account Admin 11 Jun 2017 at 9:23 a.m. CDT

Michael Schwartz gravatar
This is very strange... why can't it find the static files? Are you sure you were logged into the container? You were running this as root? ``` 13:30:57 06/11/17 Copying script files 13:30:57 06/11/17 Error copying ./static/scripts/logmanager.sh to /opt/gluu/bin 13:30:57 06/11/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 588, in copyFile shutil.copy(inFile, destFolder) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './static/scripts/logmanager.sh' ```

By Mohib Zico staff 11 Jun 2017 at 9:49 a.m. CDT

Mohib Zico gravatar
_Status_ Couldn't reproduce the issue. Here are some output from latest QA: ``` [root@localhost community-edition-setup]# cat /etc/*-release CentOS Linux release 7.3.1611 (Core) NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" CentOS Linux release 7.3.1611 (Core) CentOS Linux release 7.3.1611 (Core) [root@localhost community-edition-setup]# cd templates/ [root@localhost templates]# ls appliance.ldif base.ldif hostname network oxcas-config.json oxtrust-config.json people.ldif symas-openldap.conf asimba.ldif cas.properties hosts node oxidp-config.json oxtrust-import-person.json python.txt system_profile asimba.properties clients.ldif httpd_2.4.conf opendj-setup.properties oxidp.ldif oxTrustLogRotationConfiguration.xml scim.ldif test asimba-selector.xml configuration.ldif httpd.conf oxasimba-config.json ox-ldap.properties oxValidation.json scopes.ldif asimba.xml encode.py https_gluu.conf oxauth-config.json oxpassport-config.ldif passport-config.json scripts.ldif attributes.ldif groups.ldif jetty oxauth-static-conf.json oxtrust-cache-refresh.json passport.ldif slapd.conf [root@localhost templates]# cd /install/community-edition-setup/ [root@localhost community-edition-setup]# ./setup.py Installing Gluu Server... Detected OS : centos Detected init: systemd Detected Apache: 2.4 Installing Gluu Server... For more info see: ./setup.log ./setup_error.log ** All clear text passwords contained in ./setup.properties.last. Enter IP Address [192.168.0.130] : Enter hostname [localhost] : testing.gluu.org Enter your city or locality : Austin Enter your state or province two letter code : TX Enter two letter Country Code : US Enter Organization Name : Gluu Inc Enter email address for support at your organization : zico@gluu.org Enter maximum RAM for applications in MB [3072] : Optional: enter password for oxTrust and LDAP superuser [1JAFMzqEzk80] : Install oxAuth OAuth2 Authorization Server? [Yes] : Install oxTrust Admin UI? [Yes] : Install LDAP Server? [Yes] : Install Apache HTTPD Server [Yes] : Install Shibboleth SAML IDP? [No] : Install Asimba SAML Proxy? [No] : Install oxAuth RP? [No] : Install Passport? [No] : Install JCE 1.8? [Yes] : You must accept the Oracle Binary Code License Agreement for the Java SE Platform Products to download this software. Accept License Agreement? [Yes] : hostname testing.gluu.org orgName Gluu Inc os centos city Austin state TX countryCode US support email zico@gluu.org Applications max ram 3072 Admin Pass 1JAFMzqEzk80 Install oxAuth True Install oxTrust True Install LDAP True Install JCE 1.8 True Install Apache 2 web server True Install Shibboleth SAML IDP False Install Asimba SAML Proxy False Install CAS False Install oxAuth RP False Install Passport False Proceed with these values [Y|n] Y Downloading JCE 1.8 zip file... Gluu Server installation successful! Point your browser to https://testing.gluu.org [root@localhost community-edition-setup]# ```

By Michael Schwartz Account Admin 11 Jun 2017 at 9:56 a.m. CDT

Michael Schwartz gravatar
There is something either different about his environment, he did not login to the container... or something... I don't know. His company is hosting containers and I wonder if there is something different about the filesystem.

By Xiao Jin user 11 Jun 2017 at 10:11 a.m. CDT

Xiao Jin gravatar
I tried this on vmware workstation with both centos7 and Ubuntu 16.04 all the same problem. I am pretty sure that I have logged in gluu and running in a clean system

By Michael Schwartz Account Admin 11 Jun 2017 at 10:16 a.m. CDT

Michael Schwartz gravatar
I wonder if there is something about the character set here that is messing us up. If install wasn't working for most people, support would be lit up with issues. Plus our engineer tried to replicate your problem just to be sure. There is something about your system that is messing up the file paths.

By Xiao Jin user 11 Jun 2017 at 10:30 p.m. CDT

Xiao Jin gravatar
i use localectl it showed like this ``` System Locale: LANG=en_US.UTF-8 VC Keymap: n/a X11 Layout: us X11 Model: pc105 ``` i bought a vps in vultr with centos7 , the problem is still there

By Ganesh Dutt Sharma Account Admin 12 Jun 2017 at 1:42 a.m. CDT

Ganesh Dutt Sharma gravatar
Which exact version of rpm/deb are you using?

By Xiao Jin user 12 Jun 2017 at 2:16 a.m. CDT

Xiao Jin gravatar
both 3.0.1 2.4.4.2 are the same problem

By Mohib Zico staff 14 Jun 2017 at 10:20 a.m. CDT

Mohib Zico gravatar
Xion, We couldn't reproduce the issue, there is definitely something related either with your network or VM firm you are using. Please try to use Amazon or Rackspace or DigitalOcean if you can.

By Miguel Foo user 14 Jun 2017 at 10:40 a.m. CDT

Miguel Foo gravatar
Not sure if it helps, but I got this issue when I tried to run the `setup.py` without first using the `service gluu-service-3.0.1 login` command. This is because the chroot mounts the `/opt` folder as expected by the `setup.py` script. If you don't, then you get stuff like this