Thanks for help.
1: I am sure of that. At first , it runned well and I created a service on zato1.1
Error occured after I changed the name.
2: here is the CLI history after I built zato 1 by 1.
zato create odb postgresql localhost 5432 zato1 zato1
mkdir ca
zato ca create ca /opt/zato/cluster1/ca/
zato ca create lb_agent /opt/zato/cluster1/ca/ zato_lb_agent1
zato ca create server /opt/zato/cluster1/ca/ cluster1 server1
zato ca create server /opt/zato/cluster1/ca/ cluster1 server2
zato ca create web_admin /opt/zato/cluster1/ca/
mkdir load-balancer
zato create load_balancer /opt/zato/cluster1/load-balancer /opt/zato/cluster1/ca/out-pub/lb-agent-pub-2014-11-12_06-17-27.pem /opt/zato/cluster1/ca/out-priv/lb-agent-priv-2014-11-12_06-17-27.pem /opt/zato/cluster1/ca/out-cert/lb-agent-cert-2014-11-12_06-17-27.pem /opt/zato/cluster1/ca/out-cert/lb-agent-cert-2014-11-12_06-17-27.pem
zato create cluster postgresql localhost 5432 zato1 zato1 172.16.35.8 21223 20151 localhost 6379 cluster1 admin
mkdir server1
mkdir server2
zato create server /opt/zato/cluster1/server1/ postgresql localhost 5432 zato1 zato1 localhost 6379 /opt/zato/cluster1/ca/out-pub/cluster1-server1-pub-2014-11-12_06-18-40.pem /opt/zato/cluster1/ca/out-priv/cluster1-server1-priv-2014-11-12_06-18-40.pem /opt/zato/cluster1/ca/out-cert/cluster1-server1-cert-2014-11-12_06-18-40.pem /opt/zato/cluster1/ca/ca-material/ca-cert.pem cluster1 server1
zato create server /opt/zato/cluster1/server2/ postgresql localhost 5432 zato1 zato1 localhost 6379 /opt/zato/cluster1/ca/out-pub/cluster1-server2-pub-2014-11-12_06-18-46.pem /opt/zato/cluster1/ca/out-priv/cluster1-server2-priv-2014-11-12_06-18-46.pem /opt/zato/cluster1/ca/out-cert/cluster1-server2-cert-2014-11-12_06-18-46.pem /opt/zato/cluster1/ca/ca-material/ca-cert.pem cluster1 server2
mkdir web-admin
zato create web_admin /opt/zato/cluster1/web-admin postgresql localhost 5432 zato1 zato1 /opt/zato/cluster1/ca/out-pub/web-admin-pub-2014-11-12_06-19-36.pem /opt/zato/cluster1/ca/out-priv/web-admin-priv-2014-11-12_06-19-36.pem /opt/zato/cluster1/ca/out-cert/web-admin-cert-2014-11-12_06-19-36.pem /opt/zato/cluster1/ca/ca-material/ca-cert.pem admin
- The url is http://172.16.35.8:28183/zato/cluster/
Something wrong in this place. /opt/zato/1.1/zato-web-admin/src/zato/admin/web/views/cluster.py, line 165
Btw: when will the ver 2.0 release.?
looking forward to it
=================================================================
At 2014-11-12 22:39:33, “Dariusz Suchojad” dsuch@zato.io wrote:
On 12/11/14 13:28, kelvin wrote:
see the log from the web-admin
File “/usr/lib/python2.7/httplib.py”, line 780, in send
self.connect()
Hi there,
I cannot reproduce it with quickstart. I created a quickstart Zato 1.1
cluster, renamed it and everything works perfectly fine, no errors.
-
Are you 100% sure the rename was the only part you did - can you
please confirm it?
-
What where the exact commands you used to create the other cluster
piece by piece? Please attach them 1:1 as they were executed so I can
reproduce them locally.
-
What URL in web admin are you invoking that results in the error?
thanks a lot,