REST Add Header To Next Request fails on cloud environment

0
Hi, I'm trying to consume a REST service where I have to use the Java action addHeaderToNextRequest. My settings in here are: 'header: Accept', 'value: application/json' when I run my application locally it works fine and I receive the response I expected, but on the cloud the application stops at this action. It looks like the settings on the cloud environment are all configured according to the documentation. Unfortunately I don't get any error log back that I can work with. this is what I get back: Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (100/117) at gp.execute(SourceFile:186) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (101/117) at ju$b.apply$mcV$sp(SourceFile:364) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (102/117) at ju$b.apply(SourceFile:356) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (103/117) at ju$b.apply(SourceFile:356) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (104/117) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.a(SourceFile:189) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (105/117) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.apply(SourceFile:183) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (106/117) at akka.actor.Actor$class.apply(Actor.scala:545) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (107/117) at com.mendix.externalinterface.connector.RequestDispatching$Worker.apply(SourceFile:179) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (108/117) at akka.actor.LocalActorRef.invoke(ActorRef.scala:910) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (109/117) at akka.dispatch.MessageInvocation.invoke(MessageHandling.scala:25) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (110/117) at akka.dispatch.ExecutableMailbox$class.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:223) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (111/117) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:123) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (112/117) at akka.dispatch.ExecutableMailbox$class.run(ExecutorBasedEventDrivenDispatcher.scala:195) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (113/117) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.run(ExecutorBasedEventDrivenDispatcher.scala:123) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (114/117) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (115/117) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (116/117) at java.lang.Thread.run(Unknown Source) Dec 22 13:23:21 127.0.0.1 tr10000: CRITICAL - M2EE: (117/117) at akka.dispatch.MonitorableThread.run(ThreadPoolBuilder.scala:192) Cloud settings: webservice URL is configured. request handler is configured: /rest/ Note that the modeler version is 4.8.2
asked
0 answers