Skip to content

while running the load #51

@bhushanarora2006

Description

@bhushanarora2006

./bin/ycsb load mongodb -s
-P workloads/workloada
-p mongodb.url="mongodb://admin:xxxxxxxxxxx@host27017/admin?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false"
-p mongodb.database=admin
-p mongodb.writeConcern=acknowledged
-jvm-args="-Djavax.net.ssl.trustStore=$JAVA_HOME/lib/security/cacerts -Djavax.net.ssl.trustStorePassword=changeit"

Error:

Mongo client connection created with mongodb://admin:XXXXXXXXXX@host:27017/admin?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false&w=1
DBWrapper: report latency for each error is false and specific error codes to track for latency are: []
2025-09-16 02:59:03:576 10 sec: 0 operations; est completion in 106751991167300 days 15 hours
2025-09-16 02:59:13:576 20 sec: 0 operations; est completion in 106751991167300 days 15 hours
2025-09-16 02:59:23:576 30 sec: 0 operations; est completion in 106751991167300 days 15 hours
Exception while trying bulk insert with 0
com.mongodb.MongoTimeoutException: Timed out while waiting for a server that matches WritableServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=host:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed}, caused by {sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed}, caused by {java.security.cert.CertPathValidatorException: signature check failed}, caused by {java.security.SignatureException: Bad signature length: got 384 but was expecting 256}}]
at com.mongodb.internal.connection.BaseCluster.createAndLogTimeoutException(BaseCluster.java:392)
at com.mongodb.internal.connection.BaseCluster.selectServer(BaseCluster.java:148)
at com.mongodb.internal.connection.SingleServerCluster.selectServer(SingleServerCluster.java:46)
at com.mongodb.internal.binding.ClusterBinding.getWriteConnectionSource(ClusterBinding.java:126)
at com.mongodb.client.internal.ClientSessionBinding.getConnectionSource(ClientSessionBinding.java:128)
at com.mongodb.client.internal.ClientSessionBinding.getWriteConnectionSource(ClientSessionBinding.java:102)
at com.mongodb.internal.operation.SyncOperationHelper.withSuppliedResource(SyncOperationHelper.java:141)
at com.mongodb.internal.operation.SyncOperationHelper.withSourceAndConnection(SyncOperationHelper.java:122)
at com.mongodb.inte

Question: Can we use higher version, target is Oracle Autonomous database

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions