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

Forum Posts

Collaborator permission

Hello everybody,I'm new to Alfresco, i installed alfresco community edition on my ubuntu server.I'm trying to make something like workflow using folder rules.Let's say that I have folder structure like on photo below, and that certain users have coll...

image image

Upgrading from 6.07-ga docker-compose to 6.2.0-ga

HI,I've got the 6.07-ga version of Alfresco running through using docker-compose and I've just downloaded the docker-compose for 6.2.0, but there seems very little commonality, for instance there's no place to impolrt your volumes for alf-data. We're...

James56 by Champ in-the-making
  • 2693 Views
  • 1 replies
  • 0 kudos

Solr4 Problems with Alfresco Community 5.0.

I apparently have a problem with my production Alfresco 5 application. The log files contains tons of following errors:catalina.out:2020-12-09 16:28:23,622 ERROR [extensions.webscripts.AbstractRuntime] [http-bio-8443-exec-5] Exception from executeSc...

wuarmin by Confirmed Champ
  • 2192 Views
  • 0 replies
  • 0 kudos

Resolved! alfresco-cs-ce-repository not work in kubernetes

I've a problem with a installation on kubernetes with helm. All applications working fine but the repository has a rare error.Pods:kubectl get pods NAME READY STATUS RESTARTS AGE fego...

fegor by Star Collaborator
  • 6889 Views
  • 4 replies
  • 0 kudos

Storage areas

Hello @ll,I'm new to Alfresco and was wondering what determines where a given piece of contentent is written?Is there a default where everything is initialy placed?Can a default storage location be determined based on the content type?Are there polic...

harpech by Champ in-the-making
  • 4008 Views
  • 2 replies
  • 0 kudos

How to implement OnDeleteNodePolicy for deleting user?

We want to add custom code when deleting user. We have tried to use OnDeleteNodePolicy or BeforeDeleteNodePolicy, but failed.Here is custom code:public void beforeDeleteNode(NodeRef nodeRef) {String username = serviceRegistry.getPersonService().getPe...