➜ / stf local —allow-remote
INF/util:procutil 8185 [*] Forking "/usr/local/lib/node_modules/.stf_npminstall/node_modules/.2.1.0@stf/lib/cli.js migrate"
INF/db 8186 [*] Connecting to 127.0.0.1:28015
INF/db 8186 [*] Unable to connect to 127.0.0.1:28015
FTL/db 8186 [*] No hosts left to try
FTL/util:lifecycle 8186 [*] Shutting down due to fatal error
/usr/local/lib/node_modules/.stf_npminstall/node_modules/.2.11.0@bluebird/js/main/promise.js:680
throw e;
^
ExitError: Exit code "1"
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/.stf_npminstall/node_modules/.2.1.0@stf/lib/util/procutil.js:49:23)
at emitTwo (events.js:100:13)
at ChildProcess.emit (events.js:185:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
Is this what is the problem ?
You don't have rethinkdb running. Read the README.
On Thursday, 3 November 2016, Thinker [email protected] wrote:
`➜ / stf local —allow-remote
INF/util:procutil 8185 [
_] Forking
"/usr/local/lib/node_modules/.stf_npminstall/node_modules/.2.1.0@stf/lib/cli.js
migrate" INF/db 8186 [_] Connecting to 127.0.0.1:28015
INF/db 8186 [
_] Unable to connect to 127.0.0.1:28015 http://127.0.0.1:28015 FTL/db
8186 [_] No hosts left to try
FTL/util:lifecycle 8186 [*] Shutting down due to fatal error/usr/local/lib/node_modules/.stf_npminstall/node_modules/.2.11.0@bluebird
/js/main/promise.js:680
throw e;
^
ExitError: Exit code "1"
at ChildProcess.(/usr/local/lib/node_modules/.
stf_npminstall/node_modules/.2.1.0@stf/lib/util/procutil.js:49:23)
at emitTwo (events.js💯13)
at ChildProcess.emit (events.js:185:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)`Is this what is the problem ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/openstf/stf/issues/458, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAB-_W_J1fZloXkoBg9KswuM0uX9gxnEks5q6ZdRgaJpZM4KoFkS
.
@sorccu Rethinkdb has started successfully
➜ / sudo rethinkdb --port-offset 1
Running rethinkdb 2.3.5 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.0.0 x86_64
Loading data from directory /rethinkdb_data
warn: Cache size does not leave much memory for server and query overhead (available memory: 595 MB).
warn: Cache size is very low and may impact performance.
Listening for intracluster connections on port 29016
Listening for client driver connections on port 28016
Listening for administrative HTTP connections on port 8081
Listening on cluster addresses: 127.0.0.1, ::1
Listening on driver addresses: 127.0.0.1, ::1
Listening on http addresses: 127.0.0.1, ::1
To fully expose RethinkDB on the network, bind to all addresses by running rethinkdb with the `--bind all` command line option.
Server ready, "ACA80F71_ipt_aol_com_sg2" cce7c577-0f19-454e-b
Why did you use the port offset flag? Now everything's running on the wrong
port. You can see from the log messages that the ports are different.
On Thursday, 3 November 2016, Thinker [email protected] wrote:
@sorccu https://github.com/sorccu Rethinkdb has started successfully
➜ / sudo rethinkdb --port-offset 1
Running rethinkdb 2.3.5 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.0.0 x86_64
Loading data from directory /rethinkdb_data
warn: Cache size does not leave much memory for server and query overhead (available memory: 595 MB).
warn: Cache size is very low and may impact performance.
Listening for intracluster connections on port 29016
Listening for client driver connections on port 28016
Listening for administrative HTTP connections on port 8081
Listening on cluster addresses: 127.0.0.1, ::1
Listening on driver addresses: 127.0.0.1, ::1
Listening on http addresses: 127.0.0.1, ::1
To fully expose RethinkDB on the network, bind to all addresses by running rethinkdb with the--bind allcommand line option.
Server ready, "ACA80F71_ipt_aol_com_sg2" cce7c577-0f19-454e-b—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/openstf/stf/issues/458#issuecomment-258083756, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAB-_b7OUFhD2hB6OXywiE3dDv0fxgGCks5q6ZhDgaJpZM4KoFkS
.
@sorccu Thank you, i can
Most helpful comment
You don't have rethinkdb running. Read the README.
On Thursday, 3 November 2016, Thinker [email protected] wrote: