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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't connect omnisci db exception #196

Open
4 tasks
vqalex opened this issue Sep 14, 2020 · 1 comment
Open
4 tasks

can't connect omnisci db exception #196

vqalex opened this issue Sep 14, 2020 · 1 comment

Comments

@vqalex
Copy link

vqalex commented Sep 14, 2020

馃 If bug

  • [ubuntu 18.04 ] Operating System and version:
  • Browser and version:
  • [defaul setup const hostname = process.env.HOSTNAME || "localhost"
    const protocol = process.env.PROTOCOL || "http"
    const port = process.env.PORT || "6273"
    const database = process.env.DATABASE || "omnisci"
    const username = process.env.USERNAME || "admin"
    const password = process.env.PASSWORD || "HyperInteractive" ] Steps to reproduce (including dashboard link):
  • [trying to connect to DB with default creds: Something bad happened: { TOmniSciException: TOmniSciException
    at OmniSci_connect_result.module.exports.OmniSci_connect_result.read (/home/home/node_modules/@mapd/connector/dist/node-connector.js:20380:2257)
    at module.exports.exports.Client.module.exports.OmniSciClient.recv_connect (/home/home/node_modules/@mapd/connector/dist/node-connector.js:20380:240831)
    at decodeCallback (/home/home/node_modules/@mapd/connector/dist/node-connector.js:3432:42)
    at /home/home/node_modules/@mapd/connector/dist/node-connector.js:964:6
    at IncomingMessage. (/home/home/node_modules/@mapd/connector/dist/node-connector.js:3488:47)
    at emitNone (events.js:111:20)
    at IncomingMessage.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1064:12)
    at _combinedTickCallback (internal/process/next_tick.js:139:11)
    at process._tickCallback (internal/process/next_tick.js:181:9)
    name: 'TOmniSciException',
    message: 'TOmniSciException',
    error_msg: 'Authentication failure' }
    ] Description of issue:

馃啎 If feature request

  • User story:
  • Specific requirements/functionality:
  • Mocks (if applicable):
@vqalex
Copy link
Author

vqalex commented Sep 14, 2020

this is what is in the logs

omnisci_server[1144]: 2020-09-14T11:02:28.552896 E 1144 16 DBHandler.cpp:548 Authentication failure

default creds are used

const hostname = process.env.HOSTNAME || "localhost"
const protocol = process.env.PROTOCOL || "http"
const port = process.env.PORT || "6273"
const database = process.env.DATABASE || "omnisci"
const username = process.env.USERNAME || "omnisci"
const password = process.env.PASSWORD || "HyperInteractive"

tried

const hostname = process.env.HOSTNAME || "localhost"
const protocol = process.env.PROTOCOL || "http"
const port = process.env.PORT || "6273"
const database = process.env.DATABASE || "omnisci"
const username = process.env.USERNAME || "admin"
const password = process.env.PASSWORD || "HyperInteractive"

the same problem
omnisci_server[1144]: 2020-09-14T11:02:28.552896 E 1144 16 DBHandler.cpp:548 Authentication failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant