We are testing a jira connector in our cloud sandbox. The connector works. We can send and receive updated fine. But we are not able to send and receive attachments. Here is the log file. Any help would be greatly appreciated.
An error occured in process:[JiraToWinaproachProcess]->[EXECUTE]:
Error:
task execution failed for id=QENG-2527
com.agosense.process.api.io.ProcessException: task execution failed for id=QENG-2527
at com.agosense.modules.cluster.execution.JobExecutor.call(JobExecutor.java:285)
at com.agosense.modules.cluster.execution.JobExecutor.call(JobExecutor.java:69)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at com.hazelcast.durableexecutor.impl.DurableExecutorContainer$TaskProcessor.run(DurableExecutorContainer.java:158)
at com.hazelcast.internal.util.executor.CachedExecutorServiceDelegate$Worker.run(CachedExecutorServiceDelegate.java:217)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76)
at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
Caused by: com.agosense.process.api.io.ProcessException: task execution failed for id=QENG-2527
at com.agosense.symphony.process.amadeus.jiratowinaproach.JiraToWinaproachProcess.execute(JiraToWinaproachProcess.java:146)
at com.agosense.symphony.process.amadeus.jiratowinaproach.JiraToWinaproachProcess.execute(JiraToWinaproachProcess.java:35)
at com.agosense.modules.cluster.execution.JavaExecuteRunner.call(JavaExecuteRunner.java:48)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: com.agosense.symphony.adapter.jira.io.JiraException: error while executing feature, with error message=[cannot get attachment with id=[62593]. Server response code =[406]]
at com.agosense.symphony.adapter.jira.feature.BasicFeature.execute(BasicFeature.java:55)
at com.agosense.symphony.adapter.jira.frame.JiraApi.getAttachment(JiraApi.java:198)
at com.agosense.symphony.process.amadeus.jiratowinaproach.JiraToWinaproachProcess.lambda$execute$3(JiraToWinaproachProcess.java:127)
at com.agosense.symphony.process.agosense.templates.symphony.extended.syncer.AttachmentHandler.handleAttachments(AttachmentHandler.java:75)
at com.agosense.symphony.process.agosense.templates.symphony.extended.syncer.EntityAttachmentSyncer.lambda$sync$0(EntityAttachmentSyncer.java:94)
at com.agosense.symphony.process.agosense.templates.symphony.extended.executor.DefaultExecutor.execute(DefaultExecutor.java:72)
at com.agosense.symphony.process.amadeus.jiratowinaproach.JiraToWinaproachProcess.execute(JiraToWinaproachProcess.java:106)
... 7 more
Caused by: com.agosense.symphony.adapter.jira.io.JiraException: cannot get attachment with id=[62593]. Server response code =[406]
at com.agosense.symphony.adapter.jira.feature.GetAttachmentFeature.handle(GetAttachmentFeature.java:39)
at com.agosense.symphony.adapter.jira.feature.GetAttachmentFeature.handle(GetAttachmentFeature.java:19)
at com.agosense.symphony.adapter.jira.feature.BasicFeature.execute(BasicFeature.java:53)
... 13 more