You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I triggered the MassOperations for the comparison tests directly out of an @EventListsener reacting on ApplicationStartedEvent.
As a result I got random errors making no sense, regarding impossible values inside of the converted strings... The error disappeared as a soon as I changed the trigger to trigger after 10 seconds (scheduled).
I believe Mr. Heisenberg just entered the room. I believe it is important to understand what prt of the application/framework is causing such problems.
The errors (just for information):
java.lang.NumberFormatException: multiple points
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1890) ~[na:na]
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110) ~[na:na]
java.lang.NumberFormatException: For input string: ""
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ~[na:na]
at java.base/java.lang.Long.parseLong(Long.java:721) ~[na:na]
at java.base/java.lang.Long.parseLong(Long.java:836) ~[na:na]
and sometimes complete impossible state (can't happen due to business logic check):
I triggered the
MassOperations
for the comparison tests directly out of an@EventListsener
reacting onApplicationStartedEvent
.As a result I got random errors making no sense, regarding impossible values inside of the converted strings... The error disappeared as a soon as I changed the trigger to trigger after 10 seconds (scheduled).
I believe Mr. Heisenberg just entered the room. I believe it is important to understand what prt of the application/framework is causing such problems.
The errors (just for information):
and sometimes complete impossible state (can't happen due to business logic check):
The text was updated successfully, but these errors were encountered: