We are facing an with our phenix id senarior, once the valve : GetTokenExistsValve is executed, we get an ERROR: Cannot create a connection to remote server address.
None that the server is available and listening on the configured port, we get this output whenever we try to initiate a connection to it :
com.orientechnologies.common.io.OIOExceptionüImpossible to read a chunk of length:1712130662 max allowed chunk length:16777216 see NETWORK_BINARY_MAX_CONTENT_LENGTH settings
we tried to adjust that adding an entry below to parameters section in oriantdb config file, but the issue remain,
<entry> <key>NETWORK_BINARY_MAX_CONTENT_LENGTH</key> <value>1677721600</value></entry>