cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging

arashbi
Champ in-the-making
Champ in-the-making
Hi,
I build and deployed successfully. Everything runing fine in the normal mode, but when I am trying to start it from inside the IDEA for debugging - or even i the normal mode I can not login and face this warning:

WARN  [app.servlet.AuthenticationHelper] Unable to login as Guest: Access Denied.  You do not have the appropriate permissions to perform this operation.
could somebody help me?
1 REPLY 1

kevinr
Star Contributor
Star Contributor
This will be because when you start from inside IDEA the alf_data directory will not be found in the correct place - as it is reference via a relative path from repository.properties e.g. ./alf_data

You should change your alf_data location to be an absolute path so it is found no matter where/how you start Alfresco.

Thanks,

Kevin