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

Forum Posts

aikau-sample-archetype

Hi,I'm trying to run the aikau-sample-archetype following the aikau tutorial (https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial1.md).When running the application, a blank page appears with following client side error :When app...

IMPERSONATE api alfresco

Hello,I'm trying to do the impersonation through the alfresco API in java.I found a guide that makes this exampleublic String impersonate(String username) { String currentUser = AuthenticationUtil.getFullyAuthenticatedUser();  if (currentUser == null...

vmalfresco by Champ on-the-rise
  • 9397 Views
  • 7 replies
  • 4 kudos

Resolved! Where is developer guide for Activiti 7.x or Activiti 6.x?

Good time. Early I used the developer/user guide for Activiti 6.x. And currently I have migrated to Activiti 7.x. And I cannot find the user/developer guide for Activiti 7.x (Activiti engine).I even tried to find the userguide for the previous versio...

maxlich by Champ on-the-rise
  • 8180 Views
  • 2 replies
  • 1 kudos

CMIS search problem in public REST API

Hi everyone,I'm am trying to integrate with Alfresco using it's public REST API and I found some limitations there so far.Currently I'm using Alfresco 5.2 Community edition.First I was not able to get list of all available fields on a node, as it is ...

djole87 by Champ in-the-making
  • 7292 Views
  • 5 replies
  • 0 kudos

Resolved! Where can I get the Alfresco Outlook Integration AMP File?

Currently I am testing Alfresco and I am very interested in the Outlook integration. I already read the installtion guide but I am failing to get the required amp file. The link in the documentation leads me to the support login page of alfresco, but...

nettania by Confirmed Champ
  • 6670 Views
  • 3 replies
  • 1 kudos

Suggestions for ACS 6.0 in cluster

Hi,    I installed ACS 6.0 in cluster (2 nodes) under two windows 2016 server failover cluster (in vmware). The server didn't took the load (users sessions) althought i gave them a lot of ram (96g) and CPU (16). Tomcat jvm has 64g. Did someone instal...

marnad by Champ on-the-rise
  • 11074 Views
  • 15 replies
  • 4 kudos

Java Heap Space issue while reading 50MB files

Hi everyone,I want to read 50-100 MB CSV file in java script rule to update the details in Alfresco data list. But I am getting Java Heap space issue on the below line of code.var items = companyhome.childByNamePath("/Sites/datalists/documentLibrary/...