| Author |
Message |
|
|
I am too seeing this problem lately in my application and due to this I was getting OOM exception too, All the memory had been eaten by thread stacks for this exception. If you find any solution please let me know too.
Ankush
|
 |
|
|
This is the full stack trace and its not of much help too...
java.lang.ClassCastException: com.tc.object.ObjectID
at net.deepvalue.alert.AlertEngineService.run(AlertEngineService.java:121)
at java.lang.Thread.run(Thread.java:595)
|
 |
|
|
Hi,
I am using Terracotta 3.4.1 for my product and I am sharing a LinkedBlockingQueue as a DSO. Problem is when I tried to read the objects of this queue from other JVM(which is obviously terracotta client), I am getting class cast exception. "java.lang.ClassCastException: com.tc.object.ObjectID" We are just trying to shift to 3.4.1 and this code is running fine in terracotta 2.7.3.
Any hints?
Thanks
Ankush
|
 |
|
|