Package Details: dynamodb 2020_10_12-1

Git Clone URL: https://aur.archlinux.org/dynamodb.git (read-only, click to copy)
Package Base: dynamodb
Description: Amazon DynamoDB Local instance. Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.
Upstream URL: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html
Keywords: dynamodb
Licenses: custom:DynamoDB Local License Agreement
Submitter: bananaboydean
Maintainer: daniel7
Last Packager: None
Votes: 7
Popularity: 0.002843
First Submitted: 2015-09-16 21:57 (UTC)
Last Updated: 2020-10-29 18:39 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

medicineman25 commented on 2021-06-29 13:46 (UTC) (edited on 2021-06-29 14:30 (UTC) by medicineman25)

Downloaded and got this error today:

"ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console..."

Anyone know what this is?

Update: uninstalled, downloaded and ran the .jar manually. I think this is an issue with WSL. Pay no mind, it works fine on non-WSL install.

kristerv commented on 2018-09-18 08:21 (UTC) (edited on 2018-09-18 08:29 (UTC) by kristerv)

@poisonoak Can you elaborate where you made this change? My db gives error "unable to open database file". Is this the same error you were fixing?

edit: okay got it. It's just chmod -R 777 /var/lib/dynamodb

Also for anyone interested there's a conf file at /etc/dynamodb/config.cfg.

poisonoak commented on 2017-01-24 18:36 (UTC)

Thanks for the package. I found that I had to change the permissions on the script's -dbPath folder, sudo chmod 777 /var/lib/dynamodb, before it would work. 771 might also be sufficient, but I'm the only user so I didn't bother testing further. Alternatively, dropping the -dbPath argument from the script and using the default location or replacing it with -inMemory will work.

bananaboydean commented on 2015-12-11 14:00 (UTC)

Thanks gian. Should be able to push it up in a few hours.

gian commented on 2015-12-11 10:48 (UTC)

You also need to create /var/lib/dynamodb to be able to install the package

gian commented on 2015-12-11 10:26 (UTC)

And here is a patch: diff --git a/PKGBUILD b/PKGBUILD index 62e08ca..b42696f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ sha256sums=('6a2d271d62de9e4e48bd4bd866a72283dec6bacc097c2f6262ab19fc0feb34d9' ' package() { cd "$pkgdir" - mkdir -p "usr/share/dynamodb" "usr/share/licenses/dynamodb" "usr/lib/systemd/system" "usr/bin" "/etc/dynamodb" + mkdir -p "usr/share/dynamodb" "usr/share/licenses/dynamodb" "usr/lib/systemd/system" "usr/bin" "etc/dynamodb" cp -dr --no-preserve=ownership "$srcdir/DynamoDBLocal_lib/" "./usr/share/dynamodb"

gian commented on 2015-12-11 10:12 (UTC)

The package is not installable (and does not build) Here the log ==> Making package: dynamodb 1.0-1 (Fri Dec 11 11:11:24 CET 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found config.cfg -> Found dynamodb -> Found dynamodb.service -> Found dynamodb_local_2015-07-16_1.0.tar.gz ==> Validating source files with sha256sums... config.cfg ... Passed dynamodb ... Passed dynamodb.service ... Passed dynamodb_local_2015-07-16_1.0.tar.gz ... Passed ==> Extracting sources... -> Extracting dynamodb_local_2015-07-16_1.0.tar.gz with bsdtar bsdtar: Failed to set default locale ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... mkdir: cannot create directory '/etc/dynamodb': Permission denied ==> ERROR: A failure occurred in package(). Aborting...