04-04-2024 03:53 PM
Hello,
We have ACS 7.3.0 running on our Windows machine. We are facing the following two issues.
When we upload a word document, the title, author, etc default properties are not gettting extracted.
The thumbnails are also not getting generated.
When we upload a new file, the alfresco-shared-file-store-controller-2.0.0.jar throws the following exception.
2024-04-04 14:25:21.552 WARN 12808 --- [nio-8099-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver :
Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
Due to lack of information in the logs, it is hard for us to troubleshoot the issue.
Any help will be appreciated.
Thank you
04-05-2024 03:12 AM
Could you please describe how you installed the Alfresco Transform Service?
Are you using the Transform Core AIO or all the transform components deployed separately?
04-05-2024 08:57 AM
Hi,
I have a zip installation on Wiondows machine. I am running all the three transform components separatelly. In our development environment everything works fine. This is failing on our Test environments.
The following are the commands that I use to run the jars.
1. java -DfileStorePath=D:\AlfrescoComponents\Transform-Services\AlfrescoFileStore -Dscheduler.contract.path=D:\AlfrescoComponents\Transform-Services\AlfrescoFileStore\scheduler.json -jar alfresco-shared-file-store-controller-2.0.0.jar
2. java -DPDFRENDERER_EXE="D:\AlfrescoComponents\Transform-Services\alfresco-pdf-renderer\alfresco-pdf-renderer" -DLIBREOFFICE_HOME="D:\AlfrescoComponents\LibreOffice" -DIMAGEMAGICK_ROOT="D:\AlfrescoComponents\Transform-Services\ImageMagick" -DIMAGEMAGICK_DYN="D:\AlfrescoComponents\Transform-Services\ImageMagick\lib" -DIMAGEMAGICK_EXE="D:\AlfrescoComponents\Transform-Services\ImageMagick\convert" -DIMAGEMAGICK_CONFIG="D:\AlfrescoComponents\Transform-Services\ImageMagick" -DFILE_STORE_URL=http://localhost:8099/alfresco/api/-default-/private/sfs/versions/1/file -DACTIVEMQ_URL="failovertcp://localhost:61616)?timeout=3000"
-jar alfresco-transform-core-aio-3.0.0.jar
3. java -DCORE_AIO_URL=http://localhost:8090 -DCORE_AIO_QUEUE=org.alfresco.transform.engine.aio.acs -DACTIVEMQ_URL=tcp://localhost:61616
-DFILE_STORE_URL=http://localhost:8099/alfresco/api/-default-/private/sfs/versions/1/file -jar alfresco-transform-router-2.0.0.jar
Thank you for you time.
Explore our Alfresco products with the links below. Use labels to filter content by product module.