cancel
Showing results for 
Search instead for 
Did you mean: 

WQS unable to connect to repository

rockshore
Champ in-the-making
Champ in-the-making
CentOS 5.5 x86_64
Alfresco-3.4.d

When I issue the following:

tail -f /opt/alfresco/alfresco-3.4.d/tomcat/logs/catalina.out

I get the following output:

WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Moved Temporarily

These entries occur every 2-3 seconds and swamp catalina.out.

When I look at:

vi /opt/alfresco/alfresco-3.4.d/tomcat/shared/classes/alfresco/extension/wqsapi-custom.properties

It contains the following:

wcmqs.api.alfresco=http://localhost:80/alfresco
wcmqs.api.user=admin
wcmqs.api.password=myS3cur3P4ssw0rD

Has anyone else seen this behaviour? Does anyone happen to know why this happens and how to fix?

Any input on this would be appreciated.
4 REPLIES 4

rockshore
Champ in-the-making
Champ in-the-making
*BUMP*

magambi
Champ in-the-making
Champ in-the-making
Solution: I started getting this error once I setup passthru authentication.  The problem is the admin password is hard-coded in a properties file – \Alfresco\tomcat\shared\classes\alfresco\extension\wqsapi-custom.properties.  When I set the user and password correctly, the message went away.

rockshore
Champ in-the-making
Champ in-the-making
Unfortunately, this isn't a solution for me as I have already placed my admin/password credentials in the aforementioned file, as per the last two code snippets in my first posting.

However, thank you for trying.

rockshore
Champ in-the-making
Champ in-the-making
*BUMP*

Has anyone out there seen this and know of a fix or something else I can be checking other than what has already been suggested?