In com.sun.jini.logging.Levels createLevel there is serilazion and desrilaztion of DataLevel toLevel in order to constuct new level.
Problem is that newer jdk in the java.util.logging.Level class has introduced a new member variable: private String localizedLevelName;
fixed by itai - GS-10975