By: David Laubenstein user 20 Oct 2017 at 4:09 a.m. CDT

3 Responses
David Laubenstein gravatar
Hey, I installed gluu-server on a fresh ubuntu installation. I prepared the VM before, of course. It is installed on a VM in our institute and we have a long hostname: privacythings-Server01-abc.iosb.fraunhofer.de The setup script was **successful**, but in the setup_error.log there were a lot of errors listed here: ``` 08:53:47 10/20/17 Installing Gluu Server 08:54:22 10/20/17 unzip: cannot find or open /opt/dist/app/jce_policy-8.zip, /opt/dist/app/jce_policy-8.zip.zip or /opt/dist/app/jce_policy-8.zip.ZIP. 08:54:22 10/20/17 Error copying tree /tmp/UnlimitedJCEPolicyJDK8 to /opt/jdk1.8.0_112/jre/lib/security 08:54:22 10/20/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 743, in copyTree for item in os.listdir(src): OSError: [Errno 2] No such file or directory: '/tmp/UnlimitedJCEPolicyJDK8' 08:54:29 10/20/17 Error copying ./static/system/initd/node to /opt/gluu/system 08:54:29 10/20/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 732, 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/system/initd/node' 08:54:29 10/20/17 /bin/chmod: cannot access '/opt/gluu/system/node': No such file or directory 08:54:30 10/20/17 Error copying ./static/scripts/logmanager.sh to /opt/gluu/bin 08:54:30 10/20/17 Traceback (most recent call last): File "/install/community-edition-setup/setup.py", line 732, 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' ... ``` **In Chrome Browser: ** This site can’t provide a secure connection 153.96.9.227 sent an invalid response. ERR_SSL_PROTOCOL_ERROR **In Firefox Browser:** Secure Connection Failed An error occurred during a connection to 153.96.9.227. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. Learn more… Report errors like this to help Mozilla identify and block malicious sites

By David Laubenstein user 20 Oct 2017 at 4:57 a.m. CDT

David Laubenstein gravatar
Fixed by changing directory before executing the setup script. In my opinion a huge bug! before I executed the script /install/community-edition-setup/setup.py like this. The execution of the setup.py should not depend on the execution folder!!!

By William Lowe user 20 Oct 2017 at 8:53 a.m. CDT

William Lowe gravatar
Thanks, David. We will look into this.

By Ranjan Ghosh user 13 Mar 2019 at 10:11 a.m. CDT

Ranjan Ghosh gravatar
Still happened to me today. This should really be fixed IMHO. It's very confusing for novice users like me.