<?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 Trouble getting WSF running in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/trouble-getting-wsf-running/m-p/111836#M78674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys. I was wondering if anyone has encountered my problems before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've downloaded and installed the following files on a WinXP Pro machine which I'm also using as a workstation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco-Community-2.1R1-Setup.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco-WCM-Community-2.1R1-Setup.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco appears to be working fine. I'm not having any trouble creating web projects from scratch but I'm a bit stumped trying to get the WSF example site working. I've been following the instructions outlined &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/WSF#Installation" rel="nofollow noopener noreferrer"&gt;in the wiki&lt;/A&gt;&lt;SPAN&gt; but I seem to be thwarted by errors (possibly of the user variety, i'm not sure). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find a version of SC.xml or NavigationTree.xml in my extras folder like the wiki says but I managed to find versions at &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com&lt;/A&gt;&lt;SPAN&gt; which I updated my versions with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Error 1:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When I get to Stage 6, creating a MOTD Step 2, I see this error on-screen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Step Two - Author Web Content&lt;BR /&gt;Enter your document content into the repository.&lt;BR /&gt;org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 36 column 65: src-resolve: Cannot resolve the name 'motd:channel_choices' to a(n) 'type definition' component.&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;Error 2:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If preview my site I see this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;javax.servlet.ServletException: The "url" attribute illegally evaluated to "null" or "" in &amp;amp;lt;import&amp;amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;related to this line in channel-navigation.jsp:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;c:import url="${menuHtml}" var="doc"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;Error 3:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If I hard-code the url causing the error above to what it is in the SC.xml file (/content/navigation/NavigationTree.xml) and preview my site I see this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;java.io.IOException: Server returned HTTP response code: 401 for URL: &lt;A href="http://localhost:8080/alfresco/service/search/keyword?q=alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/search/keyword?q=alfresco&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;related to this line in documents.jsp:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;c:import url="&lt;A href="http://localhost:8080/alfresco/service/search/keyword?q=${keyword" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/search/keyword?q=${keyword&lt;/A&gt;}" var="alfDocument"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;401 is an authentication error. Is there something wrong with my configuration of tomcat? If I browse directly to that URL, I am prompted for a username and password. I can use my Alfresco credentials to log in and i see the page correctly. As a test, I changed the URL to this to see what happens:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://admin:admin@localhost:8080/alfresco/service/search/keyword?q=${keyword" rel="nofollow noopener noreferrer"&gt;http://admin:admin@localhost:8080/alfresco/service/search/keyword?q=${keyword&lt;/A&gt;}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Whilst it works in the browser URL bar, my preview still doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any suggestions on what I'm doing wrong, I'd be most grateful as I'm floundering a bit outside my area of expertise!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 16:57:13 GMT</pubDate>
    <dc:creator>randomman</dc:creator>
    <dc:date>2007-07-06T16:57:13Z</dc:date>
    <item>
      <title>Trouble getting WSF running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-getting-wsf-running/m-p/111836#M78674</link>
      <description>Hi guys. I was wondering if anyone has encountered my problems before.I've downloaded and installed the following files on a WinXP Pro machine which I'm also using as a workstation:Alfresco-Community-2.1R1-Setup.exeAlfresco-WCM-Community-2.1R1-Setup.exeAlfresco appears to be working fine. I'm not ha</description>
      <pubDate>Fri, 06 Jul 2007 16:57:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-getting-wsf-running/m-p/111836#M78674</guid>
      <dc:creator>randomman</dc:creator>
      <dc:date>2007-07-06T16:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble getting WSF running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-getting-wsf-running/m-p/111837#M78675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution to error 3 is to replace in documents.jsp the call to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/search/keyword?q=${keyword" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/search/keyword?q=${keyword&lt;/A&gt;&lt;SPAN&gt;} with a call to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/service/search/keyword?q=${keyword" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/service/search/keyword?q=${keyword&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 11:45:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-getting-wsf-running/m-p/111837#M78675</guid>
      <dc:creator>steuni</dc:creator>
      <dc:date>2007-07-21T11:45:50Z</dc:date>
    </item>
  </channel>
</rss>

