Skip to content

Instantly share code, notes, and snippets.

[wburns@wburns:infinispan][ISPN-3197-singlethread]$ mvn clean install -pl server/memcached
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Infinispan Memcached Server 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ infinispan-server-memcached ---
[INFO] Deleting /home/wburns/RedHat/infinispan/server/memcached/target
[INFO]
[INFO] Running org.jsr107.tck.CachingProviderClassLoaderTest
[INFO] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.114 sec <<< FAILURE!
[INFO] closeClassLoader(org.jsr107.tck.CachingProviderClassLoaderTest) Time elapsed: 0.005 sec <<< ERROR!
[INFO] The following CacheManagers through these exceptions on close()
[INFO] CacheManager org.infinispan.jcache.JCachingProvider: java.lang.IllegalStateException
[INFO] at org.infinispan.jcache.JCachingProvider.close(JCachingProvider.java:155)
[INFO] at org.jsr107.tck.CachingProviderClassLoaderTest.startUp(CachingProviderClassLoaderTest.java:62)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
private final ConcurrentMap<Object, Future<Object>> concurrentReads = new ConcurrentHashMap<Object, Future<Object>>();
private class GetKeyValueCallable implements Callable<Object> {
private final InvocationContext ctx;
private final GetKeyValueCommand command;
public GetKeyValueCallable(InvocationContext ctx, GetKeyValueCommand command) {
this.ctx = ctx;
this.command = command;
}
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source
~ Copyright 2009 Red Hat Inc. and/or its affiliates and other
~ contributors as indicated by the @author tags. All rights reserved.
~ See the copyright.txt in the distribution for a full listing of
~ individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
/usr/lib/jvm/java/bin/java -ea -Dlog4j.configuration=/home/wburns/log4j.xml -Dinfinispan.test.jgroups.protocol=tcp -Djgroups.bind_addr=127.0.0.1 -Djava.net.preferIPv4Stack=true -Dinfinispan.unsafe.allow_jdk8_chm=true -Didea.launcher.port=7543 -Didea.launcher.bin.path=/home/wburns/Documents/RedHat/idea-IU/bin -Dfile.encoding=UTF-8 -classpath /home/wburns/Documents/RedHat/idea-IU/plugins/testng/lib/testng-plugin.jar:/usr/lib/jvm/java/jre/lib/jsse.jar:/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/management-agent.jar:/usr/lib/jvm/java/jre/lib/rhino.jar:/usr/lib/jvm/java/jre/lib/charsets.jar:/usr/lib/jvm/java/jre/lib/resources.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/java/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java/jre/lib/ext/localedata.jar:/usr/lib/jvm/java/jre/lib/ext/pulse-java.jar:/usr/lib/jvm/java/jre/lib/ext/sunec.jar:/usr/lib/jvm/java/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java/jre/lib/ext/gnome-java-bridge.jar:/usr/lib/jvm/java/jre/lib/ext/sunjce