[infinispan-issues] [JBoss JIRA] Updated: (ISPN-443) Errors/typos in startServer.sh
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Fri May 28 10:54:08 EDT 2010
[ https://jira.jboss.org/browse/ISPN-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-443:
-------------------------------
Fix Version/s: 4.1.0.BETA2
(was: 4.1.0.CR1)
> Errors/typos in startServer.sh
> ------------------------------
>
> Key: ISPN-443
> URL: https://jira.jboss.org/browse/ISPN-443
> Project: Infinispan
> Issue Type: Bug
> Components: Cache Server
> Affects Versions: 4.1.0.BETA1
> Environment: Infinispan 4.1 Beta 1 on opensuse
> Reporter: John Ament
> Assignee: Galder Zamarreno
> Fix For: 4.1.0.BETA2
>
>
> There are a couple of errors in the startServer.sh script.
> For
> -i, --idle_timeout=<num> Idle read timeout, in seconds, used to detect stale connections (default: 60 seconds).
> If no new messages have been read within this time, the server disconnects the channel.
> Passing 0 disables idle timeout.
> if I pass -i 0
> ./startServer.sh -r hotrod -p 11311 -i 0
> May 16, 2010 9:17:50 AM org.infinispan.util.logging.AbstractLogImpl info
> INFO: Start main with args: -r, hotrod, -p, 11311, -i, 0
> startServer: invalid option -- i
> There is a typo for -r
> -r, --protocol= Protocol to understand by the server. This is a mandatory option and you should choose one of the two options
> [memcached|hotrod|websocket]
> There are 3 protocols listed, not two options.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list