apupier commented on PR #143: URL: https://github.com/apache/camel-examples/pull/143#issuecomment-2797225305
with the error just before: ``` --------------------------------------------------------------------------------------------------------------------------------------- Source ID Processor Elapsed (ms) triger-clients-route/triger-cl from[timer://init?repeatCount=1] 60 ... enveloped-compressed-signed-me as2://client/send?inBody=ediMessage&targetHostname 0 Stacktrace --------------------------------------------------------------------------------------------------------------------------------------- org.apache.camel.RuntimeCamelException: Error invoking send with {server=Camel AS2 Server Endpoint, apiName=CLIENT, as2Version=1.1, as2MessageStructure=ENCRYPTED_COMPRESSED_SIGNED, encryptingCertificateChain=[Ljava.security.cert.Certificate;@160934, ediMessageTransferEncoding=7bit, subject=Enveloped, Compressed and Signed AS2 Message Example, httpConnectionPoolTtl=PT15M, signingPrivateKey=RSA Private CRT Key [8a:9f:54:d2:80:c8:34:3f:33:9c:6a:1a:f4:32:e0:1d:29:67:4c:77],[56:66:d1:a4] modulus: b7065a81f747e4fd3589e8433d2d855f5f1038fe4c98f3768c24236c05eb9e8522886651d737986003c0f182ed5bbbcdab60d695fc0a3f3d26dbbe86d583ad6b5f33c813937ffb3fb8f8be47cdc406c979d618b7303bcfdf55116b88f68e53d95f4f238c579e91ddbfdd6370c49cf7110b0764a2a990d5da221e29cae184cf83 public exponent: 10001 , signedReceiptMicAlgorithms=sha1,md5, ediMessage=UNB+UNOA:1+005435656:1+006415160:1+060515:14.12.0-SNAPSHOT0000000000778' UNH+00000000000117+INVOIC:D:97B:UN' BGM+380+342459+9' DTM+3:20060515:102' RFF+ON:521052' NAD+BY+792820524::16++CUMMINS MID-RANGE ENGINE PLANT' NAD+SE+005435656::16++GENERAL WIDGET COMPANY' CUX+1:USD' LIN+1++157870:IN' IMD+F++:::WIDGET' QTY+47:1020:EA' ALI+US' MOA+203:1202.58' PRI+INV:1.179' LIN+2++157871:IN' IMD+F++:::DIFFERENT WIDGET' QTY+47:20:EA' ALI+JP' MOA+203:410' PRI+INV:20.5' UNS+S' MOA+39:2137.58' ALC+C+ABG' MOA+8:525' UNT+23+00000000000117' UNZ+1+00000000000778', as2To=878051556, as2From=878051556, targetHostname=localhost, httpConnectionPoolSize=5, from=m...@example.org, serverFqdn=camel.apache.org, dispositionNotificationTo=m...@example.org, httpSocketTimeout=PT5S, encryptingAlgorithm=AES128_CBC, ediMessageContentType=application/edifact; charset=US-ASCII, methodName=send, userAgent=Camel AS2 Client Endpoint, requestUri=/, clientFqdn=camel.apache.org, decryptingPrivateKey=RSA Private CRT Key [8a:9f:54:d2:80:c8:34:3f:33:9c:6a:1a:f4:32:e0:1d:29:67:4c:77],[56:66:d1:a4] modulus: b7065a81f747e4fd3589e8433d2d855f5f1038fe4c98f3768c24236c05eb9e8522886651d737986003c0f182ed5bbbcdab60d695fc0a3f3d26dbbe86d583ad6b5f33c813937ffb3fb8f8be47cdc406c979d618b7303bcfdf55116b88f68e53d95f4f238c579e91ddbfdd6370c49cf7110b0764a2a990d5da221e29cae184cf83 public exponent: 10001 , signingAlgorithm=SHA512WITHRSA, compressionAlgorithm=ZLIB, httpConnectionTimeout=PT5S, signingCertificateChain=[Ljava.security.cert.Certificate;@254aa1e5, targetPortNumber=8888}: argument type mismatch at org.apache.camel.support.component.ApiMethodHelper.invokeMethod(ApiMethodHelper.java:532) ~[camel-support-4.12.0-SNAPSHOT.jar:4.12.0-SNAPSHOT] at org.apache.camel.support.component.AbstractApiProducer.doInvokeMethod(AbstractApiProducer.java:122) ~[camel-support-4.12.0-SNAPSHOT.jar:4.12.0-SNAPSHOT] at org.apache.camel.support.component.AbstractApiProducer$1.run(AbstractApiProducer.java:89) [camel-support-4.12.0-SNAPSHOT.jar:4.12.0-SNAPSHOT] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) [?:?] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] at java.base/java.lang.Thread.run(Thread.java:840) [?:?] Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[?:?] at org.apache.camel.support.component.ApiMethodHelper.invokeMethod(ApiMethodHelper.java:521) ~[camel-support-4.12.0-SNAPSHOT.jar:4.12.0-SNAPSHOT] ... 8 more ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org