Replies: 5 comments
-
Not sure what is exact reason... Testbed runs Phase4 AP, and the message you get comes from https://github.com/phax/phase4/blob/master/phase4-lib/src/main/java/com/helger/phase4/error/EEbmsErrorText.java#L46C12-L46C12 It is thrown in at least 2 classes - https://github.com/phax/phase4/blob/8c9fd26be5cf23813cdc4cb6e05ce9daceaba690/phase4-peppol-servlet/src/main/java/com/helger/phase4/peppol/servlet/Phase4PeppolServletMessageProcessorSPI.java#L533 and with a comment
So, it could be either signature or encrypted bytes... It looks like you need to ask Testbed support... |
Beta Was this translation helpful? Give feedback.
-
@dladlk - many thanks. The reason - later I started to think it's a certificate/keystore issue - was the fact that I was trying to send test invoice data to one of the functional (available via SMK) randomly selected endpoints available at PEPPOL Practical portal: |
Beta Was this translation helpful? Give feedback.
-
I found that there were multiple header (SBDH) issues leading to the error message. So as suggested initially it was not Oxalis issue thus ticket can be closed. Just one suggestion: it would be nice to add to Oxalis log an error message received as a part of RESP_IN, so there is no need to enable DEBUG mode to identify real problem. |
Beta Was this translation helpful? Give feedback.
-
Thanks for suggestion @skizub - "Just one suggestion: it would be nice to add to Oxalis log an error message received as a part of RESP_IN, so there is no need to enable DEBUG mode to identify real problem." We will work on that... |
Beta Was this translation helpful? Give feedback.
-
Just to add - maybe somebody else will find it useful... Exact reason behind "Unable to correlate request with Document's Identifier.." type of error was that TestBed required to use a specific value of for each test (because of tracking purposes). We've overlooked this and were sending unique values, which TestBed system was not able to match. As soon as we started to follow TestBed-generated numbers - everything started to work perfectly. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Not sure described below is Oxalis bug, but would appreciate if anybody could direct me to the right place to resolve.
We are trying to send test data to OpenPEPPOL TestBed using either Oxalis v4.1.1 (used in production) or v6.4.0 (which is currently in test). We are using Oxalis-standalone to transmit. In both cases getting transmission errors related to digital signatures similar to ones described in ticket #205.
I was trying to use a workaround described in ticket #215 - as per @dladlk comment, which is very useful.
I'll demo on latest Oxalis version which is setup as following:
Below is a response from recipient's Access Point:
To me it looks like certificates issue.
Below is a structure of our JKS keystore used by Oxalis (which is pretty-much similar to what we are using in production (v4.1.1), where everything works without any issues):
Any ideas what else could be wrong?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions