I succeed in deploying the process. But when I login activiti-explorer by kermit and press start process, It cann't work well.
This is error message. I have to add form to process under any conditions?
17:12:58,086 ERROR [extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 01090000 [size=150]There is no form for process definition 'wtyxdjh:1'.[/size] org.springframework.extensions.webscripts.WebScriptException: 01090000 There is no form for process definition 'wtyxdjh:1'. at org.activiti.rest.api.process.ProcessDefinitionFormGet.executeStreamingWebScript(ProcessDefinitionFormGet.java:54) at org.activiti.rest.util.ActivitiStreamingWebScript.execute(ActivitiStreamingWebScript.java:65) at org.springframework.extensions.webscripts.PresentationContainer.executeScript(PresentationContainer.java:69) at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:333) at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:189) at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118) 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(Unknown Source)
This message occurs but the process is started all right. This is a glitch in the explorer-client which ignores the "hasForm" property on the JSON for the process-definition, and tries to get the form anyway, which results in a 404 (and is logged by spring web scripts).
I want to fix this glitch. But when I check out source code from svn (https://svn.codehaus.org/activiti), I find it very large and almost spend 4 hours checking out it. I use activiti5.0. Where can I get the zip file of its source code?