Deploy error

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2011 05:14 AM
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 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)
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2011 05:18 AM
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).
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).

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2011 03:37 AM
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!
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!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2011 04:13 AM
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
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
