Error during comitting errormessage from queue

1
Hi, We have an application on the Mendix service console on a windows server with MS SQL backend. When we perform a certain assignment to users functionality we get the below error. java.lang.NullPointerException: null at processqueue.queuehandler.ObjectQueueExecutor.run(ObjectQueueExecutor.java:99) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) However, when we try to perform the same function on our local instance of the application there is no error and everything works fine. Its only on the server that there is this issue and it used to work perfectly fine couple of weeks back. We even pushed and deployed a newer build of the application, however we still have the same issue. Does anyone know why this could be happening?
asked
0 answers