I'm trying to test the helloWorld transformer to get it run via ATS; I can get the local version working and this is against Enterprise addition.
I'm trying this with as much out of box code/configuration as possible. My starting point is:
https://github.com/Alfresco/acs-deployment/tree/master/docker-compose
No code here is custom, I've either commented some of the containers I did need or didn't have access too like control-center. So with that said, I did add some external volume because going the setup it seem like they need to be there. So the changes that have happened are:
Hi rstoops,
It looks like you're router is missing the config for the new transformer's URL.
I can see from the above that you have added it to ACS, but it is missing from the transform-router config.
Try adding the following to your transform-router config:
transform-router:
environment:
HELLO_WORLD_URL: "<transform-helloworld-url>"
transform-router: environment: JAVA_OPTS: " -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80" TRANSFORMER_ROUTES_ADDITIONAL_HTML_VIA_TXT: "/pipelines/custom_pipelines.json" HELLO_WORLD_URL: "http://transform-helloworld:8090"
Also the QUEUE name might be relevant.
Check out this deployment instructions:
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.