-
Great, thanks Greg. I'll test that out in our deploy today. Sorry I wasn't able to supply any test cases easily!
2009-07-12 21:18:57 UTC in ehcache
-
Unfortunately we have seen the exception again 1 hour 5 minutes post launch. That is using ehcache-1.6.1-20090706.074949-1.jar and one of our cache regions set to use the disk cache.
SEVERE: heha.cacheCache: Failed to write element to disk 'web.om.ContentTag#physicalactivityinstrument'. Initial cause was null
java.util.ConcurrentModificationException
at...
2009-07-07 00:09:20 UTC in ehcache
-
Thanks Greg, I've deployed that into production - I'll let you know how that goes over the next day or so.
2009-07-06 21:18:54 UTC in ehcache
-
I can confirm that after 16 hours in production that there have been no more such error messages in the logs. They appeared pretty much immediately with 1.6 anyway.
I'm happy to test new builds. The site is in soft-launch so we can trial things without too much trouble.
Interestingly the error wasn't observed in our testing environment or staging environment on ehcache 1.6. Ever. Both...
2009-07-03 21:21:04 UTC in ehcache
-
Thanks, we haven't run the site in 1.5 before. I downgraded to 1.5 this afternoon and it is not showing the same error - so it appears it may be a regression in 1.6. We will continue monitoring and come back if the error appears again.
I am happy to test a new build.
cheers,
Karl
(we met at Kiwifoo back in 2007!)
2009-07-03 05:15:35 UTC in ehcache
-
Hi all,
We have just deployed ehcache 1.6 with Hibernate 3.3.2 using the DiskStore and I'm seeing a lot of SEVERE log entries about a ConcurrentModificationException in the DIskStore$SpoolAndExpiryThread.
Is this potentially something that we're doing incorrectly or can I provide any additional information to help track this down?
Below is a typical stack trace:
SEVERE...
2009-07-02 20:13:45 UTC in ehcache
-
I don't believe this is a bug. I have reproduced this scenario. The " around the word "Times New Roman" in the font-family style definition is correct and parses correctly in the browser.
Is that what you're seeing, or are you seeing the quotes around the actual style attribute itself?.
2008-09-08 21:01:13 UTC in TinyMCE
-
More on the DDE saga! I've discovered that there's a race condition in the DDE stuff as the DDE is registered before the DDE::RegisterNatives method is called. So early DDE messages may be received before g_class is set up. I've simply put the call to RegisterNatives before the thread is started and it appears to be working correctly now.
Code change very simple in DDE.cpp in the...
2008-03-23 01:59:34 UTC in WinRun4J
-
Right, I've written some code based completely off the suggested algorithm in http://www.duckware.com/tech/java6msvcr71.html and is has fixed the problem for me on Vista. I have also tested successfully on Windows XP SP 2 and Windows 2000 SP 4. This bug should actually crop up on any Windows box that doesn't have msvcr71.dll in the Windows directory or in the path. I have it on my Win XP box, I...
2008-03-19 04:00:18 UTC in WinRun4J
-
There is a problem with WinRun4J on Vista that it can't launch JVM 6 (maybe others) because of an apparently braindead dependency on msvcr71.dll by the JVM. This manifests itself as an alert and then a failure to find the JVM:
"This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem."
This isn't actually WinRun4J...
2008-03-19 03:09:27 UTC in WinRun4J