Question

IFS Connect - Execution Exception from Sender Thread

  • 6 April 2023
  • 3 replies
  • 330 views

Userlevel 2
Badge +7

We are trying to send outbound message through the IFS Connect HTTP sender, but get an error message on the routing address line when sending the message:

ExecutionException from Sender thread 
Caused by: java.lang.StringIndexOutOfBoundsException: begin 25, end 6, length 37
 

Does anybody have an idea of what can be wrong? 


3 replies

Userlevel 7
Badge +22

Hi @Kenneth Pettersson CGI 

what type of outbound messages do you want to send?

Are you in cloud or onprem?

Userlevel 2
Badge +7

We are running IFS Cloud 22R2 on prem. The message is the standard Send Voucher message from FINCON in JSON format. We are (trying to) send it to an integration service using HTTP sender and an HTTP routing address. We have tried a couple of different settings on Additional headers, but so far no success. 

Userlevel 2
Badge +7

Update: this issue was solved after some digging by our tech team: the password used in the connection contained “illegal” characters, somewhat indicated by the numbers in the out of bounds message. I don’t think allowed/disallowed characters in passwords are documented with IFS Connect, so that would be something for IFS to improve on.

Reply