<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No Starting Form in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19856#M9208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Swa,&lt;BR /&gt;&lt;BR /&gt;Is the form-file deployed alongside the process-definition in your business-archive (.bar file). Can you check (using probe or DB-tool) that the deployment that holds your process-definition (ACT_RE_PROCDEF_ .DEPLOYMENT_ID_) contains 2 resources (ACT_GE_RESOURCE_), one form and the other your process?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;i have checked the datebase. the form has already deploy .But I still get the error. why?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 11:22:06 GMT</pubDate>
    <dc:creator>cyan747</dc:creator>
    <dc:date>2011-04-21T11:22:06Z</dc:date>
    <item>
      <title>No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19849#M9201</link>
      <description>When I want to start the process with a click on "Show Start Form", the popup which should show the form just shows "Failure" and the Ok-Button.The form is there and it is a correct HTML file. Anybody an idea what problem this could be?</description>
      <pubDate>Mon, 07 Feb 2011 23:46:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19849#M9201</guid>
      <dc:creator>swa1</dc:creator>
      <dc:date>2011-02-07T23:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19850#M9202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What does the log-file say? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you double-check the form has the same name as the name you use in the activiti:formKey?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 06:51:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19850#M9202</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-08T06:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19851#M9203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The form name is the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The log-file says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;09:14:51,468 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.form.JuelFormEngine.getFormTemplateString(JuelFormEngine.java:62)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.form.JuelFormEngine.renderStartForm(JuelFormEngine.java:38)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.cmd.GetRenderedStartFormCmd.execute(GetRenderedStartFormCmd.java:61)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:22)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:37)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.FormServiceImpl.getRenderedStartForm(FormServiceImpl.java:36)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.rest.api.process.ProcessDefinitionFormGet.executeStreamingWebScript(ProcessDefinitionFormGet.java:32)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.rest.util.ActivitiStreamingWebScript.execute(ActivitiStreamingWebScript.java:65)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.extensions.webscripts.PresentationContainer.executeScript(PresentationContainer.java:69)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:333)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:189)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.Thread.run(Thread.java:662)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 08:17:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19851#M9203</guid>
      <dc:creator>swa1</dc:creator>
      <dc:date>2011-02-08T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19852#M9204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's the name of the form-file, and what activiti:formKey are you using on your start-event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There seems to be a mismatch, or maybe the form isn't found within the deployment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 08:27:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19852#M9204</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-08T08:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19853#M9205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the start event:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;startEvent id="StartNoneEvent" name="StartNoneEvent" activiti:formKey="emailAbrufen.form"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the form-file is emailAbrufen.form as you can see in the screenshot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 08:35:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19853#M9205</guid>
      <dc:creator>swa1</dc:creator>
      <dc:date>2011-02-08T08:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19854#M9206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Swa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the form-file deployed alongside the process-definition in your business-archive (.bar file). Can you check (using probe or DB-tool) that the deployment that holds your process-definition (ACT_RE_PROCDEF_ .DEPLOYMENT_ID_) contains 2 resources (ACT_GE_RESOURCE_), one form and the other your process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 08:39:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19854#M9206</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-08T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19855#M9207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah yes, that was the problem. The form wasn't there. Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 09:25:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19855#M9207</guid>
      <dc:creator>swa1</dc:creator>
      <dc:date>2011-02-08T09:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19856#M9208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Swa,&lt;BR /&gt;&lt;BR /&gt;Is the form-file deployed alongside the process-definition in your business-archive (.bar file). Can you check (using probe or DB-tool) that the deployment that holds your process-definition (ACT_RE_PROCDEF_ .DEPLOYMENT_ID_) contains 2 resources (ACT_GE_RESOURCE_), one form and the other your process?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;i have checked the datebase. the form has already deploy .But I still get the error. why?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 11:22:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19856#M9208</guid>
      <dc:creator>cyan747</dc:creator>
      <dc:date>2011-04-21T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: No Starting Form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19857#M9209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you referecing the form in the right way? Ie if&amp;nbsp; your form lives in a certain folder in the .bar file, you must also make sure that folder structure is mimicked in the form attribute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 06:58:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-starting-form/m-p/19857#M9209</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-22T06:58:10Z</dc:date>
    </item>
  </channel>
</rss>

