<?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 Error previewing file in WCM workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232775#M185905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When a reviewer tries to preview some content submitted in a web project he always gets a 404 error. I've checked the URL and is something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow-c1b6e96c-8b87-40ad-9c34-d09293df394a2.&amp;lt;webproject&amp;gt;.www-sandbox.&amp;lt;my_wcm_server&amp;gt;:8180/xxx.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While that URL fails this one works fine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;admin.&amp;lt;webproject&amp;gt;.www-sandbox.&amp;lt;my_wcm_server&amp;gt;:8180/xxx.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only difference lies in the first chunk (user vs workflow id). Alfresco version is 3.2r2. Is this a known bug or some misconfiguration on my side? Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 10:01:16 GMT</pubDate>
    <dc:creator>xmaniac</dc:creator>
    <dc:date>2010-03-26T10:01:16Z</dc:date>
    <item>
      <title>Error previewing file in WCM workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232775#M185905</link>
      <description>When a reviewer tries to preview some content submitted in a web project he always gets a 404 error. I've checked the URL and is something like:workflow-c1b6e96c-8b87-40ad-9c34-d09293df394a2.&amp;lt;webproject&amp;gt;.www-sandbox.&amp;lt;my_wcm_server&amp;gt;:8180/xxx.htmlWhile that URL fails this one works fine:ad</description>
      <pubDate>Fri, 26 Mar 2010 10:01:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232775#M185905</guid>
      <dc:creator>xmaniac</dc:creator>
      <dc:date>2010-03-26T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error previewing file in WCM workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232776#M185906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just checked and stopping and restarting the virtual preview server fixes the error. Of course, that's not a solution as I cannot stop and restart the server each time&amp;nbsp; a user submits some files. Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 10:48:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232776#M185906</guid>
      <dc:creator>xmaniac</dc:creator>
      <dc:date>2010-03-26T10:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error previewing file in WCM workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232777#M185907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had this same issue and then I learned from this guy &lt;/SPAN&gt;&lt;A href="http://www.devcomments.com/Alfresco-Virtualization-Server-Not-Responding-8211-Unable-to-Preview-Site-i6913.htm" rel="nofollow noopener noreferrer"&gt;http://www.devcomments.com/Alfresco-Virtualization-Server-Not-Responding-8211-Unable-to-Preview-Site-i6913.htm&lt;/A&gt;&lt;SPAN&gt; that you shouldn't start the virtual server too soon after starting the alfresco server, so we wrote a script that puts a 60 second wait between starting up alfresco and starting the virtual server. That way we don't have to restart the virtual server later to get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is called both.sh and it can take either stop or start as a parameter (i.e. command line&amp;gt; both.sh start)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;./alfresco.sh $1&lt;BR /&gt;echo 'waiting …… (60?)'&lt;BR /&gt;sleep 60 #the main server needs to be up before we start up the virtual server&lt;BR /&gt;./alfresco-virtual.sh $1&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 15:57:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232777#M185907</guid>
      <dc:creator>atroutt</dc:creator>
      <dc:date>2010-04-28T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error previewing file in WCM workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232778#M185908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for replying. The strange thing is that when I copy a webpage document from another publishing database into my publishing database I can preview that document. But I cannot preview any document I create newly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you a copying a file from another Publishing database then the fields on that document will be preserved (and are probably correct). Sounds like you have a configuration setting incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the page that renders correctly, what is it's URL? Compare this with the one that is failing (DNS Error) - there should be a difference which is probably coming from the System Settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 May 2010 09:11:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-previewing-file-in-wcm-workflow/m-p/232778#M185908</guid>
      <dc:creator>hiphop</dc:creator>
      <dc:date>2010-05-09T09:11:03Z</dc:date>
    </item>
  </channel>
</rss>

