RPAS 16.0.3.141 - Port range defined in Foundation.xml is not respected by the RpasDbServer Process
Hi all,
I have identified an issue when trying to connect to a RPAS domain through Fusion Client.
On RPAS side, the server's open ports are 50000-50500 (firewall restrictions)
The desired port range (50000-50500) is specified in Foundation.xml using the database-port-start and database-port-end parameters, however, RpasDbServer logs declare that the port range is the default one (1025-65536), as seen below:
As a result, the connection fails, providing the following logs:
- 2019-10-03 10:15:31,526 [[ACTIVE] ExecuteThread: '58' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR - java.lang.NullPointerException
java.lang.NullPointerException: null
at com.retek.mdap.comm.SocketStream.close(SocketStream.java:73) ~[bridge.jar:?]