(This message has been automatically imported from the retired mailing list)
Hello,
I’m trying install Zato on Ubuntu but got the error below:
Zato tests
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92 lsb_release
-a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92 python
-V
Python 2.7.4
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92 ./bin/zato
–version
Zato 1.1
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92 mkdir
/tmp/zato
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92 bin/zato quickstart create /tmp/zato
\
postgresql localhost 5432 zato1 zato1
localhost 6379 --verbose
ODB database password (will not be echoed):
Enter the odb_password again (will not be echoed):
Key/value database password (will not be echoed):
Enter the kvdb_password again (will not be echoed):
[1/8] Certificate authority created
[2/8] ODB schema created
[3/8] ODB initial data created
[4/8] server1 created
[5/8] server2 created
[6/8] Load-balancer created
Superuser created successfully.
[7/8] Web admin created
[8/8] Management scripts created
Quickstart cluster quickstart-729474 created
Web admin user:[admin], password:[ooot-oben-anaz-oret]
Start the cluster by issuing the /tmp/zato/zato-qs-start.sh command
Visit https://zato.io/support for more information and support options
danilochilene@ambush:~/python/zato/zato-1.1
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92
/tmp/zato/zato-qs-start.sh
Starting the Zato quickstart environment
Running sanity checks
/tmp/zato/zato-qs-start.sh: line 21: zato: command not found
After changing the script /tmp/zato/zato-qs-start.sh
danilochilene@ambush:~/python/zato/zato-1.1
=E2=86=92
/tmp/zato/zato-qs-start.sh
Starting the Zato quickstart environment
Running sanity checks
Traceback (most recent call last):
File “/home/danilochilene/python/zato/zato-1.1/bin/zato”, line 90, in
sys.exit(zato.cli.zato_command.main())
File
"/home/danilochilene/python/zato/zato-1.1/zato-cli/src/zato/cli/zato_comman=
d.py",
line 227, in main
return run_command(get_parser().parse_args())
File
"/home/danilochilene/python/zato/zato-1.1/zato-cli/src/zato/cli/init.py=
",
line 164, in run_command
command_classargs.command.run(args)
File
"/home/danilochilene/python/zato/zato-1.1/zato-cli/src/zato/cli/init.py=
",
line 358, in run
sys.exit(self.execute(args))
File
"/home/danilochilene/python/zato/zato-1.1/zato-cli/src/zato/cli/init.py=
",
line 612, in execute
self._get_dispatch()json_data[‘component’]
File
"/home/danilochilene/python/zato/zato-1.1/zato-cli/src/zato/cli/check_confi=
g.py",
line 53, in _on_server
kvdb.init()
File
"/home/danilochilene/python/zato/zato-1.1/zato-common/src/zato/common/kvdb.=
py",
line 59, in init
config[‘password’] =3D self.decrypt_func(self.config.password)
File
"/home/danilochilene/python/zato/zato-1.1/zato-common/src/zato/common/crypt=
o.py",
line 67, in encrypt
encrypted =3D self.pub_key.public_encrypt(data, padding)
AttributeError: ‘NoneType’ object has no attribute ‘public_encrypt’
Any tips?