<?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 in catalina.out in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238087#M191217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting a repeated error in catalina.out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - Repository not available: Cannot access &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/cmis" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/cmis&lt;/A&gt;&lt;SPAN&gt;: Connection refused&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I installed (using the pre-packaged installer of the community edition) I changed the default port to 8888.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/alfresco works fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/share works fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I grepped for the string assuming it was in an XML file somewhere&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;find ./ -exec grep ":8080/alfresco/service/cmis" '{}' /dev/null \; -print&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;..but it's not to be found..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would something be looking for this URL and where do I stop/change it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 15:21:43 GMT</pubDate>
    <dc:creator>buxtonmarauder</dc:creator>
    <dc:date>2010-10-21T15:21:43Z</dc:date>
    <item>
      <title>Error in catalina.out</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238087#M191217</link>
      <description>I'm getting a repeated error in catalina.outERROR: org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - Repository not available: Cannot access http://localhost:8080/alfresco/service/cmis: Connection refusedWhen I installed (using the pre-packaged installer of the community edition) I changed</description>
      <pubDate>Thu, 21 Oct 2010 15:21:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238087#M191217</guid>
      <dc:creator>buxtonmarauder</dc:creator>
      <dc:date>2010-10-21T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in catalina.out</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238088#M191218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have the Web Quick Start extension installed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the properties found in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;alfresco/wcmqs-api.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;by adding properties to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;alfresco/extension/wqsapi-custom.properties&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 22:25:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238088#M191218</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2010-10-22T22:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in catalina.out</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238089#M191219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The answer above from Derek is correct for builds taken from HEAD (which will become 3.4.b in a couple of weeks' time), but in 3.4.a the API is configured slightly differently. This is described on the wiki here &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Quick_Start_Developer_Guide#Configuring_the_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Quick_Start_Developer_Guide#Configuring_the_API&lt;/A&gt;&lt;SPAN&gt;, a summary of which is to create a file named "wcmqs-api.properties" in a folder named "/webapps/wcmqs/WEB-INF/classes/alfresco/" below your Alfresco Tomcat folder. Put the following into that file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;wcmqs.api.alfresco=&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;BR /&gt;wcmqs.api.user=admin&lt;BR /&gt;wcmqs.api.password=admin&lt;BR /&gt;&lt;BR /&gt;wcmqs.api.alfresco.cmis=%{wcmqs.api.alfresco}/service/cmis&lt;BR /&gt;wcmqs.api.alfresco.webscript=%{wcmqs.api.alfresco}/service/api/&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and then adjust the values as needed in your installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For 3.4.b and beyond, properties can be changed individually using the wqsapi-custom.properties file that Derek refers to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 08:41:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238089#M191219</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2010-10-25T08:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in catalina.out</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238090#M191220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great.. thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My mistake was to search for the entire URL string when I should have just searched for 8080.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I do, however, it seems to me that there is a LOT of hard coded references to localhost:8080 in lots of configuration files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you allow the installer to offer the ability to utilise a different port upon installation why is that new port not rippled through to all the configuration files ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this something that is different on the enterprise version ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 12:57:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-in-catalina-out/m-p/238090#M191220</guid>
      <dc:creator>buxtonmarauder</dc:creator>
      <dc:date>2010-10-25T12:57:18Z</dc:date>
    </item>
  </channel>
</rss>

