[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1148) java.util.MissingFormatArgumentException in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
Jeff Ramsdale (JIRA)
jira-events at lists.jboss.org
Sat Jun 4 03:31:59 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Ramsdale updated ISPN-1148:
--------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/356 (was: https://github.com/infinispan/infinispan/pull/356)
Priority: Critical (was: Blocker)
Reducing priority as failure only occurs when RemoteCacheManager fails to getCache and is handling exception. It's still a blocker for release, however.
> java.util.MissingFormatArgumentException in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
> --------------------------------------------------------------------------------------------------------
>
> Key: ISPN-1148
> URL: https://issues.jboss.org/browse/ISPN-1148
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.0.0.CR4
> Reporter: Jeff Ramsdale
> Assignee: Manik Surtani
> Priority: Critical
>
> 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);
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list