<?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: Blank Modeler Editor Screen in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123566#M87000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you are you using Tomcat 5 I know the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had this problem on Tomcat 5 and not on Tomcat 7, so I guessed it was a tomcat context issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, after some struggles, I found out a solution modifying the server.xml of Tomcat5 creating 4 context, one for each folder that is served as static content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy the following text inside the host element of your server.xml (normally you use the localhost) and replace &amp;lt;deploydir&amp;gt; and &amp;lt;workdir&amp;gt; with your dirs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\libs" path="/activiti-explorer/libs" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt;&lt;BR /&gt; &amp;lt;/Context&amp;gt;&lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\api" path="/activiti-explorer/api" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt; &lt;BR /&gt; &amp;lt;/Context&amp;gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\editor" path="/activiti-explorer/editor" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt;&lt;BR /&gt; &amp;lt;/Context&amp;gt;&lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\explorer" path="/activiti-explorer/explorer" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt;&lt;BR /&gt; &amp;lt;/Context&amp;gt; &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Restart Tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Federico&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2013 08:40:56 GMT</pubDate>
    <dc:creator>fcauti</dc:creator>
    <dc:date>2013-02-15T08:40:56Z</dc:date>
    <item>
      <title>Blank Modeler Editor Screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123563#M86997</link>
      <description>I've deployed the 5.11 WAR files to Tomcat and can use most of Activiti Explorer without any issues.&amp;nbsp; The one thing I can't seem to get working is the ability to edit a model using Activity Explorer.&amp;nbsp; If I create a new model, or try and edit the demo model, all I see is a blank screen when I click o</description>
      <pubDate>Thu, 03 Jan 2013 05:17:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123563#M86997</guid>
      <dc:creator>bmclaren</dc:creator>
      <dc:date>2013-01-03T05:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Modeler Editor Screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123564#M86998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A couple of questions to get more info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Do you get Javascript errors?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Do you see an error in the Tomcat log?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Are you using the in-memory H2 database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 09:40:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123564#M86998</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-01-03T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Modeler Editor Screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123565#M86999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After deploying the applications to a different Tomcat server, the editor is now working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the pointer.&amp;nbsp; I'll look through the Tomcat log on the other server to see what's missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:19:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123565#M86999</guid>
      <dc:creator>bmclaren</dc:creator>
      <dc:date>2013-01-03T14:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Modeler Editor Screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123566#M87000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you are you using Tomcat 5 I know the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had this problem on Tomcat 5 and not on Tomcat 7, so I guessed it was a tomcat context issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, after some struggles, I found out a solution modifying the server.xml of Tomcat5 creating 4 context, one for each folder that is served as static content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy the following text inside the host element of your server.xml (normally you use the localhost) and replace &amp;lt;deploydir&amp;gt; and &amp;lt;workdir&amp;gt; with your dirs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\libs" path="/activiti-explorer/libs" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt;&lt;BR /&gt; &amp;lt;/Context&amp;gt;&lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\api" path="/activiti-explorer/api" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt; &lt;BR /&gt; &amp;lt;/Context&amp;gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\editor" path="/activiti-explorer/editor" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt;&lt;BR /&gt; &amp;lt;/Context&amp;gt;&lt;BR /&gt; &amp;lt;Context docBase="&amp;lt;deploydir&amp;gt;\activiti-explorer\explorer" path="/activiti-explorer/explorer" reloadable="false" workDir="&amp;lt;workdir&amp;gt;\activiti-explorer" crossContext="false"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1" /&amp;gt;&lt;BR /&gt; &amp;lt;/Context&amp;gt; &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Restart Tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bye&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Federico&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 08:40:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123566#M87000</guid>
      <dc:creator>fcauti</dc:creator>
      <dc:date>2013-02-15T08:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Modeler Editor Screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123567#M87001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem, but i am using glassfish 3.2.2. can i solve this problem within glassfish.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 07:35:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123567#M87001</guid>
      <dc:creator>amir_kourani</dc:creator>
      <dc:date>2013-02-18T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Modeler Editor Screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123568#M87002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is indeed an issue with glassfish with the 5.11 release, which was fixed on master right after the release. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer should be somewhere on the forum though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 08:55:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/blank-modeler-editor-screen/m-p/123568#M87002</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-02-18T08:55:45Z</dc:date>
    </item>
  </channel>
</rss>

