Posts

Showing posts from January 18, 2019

Component Exception

Image
1 1 I am attempting a tutorial from the book 'MULE_ESB_COOKBOOK' by packt publishing and I have posted this question in another forum too. In the first chapter, there is a 'Deploying your first Hello World application on the Mule server' exercise which I am trying out. The expected output is Hello/(The value I enter as part of the url) However when I run the application, I am getting the following error in the browser when I enter this: http://localhost:9081. The error message is as follow: "Component that caused exception is: DefaultJavaComponent{helloworldFlow.component.1468192631}. Message payload is of type: NullPayload" The XML file is as follow: <?xml version="1.0" encoding="UTF-8"?> <mule xmlns:http="http://www.mulesoft.org/schema/mule/htt