It works fine for me. Sounds like there might be some cache some where
that's corrupt? Have you tried git clean in the daffodil nifi repo?
Or might be a java version issue? If you run mvn -v does it tell you
what java version is being used? You might try an older Java version. I
think I've had issues in the past where mvn need to be run with an older
version of Java.
On 6/16/22 4:15 PM, Mike Beckerle wrote:
I wanted to see if these worked with Daffodil 3.3.0
I can't get the build instructions to work, even for the existing Daffodil
3.1.0 version the Maven pom.xml files have.
$ mvn install
[ERROR] Error executing Maven.
[ERROR] java.lang.IllegalStateException: Unable to load cache item
[ERROR] Caused by: Unable to load cache item
[ERROR] Caused by: Could not initialize class
com.google.inject.internal.cglib.core.$MethodWrapper
$
Ideas?