Z:\git\jvm-serializers\tpc\build.xml:29: java.lang.IllegalStateException: Unknown local variable 2
21 views
Skip to first unread message
francis.a...@gmail.com
unread,
Mar 18, 2013, 4:10:18 AM3/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-serializat...@googlegroups.com
Hi
I am trying to build/run the benchmark on my PC. Here the build.xml result:
Buildfile: Z:\git\jvm-serializers\tpc\build.xml prepare: compile: [activemqprotoc] Compiling: Z:\git\jvm-serializers\tpc\media.activemq.proto [javac] Z:\git\jvm-serializers\tpc\build.xml:19: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable bu ilds [javac] Z:\git\jvm-serializers\tpc\build.xml:22: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable bu ilds [javac] Compiling 1 source file to Z:\git\jvm-serializers\tpc\build jarjar: [jarjar] Building jar: Z:\git\jvm-serializers\tpc\dist\tpc-benchmark.jar
BUILD FAILED Z:\git\jvm-serializers\tpc\build.xml:29: java.lang.IllegalStateException: Unknown local variable 2
Total time: 1 second
WHat is this local variable 2?
francis.a...@gmail.com
unread,
Mar 18, 2013, 8:23:28 AM3/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-serializat...@googlegroups.com
Hi
Fix this issue by using kryo1-1.05-all.jar and adding objenesis-1.1.jar in the lib directory.