cancel
Showing results for 
Search instead for 
Did you mean: 

Error with Webscripts using Apache 6.0.24?

mgriffith
Champ in-the-making
Champ in-the-making
Hi,
I have deployed Activiti probe 5.5 into Apache Tomcat 6.0.24 and I am getting this error that I was not getting when running under the demo server.

Jun 29, 2011 9:27:25 AM org.springframework.extensions.webscripts.AbstractRuntime executeScript
SEVERE: Exception from executeScript - redirecting to status template error: 05290000 Failed to process template webscripts/engine/process-engine.get.html.ftl
org.springframework.extensions.webscripts.WebScriptException: 05290000 Failed to process template webscripts/engine/process-engine.get.html.ftl
   at org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.process(FTLTemplateProcessor.java:160)
   at org.springframework.extensions.webscripts.AbstractWebScript.renderTemplate(AbstractWebScript.java:580)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.renderFormatTemplate(DeclarativeWebScript.java:263)

Is there some library compatibility issue I need to be aware of?  Any ideas or comments are appreciated.

Thanks in advance,

Michael
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
The demo setup runs on Tomcat 6.0.32 (which is tested). But it used to run on 6.0.24, so I don't know wy it gives an error.

mgriffith
Champ in-the-making
Champ in-the-making
I get the same error with the apache tomcat server 6.0.32 that is bundled with the examples. …