Ok, the problem with the containers was that the statements in the docker compose and the prod.yml for the new elements were missing: workflows and create-artifact-worker, I guess something went wrong in the fetch with branch 2.3.0b1, once corrected after comparing with the github prod.yml files of the original branch, I was able to lift the containers properly.
Now the problem we detected is the following:
Everything works fine, except creating artifacts using files that are uploaded to the gui.
I have these two containers in healthy:
1-mender conductor
attached log.
mender-conductor log
Feb 25, 2020 12:37:03 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
class com.netflix.conductor.server.resources.TaskResource
class io.swagger.jaxrs.listing.ApiListingResource
class com.netflix.conductor.server.resources.AdminResource
class com.netflix.conductor.server.resources.WorkflowBulkResource
class com.netflix.conductor.server.resources.EventResource
class com.netflix.conductor.server.resources.MetadataResource
class com.netflix.conductor.server.resources.WorkflowResource
class com.netflix.conductor.server.resources.HealthCheckResource
class io.swagger.jaxrs.listing.AcceptHeaderApiListingResource
Feb 25, 2020 12:37:03 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
class com.netflix.conductor.server.resources.GenericExceptionMapper
class io.swagger.jaxrs.listing.SwaggerSerializers
class com.netflix.conductor.server.resources.ApplicationExceptionMapper
class com.netflix.conductor.server.resources.ValidationExceptionMapper
class com.netflix.conductor.server.resources.WebAppExceptionMapper
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider as a provider class
Feb 25, 2020 12:37:03 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.1 03/11/2016 02:42 PM'
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.ValidationExceptionMapper to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.ApplicationExceptionMapper to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.GenericExceptionMapper to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.WebAppExceptionMapper to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.EventResource to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.WorkflowResource to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding com.netflix.conductor.server.resources.HealthCheckResource to GuiceInstantiatedComponentProvider
Feb 25, 2020 12:37:03 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
WARNING: Return type java.util.Map<java.lang.String, ?> of method public java.util.Map<java.lang.String, ?> com.netflix.conductor.server.resources.EventResource.getEventQueues(boolean) is not resolvable to a concrete type
[2020-02-25 00:37:03,736] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5f08fe00{/,null,AVAILABLE}
[2020-02-25 00:37:03,745] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@622d7e4{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[2020-02-25 00:37:03,745] [main] INFO org.eclipse.jetty.server.Server - Started @38346ms
Started server on http://localhost:8080/
-- loading task /srv/tasks/create_device_inventory.json
INFO:root:found 1 tasks
INFO:root:loading task create_device_inventory
INFO:root:task create_device_inventory successfully loaded
-- loading task /srv/tasks/delete_device_deployments.json
INFO:root:found 1 tasks
INFO:root:loading task delete_device_deployments
INFO:root:task delete_device_deployments successfully loaded
-- loading task /srv/tasks/delete_device_inventory.json
INFO:root:found 1 tasks
INFO:root:loading task delete_device_inventory
INFO:root:task delete_device_inventory successfully loaded
-- loading task /srv/tasks/send_email.json
INFO:root:found 1 tasks
INFO:root:loading task send_email
INFO:root:task send_email successfully loaded
-- loading workflow /srv/workflows/decommission_device.json
INFO:root:found workflow decommission_device version 4
INFO:root:workflow decommission_device version 4 already present
-- loading workflow /srv/workflows/provision_device.json
INFO:root:found workflow provision_device version 1
INFO:root:workflow provision_device version 1 already present
[2020-02-25 00:38:04,895] [qtp129958347-49] INFO com.netflix.conductor.core.execution.WorkflowExecutor - A new instance of workflow: provision_device created with id: 5c5df716-55d8-4df4-a0c8-d3c8af30535f
[2020-02-25 00:38:04,982] [qtp129958347-49] INFO com.netflix.conductor.core.execution.tasks.SystemTaskWorkerCoordinator - Adding the queue for system task: DECISION
[2020-02-25 00:38:04,983] [qtp129958347-49] INFO com.netflix.conductor.core.execution.tasks.SystemTaskWorkerCoordinator - Adding the queue for system task: FORK
[2020-02-25 00:38:04,983] [qtp129958347-49] INFO com.netflix.conductor.core.execution.tasks.SystemTaskWorkerCoordinator - Adding the queue for system task: JOIN
[2020-02-25 00:38:04,983] [qtp129958347-49] INFO com.netflix.conductor.core.execution.tasks.SystemTaskWorkerCoordinator - Adding the queue for system task: EXCLUSIVE_JOIN
[2020-02-25 00:38:05,549] [system-task-worker-0] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Task: Task{taskType='HTTP', status=SCHEDULED, inputData={http_request={uri=http://mender-inventory:8080/api/internal/v1/inventory/devices, method=POST, contentType=application/json, body={id=27a61be4-6a9a-41d8-a7ad-60bf81420c57, id_data=, IdDataStruct=null, IdDataSha256=null, decommissioning=false, created_ts=0001-01-01T00:00:00Z, updated_ts=0001-01-01T00:00:00Z, auth_sets=null}, headers={X-MEN-RequestID=a846cc02-8808-470f-a292-45c56c389e72, Authorization=Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODMxOTUzMDksImp0aSI6IjgyM2VhYWFhLTY1ZDEtNDE3Mi1hMmY5LTY5Y2U1NGI2MTJiYSIsImlzcyI6Im1lbmRlci51c2VyYWRtIiwic3ViIjoiMTM3ZjVhYTItOTMwMi00MjNhLTk1YmItZjdjZDhiZjQ4Mjg1Iiwic2NwIjoibWVuZGVyLioiLCJtZW5kZXIudXNlciI6dHJ1ZX0.RRoFiF6HMNLfh_KNeur9wCO_2eJXLP7XhN2X5517KzhZ1NRJrBFzm8EmiuRSH6f-yO2tB5rhNHFg-Oxd2xWknIrDwZTwbG2GbnuGviaR9LkxDgmxxsNgp792jwJMWzRpToOyELglhgcmNZ9uZjIpucMHmzR7QbHYqC_DvMsdc1MvLq_2eEzQJl_SR3xU-U6Bc4cGNr8R8kVJRzrDfW2y4t42LTAbVK1oIRB-S7uvFI4fNumTwMObJxrNY46LC3kFBtw5qUxm6pCV1GbGFMb8zzAozNO5PuXvrLDMhwIrBu7kpmf_3urBcRdXqTUjU8Ng1hyVPi5Yq3l3lPJnsleazyGac3qy_O_oZqU8215Bf3JQUhZSYQwVskV9ZRpreMvP5DLkeVRX1_tlpJuF6WeklMCEfN28out3uQMjTV_8TwM0FrOAur7y5O81Ad7k1D-syjCP7qmvflnfURQz3cGXc3miw9S_1ZA8tMFWZe5P2X3p7csd5vXOresBeuyRCsqU}, connectionTimeOut=1000, readTimeOut=1000}, asyncComplete=false}, referenceTaskName='create_device_inventory', retryCount=0, seq=1, correlationId='null', pollCount=0, taskDefName='create_device_inventory', scheduledTime=1582591084977, startTime=0, endTime=0, updateTime=1582591085129, startDelayInSeconds=0, retriedTaskId='null', retried=false, executed=false, callbackFromWorker=true, responseTimeoutSeconds=0, workflowInstanceId='5c5df716-55d8-4df4-a0c8-d3c8af30535f', workflowType='provision_device', taskId='a521f08d-0c63-48d2-93ff-444908b0c8a6', reasonForIncompletion='null', callbackAfterSeconds=0, workerId='null', outputData={}, workflowTask=create_device_inventory/create_device_inventory, domain='null', inputMessage='null', outputMessage='null', rateLimitPerFrequency=0, rateLimitFrequencyInSeconds=1, externalInputPayloadStoragePath='null', externalOutputPayloadStoragePath='null'} fetched from execution DAO for taskId: a521f08d-0c63-48d2-93ff-444908b0c8a6
[2020-02-25 00:38:05,567] [system-task-worker-0] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Executing HTTP/a521f08d-0c63-48d2-93ff-444908b0c8a6-SCHEDULED
[2020-02-25 00:38:06,068] [system-task-worker-0] INFO com.netflix.conductor.contribs.http.HttpTask - response 201, null
[2020-02-25 00:38:06,192] [system-task-worker-0] INFO com.netflix.dyno.queues.redis.RedisDynoQueue - com.netflix.dyno.queues.redis.RedisDynoQueue is ready to serve provision_device:device_accepted
[2020-02-25 00:38:06,300] [system-task-worker-0] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Done Executing HTTP/a521f08d-0c63-48d2-93ff-444908b0c8a6-COMPLETED op={response={headers={X-Men-Requestid=[a846cc02-8808-470f-a292-45c56c389e72], Vary=[Accept-Encoding], Content-Length=[0], Date=[Tue, 25 Feb 2020 00:38:06 GMT], X-Inventory-Version=[unknown], Location=[devices/27a61be4-6a9a-41d8-a7ad-60bf81420c57], Content-Type=[application/json; charset=utf-8]}, reasonPhrase=Created, body=null, statusCode=201}}
[2020-02-25 00:38:10,226] [qtp129958347-49] INFO com.netflix.conductor.core.execution.WorkflowExecutor - A new instance of workflow: provision_device created with id: f78deac2-21f3-4694-9571-69755a39c4aa
[2020-02-25 00:38:10,568] [system-task-worker-1] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Task: Task{taskType='HTTP', status=SCHEDULED, inputData={http_request={uri=http://mender-inventory:8080/api/internal/v1/inventory/devices, method=POST, contentType=application/json, body={id=4fcd8b3d-9863-41d4-a923-537c777f68ec, id_data=, IdDataStruct=null, IdDataSha256=null, decommissioning=false, created_ts=0001-01-01T00:00:00Z, updated_ts=0001-01-01T00:00:00Z, auth_sets=null}, headers={X-MEN-RequestID=9f656c4b-cc16-477f-9e60-cfc16636c325, Authorization=Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODMxOTUzMDksImp0aSI6IjgyM2VhYWFhLTY1ZDEtNDE3Mi1hMmY5LTY5Y2U1NGI2MTJiYSIsImlzcyI6Im1lbmRlci51c2VyYWRtIiwic3ViIjoiMTM3ZjVhYTItOTMwMi00MjNhLTk1YmItZjdjZDhiZjQ4Mjg1Iiwic2NwIjoibWVuZGVyLioiLCJtZW5kZXIudXNlciI6dHJ1ZX0.RRoFiF6HMNLfh_KNeur9wCO_2eJXLP7XhN2X5517KzhZ1NRJrBFzm8EmiuRSH6f-yO2tB5rhNHFg-Oxd2xWknIrDwZTwbG2GbnuGviaR9LkxDgmxxsNgp792jwJMWzRpToOyELglhgcmNZ9uZjIpucMHmzR7QbHYqC_DvMsdc1MvLq_2eEzQJl_SR3xU-U6Bc4cGNr8R8kVJRzrDfW2y4t42LTAbVK1oIRB-S7uvFI4fNumTwMObJxrNY46LC3kFBtw5qUxm6pCV1GbGFMb8zzAozNO5PuXvrLDMhwIrBu7kpmf_3urBcRdXqTUjU8Ng1hyVPi5Yq3l3lPJnsleazyGac3qy_O_oZqU8215Bf3JQUhZSYQwVskV9ZRpreMvP5DLkeVRX1_tlpJuF6WeklMCEfN28out3uQMjTV_8TwM0FrOAur7y5O81Ad7k1D-syjCP7qmvflnfURQz3cGXc3miw9S_1ZA8tMFWZe5P2X3p7csd5vXOresBeuyRCsqU}, connectionTimeOut=1000, readTimeOut=1000}, asyncComplete=false}, referenceTaskName='create_device_inventory', retryCount=0, seq=1, correlationId='null', pollCount=0, taskDefName='create_device_inventory', scheduledTime=1582591090230, startTime=0, endTime=0, updateTime=1582591090293, startDelayInSeconds=0, retriedTaskId='null', retried=false, executed=false, callbackFromWorker=true, responseTimeoutSeconds=0, workflowInstanceId='f78deac2-21f3-4694-9571-69755a39c4aa', workflowType='provision_device', taskId='1f5f58f1-2343-4d61-943c-72324389a22b', reasonForIncompletion='null', callbackAfterSeconds=0, workerId='null', outputData={}, workflowTask=create_device_inventory/create_device_inventory, domain='null', inputMessage='null', outputMessage='null', rateLimitPerFrequency=0, rateLimitFrequencyInSeconds=1, externalInputPayloadStoragePath='null', externalOutputPayloadStoragePath='null'} fetched from execution DAO for taskId: 1f5f58f1-2343-4d61-943c-72324389a22b
[2020-02-25 00:38:10,570] [system-task-worker-1] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Executing HTTP/1f5f58f1-2343-4d61-943c-72324389a22b-SCHEDULED
[2020-02-25 00:38:10,725] [system-task-worker-1] INFO com.netflix.conductor.contribs.http.HttpTask - response 201, null
[2020-02-25 00:38:10,898] [system-task-worker-1] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Done Executing HTTP/1f5f58f1-2343-4d61-943c-72324389a22b-COMPLETED op={response={headers={X-Men-Requestid=[9f656c4b-cc16-477f-9e60-cfc16636c325], Vary=[Accept-Encoding], Content-Length=[0], Date=[Tue, 25 Feb 2020 00:38:10 GMT], X-Inventory-Version=[unknown], Location=[devices/4fcd8b3d-9863-41d4-a923-537c777f68ec], Content-Type=[application/json; charset=utf-8]}, reasonPhrase=Created, body=null, statusCode=201}}
[2020-02-25 00:38:15,057] [qtp129958347-45] INFO com.netflix.conductor.core.execution.WorkflowExecutor - A new instance of workflow: provision_device created with id: a40c8098-b2c4-4b3b-a867-58f77ff8b6e0
[2020-02-25 00:38:15,338] [system-task-worker-2] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Task: Task{taskType='HTTP', status=SCHEDULED, inputData={http_request={uri=http://mender-inventory:8080/api/internal/v1/inventory/devices, method=POST, contentType=application/json, body={id=e49198d4-9285-435e-b306-e651dd36910f, id_data=, IdDataStruct=null, IdDataSha256=null, decommissioning=false, created_ts=0001-01-01T00:00:00Z, updated_ts=0001-01-01T00:00:00Z, auth_sets=null}, headers={X-MEN-RequestID=3557bc4f-e508-41b5-8dcc-4ca2961c2764, Authorization=Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODMxOTUzMDksImp0aSI6IjgyM2VhYWFhLTY1ZDEtNDE3Mi1hMmY5LTY5Y2U1NGI2MTJiYSIsImlzcyI6Im1lbmRlci51c2VyYWRtIiwic3ViIjoiMTM3ZjVhYTItOTMwMi00MjNhLTk1YmItZjdjZDhiZjQ4Mjg1Iiwic2NwIjoibWVuZGVyLioiLCJtZW5kZXIudXNlciI6dHJ1ZX0.RRoFiF6HMNLfh_KNeur9wCO_2eJXLP7XhN2X5517KzhZ1NRJrBFzm8EmiuRSH6f-yO2tB5rhNHFg-Oxd2xWknIrDwZTwbG2GbnuGviaR9LkxDgmxxsNgp792jwJMWzRpToOyELglhgcmNZ9uZjIpucMHmzR7QbHYqC_DvMsdc1MvLq_2eEzQJl_SR3xU-U6Bc4cGNr8R8kVJRzrDfW2y4t42LTAbVK1oIRB-S7uvFI4fNumTwMObJxrNY46LC3kFBtw5qUxm6pCV1GbGFMb8zzAozNO5PuXvrLDMhwIrBu7kpmf_3urBcRdXqTUjU8Ng1hyVPi5Yq3l3lPJnsleazyGac3qy_O_oZqU8215Bf3JQUhZSYQwVskV9ZRpreMvP5DLkeVRX1_tlpJuF6WeklMCEfN28out3uQMjTV_8TwM0FrOAur7y5O81Ad7k1D-syjCP7qmvflnfURQz3cGXc3miw9S_1ZA8tMFWZe5P2X3p7csd5vXOresBeuyRCsqU}, connectionTimeOut=1000, readTimeOut=1000}, asyncComplete=false}, referenceTaskName='create_device_inventory', retryCount=0, seq=1, correlationId='null', pollCount=0, taskDefName='create_device_inventory', scheduledTime=1582591095062, startTime=0, endTime=0, updateTime=1582591095111, startDelayInSeconds=0, retriedTaskId='null', retried=false, executed=false, callbackFromWorker=true, responseTimeoutSeconds=0, workflowInstanceId='a40c8098-b2c4-4b3b-a867-58f77ff8b6e0', workflowType='provision_device', taskId='9c9d42b7-e0cf-428c-a54a-7e24590b2016', reasonForIncompletion='null', callbackAfterSeconds=0, workerId='null', outputData={}, workflowTask=create_device_inventory/create_device_inventory, domain='null', inputMessage='null', outputMessage='null', rateLimitPerFrequency=0, rateLimitFrequencyInSeconds=1, externalInputPayloadStoragePath='null', externalOutputPayloadStoragePath='null'} fetched from execution DAO for taskId: 9c9d42b7-e0cf-428c-a54a-7e24590b2016
[2020-02-25 00:38:15,352] [system-task-worker-2] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Executing HTTP/9c9d42b7-e0cf-428c-a54a-7e24590b2016-SCHEDULED
[2020-02-25 00:38:15,498] [system-task-worker-2] INFO com.netflix.conductor.contribs.http.HttpTask - response 201, null
[2020-02-25 00:38:15,687] [system-task-worker-2] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Done Executing HTTP/9c9d42b7-e0cf-428c-a54a-7e24590b2016-COMPLETED op={response={headers={X-Men-Requestid=[3557bc4f-e508-41b5-8dcc-4ca2961c2764], Vary=[Accept-Encoding], Content-Length=[0], Date=[Tue, 25 Feb 2020 00:38:15 GMT], X-Inventory-Version=[unknown], Location=[devices/e49198d4-9285-435e-b306-e651dd36910f], Content-Type=[application/json; charset=utf-8]}, reasonPhrase=Created, body=null, statusCode=201}}
[2020-02-25 00:44:33,631] [qtp129958347-45] INFO com.netflix.conductor.core.execution.WorkflowExecutor - A new instance of workflow: provision_device created with id: 68ac03c3-c18c-4123-9875-dbcc69d03dcb
[2020-02-25 00:44:34,046] [system-task-worker-3] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Task: Task{taskType='HTTP', status=SCHEDULED, inputData={http_request={uri=http://mender-inventory:8080/api/internal/v1/inventory/devices, method=POST, contentType=application/json, body={id=275ba018-01a8-447d-8a76-f9cb6f306dd4, id_data=, IdDataStruct=null, IdDataSha256=null, decommissioning=false, created_ts=0001-01-01T00:00:00Z, updated_ts=0001-01-01T00:00:00Z, auth_sets=null}, headers={X-MEN-RequestID=22c889dd-3bc4-4d39-84cd-2225407a4a21, Authorization=Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODMxOTUzMDksImp0aSI6IjgyM2VhYWFhLTY1ZDEtNDE3Mi1hMmY5LTY5Y2U1NGI2MTJiYSIsImlzcyI6Im1lbmRlci51c2VyYWRtIiwic3ViIjoiMTM3ZjVhYTItOTMwMi00MjNhLTk1YmItZjdjZDhiZjQ4Mjg1Iiwic2NwIjoibWVuZGVyLioiLCJtZW5kZXIudXNlciI6dHJ1ZX0.RRoFiF6HMNLfh_KNeur9wCO_2eJXLP7XhN2X5517KzhZ1NRJrBFzm8EmiuRSH6f-yO2tB5rhNHFg-Oxd2xWknIrDwZTwbG2GbnuGviaR9LkxDgmxxsNgp792jwJMWzRpToOyELglhgcmNZ9uZjIpucMHmzR7QbHYqC_DvMsdc1MvLq_2eEzQJl_SR3xU-U6Bc4cGNr8R8kVJRzrDfW2y4t42LTAbVK1oIRB-S7uvFI4fNumTwMObJxrNY46LC3kFBtw5qUxm6pCV1GbGFMb8zzAozNO5PuXvrLDMhwIrBu7kpmf_3urBcRdXqTUjU8Ng1hyVPi5Yq3l3lPJnsleazyGac3qy_O_oZqU8215Bf3JQUhZSYQwVskV9ZRpreMvP5DLkeVRX1_tlpJuF6WeklMCEfN28out3uQMjTV_8TwM0FrOAur7y5O81Ad7k1D-syjCP7qmvflnfURQz3cGXc3miw9S_1ZA8tMFWZe5P2X3p7csd5vXOresBeuyRCsqU}, connectionTimeOut=1000, readTimeOut=1000}, asyncComplete=false}, referenceTaskName='create_device_inventory', retryCount=0, seq=1, correlationId='null', pollCount=0, taskDefName='create_device_inventory', scheduledTime=1582591473635, startTime=0, endTime=0, updateTime=1582591473690, startDelayInSeconds=0, retriedTaskId='null', retried=false, executed=false, callbackFromWorker=true, responseTimeoutSeconds=0, workflowInstanceId='68ac03c3-c18c-4123-9875-dbcc69d03dcb', workflowType='provision_device', taskId='d22edae1-5b60-4c33-b194-e2ade322e033', reasonForIncompletion='null', callbackAfterSeconds=0, workerId='null', outputData={}, workflowTask=create_device_inventory/create_device_inventory, domain='null', inputMessage='null', outputMessage='null', rateLimitPerFrequency=0, rateLimitFrequencyInSeconds=1, externalInputPayloadStoragePath='null', externalOutputPayloadStoragePath='null'} fetched from execution DAO for taskId: d22edae1-5b60-4c33-b194-e2ade322e033
[2020-02-25 00:44:34,048] [system-task-worker-3] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Executing HTTP/d22edae1-5b60-4c33-b194-e2ade322e033-SCHEDULED
[2020-02-25 00:44:34,204] [system-task-worker-3] INFO com.netflix.conductor.contribs.http.HttpTask - response 201, null
[2020-02-25 00:44:34,309] [system-task-worker-3] INFO com.netflix.conductor.core.execution.WorkflowExecutor - Done Executing HTTP/d22edae1-5b60-4c33-b194-e2ade322e033-COMPLETED op={response={headers={X-Men-Requestid=[22c889dd-3bc4-4d39-84cd-2225407a4a21], Vary=[Accept-Encoding], Content-Length=[0], Date=[Tue, 25 Feb 2020 00:44:34 GMT], X-Inventory-Version=[unknown], Location=[devices/275ba018-01a8-447d-8a76-f9cb6f306dd4], Content-Type=[application/json; charset=utf-8]}, reasonPhrase=Created, body=null, statusCode=201}}
2-minio
attached log.
minio log:
Host: 0.0.0.0:9000
Accept: */*
User-Agent: curl/7.61.1
[RESPONSE] [158272794.101153] [2020-02-26 14:39:01 +0000]
200 OK
Accept-Ranges: bytes
Vary: Origin
X-Xss-Protection: 1; mode=block
Content-Security-Policy: block-all-mixed-content
X-Amz-Request-Id: 15F6FAAD3C1345BC
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
[REQUEST LivenessCheckHandler] [158272794.101616] [2020-02-26 14:39:01 +0000]
GET /minio/health/live
Host: 0.0.0.0:9000
User-Agent: curl/7.61.1
Accept: */*
[RESPONSE] [158272794.101616] [2020-02-26 14:39:01 +0000]
200 OK
Content-Security-Policy: block-all-mixed-content
X-Amz-Request-Id: 15F6FAAD3C5A2018
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
Accept-Ranges: bytes
Vary: Origin
X-Xss-Protection: 1; mode=block
[REQUEST LivenessCheckHandler] [158272797.151708] [2020-02-26 14:39:31 +0000]
GET /minio/health/live
Host: 0.0.0.0:9000
User-Agent: curl/7.61.1
Accept: */*
[RESPONSE] [158272797.151708] [2020-02-26 14:39:31 +0000]
200 OK
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
Accept-Ranges: bytes
Vary: Origin
X-Xss-Protection: 1; mode=block
Content-Security-Policy: block-all-mixed-content
X-Amz-Request-Id: 15F6FAB45659232E
[REQUEST LivenessCheckHandler] [158272797.152164] [2020-02-26 14:39:31 +0000]
GET /minio/health/live
Host: 0.0.0.0:9000
User-Agent: curl/7.61.1
Accept: */*
[RESPONSE] [158272797.152164] [2020-02-26 14:39:31 +0000]
200 OK
Vary: Origin
X-Xss-Protection: 1; mode=block
Content-Security-Policy: block-all-mixed-content
X-Amz-Request-Id: 15F6FAB4569F19F1
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
Accept-Ranges: bytes
[REQUEST LivenessCheckHandler] [158272800.194524] [2020-02-26 14:40:01 +0000]
GET /minio/health/live
Host: 0.0.0.0:9000
User-Agent: curl/7.61.1
Accept: */*
[RESPONSE] [158272800.194524] [2020-02-26 14:40:01 +0000]
200 OK
Vary: Origin
X-Xss-Protection: 1; mode=block
Content-Security-Policy: block-all-mixed-content
X-Amz-Request-Id: 15F6FABB6C01CD8C
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
Accept-Ranges: bytes
[REQUEST LivenessCheckHandler] [158272800.195003] [2020-02-26 14:40:01 +0000]
GET /minio/health/live
Host: 0.0.0.0:9000
User-Agent: curl/7.61.1
Accept: */*
I can create some artifacts, (I don’t know why some do, and others don’t …)
In some cases everything is created well, I see the file inside the mini storage created, I can see it in artifacts and I can deploy, and everything goes well and deploys well on the device.
In some cases, the upload puts me 100%, but it stays there, it just didn’t create the artifact, and I don’t see it in minio either.
I have tried different types of files, ZIP, SH, PDF, IMG, etc.
I hope you can help me find the solution.
Thank you!