indigo-dc / onedata

Indigo mirror of http://github.com/onedata/onedata
Apache License 2.0
1 stars 1 forks source link

rc11 does not start #14

Closed bwegh closed 7 years ago

bwegh commented 7 years ago
Configuring oneprovider:
* service_couchbase: configure
* service_couchbase: start
* service_couchbase: wait_for_init
* service_couchbase: init_cluster
* service_couchbase: rebalance_cluster
* service_couchbase: status
* service: save
* service_cluster_manager: configure
* service_cluster_manager: stop
* service_cluster_manager: start
* service_cluster_manager: status
* service_op_worker: configure
* service_op_worker: setup_certs
* service_op_worker: stop
* service_op_worker: start

Error: Service Error
Description: Action 'deploy' for a service 'oneprovider' terminated with an error.
Module: service_op_worker
Function: start
Hosts: node1.oneprovider.localhost
For more information please check the logs.
oneprovider_kit exited with code 1

attached all logs latest.zip

groundnuty commented 7 years ago

need op_panel logs

bwegh commented 7 years ago

see zip file attached in original message

bwegh commented 7 years ago

any updates on this?

groundnuty commented 7 years ago

Dear @bwegh Appologies for long resonse time. Logs suggest that there is a problem with op worker cert. Please adjust your docker compose so the volumes resemble this compose: https://github.com/onedata/getting-started/blob/master/scenarios/3_0_oneprovider_onezone_multihost/docker-compose-oneprovider.yml#L19 The only op_worker cert that is needed is in the line L19 and its the same that is needed for op_panel/cacerts/cacert.pem (hence the same variables in lines L18 and L19)

Michal

bwegh commented 7 years ago

@groundnuty happy new year :) I tried again, yet still no luck, see attached logs oneprovider_20170111_112722.zip