server: sh ./install.sh -Dserver.hostname=CentOS-menglei -Dserver.jetty.port=9000client: sh install.sh --client -Dserver.hostname=CentOS-menglei -Dserver.jetty.port=9000 -Dclient.hostname=CentOS2-menglei -Dclient.node.name=CentOS2-menglei
ctl-project -p project -a removectl-project -p project -a create
I met this problem when I executed "ctl -p projectName -t bin -r fileName -c get" in CTLCenter while running a deploy job.
Here is a workaround:
1. try the same command in client. you may meet Connection refused error.
2. try "ctl-project -p projectName -a install" in client.
3. if failed, try "ctl-project -p projectName -a remove" and then "ctl-project -p projectName -a create".
4. if failed, edit below files, and change all 8080 port to your port number:
$CTL_BASE/projects/demo/etc/project.properties
$CTL_BASE/etc/project.properties
$CTL_BASE/framework.properties
and re-run step 3, then step 2.
5. if failed, you should reinstall your ControlTier server and client using command similar like below:
server: sh ./install.sh -Dserver.hostname=CentOS-menglei -Dserver.jetty.port=9000
client: sh install.sh --client -Dserver.hostname=CentOS-menglei -Dserver.jetty.port=9000 -Dclient.hostname=CentOS2-menglei -Dclient.node.name=CentOS2-menglei
6. re-run step 3, then step 2 and retry your deploy job.
--
You received this message because you are subscribed to the Google Groups "ControlTier" group.
To post to this group, send email to contr...@googlegroups.com
To unsubscribe from this group, send email to controltier...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/controltier?hl=en
http://wiki.controltier.org