-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
We are using the generated tengineAIO.keystore and tengineAIO.truststore files and we have placed them in the appropriate folder.
Actually we start the transform core AIO through the command:
nohup java \
-DPDFRENDERER_EXE="${PDF_RENDERER}" \
-DLIBREOFFICE_HOME="/usr/lib64/libreoffice" \
-DIMAGEMAGICK_ROOT="${MAGICK_DIR}" \
-DIMAGEMAGICK_DYN="${MAGICK_DIR}/MagickWand/.libs" \
-DIMAGEMAGICK_EXE="${MAGICK_DIR}/utilities/magick" \
-DACTIVEMQ_URL="failover:(tcp://*****:61616)?timeout=3000" \
-DFILE_STORE_URL="https://********:8099/alfresco/api/-default-/private/sfs/versions/1/file" \
-Dserver.ssl.enabled=true \
-Djavax.net.ssl.trustStore=${KEYSTORE_DIR}/tengineAIO.truststore \
-Djavax.net.ssl.trustStorePassword=******* -Djavax.net.ssl.trustStoreType=JCEKS \
-Dserver.ssl.key-store=${KEYSTORE_DIR}/tengineAIO.keystore \
-Dserver.ssl.key-store-password=******** -Dserver.ssl.key-store-type=JCEKS \
-jar "${TRANSFORMER_DIR}/alfresco-transform-core-aio-5.1.7-A.3.jar" \
> "${LOG_DIR}/transform-core.log" 2>&1 &
echo $! > "${PID_DIR}/transform-core.pid"
and alfresco content services is configured through alfresco-global.properties so:
dir.keystore=${dir.root}/keystore
keystore.storepassword=*******
localTransform.core-aio.url=https://*****:8090/
We have this error in the alfresco.log file of alfresco content services:
2025-06-11T12:29:10,069 [] ERROR [repo.rendition2.RemoteTransformServiceRegistry] [QuartzScheduler_Worker-1] 05110073 Failed to connect or to read the response from T-Router on https://*******:8095//transform/config?configVersion=2 . Need another configuration?
Metadata
Metadata
Assignees
Labels
No labels