Andrea Tosato

Results 20 comments of Andrea Tosato

deploy.yaml ```YAML apiVersion: apps/v1 kind: Deployment metadata: name: dapr-workflows-host labels: app: dapr-workflows-host spec: replicas: 1 selector: matchLabels: app: dapr-workflows-host template: metadata: labels: app: dapr-workflows-host annotations: dapr.io/id: "workflows" dapr.io/enabled: "true" dapr.io/port:...

maybe? time="2020-10-18T17:01:17.5400839Z" level=warning msg="**failed to init actors: state store does not support transactions which actors require to save state - please see https://github.com/dapr/docs**" app_id=workflows instance=dapr-workflows-host-6f9bb59f5f-gtpl4 scope=dapr.runtime type=log ver=0.11.2

Now i configure redis: ``` apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: statestore namespace: default spec: type: state.redis metadata: - name: redisHost value: redis-master:6379 - name: redisPassword value: Xetb4vCjEj ``` Or...

Full container log: ``` time="2020-10-18T19:20:29.9272195Z" level=info msg="dapr initialized. Status: Running. Init Elapsed 2421.2793ms" app_id=workflows instance=dapr-workflows-host-6f9bb59f5f-64b9m scope=dapr.runtime type=log ver=0.11.2 time="2020-10-18T19:20:29.9271836Z" level=info msg="http server is running on port 3500" app_id=workflows instance=dapr-workflows-host-6f9bb59f5f-64b9m scope=dapr.runtime...

After re-create redis, I have this error: ``` time="2020-10-19T06:22:36.1515192Z" level=info msg="dapr initialized. Status: Running. Init Elapsed 5175.216200000001ms" app_id=workflows instance=dapr-workflows-host-6f9bb59f5f-drb7x scope=dapr.runtime type=log ver=0.11.2 time="2020-10-19T06:22:36.1515019Z" level=info msg="http server is running on port...

I have already tried, but not work. Isn't there logicapps error? Isn't there logicapps component error?

```json { "error": { "code": "NoResponse", "message": "The server did not received a response from an upstream server. Request tracking id '08585995089540340895731183776CU00'." } } ```

Ok, thanks, friday I have an community event 🙏

@yaron2 do you have any news?