netroby created GEODE-2281:
------------------------------
Summary: can not create redis server as the document describle
Key: GEODE-2281
URL: https://issues.apache.org/jira/browse/GEODE-2281
Project: Geode
Issue Type: Bug
Reporter: netroby
gfsh> start server --name=server1 --redis-bind-address=localhost
--redis-port=11211 --J=-Dgemfireredis.regiontype=PARTITION_PERSISTENT
Starting a Geode Server in
/home/huzhifeng/workspace/geode-demo/apache-geode-1.0.0-incubating/server1...
The Cache Server process terminated unexpectedly with exit status 1. Please
refer to the log file in
/home/huzhifeng/workspace/geode-demo/apache-geode-1.0.0-incubating/server1 for
full details.
Exception in thread "main" java.lang.RuntimeException: An IO error occurred
while starting a Server in
/home/huzhifeng/workspace/geode-demo/apache-geode-1.0.0-incubating/server1 on
172.17.0.1[40404]: Network is unreachable; port (40404) is not available on
localhost.
at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:735)
at org.apache.geode.distributed.ServerLauncher.run(ServerLauncher.java:633)
at org.apache.geode.distributed.ServerLauncher.main(ServerLauncher.java:184)
Caused by: java.net.BindException: Network is unreachable; port (40404) is not
available on localhost.
at
org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:127)
at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:688)
... 2 more
http://geode.apache.org/docs/guide/tools_modules/redis_adapter.html
I download the latest geode binary distribute
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)