ebics-java-client icon indicating copy to clipboard operation
ebics-java-client copied to clipboard

Ebics Internal Error while sending ini request

Open joemanix opened this issue 1 week ago • 5 comments

Hi

I'm trying to send the certificate to the bank. Unfortunately, it crash on "--ini" command A concern with the bank ? (a French one )

2025-11-17 17:06:46,403 INFO - Configuration initialization 2025-11-17 17:06:46,405 INFO - Loading user xxxxx 2025-11-17 17:06:46,416 INFO - The user xxxxx was loaded successfully 2025-11-17 17:06:46,416 INFO - Sending the signature certificate for user xxxxx 2025-11-17 17:06:46,993 ERROR - The signature certificate cannot be sent for the xxxxx user org.kopi.ebics.exception.EbicsException: Internal EBICS error at org.kopi.ebics.exception.ReturnCode.throwException(ReturnCode.java:59) at org.kopi.ebics.xml.DefaultResponseElement.checkReturnCode(DefaultResponseElement.java:73) at org.kopi.ebics.xml.DefaultResponseElement.report(DefaultResponseElement.java:68) at org.kopi.ebics.xml.KeyManagementResponseElement.build(KeyManagementResponseElement.java:76) at org.kopi.ebics.client.KeyManagement.sendINI(KeyManagement.java:87) at org.kopi.ebics.client.EbicsClient.sendINIRequest(EbicsClient.java:295) at org.kopi.ebics.client.EbicsClient.main(EbicsClient.java:639) Exception in thread "main" org.kopi.ebics.exception.EbicsException: Internal EBICS error at org.kopi.ebics.exception.ReturnCode.throwException(ReturnCode.java:59) at org.kopi.ebics.xml.DefaultResponseElement.checkReturnCode(DefaultResponseElement.java:73) at org.kopi.ebics.xml.DefaultResponseElement.report(DefaultResponseElement.java:68) at org.kopi.ebics.xml.KeyManagementResponseElement.build(KeyManagementResponseElement.java:76) at org.kopi.ebics.client.KeyManagement.sendINI(KeyManagement.java:87) at org.kopi.ebics.client.EbicsClient.sendINIRequest(EbicsClient.java:295) at org.kopi.ebics.client.EbicsClient.main(EbicsClient.java:639)

joemanix avatar Nov 17 '25 16:11 joemanix