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

[Bug]: cannot start correctly #9047

Open
jaffliang opened this issue Apr 10, 2024 · 1 comment
Open

[Bug]: cannot start correctly #9047

jaffliang opened this issue Apr 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jaffliang
Copy link

Short description of current behavior

OS Windows 11.
Docker desktop started, mysql API started http API started. but response:
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

after install curl in container,
curl https://cn.bing.com
ok.

curl https://mindsdb-web-builds.s3.amazonaws.com/
it fails:
curl: (7) Failed to connect to mindsdb-web-builds.s3.amazonaws.com port 443 after 2 ms: Couldn't connect to server

In my host machine's browser,
https://mindsdb-web-builds.s3.amazonaws.com/
is ok.

2024-04-10 10:42:28 [nltk_data] Error loading punkt: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:28 [nltk_data]     assign requested address>
2024-04-10 10:42:28 [nltk_data] Error loading stopwords: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:28 [nltk_data]     assign requested address>
2024-04-10 10:42:30 2024-04-10 02:42:30,408     MainProcess INFO     mindsdb: ✓ telemetry enabled
2024-04-10 10:42:30 2024-04-10 02:42:30,438     MainProcess INFO     alembic.runtime.migration: Context impl SQLiteImpl.
2024-04-10 10:42:30 2024-04-10 02:42:30,438     MainProcess INFO     alembic.runtime.migration: Will assume non-transactional DDL.
2024-04-10 10:42:30 2024-04-10 02:42:30,455     MainProcess INFO     mindsdb: Version: 24.3.5.0
2024-04-10 10:42:30 2024-04-10 02:42:30,455     MainProcess INFO     mindsdb: Configuration file: /root/mindsdb_config.json
2024-04-10 10:42:30 2024-04-10 02:42:30,455     MainProcess INFO     mindsdb: Storage path: /root/mdb_storage
2024-04-10 10:42:30 2024-04-10 02:42:30,455     MainProcess INFO     mindsdb: Some handlers cannot be imported. You can check list of available handlers by execute command in sql editor:
2024-04-10 10:42:30 select * from information_schema.handlers;
2024-04-10 10:42:30 2024-04-10 02:42:30,499     MainProcess INFO     mindsdb: http API: starting...
2024-04-10 10:42:30 2024-04-10 02:42:30,504     MainProcess INFO     mindsdb: mysql API: starting...
2024-04-10 10:42:30 2024-04-10 02:42:30,505     MainProcess INFO     mindsdb: mongodb API: starting...
2024-04-10 10:42:30 2024-04-10 02:42:30,505     MainProcess INFO     mindsdb: jobs API: starting...
2024-04-10 10:42:30 2024-04-10 02:42:30,506     MainProcess INFO     mindsdb: tasks API: starting...
2024-04-10 10:42:31 2024-04-10 02:42:31,383            jobs INFO     mindsdb.interfaces.jobs.scheduler: Jobs API is starting..
2024-04-10 10:42:31 2024-04-10 02:42:31,395            jobs INFO     mindsdb.interfaces.jobs.scheduler: Scheduler starts
2024-04-10 10:42:32 [nltk_data] Error loading punkt: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading punkt: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading stopwords: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading stopwords: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading punkt: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading punkt: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading stopwords: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:32 [nltk_data] Error loading stopwords: <urlopen error [Errno 99] Cannot
2024-04-10 10:42:32 [nltk_data]     assign requested address>
2024-04-10 10:42:34 2024-04-10 02:42:34,549         mongodb INFO     mindsdb.api.mongo.start: Mongo API is starting..
2024-04-10 10:42:34 2024-04-10 02:42:34,613           mysql INFO     mindsdb.api.mysql.start: MySQL API is starting..
2024-04-10 10:42:37 2024-04-10 02:42:37,310            http INFO     mindsdb.metrics.server: PROMETHEUS_MULTIPROC_DIR environment variable is not set. Metrics server won't be started.
2024-04-10 10:42:37 2024-04-10 02:42:37,312            http INFO     mindsdb.api.http.initialize:  - GUI available at http://127.0.0.1:47334/
2024-04-10 10:42:37 2024-04-10 02:42:37,324            http ERROR    mindsdb.api.http.initialize: Is no connection. HTTPSConnectionPool(host='mindsdb-web-builds.s3.amazonaws.com', port=443): Max retries exceeded with url: /compatible-config.json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faf2dcd37c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2024-04-10 10:42:37 2024-04-10 02:42:37,340           mysql INFO     mindsdb.api.mysql.mysql_proxy.mysql_proxy: Starting MindsDB Mysql proxy server on tcp://0.0.0.0:47335
2024-04-10 10:42:37 2024-04-10 02:42:37,340           mysql INFO     mindsdb.api.mysql.mysql_proxy.mysql_proxy: Waiting for incoming connections...
2024-04-10 10:42:37 2024-04-10 02:42:37,535     MainProcess INFO     mindsdb: mysql API: started on 47335
2024-04-10 10:42:37 2024-04-10 02:42:37,535     MainProcess INFO     mindsdb: http API: started on 47334
2024-04-10 10:42:37 2024-04-10 02:42:37,535     MainProcess INFO     mindsdb: mongodb API: started on 47336

Video or screenshots

No response

Expected behavior

No response

How to reproduce the error

docker run --name mindsdb_container -d -p 47334:47334 -p 47335:47335 -v C:/dockerStore/mdb_data:/root/mdb_storage mindsdb/mindsdb

Anything else?

No response

@jaffliang jaffliang added the bug Something isn't working label Apr 10, 2024
@ZoranPandovski
Copy link
Member

@setohe0909 can you check this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants