Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

TERMINATION OF A WORKFLOW YOU GET A FAILURE RESPONSE #786

Closed
harikareddy7 opened this issue Sep 27, 2018 · 2 comments
Closed

TERMINATION OF A WORKFLOW YOU GET A FAILURE RESPONSE #786

harikareddy7 opened this issue Sep 27, 2018 · 2 comments

Comments

@harikareddy7
Copy link

harikareddy7 commented Sep 27, 2018

The problem we are having is with either bulk or single termination of a workflow you get a failure response and the workflow is not terminated.
currently we are using
Conductor version: 1.13.0
Elastic search version: 5.6.10

@sgstafford
Copy link

I am having same issue. Here is my error....
21:23:38.494 [qtp1116264846-31] ERROR com.netflix.conductor.server.resources.GenericExceptionMapper  - Error JsonMappingException url: 'workflow/bulk'
com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of START_OBJECT token
 at [Source: HttpInputOverHTTP@1a8ababc[c=2,s=EOF]; line: 1, column: 1]
at com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:270)
at com.fasterxml.jackson.databind.DeserializationContext.reportMappingException(DeserializationContext.java:1234)
at com.fasterxml.jackson.databind.DeserializationContext.handleUnexpectedToken(DeserializationContext.java:1122)
at com.fasterxml.jackson.databind.DeserializationContext.handleUnexpectedToken(DeserializationContext.java:1075)
at com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer.handleNonArray(StringCollectionDeserializer.java:260)
at com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer.deserialize(StringCollectionDeserializer.java:187)
at com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer.deserialize(StringCollectionDeserializer.java:177)
at com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer.deserialize(StringCollectionDeserializer.java:20)
at com.fasterxml.jackson.databind.ObjectReader._bind(ObjectReader.java:1583)
at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:964)
at com.fasterxml.jackson.jaxrs.base.ProviderBase.readFrom(ProviderBase.java:808)
at com.sun.jersey.spi.container.ContainerRequest.getEntity(ContainerRequest.java:490)
at com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider$EntityInjectable.getValue(EntityParamDispatchProvider.java:123)
at com.sun.jersey.server.impl.inject.InjectableValuesProvider.getInjectableValues(InjectableValuesProvider.java:86)
just cat the conductor.log on vcp dev if you want to get more of it

@apanicker-nflx
Copy link
Collaborator

Please use the latest conductor version 2.7.+ . This issue should be resolved in the newest versions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants