<div dir="ltr"><div>Hi,<br><br>I am just creating a Hello world example of undertow.js like so<br><font face="monospace, monospace"><br></font><div><font face="monospace, monospace">$undertow</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>.onGet(&quot;/hello-freemarker&quot;,</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>    {template: &#39;/resources/hello.ftl&#39;,&#39;template_type&#39;: &#39;freemarker&#39;, headers: {&quot;content-type&quot;: &quot;text/plain&quot;}},</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>    [function ($exchange) {</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>        return {data: &#39;Hello World!&#39;};</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>    }]);</font></div> </div><div>When deploying the project I am getting the following exception<br><br><div><font face="monospace, monospace">ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 2) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./undertowjs-example: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./undertowjs-example: java.util.ServiceConfigurationError: io.undertow.js.templates.TemplateProvider: Provider io.undertow.js.templates.freemarker.FreemarkerTemplateProvider could not be instantiated</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>at java.util.concurrent.FutureTask.run(FutureTask.java:266)</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</font></div><div><font face="monospace, monospace"><span style="white-space:pre-wrap">        </span>at java.lang.Thread.run(Thread.java:745)</font></div></div><div><br>I have also added the freemarker jar file in the modules folder but it still doesn&#39;t  help. Please let me know what I might be doing wrong or is come extra conf required.<br><br></div>-- <br><div><div dir="ltr"><div><div dir="ltr"><font face="Calibri,sans-serif" color="#000000" style="font-family:Calibri,sans-serif"><div style="line-height:21.3px"><font size="2">Best Regards</font></div></font><div style="line-height:21.3px;color:rgb(68,68,68);font-family:Calibri,sans-serif"><font color="#2672ec" style="line-height:normal"><span style="line-height:21px"><font style="line-height:normal"><b style="line-height:22.72px"><font face="Calibri" style="line-height:normal" size="2">Shiva Saxena</font></b></font></span><font face="Calibri"><br style="line-height:21px"><span style="line-height:21px"><font style="line-height:normal" size="2"><b style="line-height:18.46px">Mobile : +91-9889787094                            </b></font></span></font></font><div style="line-height:21px"><font style="line-height:normal" size="2"><b style="line-height:18.46px"><font face="Calibri" color="#2672ec" style="line-height:normal"><a href="http://metalop.com/" style="line-height:18.46px;font-weight:inherit;color:blue" target="_blank">Blog</a></font><font color="#444444" style="line-height:normal"> | <a href="http://in.linkedin.com/in/shivasaxena/" style="line-height:18.46px;font-weight:inherit;color:blue" target="_blank">Linkedin</a> | <a href="http://stackoverflow.com/users/2490343/shiva" style="line-height:18.46px;font-weight:inherit;color:blue" target="_blank">StackOverflow</a></font></b></font></div></div></div></div></div></div>
</div>