-
trumpetinc committed revision 37 to the jdbm SVN repository, changing 6 files.
2009-08-26 17:19:40 UTC by trumpetinc
-
trumpetinc committed revision 36 to the jdbm SVN repository, changing 2 files.
2009-08-14 17:29:51 UTC by trumpetinc
-
Nothing in JDBM interacts with the Timer class, and your stack trace also doesn't include references to any jdbm library calls. The problem you are hitting is almost certainly outside of the jdbm library... If your code isn't using the Timer class either, then you may want to check with the JPOS folks.
2009-01-26 16:33:23 UTC by trumpetinc
-
From My Code i will talk with DB and LG Files with the hep of SpaceFactory.In my code i didn't do any thing with Timer Explicitly and Implicitly.
SpaceFactory is a class of Jpos API.From the SpaceFactory it will call the JDBM code.
2009-01-24 13:50:21 UTC by gonas
-
Your stack trace contains no reference to any JDBM code. If I had to guess, your code has a race condition in it where you are not using the Timer class properly. For certain, jdbm is not involved in your problem. Best of luck.
- K.
2009-01-23 16:33:32 UTC by trumpetinc
-
Thanks For your Reply.
Folllowing is the Exception Trace:
INFO | jvm 1 | 2009/01/22 08:49:39 | java.lang.IllegalStateException: Timer already cancelled.
INFO | jvm 1 | 2009/01/22 08:49:39 | at java.util.Timer.sched(Timer.java:354)
INFO | jvm 1 | 2009/01/22 08:49:39 | at java.util.Timer.schedule(Timer.java:222)
INFO | jvm 1 | 2009/01/22 08:49:39 | at...
2009-01-23 08:42:34 UTC by gonas
-
What does your full exception trace say about where the problem is coming from? (Hint: JDBM doesn't do anything with timers or anything like that, so the exception trace will indicate that the problem is somewhere else in your code - nothing to do with jdbm)
2009-01-22 15:32:57 UTC by trumpetinc
-
HI,
After Restarting Server i am getting the following exception regularly.
Exception:java.lang.IllegalStateException: Timer already cancelled.
I am using JDBM0.20Dev Jar and JPOS1.5.Actually i have DB and LG Files.My application will talk with these files using SpaceUtil class of Jpos.
Is it's issue in JDBM or JPOS.
Regards,
Suman.
2009-01-22 15:22:07 UTC by gonas
-
We have a use case where we would like a bunch of JVMs on the same machine to load data from a common (j)dbm file. We would like to use shared memory for this (which is provided by Java FileChannel api calls). This will prevent memory bloat.
We looked at the code a bit - and it seems that this should be possible by:
- changing RecordFile to be an interface (or base class)
- having an...
2008-12-29 22:56:58 UTC by jsensarma
-
trumpetinc committed revision 35 to the jdbm SVN repository, changing 1 files.
2008-11-18 23:34:12 UTC by trumpetinc