Hi
I tried the new "latest" master tpc code and running ./run-wiki, got an exception as follow. What is the problem and how can I fix it?
FA
$ ./run-wiki
SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7,
1.5.8, 1.5.9, 1.5.10]
SLF4J: See
http://www.slf4j.org/codes.html#version_mismatch for further details.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Z:/git/jvm-serializers/tpc/lib/avro-tools-1.7.2.jar!/org/slf4j/im
pl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Z:/git/jvm-serializers/tpc/lib/slf4j-nop-1.5.10.jar!/org/slf4j/im
pl/StaticLoggerBinder.class]
SLF4J: See
http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Checking correctness...
Exception in thread "main" java.lang.NoSuchFieldError: _numTypesValid
at org.codehaus.jackson.smile.SmileParser.nextToken(SmileParser.java:545)
at com.dyuproject.protostuff.JsonIOUtil.mergeFrom(JsonIOUtil.java:333)
at com.dyuproject.protostuff.SmileIOUtil.mergeFrom(SmileIOUtil.java:218)
at com.dyuproject.protostuff.SmileIOUtil.mergeFrom(SmileIOUtil.java:201)
at serializers.protostuff.ProtostuffSmile$2.deserialize(ProtostuffSmile.java:68)
at serializers.protostuff.ProtostuffSmile$2.deserialize(ProtostuffSmile.java:61)
at serializers.BenchmarkBase.checkSingleItem(BenchmarkBase.java:608)
at serializers.MediaItemBenchmark.checkCorrectness(MediaItemBenchmark.java:33)
at serializers.BenchmarkBase.runMeasurements(BenchmarkBase.java:444)
at serializers.BenchmarkBase.runTests(BenchmarkBase.java:299)
at serializers.BenchmarkBase.runBenchmark(BenchmarkBase.java:86)
at serializers.MediaItemBenchmark.runBenchmark(MediaItemBenchmark.java:15)
at serializers.BenchmarkRunner.main(BenchmarkRunner.java:51)