<Oct 29, 2013 3:06:40 PM CET> <Error> <HTTP> <BEA-101017> <[ServletContext@25711086[app:batisEAR module:batis path:/batis spec-version:2.5], request: weblogic.servlet.internal.ServletRequestImpl@14fb1ff[
POST /batis/console/index.jsp HTTP/1.1
Connection: keep-alive
Content-Length: 33
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Origin: http://localhost:7001
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Content-Type: application/x-www-form-urlencoded
Referer: http://localhost:7001/batis/console/index.jsp?fuseAction=testPlantillas
Accept-Encoding: gzip,deflate,sdch
Accept-Language: es-ES,es;q=0.8
Cookie: JSESSIONID=YbhSSvQczfV1J29LcJRWxqwTL8PP2STyCG8CwQwGYymv32C0GkQL!-1658469115

]] Root cause of ServletException.
java.lang.NoClassDefFoundError: freemarker/template/TemplateException
	at batis.test.TestEmail.testEmail(TestEmail.java:61)
	at jsp_servlet._fuses._act_actions.__testtemplatemail._jspService(__testtemplatemail.java:226)
	at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
	at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
	at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
	Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: freemarker.template.TemplateException
	at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
	at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
	at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	Truncated. see log file for complete stacktrace
> 