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

ArangoDB crashes when I try to install the connector #2

Open
vanthome opened this issue Feb 13, 2022 · 2 comments
Open

ArangoDB crashes when I try to install the connector #2

vanthome opened this issue Feb 13, 2022 · 2 comments

Comments

@vanthome
Copy link

I'm running 3.8.5.1 and on installing via:

npx foxx-cli install -u root -P -H http://localhost:8529 -D master-data-srv /tableau

it crashes and I see this in the logs:

a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "0".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "1".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "2".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "3".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "4".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "5".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "6".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "7".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "8".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "9".
a-arangodb         | 2022-02-13T09:47:26Z [1] WARNING [514da] {general} Service at "/tableau" specifies unknown manifest field "10".
a-arangodb exited with code 137
@vanthome
Copy link
Author

I have tried again with Version 3.9.0 and there I get:

Sorry! An unexpected error occurred. This is likely a bug in foxx-cli.
Please open an issue at https://github.com/arangodb/foxx-cli/issues with a full copy of the following error message and a description of what you were trying to do when this problem occurred.

HttpError: Payload Too Large
    at new HttpError (/home/thoppe/.npm/_npx/1f589f9261df1da2/node_modules/arangojs/error.js:154:21)
    at Object.resolve (/home/thoppe/.npm/_npx/1f589f9261df1da2/node_modules/arangojs/connection.js:452:37)
    at callback (/home/thoppe/.npm/_npx/1f589f9261df1da2/node_modules/arangojs/connection.js:210:26)
    at IncomingMessage.<anonymous> (/home/thoppe/.npm/_npx/1f589f9261df1da2/node_modules/arangojs/lib/request.node.js:108:21)
    at IncomingMessage.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)

We apologize for the inconvenience.

@pluma
Copy link
Contributor

pluma commented May 30, 2022

npx foxx-cli install -u root -P -H http://localhost:8529 -D master-data-srv /tableau

Assuming master-data-srv is your local copy of the service and /tableau is supposed to be the mount point, I think you may have the order of your arguments inverted. The example given in the CLI help is:

foxx install /hello /tmp/my-service

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

2 participants