Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1148

java.util.MissingFormatArgumentException in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 5.0.0.CR8, 5.0.0.FINAL
    • 5.0.0.CR4
    • None
    • None

      RemoteCacheManager.getCache() fails due to typo in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.

      Line 82 of TcpTransport contains:
      String message = String.format("Could not connect to server: %s" + serverAddress);
      but should be:
      String message = String.format("Could not connect to server: %s", serverAddress);

              jramsdale Jeff Ramsdale (Inactive)
              jramsdale Jeff Ramsdale (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: