99x / 99x/dynamodb-localhost

localPath

Open
#25 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
34
Forks
87
PR merge metrics
No merged PRs in 30d

Description

installing new DyanamoDB does not add the local path in the path.

I have to assign localpath to "bin" in order to install the database.

`[ '-Djava.library.path=/Users/aaalsubaie/Projects/propman-server/node_modules/dynamodb-localhost/dynamodb//bin/DynamoDBLocal_lib',
'-jar',
'DynamoDBLocal.jar',
'-port',
8000 ]`

this might be the source of the problem:
`db_dir = utils.absPath(config.setup.install_path)`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the install path through the `db_dir = utils.absPath(config.setup.install_path)` entry point and compare it with the reported `java.library.path` command. Confirm how the `bin` directory is selected during a new DynamoDB installation. Done means the local library path is added automatically and the database starts without manually assigning `localpath` to `bin`.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
databases, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.