<?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: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120130#M84669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same thing happened to me.&amp;nbsp; I am also able to preview the website, except from the "Manage Task: Rejected" page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 17:10:37 GMT</pubDate>
    <dc:creator>klwalker</dc:creator>
    <dc:date>2007-12-28T17:10:37Z</dc:date>
    <item>
      <title>Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120125#M84664</link>
      <description>Hi.I've installed Alfresco (extracted from arc) and WCM module, both 2.1.0 ver.Then I've made all according to the instructions:- moved wcm-bootstrap-context.xml to appropriate folder- corrected custom-repository.properties, custom-hibernate-dialect.properties - updated MySQL connectorThen I've star</description>
      <pubDate>Tue, 27 Nov 2007 12:03:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120125#M84664</guid>
      <dc:creator>avator</dc:creator>
      <dc:date>2007-11-27T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120126#M84665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same issue…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Evidently there is a problem here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 22:57:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120126#M84665</guid>
      <dc:creator>craig</dc:creator>
      <dc:date>2007-12-11T22:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120127#M84666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two things here to look at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*&amp;nbsp; Is your Virtualization Server started?&amp;nbsp; That is the server that is used&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to enable in-context preview.&amp;nbsp; It looks at the bottom on the stack&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace that Alfresco could not connect to it.&amp;nbsp; If it is running, did you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; reconfigure any ports, and do they match correctly?&amp;nbsp; Can you preview&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the website at all?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The company footers message comes from a failed Virtualization&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server request.&amp;nbsp; The enumerated list available in the XSDs is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; generated on-the-fly based on a query to the server to return a &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list of all current items in a user's sandbox.&amp;nbsp; It is implemented&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; as a JSP, and is routed through the Virtualization Server to generate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a standard XSD include (itself a valid XSD).&amp;nbsp; A simple test is to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; find the JSP pages in /ROOT/media/releases/get_simple_type_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; footer_choice.jsp (not exactly the precise name; I do not have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; here in front of me) and click the Preview icon (not the filename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; link, which will just show you the JSP content).&amp;nbsp; If it generates&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a list of assets, then your form will work.&amp;nbsp; If it doesn't, it is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a Virtualization connect or authentication (did you change passwords?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*&amp;nbsp; Use of Java 1.6.&amp;nbsp; 2.1.0 WCM Enterprise is not support on 1.6 (and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; correspondingly, Community).&amp;nbsp; There may or may not be an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; issue here.&amp;nbsp; Whether there is, I would recommend using 1.5.x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 00:53:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120127#M84666</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-12-15T00:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120128#M84667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same issue. I am using the jdk1.5.0_05 JDK and am amble to preview the website &amp;amp; XML file./&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 21:59:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120128#M84667</guid>
      <dc:creator>rssieber</dc:creator>
      <dc:date>2007-12-26T21:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120129#M84668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actuall I can preview the asset from every where except for the "Manage Task: Rejected" page. When I click on the preview action, I get a page not found error. Here is the link it is sending me to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://workflow-b331bf40-b3fa-11dc-8124-3f4ebeea056a.alfrescosample.www--sandbox.127-0-0-1.ip.alfrescodemo.net:8180/media/releases/content/Alfresco.xml" rel="nofollow noopener noreferrer"&gt;http://workflow-b331bf40-b3fa-11dc-8124-3f4ebeea056a.alfrescosample.www--sandbox.127-0-0-1.ip.alfrescodemo.net:8180/media/releases/content/Alfresco.xml&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 22:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120129#M84668</guid>
      <dc:creator>rssieber</dc:creator>
      <dc:date>2007-12-26T22:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120130#M84669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same thing happened to me.&amp;nbsp; I am also able to preview the website, except from the "Manage Task: Rejected" page.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 17:10:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120130#M84669</guid>
      <dc:creator>klwalker</dc:creator>
      <dc:date>2007-12-28T17:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WCM Tutorial Samples (using Alfresco v 2.1.0)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120131#M84670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see post &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=10491&amp;amp;highlight=companyfooterchoices" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=10491&amp;amp;highlight=companyfooterchoices&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem happens if you don't create the company footer xml documents in the /${webapp}/media/releases/content directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;modify the output path for the company footers and that should fix it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 23:45:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-wcm-tutorial-samples-using-alfresco-v-2-1-0/m-p/120131#M84670</guid>
      <dc:creator>nancyg</dc:creator>
      <dc:date>2008-01-25T23:45:09Z</dc:date>
    </item>
  </channel>
</rss>

