A new option for connection in integrations was used in Fluig 1.2 .
During tests in some customers, we have found that this new option causes instability in communication with other software, such as TOTVS RM.
We recommend that this change be undone, but don't worry: it’s quite simple to undo it! Follow these steps:
- Stop the Fluig service
Stop the MemCahed service.
Stop the RealTime service.
Back up the standalone.xml file, located in “<Diretório de instalação>/jboss/standalone/configuration/”.
Disable the new connection option in the configuration file of Fluig:
a. Edit the file: “<Diretório de instalação>/jboss/standalone/configuration/standalone.xml”
Within this file, look for the text subsystemurn: jboss: domain: web: 1.4.
Change the block below from:<connector executor="http-pool" name="http" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="http" socket-binding="http"/>
To:
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
Note that only the protocol option has changed.