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

Forum Posts

Resolved! Deploy Alfresco with Docker and MySQL

Hi, I'm working on Alfresco, and I'm building a lab with docker and using the docker_compose file that is available in github (https://github.com/Alfresco/acs-community-deployment/blob/master/docker-compose/docker-compose.yml ) . However I need to ch...

How can store search-box value in cookie/localstorage ?

Hiii Everybody!I want to save the typed value in the search-box in a cookie or localstorage of my browser . I tried to custom the .../header/header.js file but i can't get any result. Have you any idea about this issue please .Thks for your response

youbfresco by Champ on-the-rise
  • 1915 Views
  • 0 replies
  • 0 kudos

getSession() CMIS

I'm trying to write the getSession function, and I'm facing a problem  in getting authenticated user password.public Session getSession() {if (session == null) { // default factory implementation SessionFactory factory = SessionFactoryImpl.newInstanc...

How to set classpath for activiti-engine ?

Hello,I am running activiti inside a Spring container, in order to run Groovy scripts.In my scripts, I would like to add import statements to some other Groovy classes of mine, but the underlying GroovyScriptEngineImpl is not capable of resolving the...

louisp by Champ in-the-making
  • 2523 Views
  • 0 replies
  • 0 kudos

Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6689' for key 'PRIMARY'

Hi Team,We are using activiti as an rest service with docker, while updating the task through activiti rest API we are getting below issue.### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException:...

Alfresco 6.1 Caching Content Store Error

I have an Alfresco 6.1 platform project to enable a caching content store. I am facing the following error while deploying the project:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory...