Replies: 6 comments 10 replies
-
In case anyone sees this and haven't upgraded, I can inform you that this was a completely painless process for us at Logiq-- aside from having to update some imports in our own codebase, it was pretty much just a simple drop-in of the dependencies. (And we were happy to have an official AS4 release via Maven as well!) So thanks to everyone involved with this release :) |
Beta Was this translation helpful? Give feedback.
-
Since I'm being chatty about our situation here, I can give some data on our experience so far: We did send a few thousand files (Sorry, I haven't an exact number) through the upgraded Outbound module in production before turning it off, and generally found it to work perfectly fine. As mentioned in the aforementions Issue, of the thousands of lookups we performed, there were only two particular identifiers that led to a Nullpointer. That was still a serious enough issue for us to choose to revert it. When we reverted just the SMP, we found that the Outbound module failed with the exact same issue, since a new SMP lookup is performed as part of that process. We probably won't go into production with 5.x.x for the SMP and Outbound until the Vefa patch is part of the official release. |
Beta Was this translation helpful? Give feedback.
-
Hello! Thanks a lot for trying it out and sharing your experience here, this is very valuable! Personally I have not tried out Oxalis 5.0.0 yet but we are in the process of doing the upgrade. So, it sounds like there is a need for a new Oxalis release where this fixed vefa-peppol library is taken into use. Hopefully we can have that release out soon. |
Beta Was this translation helpful? Give feedback.
-
We're testing 5.0.1 now, and will probably give it a go in production sometime next week. As mentioned on the Issue, we can confirm that our previously reported problem seems to be resolved now. Will report back later. |
Beta Was this translation helpful? Give feedback.
-
Welp, we've given 5.0.1 a shot in production for 5 hours, and decided to revert back to 4.1.2. First: the Inbound module seems to work perfectly well. The plus: we stopped seeing the connection timeouts on SMP lookups that we've had since sometime last year. We've seen 36 instances of this problem in our logs during those 5 hours. I don't have the exact count of the number of lookups in that period, but would estimate it to about 10,000. There does seem to be a bit of clustering of failed lookups, often with 2 or more lookups failing at the same time. The errors were something ala: (Note: this is just a random example. The problem does not seem to be related to the particular participant or their access point) Looking through the Vefa codebase, this seems to usually originate from a SocketTimeout and SocketException in Mind, we've run this with the same settings we used with earlier Oxalis. We've not yet experimented with non-default values in the new We will be looking into this more, of course, hoping to reproduce it in our test environments, but thought someone might be interested in hearing about our experience thus far. |
Beta Was this translation helpful? Give feedback.
-
We have been running 5.0.0 for a few weeks now. No problems yet. We have fairly little traffic currently, though. However, our motivation for upgrading was to hopefully fix this issue: #494 |
Beta Was this translation helpful? Give feedback.
-
Hi, some weeks back Oxalis 5.0.0 was released. I'm curious if anyone has made the upgrade yet, and what their experience with it has been like.
We are planning to do the upgade fairly soon, so I can post a bit about it when that happens in case anyone else is interested. As we're running Oxalis in a somewhat offbrand1 manner, some of our experience will likely differ from most people's.
Our initial tests do seem to indicate that it will be a simple upgrade.
1: We've wrapped Oxalis in some of our own code to create an interface we prefer, and we're running it in Wildfly
Beta Was this translation helpful? Give feedback.
All reactions