[infinispan-issues] [JBoss JIRA] Created: (ISPN-443) Errors/typos in startServer.sh

John Ament (JIRA) jira-events at lists.jboss.org
Sun May 16 09:39:06 EDT 2010


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: Manik Surtani


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