JPPF
 Home   About   Download   Documentation   Forums 

JPPF 2.4 patch 04

Download:

http://www.jppf.org/private/patch/jppf-2.4-patch-04.zip

Description (included readme.txt):

This patch fixes the bug [3173345 - Multithreaded deserialization of Calendar leads to CCE].
It is cumulative with the previous patch jppf-2.4-patch-03.

To apply this patch:

1. unzip "jppf-2.4-patch-04.zip"

2. to patch a JPPF client:
- copy the file "jppf-client.jar" in your client's classpath ("/lib" folder if
you use the jppf application template directory structure), this will replace
the previous version of the jar file.
- restart the client.
- to use the bug fix, you need to set the following configuration property:
"jppf.sequential.deserialization = true"
in the client's configuration file.

3. to patch the JPPF driver and nodes:
- copy the file "jppf-server.jar" in your driver's classpath ("/lib" folder of
the driver distribution), this will replace the previous version of the jar file.
- this jar contains classes that will be downloaded by the nodes upon connection
to the driver, and will thus automatically patch them.
- restart the server.
- to use the bug fix, you need to set the following configuration property:
"jppf.sequential.deserialization = true"
in each node's configuration file.

This patch also contains the new sources in separate jar files "jppf-client-src.jar"
and "jppf-server-src.jar".

Fixed bugs:

Support This Project Copyright © 2005-2013 JPPF.org Powered by Parallel Matters  Get JPPF at SourceForge.net. Fast, secure and Free Open Source software downloads