Chord run initiated at: Jan 14, 2016 9:37:43 AM ========================================== WARNING 1: empty handler for exception: java.io.UnsupportedEncodingException THERE IS NO LOG MESSAGE!!! Line: 92, File: "org/infinispan/commons/util/Base64.java" 88: try { 89: __bytes = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".getBytes(PREFERRED_ENCODING); 89: __bytes = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".getBytes(PREFERRED_ENCODING); 90: } // end try 91: catch (java.io.UnsupportedEncodingException use) { 92: __bytes = _NATIVE_ALPHABET; // Fall back to native encoding 93: } // end catch ========================================== ========================================== WARNING 2: empty handler for exception: java.net.MalformedURLException THERE IS NO LOG MESSAGE!!! Line: 65, File: "org/infinispan/commons/util/FileLookup.java" 62: if (f.exists()) try { 63: u = f.toURI().toURL(); 63: u = f.toURI().toURL(); 64: } 65: catch (MalformedURLException e) { 66: // what do we do here? 67: } ========================================== ========================================== WARNING 3: empty handler for exception: java.net.MalformedURLException THERE IS NO LOG MESSAGE!!! Line: 79, File: "org/infinispan/commons/util/FileLookup.java" 76: if (f.exists()) try { 77: u.add(f.toURI().toURL()); 77: u.add(f.toURI().toURL()); 78: } 79: catch (MalformedURLException e) { 80: // what do we do here? 81: } ========================================== ========================================== WARNING 4: empty handler for exception: java.lang.NoClassDefFoundError THERE IS NO LOG MESSAGE!!! ERROR: Invalid line range: 102-0, File: org/infinispan/commons/util/Util.java ========================================== ========================================== WARNING 5: empty handler for exception: java.lang.NoClassDefFoundError THERE IS NO LOG MESSAGE!!! Line: 161, File: "org/infinispan/commons/util/Util.java" 156: try { 157: return (Class) Class.forName(classname, true, cl); 157: return (Class) Class.forName(classname, true, cl); 158: } catch (ClassNotFoundException ce) { 159: e = ce; 160: } catch (NoClassDefFoundError ce) { 161: ne = ce; 162: } ========================================== ========================================== WARNING 6: empty handler for exception: java.lang.Exception THERE IS NO LOG MESSAGE!!! Line: 237, File: "org/infinispan/commons/util/Util.java" 231: try { 232: Method factoryMethod = getFactoryMethod(clazz); 233: if (factoryMethod != null) instance = (T) factoryMethod.invoke(null); 233: if (factoryMethod != null) instance = (T) factoryMethod.invoke(null); 234: } 235: catch (Exception e) { 236: // no factory method or factory method failed. Try a constructor. 237: instance = null; 238: } ========================================== ========================================== WARNING 7: empty handler for exception: java.lang.Exception THERE IS NO LOG MESSAGE!!! Line: 434, File: "org/infinispan/commons/util/Util.java" 432: try { 433: o.flush(); 433: o.flush(); 434: } catch (Exception e) { 435: 436: } ========================================== ========================================== WARNING 8: empty handler for exception: java.lang.Exception THERE IS NO LOG MESSAGE!!! Line: 449, File: "org/infinispan/commons/util/Util.java" 447: try { 448: o.flush(); 448: o.flush(); 449: } catch (Exception e) { 450: 451: } ========================================== ========================================== WARNING 9: empty handler for exception: java.lang.Throwable THERE IS NO LOG MESSAGE!!! Line: 77, File: "org/infinispan/commons/util/concurrent/CompositeNotifyingFuture.java" 74: try { 75: results.add(future.get()); 75: results.add(future.get()); 76: } catch (Throwable e) { 77: error = e; 78: } ========================================== ========================================== WARNING 10: empty handler for exception: java.lang.Exception THERE IS NO LOG MESSAGE!!! Line: 3386, File: "org/infinispan/commons/util/concurrent/jdk8backported/ForkJoinPool.java" 3371: try { // TBD: limit or report ignored exceptions? 3372: String pp = System.getProperty 3373: ("java.util.concurrent.ForkJoinPool.common.parallelism"); 3374: String hp = System.getProperty 3375: ("java.util.concurrent.ForkJoinPool.common.exceptionHandler"); 3376: String fp = System.getProperty 3377: ("java.util.concurrent.ForkJoinPool.common.threadFactory"); 3378: if (fp != null) 3379: fac = ((ForkJoinWorkerThreadFactory)ClassLoader. 3379: fac = ((ForkJoinWorkerThreadFactory)ClassLoader. 3380: getSystemClassLoader().loadClass(fp).newInstance()); 3381: if (hp != null) 3382: handler = ((Thread.UncaughtExceptionHandler)ClassLoader. 3383: getSystemClassLoader().loadClass(hp).newInstance()); 3384: if (pp != null) 3385: par = Integer.parseInt(pp); 3386: } catch (Exception ignore) { 3387: } ========================================== ========================================== WARNING 11: empty handler for exception: java.lang.Exception There are log messages.. Line: 30, File: "org/infinispan/configuration/format/PropertyFormatter.java" 27: try { 28: plainToString = Object.class.getMethod("toString"); 28: plainToString = Object.class.getMethod("toString"); 29: } catch (Exception e) { 30: log.error("Error while initializing", e); 31: } ========================================== ========================================== WARNING 12: empty handler for exception: javax.transaction.SystemException THERE IS NO LOG MESSAGE!!! Line: 47, File: "org/infinispan/context/impl/LocalTxInvocationContext.java" 45: try { 46: status = t.getStatus(); 46: status = t.getStatus(); 47: } catch (SystemException e) { 48: // no op 49: } ========================================== ========================================== WARNING 13: empty handler for exception: java.lang.Exception THERE IS NO LOG MESSAGE!!! Line: 84, File: "org/infinispan/factories/components/ComponentMetadataPersister.java" 74: try { 75: Class dependencyType = Util.loadClass(s, cl); 76: ComponentMetadata equivalent = null; 77: for (ComponentMetadata cm : repo.componentMetadataMap.values()) { 77: for (ComponentMetadata cm : repo.componentMetadataMap.values()) { 78: if (dependencyType.isAssignableFrom(cm.getClazz())) { 79: equivalent = cm; 80: break; 81: } 82: } 83: if (equivalent != null) repo.componentMetadataMap.put(s, equivalent); 84: } catch (Exception e) { 85: } ========================================== ========================================== WARNING 14: empty handler for exception: org.apache.commons.codec.EncoderException THERE IS NO LOG MESSAGE!!! Line: 116, File: "org/infinispan/persistence/rest/RestStore.java" 112: try { 113: if (configuration.appendCacheNameToPath()) { 114: path = path + urlCodec.encode(ctx.getCache().getName()) + "/"; 114: path = path + urlCodec.encode(ctx.getCache().getName()) + "/"; 115: } 116: } catch (EncoderException e) { 117: } ========================================== ========================================== WARNING 15: empty handler for exception: java.lang.IllegalAccessException THERE IS NO LOG MESSAGE!!! Line: 55, File: "org/infinispan/protostream/annotations/impl/ProtoEnumTypeMetadata.java" ========================================== ========================================== WARNING 16: empty handler for exception: java.lang.IllegalStateException THERE IS NO LOG MESSAGE!!! Line: 96, File: "org/infinispan/security/impl/AuthorizationHelper.java" 93: try { 94: cachedMask = maskCache != null ? maskCache.get(maskCacheScope, subject) : null; 94: cachedMask = maskCache != null ? maskCache.get(maskCacheScope, subject) : null; 95: } catch (IllegalStateException e) { 96: cachedMask = null; 97: } ========================================== ========================================== WARNING 17: empty handler for exception: org.infinispan.commons.CacheException THERE IS NO LOG MESSAGE!!! Line: 180, File: "org/infinispan/statetransfer/StateTransferInterceptor.java" 177: try { 178: return invokeNextInterceptor(ctx, command); 178: return invokeNextInterceptor(ctx, command); 179: } catch (CacheException e) { 180: Throwable ce = e; 181: while (ce instanceof RemoteException) { 182: ce = ce.getCause(); 183: } ========================================== ========================================== WARNING 18: empty handler for exception: java.lang.Throwable THERE IS NO LOG MESSAGE!!! Line: 510, File: "org/infinispan/topology/ClusterTopologyManagerImpl.java" 507: try { 508: if (trace) log.tracef("Attempting to execute command on self: %s", command); 509: command.perform(null); 509: command.perform(null); 510: } catch (Throwable throwable) { 511: // The command already logs any exception in perform() 512: } ========================================== ========================================== WARNING 19: empty handler for exception: java.lang.Throwable There are log messages.. Line: 189, File: "org/infinispan/topology/LocalTopologyManagerImpl.java" 185: try { 186: gcr.wireDependencies(command); 186: gcr.wireDependencies(command); 187: rebalancingEnabled = (Boolean) ((SuccessfulResponse) command.perform(null)).getResponseValue(); 188: } catch (Throwable t) { 189: log.warn("Failed to obtain the rebalancing status", t); 190: } ========================================== ========================================== WARNING 20: empty handler for exception: javax.transaction.xa.XAException There are log messages.. Line: 86, File: "org/infinispan/transaction/xa/XaTransactionTable.java" 83: try { 84: txCoordinator.rollback(localTransaction); 84: txCoordinator.rollback(localTransaction); 85: } catch (XAException xae) { 86: log.debug("Caught exception attempting to clean up " + xid, xae); 87: } ========================================== ========================================== WARNING 21: empty handler for exception: java.lang.Throwable THERE IS NO LOG MESSAGE!!! Line: 160, File: "org/infinispan/xsite/statetransfer/XSiteStateProviderImpl.java" ERROR: Invalid line range: 0-160, File: org/infinispan/xsite/statetransfer/XSiteStateProviderImpl.java ========================================== ==== Total catch blocks analyzed: 2927 ========= Chord run completed at: Jan 14, 2016 9:37:52 AM Total time: 00:00:09:323 hh:mm:ss:ms