Hi Isomorphic,
using v12.1p_2022-08-10 and before 12.0p I have been getting this exception for a long time.
Do you have an idea what might be going wrong here?
Thank you & Best regards
Blama
using v12.1p_2022-08-10 and before 12.0p I have been getting this exception for a long time.
Do you have an idea what might be going wrong here?
Code:
LoggerName
com.isomorphic.datasource.ValidationContext
Message:
Freeing cached DataSource instances from ValidationContext::finalize() - these should have been freed on-thread with a manual call to freeResources(). The stack that created the ValidationContext is:
Stack trace:
java.lang.Exception
at com.isomorphic.datasource.ValidationContext.<init>(ValidationContext.java:81)
at com.isomorphic.rpc.RPCManager.iframeWrite(RPCManager.java:2404)
at com.isomorphic.rpc.RPCManager.completeResponse(RPCManager.java:2079)
at com.isomorphic.rpc.RPCManager.send(RPCManager.java:760)
at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:183)
at com.lmscompany.lms.server.LMSIDACall.processRequest(LMSIDACall.java:49)
at com.isomorphic.servlet.IDACall._processRequest(IDACall.java:119)
at com.isomorphic.servlet.IDACall.doPost(IDACall.java:79)
...
...
Blama
Comment