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

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

    XMLWordPrintable

Details

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

    Description

      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);

      Attachments

        Activity

          People

            jramsdale Jeff Ramsdale (Inactive)
            jramsdale Jeff Ramsdale (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: