cancel
Showing results for 
Search instead for 
Did you mean: 

WQS unable to connect to repository: Unauthorized

soop
Champ in-the-making
Champ in-the-making
Currently having the following error generated in catalina.out:

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


I have a fresh install of 3.4c with ldap integration to an AD server.

Everything seems to be working fine, but I keep getting that error in the logs …. webquickstart seems to be ok, as I can log into it at hostname:8080/share

Any thoughts or ideas?
16 REPLIES 16

soop
Champ in-the-making
Champ in-the-making
I can't quite remember what my solution was, but it boiled down to dbase access for the Alfresco Share portion I believe … I'll attempt to check my notes and see what I can find.

Pz.

M.

goingcrazy
Champ in-the-making
Champ in-the-making
Any updatE?

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

dranakan
Champ on-the-rise
Champ on-the-rise
Hello,

Do you have changed your admin passwd ? -> http://forums.alfresco.com/en/viewtopic.php?f=8&t=36710#p108028

bdavison
Champ in-the-making
Champ in-the-making
I'm working with 3.4.d
The fix for this is to edit
webapps/wcmqs/WEB-INF/classes/alfresco/wcmqs-api.properties
and set the values of
wcmqs.api.alfresco=http://localhost:8080/alfresco
wcmqs.api.user=admin
wcmqs.api.password=admin
to something more appropriate.

To set this from the shared folders create
…/shared/classes/alfresco/wqsapi-custom.properties with the values set as required.

gmccullough
Champ on-the-rise
Champ on-the-rise
I'm having this issue.  On a remote machine running just Share 3.4.d, I get this message:
WARN : org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl - WQS unable to connect to repository: Not Found

I have the file shared/classes/alfresco/wqsapi-custom.properties with:
wcmqs.api.alfresco=http://hoth:8080/alfresco
wcmqs.api.user=admin
wcmqs.api.password=*******

Everything seems to work fine, but log files grow as these lines show up.  ldap authentication configured and it works ok.

awe and wcmqs are deployed to this machine also, but not alfresco.war.  Is that required for a remote Share server pointing to a remote repo?

Thanks,
gene

rcm01
Champ in-the-making
Champ in-the-making
I'm working with 3.4.d
The fix for this is to edit
webapps/wcmqs/WEB-INF/classes/alfresco/wcmqs-api.properties
and set the values of
wcmqs.api.alfresco=http://localhost:8080/alfresco
wcmqs.api.user=admin
wcmqs.api.password=admin
to something more appropriate.

To set this from the shared folders create
…/shared/classes/alfresco/wqsapi-custom.properties with the values set as required.


"Something more appropriate", what does this mean? From a security point sure that statement makes since, but as a fix to an error I really at am a loss to understand what difference a change to any of those three properties would make.

mahesh2
Champ in-the-making
Champ in-the-making
iam working with 4.2,when i login to alfresco it provides error in catalina.out WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
how to resolve this problem?




Thanks in advance.