Quando se tenta acessar um documento no Fluig é exibida a mensagem:
- Erro ao gerar a visualização do arquivo. Caso possua permissão, utilize a opção de download do documento.
No log apresenta a mensagem que não conseguiu conectar na URL
- Connection failed and the session will be stopped: Connection refused (Connection refused)
O Fluig Viewer está configurado com o parâmetro:
- internalVisualizerServer: https://api.accusoft.com.br
E de acordo com o pessoal da infra não existe bloqueio para essa URL (https://api.accusoft.com.br), está liberado.
Alguém sabe o que mais pode ser?
Segue mais detalhes do log.
2022-02-25 08:49:47,600 WARN [org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-51) HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!
2022-02-25 08:49:51,949 INFO [com.datasul.technology.webdesk.dm.business.DocumentBO] (default task-53) getDocumentInfo - path - /home/totvs/fluig-volume/public/9/1000/251336780_215699887345583_2849374672819917385_n.jpeg
2022-02-25 08:49:51,950 INFO [com.datasul.technology.webdesk.foundation.business.DocumentCyclicalRedundancyCheckCalculator] (default task-53) Calculando o CRC /home/totvs/fluig-volume/public/9/1000/251336780_215699887345583_2849374672819917385_n.jpeg
2022-02-25 08:49:51,951 INFO [com.datasul.technology.webdesk.foundation.business.DocumentCyclicalRedundancyCheckCalculator] (default task-53) CRC Calculado 699421839
2022-02-25 08:49:52,466 INFO [com.totvs.technology.ecm.accusoft.viewer.DocumentViewerUrlServlet] (default task-53) oldViewer: null
2022-02-25 08:49:52,467 INFO [com.totvs.technology.ecm.accusoft.viewer.DocumentViewerUrlServlet] (default task-53) internalVisualizerServer: https://api.accusoft.com.br
2022-02-25 08:49:52,468 INFO [com.totvs.technology.ecm.accusoft.viewer.DocumentViewerUrlServlet] (default task-53) allowsHttpForInternalVisualizerServer: false
2022-02-25 08:49:52,825 ERROR [com.totvs.technology.ecm.accusoft.viewer.DocumentViewerUrlServlet] (default task-53) Connection failed and the session will be stopped: Connection refused (Connection refused): java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)