Open agaddis02 opened 1 year ago
Configuration check failed Format specifier '%s'
This is the exact error that is kicked back
it hangs in this call to String.format. in file airbyte-integrations/connectors/destination-mongodb/src/main/java/io/airbyte/integrations/destination/mongodb/MongodbDestination.java, at line 168
connectionStrBuilder.append( String.format(MongoUtils.MONGODB_SERVER_URL, credentials, instanceConfig.get(JdbcUtils.HOST_KEY).asText(), instanceConfig.get(JdbcUtils.PORT_KEY).asText(), config.get(JdbcUtils.DATABASE_KEY).asText(), tls) );
anyone an idea for a fix?
Is there a fix for this issue? I'm stuck too because of "Stack Trace: java.util.MissingFormatArgumentException: Format specifier '%s'"
Is there a fix for this issue? I'm stuck too because of "Stack Trace: java.util.MissingFormatArgumentException: Format specifier '%s'"
it hangs in this call to String.format. in file airbyte-integrations/connectors/destination-mongodb/src/main/java/io/airbyte/integrations/destination/mongodb/MongodbDestination.java, at line 168
connectionStrBuilder.append( String.format(MongoUtils.MONGODB_SERVER_URL, credentials, instanceConfig.get(JdbcUtils.HOST_KEY).asText(), instanceConfig.get(JdbcUtils.PORT_KEY).asText(), config.get(JdbcUtils.DATABASE_KEY).asText(), tls) );
anyone an idea for a fix?
I have same error, anyone resolved ?
I found that switching the version of destination to 0.1.9 in settings can temporarily solve the problem.
And need to use admin user.
Connector Name
destination-mongodb
Connector Version
0.2.0
What step the error happened?
Configuring a new connector
Revelant information
as a level set, I created a mongdb Source, and works perfectly fine, I enter the same information for a destination, and continue to get an error.
I am not using any ssh tunnel configuration, So there is no difference between the configuration for the source mongo and the destination mongo
Log file below check_connection_destination-failure-0d5262ef-5385-43a9-aa81-5a2f545bcd64.txt
Relevant log output