Integrator Pool Server
Posted: Fri Dec 10, 2021 10:07 am
Hello forum,
I'm trying to setup a JSM pool server from this tip with no luck.
https://docs.lansa.com/14/en/lansa093/i ... 3_0055.htm
The AMPJSMLIB subsystem is starting the 6 job and pointing to the correct 3 ports (see attached file).
If I use the pool server port 4472 in the open_jsm, the jsmdirect does not work.
ERR3014
No data returned from service
DEBITOBACKOFFICE
If I use the port 4572 which the first tcp port defined, the JSM_open works, but it does not used any additional ports. I’m sending hundreds of requests to test and all of them are handle by just port 4572.
Has anyone used the pool server setup? Any ideas how to troubleshoot?
this is an extract fo manager.properties
tcp.port=4572
tcp.backlog=20
tcp.interface=*all
tcp.client.address=*all
console.tcp.port=4573
console.tcp.backlog=20
console.tcp.interface=*all
console.client.address=*all
studio.client.address=*all
pool.tcp.port=4472
pool.tcp.backlog=20
pool.tcp.interface=*all
pool.hosts=HOST1:4572,HOST2:4372,HOST3:4272
#
# Additional instance 1
#
additional.tcp.port.1=4372
additional.tcp.interface.1=*all
#
# Additional instance 2
#
additional.tcp.port.2=4272
additional.tcp.interface.2=*all
I'm trying to setup a JSM pool server from this tip with no luck.
https://docs.lansa.com/14/en/lansa093/i ... 3_0055.htm
The AMPJSMLIB subsystem is starting the 6 job and pointing to the correct 3 ports (see attached file).
If I use the pool server port 4472 in the open_jsm, the jsmdirect does not work.
ERR3014
No data returned from service
DEBITOBACKOFFICE
If I use the port 4572 which the first tcp port defined, the JSM_open works, but it does not used any additional ports. I’m sending hundreds of requests to test and all of them are handle by just port 4572.
Has anyone used the pool server setup? Any ideas how to troubleshoot?
this is an extract fo manager.properties
tcp.port=4572
tcp.backlog=20
tcp.interface=*all
tcp.client.address=*all
console.tcp.port=4573
console.tcp.backlog=20
console.tcp.interface=*all
console.client.address=*all
studio.client.address=*all
pool.tcp.port=4472
pool.tcp.backlog=20
pool.tcp.interface=*all
pool.hosts=HOST1:4572,HOST2:4372,HOST3:4272
#
# Additional instance 1
#
additional.tcp.port.1=4372
additional.tcp.interface.1=*all
#
# Additional instance 2
#
additional.tcp.port.2=4272
additional.tcp.interface.2=*all