Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Explorer
-
Labels:None
-
Environment:Windows
-
Number of attachments :
Description
I use the demo and log in to Activiti Explorer as kermit.
Then I click on the action symbol for "Monthly financial report".
When I look at the log I see this (and the demo fails later). Maybe this is a result of ACT-71 ?
—
09.09.2010 13:51:05 org.springframework.extensions.webscripts.AbstractRuntime executeScript
SCHWERWIEGEND: Exception from executeScript - redirecting to status template error: 08090000 There is no form for process defini
org.springframework.extensions.webscripts.WebScriptException: 08090000 There is no form for process definition 'financialReport:
at org.activiti.rest.api.process.ProcessDefinitionFormGet.executeWebScript(ProcessDefinitionFormGet.java:40)
at org.activiti.rest.util.ActivitiWebScript.executeImpl(ActivitiWebScript.java:85)
at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
at org.springframework.extensions.webscripts.PresentationContainer.executeScript(PresentationContainer.java:69)
at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:307)
at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:178)
at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:116)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
I get the same type of errors for the other processes in the list - with one exception: when I click on the action symbol for "Vacation request" a form pops up and no error is logged.