Where to find the logs in Alfresco

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2010 11:55 PM
Hi All,
I my office we are using Alfresco3.1 with Tomcat & mysql.
The instalation path are as below
Operating system : Linux
Path : /opt/Alfresco
/opt/Alfresco/tomcat
/opt/mysql/mysql-5.1.35-linux-i686-icc-glibc23
Where can i find the user who are accessing Alfresco?.. Error logs of user access.
For Example: A user is trying to move files within his group document library, but he is getting Permission denied (even though the user has permission) so where to find this details and how to identify the real case of this issue.
Thanks,
I my office we are using Alfresco3.1 with Tomcat & mysql.
The instalation path are as below
Operating system : Linux
Path : /opt/Alfresco
/opt/Alfresco/tomcat
/opt/mysql/mysql-5.1.35-linux-i686-icc-glibc23
Where can i find the user who are accessing Alfresco?.. Error logs of user access.
For Example: A user is trying to move files within his group document library, but he is getting Permission denied (even though the user has permission) so where to find this details and how to identify the real case of this issue.
Thanks,
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2010 03:05 AM
The alfresco log file on a typical installation should be in /opt/alfresco/alfresco.log. Or you can also check /opt/alfresco/tomcat/logs/catalina.out.
However, the logs will not tell you why the permission error happened (unless you turn on debugging).
Are any of the files locked or working versions?
However, the logs will not tell you why the permission error happened (unless you turn on debugging).
Are any of the files locked or working versions?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2010 03:30 AM
Hi Zaizi,
As i am new to Alfresco please tell me.
How to find files locked or not & also please tell me how to turn on debugging.
As i am new to Alfresco please tell me.
How to find files locked or not & also please tell me how to turn on debugging.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2010 12:35 PM
General Log4J configuration is explained here - http://wiki.alfresco.com/wiki/Log4J_Configuration
Basically you can edit log4j.properties in alfresco/WEB-INF/classes/log4j/properties to turn on levels to different modules as DEBUG, INFO or ERROR.
Basically you can edit log4j.properties in alfresco/WEB-INF/classes/log4j/properties to turn on levels to different modules as DEBUG, INFO or ERROR.
