-
Notifications
You must be signed in to change notification settings - Fork 1
Description
hello below is the error I suffer during run mongoose load on minio. what I am missing?
====error log====
[root@localhost mongoose]# sudo java -jar mongoose-4.1.4.jar --storage-driver-type=s3 --storage-net-node-port=9000 --storage-auth-uid=minioadmin --storage-auth-secret=minioadmin --storage-net-node-addrs=127.0.0.1
################################################### mongoose v 4.1.4 ###################################################
2020-05-25T21:53:10,101 I main Available/installed extensions:
dummy-mock --------------------> com.emc.mongoose.storage.driver.mock.DummyStorageDriverMockExtension
Load --------------------------> com.emc.mongoose.load.step.linear.LinearLoadStepExtension
PipelineLoad ------------------> com.emc.mongoose.load.step.pipeline.PipelineLoadStepExtension
WeightedLoad ------------------> com.emc.mongoose.load.step.weighted.WeightedLoadStepExtension
coop-mock ---------------------> com.emc.mongoose.storage.driver.coop.mock.CoopStorageDriverMockExtension
net ---------------------------> com.emc.mongoose.storage.driver.coop.netty.NettyStorageDriverExtension
netty-mock --------------------> com.emc.mongoose.storage.driver.coop.netty.mock.NettyStorageDriverMockExtension
http --------------------------> com.emc.mongoose.storage.driver.coop.netty.http.HttpStorageDriverExtension
atmos -------------------------> com.emc.mongoose.storage.driver.coop.netty.http.atmos.AtmosStorageDriverExtension
s3 ----------------------------> com.emc.mongoose.storage.driver.coop.netty.http.s3.AmzS3StorageDriverExtension
swift -------------------------> com.emc.mongoose.storage.driver.coop.netty.http.swift.SwiftStorageDriverExtension
nio-mock ----------------------> com.emc.mongoose.storage.driver.coop.nio.mock.NioStorageDriverMockExtension
fs ----------------------------> com.emc.mongoose.storage.driver.coop.nio.fs.FileStorageDriverExtension
preempt-mock ------------------> com.emc.mongoose.storage.driver.preempt.mock.PreemptStorageDriverMockExtension
Warning: Nashorn engine is planned to be removed from a future JDK release
2020-05-25T21:53:10,307 I main Using the "Oracle Nashorn" scenario engine
2020-05-25T21:53:10,630 E LinearLoadStepClient main linear_20200525.215310.599: failed to init the storage driver
CAUSE: com.emc.mongoose.exception.OmgShootMyFootException: Failed to create the storage driver for the type "s3 ", available types: [dummy-mock, coop-mock, netty-mock, atmos, s3, swift, nio-mock, fs, preempt-mock]
2020-05-25T21:53:10,657 E LinearLoadStepClient main linear_20200525.215310.599: failed to start the step slice "com.emc.mongoose.load.step.linear.LinearLoadStepLocal@32cb636e"
CAUSE: java.lang.IllegalStateException: Failed to initialize the storage driver
CAUSE: com.emc.mongoose.exception.OmgShootMyFootException: Failed to create the storage driver for the type "s3 ", available types: [dummy-mock, coop-mock, netty-mock, atmos, s3, swift, nio-mock, fs, preempt-mock]
2020-05-25T21:53:10,658 I LinearLoadStepClient main linear_20200525.215310.599: load step client started, additional nodes: []
2020-05-25T21:53:10,701 I main linear_20200525.215310.599: await for 1 step slices done
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase shutdown
WARNING: Not allowed to shutdown while state is "SHUTDOWN"
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase shutdown
WARNING: Not allowed to shutdown while state is "STOPPED"
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase stop
WARNING: Not allowed to stop while state is "STOPPED"
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase shutdown
WARNING: Not allowed to shutdown while state is "STOPPED"
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase stop
WARNING: Not allowed to stop while state is "STOPPED"
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase shutdown
WARNING: Not allowed to shutdown while state is "STOPPED"
May 26, 2020 5:53:10 AM com.github.akurilov.commons.concurrent.AsyncRunnableBase stop
WARNING: Not allowed to stop while state is "STOPPED"
[root@localhost mongoose]#
===my ext folder is===
[root@localhost ext]# ls -l
total 6640
-rwxrwxrwx. 1 root root 8691 May 26 03:45 mongoose-load-step-linear.jar
-rwxrwxrwx. 1 root root 12052 May 26 03:45 mongoose-load-step-pipeline.jar
-rwxrwxrwx. 1 root root 12061 May 26 03:45 mongoose-load-step-weighted.jar
-rwxrwxrwx. 1 root root 12270 May 26 03:45 mongoose-storage-driver-coop.jar
-rwxrwxrwx. 1 root root 15045 May 26 03:45 mongoose-storage-driver-coop-netty-http-atmos.jar
-rwxrwxrwx. 1 root root 578814 May 26 03:45 mongoose-storage-driver-coop-netty-http.jar
-rwxrwxrwx. 1 root root 24166 May 26 03:45 mongoose-storage-driver-coop-netty-http-s3.jar
-rwxrwxrwx. 1 root root 21192 May 26 03:45 mongoose-storage-driver-coop-netty-http-swift.jar
-rwxrwxrwx. 1 root root 6020463 May 26 03:45 mongoose-storage-driver-coop-netty.jar
-rwxrwxrwx. 1 root root 23839 May 26 03:45 mongoose-storage-driver-coop-nio-fs.jar
-rwxrwxrwx. 1 root root 13625 May 26 03:45 mongoose-storage-driver-coop-nio.jar
-rwxrwxrwx. 1 root root 8914 May 26 03:45 mongoose-storage-driver-preempt.jar
-rwxrwxrwx. 1 root root 27022 May 26 05:40 mongoose-storage-driver-s3.jar
[root@localhost ext]#