Query against Code Collaborator installation using repsonse.varfile
Hey community, anyone installed code collabarator server using response.varfile? I'm facing issue with mysql connector path only. I'm getting issue in screenshot attached.
Anyone can reproduce this issue using following steps.
1. Firstly Install code collaborator manually with mysql setup. It will generate code_collaborator response.varfile path for the same will be /opt/ccollab_Server/.install4j/response.varfile.
sh ccollab_server_script.sh
2. Then copy response.varfile to any suitable location and edit according to your requirement. I have changed the mysql connector path.
3. Then install code collaborator using single command
sh ccollab_server_script.sh -varfile copied_response.varfile -q
4. It will fail as It takes random path of Mysql Connector path while running above command to install code collaborator. You can find the same in screenshot attached.
Kindly help me out if anyone encountered such issue in past.