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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1131 Views
  • 1 replies
  • 0 kudos

How to know connection pool usage

Now, my Alfresco Application causes error like this ;"exception during job acquisition: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.JDBCConnectionException: Cannot open connection" This error will be ...

tkim by Champ in-the-making
  • 4119 Views
  • 1 replies
  • 1 kudos

Resolved! How customize detail view

Newbie question:I would like to change default image viewer to image viewer with zoom.Can anyone point me in the right direction or give me advice on how I would achieve this or if it is possible.thanks.

ffd4229 by Champ on-the-rise
  • 6710 Views
  • 3 replies
  • 1 kudos

Share results in 500 after CORS & CORS Filter enabled exactly

Using Alfresco ECM Community 2017.2 on macOS Server, enabling CORS and CORS Filter breaks Alfresco Share Functionality in Web Browser (any Document Action results in Error 500), but CORS API Authentification and AOS / Webservices works well. The Only...

buzzy3 by Champ in-the-making
  • 4832 Views
  • 2 replies
  • 0 kudos

Alfresco Community Edition 5.2 Error Loading Internal 500

Alfresco Community Edition 5.2 is installed and configured to work with LDAP and SSL.  My Documents, My favorites etc gives 'error loading items' message.  Inspect details - {     "status" :    {     "code" : 500,     "name" : "Internal Error",     "...

Resolved! Active User Task not showing up anywhere in Tasks Tab

However, I can access and claim it by going through the Processes tab (and see that is it indeed Active). This only started happening when moving to Beta. We have exclusively used the Activiti Process Modeler, no hand written code. What could be caus...

gbanks by Confirmed Champ
  • 5055 Views
  • 1 replies
  • 0 kudos

Resolved! Show Online User List

Hi all,I m using Alfresco Community 5.2 . I want to show online user list.How can I do this process?Thanks in advance.

hilal by Confirmed Champ
  • 45971 Views
  • 9 replies
  • 2 kudos

Required fields and help markers

Hi. I'm trying to create a form with required fields and with a help marker. AssigneesReviewers:* SelectRequired Approval Percentage:*For example, in the workflow we have the "*" in reviewers and the help marker after the field of the percentage. How...

i my case there are 2 start point to task, i want if task is started from one point then its 2nd starts should be send to next task not on same task to work on it again

Prepare install task instance is stated two time when i complete "Request engineered d..." task and again started when i complete "Prepare BOM RDBMS......" task. i want this task should be started one time only from either point.

On hold notification

I need to be able to send a notification to an external stakeholder when a user task in put on hold. How how i do that

jayanta21 by Champ in-the-making
  • 2923 Views
  • 1 replies
  • 0 kudos

Resolved! Username not recognized (Login Request)

Hi all, I m using Alfresco Community 5.2. I m making login control with Ldap and users log in their myfiles by using this process. All this processes are working without problem. But in my alfresco.log, I m receiving an error like "Login request: use...

Resolved! need to install libpng12 as Ephesoft dependency

hi, im trying to install libpng12 in ubuntu 16 to keep on my ephesoft´s installation.but im having this problem when decompact with dpkg -i: dpkg -i libpng12-dev_1.2.54-1ubuntu1_amd64.deb dpkg: regarding libpng12-dev_1.2.54-1ubuntu1_amd64.deb contain...

arm by Confirmed Champ
  • 15122 Views
  • 18 replies
  • 1 kudos

I am getting exception while executing Task.

Hi I am getting below exception in my application.I am using activiti 6.0 version.Could you please help me to resolve this issue.[activiti-acquire-async-jobs] ERROR org.springframework.transaction.support.TransactionTemplate - Application exception o...

Pass information (JSON) to a Service Task

Hello everybody I need help again...Please can someone tell me how can I pass an ArrayJSON to a Service Task?? I have a Java class that implements JavaDelegate and I can see the access to this for my logs but i dont know how i can pass my information...

arag by Confirmed Champ
  • 3486 Views
  • 1 replies
  • 0 kudos

javascript iterate object in start node

Hi all,I use following javascript (only snippet of the code):function main() {   if (document.isContainer && document.name == "Gescande dossiers")    {        processNode(document);    }}main();I have a rule defined on the document library that execu...