Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/config

cancel
Showing results for 
Search instead for 
Did you mean: 
Bilal_MB
Member II

Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/config

Jump to solution

Hi, 

 

I am installing the alfresco6.2 version manually  (distribution.zip) on my mac locally using the alfresco documentation. I have come across the below error regarding the transform/config. By Default in the alfresco documentation, it states that for Transform Service is disabled for the zip distribution.  (https://docs.alfresco.com/transform/concepts/transform-local-legacy.html) Could you please advise on how I disable the transform? I have attached my global.properties below 

Thank You 

2020-09-14 15:28:50,004  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140477 Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/config
2020-09-14 15:28:50,004  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140372 Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/config
2020-09-14 15:28:50,006  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140478 Failed to connect or to read the response from T-Engine on http://localhost:8093/transform/config
2020-09-14 15:28:50,006  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140373 Failed to connect or to read the response from T-Engine on http://localhost:8093/transform/config
2020-09-14 15:28:50,007  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140479 Failed to connect or to read the response from T-Engine on http://localhost:8091/transform/config
2020-09-14 15:28:50,007  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140374 Failed to connect or to read the response from T-Engine on http://localhost:8091/transform/config
2020-09-14 15:28:50,008  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140480 Failed to connect or to read the response from T-Engine on http://localhost:8094/transform/config
2020-09-14 15:28:50,009  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140375 Failed to connect or to read the response from T-Engine on http://localhost:8094/transform/config
2020-09-14 15:28:50,010  ERROR [content.transform.LocalTransformServiceRegistry] [QuartzScheduler_Worker-2] 08140481 Failed to connect or to read the response from T-Engine on http://localhost:8092/transform/config  

 

#
# Set this property unless you have explicitly chosen to expose some repository APIs without authentication

#
# Custom content and index data location
#
dir.root=/srv/alfresco/alf_data
dir.keystore=${dir.root}/keystore

#
# Sample database connection properties
#
db.username=root
db.password=alfresco

#
# Choose DB connection properties for your database, e.g. for PostgreSQL
#
db.driver=org.mysql.Driver
db.url=jdbc:mysql://localhost:3306/alfresco

#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#-------------
alfresco.context=alfresco
alfresco.host=${localname}
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=${localname}
share.port=8080
share.protocol=http



transform.service.enabled=false
local.transform.service.enabled=false
legacy.transform.service.enabled=false
1 Solution

Accepted Solutions
kaynezhang
Advanced

Re: Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/confi

Jump to solution

You have already disable it by setting local.transform.service.enabled=false, Those errors are thrown during startup ,you can just ignore it.

View solution in original post

3 Replies
kaynezhang
Advanced

Re: Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/confi

Jump to solution

You have already disable it by setting local.transform.service.enabled=false, Those errors are thrown during startup ,you can just ignore it.

sanjaybandhniya
Intermediate

Re: Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/confi

Jump to solution

I am also getting same error and not able to open /share or /alfresco page.

abhinavmishra14
Advanced

Re: Failed to connect or to read the response from T-Engine on http://localhost:8090/transform/confi

Jump to solution

@sanjaybandhniya  Please create a new thread and provide docker-compose.yml, output of "docker ps -a" command. Please provide output of "docker stats", System condiguration including total memory. Make sure at least 8gb memory is available. 

If you have used distribution zip for setup (as indicated originally on this thread), please provide the alfresco-global.properties, and error logs to analysis. To cross check you can verify the setup setps here: https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html

~Abhinav
(ACSCE, AWS SAA, Azure Admin)