acs-community-packaging icon indicating copy to clipboard operation
acs-community-packaging copied to clipboard

error in catalina.sh

Open pushakk2 opened this issue 2 years ago • 0 comments

Hello,

I'm trying to deploy alfresco community but I'm getting an error in alfresco-community service:

alfresco_1 | bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) alfresco_1 | /usr/local/tomcat/bin/catalina.sh: line 411: 72d: command not found

I have tryed with different versions in 7.4 branch until the newest 7.4.0-A3.

My composer file contain

alfresco: image: alfresco/alfresco-content-repository-community:7.4.0-A3 mem_limit: 1900m environment: JAVA_TOOL_OPTIONS: " -Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore -Dmetadata-keystore.password=***** -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=***** -Dmetadata-keystore.metadata.algorithm=DESede " JAVA_OPTS: " -Ddb.driver=org.postgresql.Driver -Ddb.username=alfresco -Ddb.password=********** -Ddb.url=jdbc:postgresql://postgres:5432/alfresco -Dsolr.host=solr6 -Dsolr.port=8983 -Dsolr.http.connection.timeout=1000 -Dsolr.secureComms=secret -Dsolr.sharedSecret=secret -Dsolr.base.url=/solr -Dindex.subsystem.name=solr6 -Dshare.host=127.0.0.1 -Dshare.port=8080 -Dalfresco.host=localhost -Dalfresco.port=8080 -Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos -Dmessaging.broker.url="failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true" -Ddeployment.method=DOCKER_COMPOSE -DlocalTransform.core-aio.url=http://transform-core-aio:8090/ -Dcsrf.filter.enabled=false -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 "

volumes:
  - alf-data:/usr/local/alfresco/alf_data

Thank you.

pushakk2 avatar Nov 16 '22 13:11 pushakk2