Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 680 Views
  • 0 replies
  • 0 kudos

Download error 500

Downloads from any site document librery give's me Error 500, but after moving file to My Files the same file by same url dounloads sucsesfuly.I have docker-compose deployment of ACS community eddition.Alfresco Version Number: 6.1.1 (r9d03d2fd-b168)S...

fedorow by Elite Collaborator
  • 5841 Views
  • 3 replies
  • 1 kudos

Alfresco lock exception

I create a new site programmatically. At the end of the transaction I get the following error:2019-02-12 14:20:45,098 ERROR [repo.transaction.RetryingTransactionHelper] [defaultAsyncAction8] Rolling back in exception org.alfresco.repo.lock.LockAcquis...

elshelsen by Champ in-the-making
  • 2991 Views
  • 0 replies
  • 0 kudos

AOS: Word Docs set read only

Hello out there !after having saved a document, when a user wants to open it, the document is write-protected.I'm not absolutely sure, that this new behavior has to doe with office365 updates.I'm using the latest AOS Module Version.When i'm using Lib...

claib by Confirmed Champ
  • 3431 Views
  • 0 replies
  • 1 kudos

How to add mime type

   I'm having data about 6GB in zip file i need to unzip in alfresco share when i try to unzip this data file it shows message "operation could not be success " When i checked log file it shows error that matadata extraction failed what should i do ?...

kzala7 by Confirmed Champ
  • 3544 Views
  • 1 replies
  • 0 kudos

PGADMIN3 Giving errors

Good day All, Anytime i try to run pgAdmin3.exe to get access to Alfresco database, i get this error "Application error; the application was unable to start correctly (0xc000007b), click okay to close the application.Please has anyone encountered thi...

ejike by Confirmed Champ
  • 4195 Views
  • 2 replies
  • 0 kudos

A.A.A.R. install using mysql user other than root

Hello everyone,I am trying to install A.A.A.R. with mysql cluster.For some reasons, I am not allowed to use root for mysql, so I created another mysql user=pentahouser that has full permission to database AAAR_DataMart and AAAR_Kettle.According to th...

thomasgk by Champ in-the-making
  • 7320 Views
  • 3 replies
  • 0 kudos

Resolved! Redirect to Log in page every time

I installed Alfresco content services 6.0. At startup there are only the following errors and warnings (It’s not obvious to me that they are related to my problem.):дек 07, 2018 12:35:34 PM org.apache.catalina.util.SessionIdGeneratorBase createSecure...

npavlov by Confirmed Champ
  • 7845 Views
  • 3 replies
  • 0 kudos

freemarker tags and categories

Hello,i'm making a freemarker dashlet and i need to list document library:<#assign docurl=url.extension><#list companyhome.childByNamePath["Sites/"+docurl+"/documentLibrary"].children as child>  <#if child.isContainer>       ............  <#else>    ...

frank_l by Champ in-the-making
  • 2815 Views
  • 0 replies
  • 0 kudos

Aikau waitForPageWidgets

Hi all,I'm developping a page using document list and paginator (AlfDocumentList & Paginator).When putting these widgets inside a custom SimplePanel widgets (extended just to support additional css class, no other changes), communication between widg...

Report on status of uploaded documents

Dear Community,does anyone know how I can generate a report showing the status of all uploaded documents on an Alfresco site? The report would need to show:- which folders have at least one document and which folders are empty.- version and date of l...

Cant autowire Related Content Service

Hello.New to Alfresco Activity.I have uploaded some files in my process. Now I want to access them in my execution listener but whenever I try to Autowire the RelatedContentService it gives me null. I will attach picture of my relevant code.In thee a...