GitHub user djKooks opened an issue: https://github.com/apache/incubator-predictionio/issues/302
Bind fail when running pio While trying tutorial, I stucked in some error. ``` Kwangins-MacBook-Pro:incubator-predictionio kwangin$ pio status [INFO] [Console$] Inspecting PredictionIO... [INFO] [Console$] PredictionIO 0.9.6 is installed at /Users/kwangin/workspace/github_source/incubator-predictionio/PredictionIO-0.9.6 [INFO] [Console$] Inspecting Apache Spark... [INFO] [Console$] Apache Spark is installed at /Users/kwangin/workspace/github_source/incubator-predictionio/PredictionIO-0.9.6/vendors/spark-1.5.1-bin-hadoop2.6 [INFO] [Console$] Apache Spark 1.5.1 detected (meets minimum requirement of 1.3.0) [INFO] [Console$] Inspecting storage backend connections... [INFO] [Storage$] Verifying Meta Data Backend (Source: PGSQL)... [INFO] [Storage$] Verifying Model Data Backend (Source: PGSQL)... [INFO] [Storage$] Verifying Event Data Backend (Source: PGSQL)... [INFO] [Storage$] Test writing to Event Store (App Id 0)... [INFO] [Console$] (sleeping 5 seconds for all messages to show up...) [INFO] [Console$] Your system is all ready to go. Kwangins-MacBook-Pro:incubator-predictionio kwangin$ pio eventserver & [1] 12303 Kwangins-MacBook-Pro:incubator-predictionio kwangin$ [INFO] [Console$] Creating Event Server at 0.0.0.0:7070 [WARN] [HttpListener] Bind to /0.0.0.0:7070 failed [ERROR] [EventServerActor] Command failed. ``` Setting seems no problem. Does someone know about this? ---- ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---