By: Qasim Baqri user 02 Dec 2015 at 12:59 a.m. CST

1 Response
Qasim Baqri gravatar
Hi, We want to fire setup.py without interactive shell. We tried to feed setup.properties file but it is throwing file not found. >./setup.py -f setup.properties Ooops... file not found for setup properties. Installing Gluu Server... For more info see: ./setup.log ./setup_error.log ** All clear text passwords contained in ./setup.properties.last. Traceback (most recent call last): File "./setup.py", line 1637, in <module> print '\n%s\n' % `installObject` File "./setup.py", line 304, in __repr__ + 'Install oxAuth RP'.ljust(30) + `self.components['oxauth_rp']['enabled']`.rjust(35) + "\n" AttributeError: 'NoneType' object has no attribute 'rjust' setup.properties content ### IP Address of the interface to host IDP ip=127.0.1.1 ### The hostname of the server hostname=qbaqri ### This information is needed for self signed certificate orgName=Sandvine countryCode=IN city=Bangalore state=KA ## Do NOT modify below this part unless you know what you're doing ### The password to be used in Java KeyStore jksPass=abc123 ### The cn=Directory Manager's password in ldap ldapPass=abc123

By Mohib Zico staff 02 Dec 2015 at 1:13 a.m. CST

Mohib Zico gravatar
> > We tried to feed setup.properties file but it is throwing file not found. I think you don't need to use `-f`. Please check the [corresponding doc](http://www.gluu.org/docs/admin-guide/deployment/ubuntu/) for proper way.