cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy error

kingsword
Champ in-the-making
Champ in-the-making
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)
3 REPLIES 3

frederikherema1
Star Contributor
Star Contributor
Hi,

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).

kingsword
Champ in-the-making
Champ in-the-making
hi

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?

Thank you!

frederikherema1
Star Contributor
Star Contributor
Hi,

You should only checkout the trunk/tag you're interested in, this will take under 5 minutes. Check out https://svn.codehaus.org/activiti/activiti/trunk/ (or in your case 5.0 tag https://svn.codehaus.org/activiti/activiti/tags/activiti-5.0/), thats all you need.

The source-jars can be found in maven repo: http://nexus.alfresco.com/nexus/content/repositories/activiti/org/activiti/activiti-engine/5.0/

There's an issue in JIRA for this problem: http://jira.codehaus.org/browse/ACT-487
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.