Skip to main content
Question

IFS Connect - Execution Exception from Sender Thread

  • April 6, 2023
  • 3 replies
  • 1245 views

Kenneth Pettersson CGI
Sidekick (Partner)
Forum|alt.badge.img+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

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • April 6, 2023

Hi @Kenneth Pettersson CGI 

what type of outbound messages do you want to send?

Are you in cloud or onprem?


Kenneth Pettersson CGI
Sidekick (Partner)
Forum|alt.badge.img+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. 


Kenneth Pettersson CGI
Sidekick (Partner)
Forum|alt.badge.img+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.