Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web interface aren't loading. #6476

Open
nathan130200 opened this issue Aug 26, 2017 · 14 comments
Open

Web interface aren't loading. #6476

nathan130200 opened this issue Aug 26, 2017 · 14 comments
Labels
Admin UI good_for_contributors triaged The issue is reviewed and made a decision on it

Comments

@nathan130200
Copy link

nathan130200 commented Aug 26, 2017

Running rethinkdb 2.3.6-windows (MSC 190024215)...
Running on 6.1.7600 (Windows 7, Server 2008 R2)
Loading data from directory E:\RethinkDb\rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on cluster address: 127.0.0.1
Listening on driver address: 127.0.0.1
Listening on http address: 127.0.0.1
To fully expose RethinkDB on the network, bind to all addresses by running rethinkdb with the `--bind all` command line option.
Server ready, "DESKTOP_B9F5EHE_k46" c124cd8c-84f4-4f46-ab5f-6aa1d46179d2

I'm using Windows 10 (64Bits)
Aren't loading web interface (i waited more than 1 hour):

screenshot_47

My params is rethinkdb.exe --log-file rethinkdb.log

@nathan130200 nathan130200 changed the title Web interface sill blank. Web interface aren't loading. Aug 26, 2017
@robertjpayne
Copy link
Contributor

Can you check the web console for any potential JS/web rendering errors?

@nathan130200
Copy link
Author

Yes, don't have any erros

@nathan130200
Copy link
Author

Requests aren't finishing

image

@nathan130200
Copy link
Author

@robertjpayne Don't working for all browsers that i have on machine:
image

Updated Config:

bind=127.0.0.1
http-port=7070
cores=2
io-threads=64
server-name=Gaming

Updated Log:

WARNING: ignoring --server-name because this server already has a name.
Running rethinkdb 2.3.6-windows (MSC 190024215)...
Running on 6.1.7600 (Windows 7, Server 2008 R2)
Loading data from directory E:\RethinkDb\rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 7070
Listening on cluster addresses: 127.0.0.1, 25.91.132.241
Listening on driver addresses: 127.0.0.1, 25.91.132.241
Listening on http addresses: 127.0.0.1, 25.91.132.241
To fully expose RethinkDB on the network, bind to all addresses by adding `bind=all' to the config file (config.dat).
Server ready, "DESKTOP_B9F5EHE_gpu" 7788b637-81a8-4df3-9645-53f21c839be4

@marshall007
Copy link
Contributor

@nathan130200 are you running RethinkDB on the same machine you're attempting to connect from? Are you able to connect and execute queries using a client driver?

@nathan130200
Copy link
Author

nathan130200 commented Sep 8, 2017

@marshall007 Yes! Same machine. I don't tried to execute queries, i now try this.

@nathan130200
Copy link
Author

nathan130200 commented Sep 8, 2017

Wait. Using NodeJS Example works fine (https://www.rethinkdb.com/docs/install-drivers/javascript/):

$ node index.js

E:\RethinkDb\test\node_modules\bluebird\js\main\async.js:43
        fn = function () { throw arg; };
                           ^
ReqlOpFailedError: Table `test.tv_shows` already exists in:
r.db("test").tableCreate("tv_shows")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    at ReqlOpFailedError.ReqlError [as constructor] (E:\RethinkDb\test\node_modules\rethinkdb\errors.js:23:13)
    at ReqlOpFailedError.ReqlRuntimeError [as constructor] (E:\RethinkDb\test\node_modules\rethinkdb\errors.js:90:51)
    at ReqlOpFailedError.ReqlAvailabilityError [as constructor] (E:\RethinkDb\test\node_modules\rethinkdb\errors.js:167:56)
    at new ReqlOpFailedError (E:\RethinkDb\test\node_modules\rethinkdb\errors.js:178:52)
    at mkErr (E:\RethinkDb\test\node_modules\rethinkdb\util.js:177:10)
    at TcpConnection.Connection._processResponse (E:\RethinkDb\test\node_modules\rethinkdb\net.js:152:16)
    at TcpConnection.Connection._data (E:\RethinkDb\test\node_modules\rethinkdb\net.js:122:12)
    at Socket.<anonymous> (E:\RethinkDb\test\node_modules\rethinkdb\net.js:689:32)
    at emitOne (events.js:115:13)
    at Socket.emit (events.js:210:7)
    at addChunk (_stream_readable.js:252:12)
    at readableAddChunk (_stream_readable.js:239:11)
    at Socket.Readable.push (_stream_readable.js:197:10)
    at TCP.onread (net.js:589:20)

@nathan130200
Copy link
Author

But webadmin still don't working

@chrisvariety
Copy link

Seems like probably an IE issue. Can you try Chrome?

@nathan130200
Copy link
Author

nathan130200 commented Sep 8, 2017

I tried in Chrome, Opera, IE and Microsoft Edge same problem (infinite load)

@marshall007
Copy link
Contributor

@nathan130200 perhaps it's a firewall? Can you try looking at/tweaking the Windows Firewall rules (or just temporarily disable it entirely)?

@nathan130200
Copy link
Author

@marshall007 firewall already disabled.

@sagivf
Copy link

sagivf commented Oct 16, 2017

I've seen this before. Currently i'm having the same issues using nanobox.
Trying to connect via a tunnel - nanobox-io/nanobox#496 (comment)

I'll try to see if they came up with something

@rad1k4l
Copy link

rad1k4l commented Mar 25, 2021

I have same issue

@gabor-boros gabor-boros added good_for_contributors triaged The issue is reviewed and made a decision on it Admin UI labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin UI good_for_contributors triaged The issue is reviewed and made a decision on it
Projects
None yet
Development

No branches or pull requests

7 participants