I found that the IBM SDK6 was failing on getting an item with a Null 
Pointer Exception.  I found this strange as when it failed neither the 
queue nor the item I was requesting was null.  But the solution to the 
problem was to synchronize the LinkedHashMap that was being used in the 
LRUEvictionPolicy class.

Christian Müller wrote:
> Well done, congratulations, works fine.
> Could explain shortly what you have done. The reason for this is that 
> there is GEOT-2546 which causes also problems on an ibm skd and this 
> seems to be a synchronization problem too.
> thanks
> 
> Emily Gouge writes:
>> Hi Christian,
>> I downloaded and tested out the IBM SDK 6 and also ran into an issue.  
>> I believe the issue was a result of a synchronization problem.  I've 
>> updated the code and it seems to work for me now.  Maybe you can test 
>> it out and let me know if it works for you or not.
>> Emily
>> Jody Garnett wrote:
>>> Emily has taken this one up (and may not of updated the pom.xml file 
>>> yet?)
>>> Jody
>>> On Mon, Jun 15, 2009 at 12:19 AM, Christian
>>> Müller<christian.muel...@nvoe.at> wrote:
>>>> The problem here is that the module builds with SUN SDK 6 and IBM 
>>>> SDK 5, but
>>>> not with IBM SDK 6.
>>>> Executing the tests individually within eclipse and IBM SDK 6, 
>>>> everything
>>>> works, so there are 2 possibilities
>>>> 1) IBM SDK 6 has a bug
>>>> 2) There is a race condition
>>>> Looking into the README, I see Ian is the mentor. I am not sure what 
>>>> to do
>>>> here.
>>>> Is it possible to exclude individual tests from the build ?
>>>> Is it possible to exclude an individual module from the build ?
>>>> Ian, do you have time to download an ibm SDK 6.0 RC4 and do a "mvn 
>>>> clean
>>>> install"  having a look at this problem.
>>>> Opinions ?
>>>> ------------------------------------------------------------------------ 
>>>> ------
>>>> Crystal Reports - New Free Runtime and 30 Day Trial
>>>> Check out the new simplified licensing option that enables unlimited
>>>> royalty-free distribution of the report engine for externally facing
>>>> server and web deployment.
>>>> http://p.sf.net/sfu/businessobjects
>>>> _______________________________________________
>>>> Geotools-devel mailing list
>>>> Geotools-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> 
> 

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to