Book Image

Alfresco for Administrators

By : Vandana Pal
Book Image

Alfresco for Administrators

By: Vandana Pal

Overview of this book

Alfresco is an open source Enterprise Content Management (ECM) system for Windows and Linux-like operating systems. The year-on-year growth of business connections, contacts, and communications is expanding enterprise boundaries more than ever before. Alfresco enables organizations to collaborate more effectively, improve business process efficiency, and ensure information governance. The basic purpose of Alfresco is to help users to capture and manage information in a better way. It helps you capture, organize, and share binary files. This book will cover the basic building blocks of an Alfresco system, how the components fit together, and the information required to build a system architecture. This book will also focus on security aspects of Alfresco. such as authentication, troubleshooting, managing permissions, and so on. It will also focus on managing content and storage, indexing and searches, setting up clustering for high availability, and so forth.
Table of Contents (17 chapters)
Alfresco for Administrators
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Tips for troubleshooting the application


The system admin should know a few Alfresco troubleshooting techniques. Let's go through the common errors we see in Alfresco applications and the required debug points:

  • Alfresco system in read-only mode: The main reason for this exception is license expiration. Make sure the license is valid and if required, update the new license. If you have to restore the system from any backup and you see this error make sure the license file is not corrupted.

  • Context initialization failure: This error can happen when the database and contentstore are not in sync. It is very important to have both of these components in sync for Alfresco to work properly. Another reason for these errors could be the permission on contentstore. The Alfresco application user should have full access to contentstore.

  • Degraded system performance: For troubleshooting this case, monitor the CPU and memory usage of Alfresco. Also monitor the I/O performance and database connection. This...