pjmorce
unread,Jun 21, 2012, 8:00:48 AM6/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sql-to-nosql-importer-discuss
Hello,
I am trying to connect to a mongoDB Database. In the import.properties
file, I have:
mongo.host=localhost
mongo.useAuth=false
mongo.user=sathis
mongo.password=mongo
mongo.db=myDB
mongo.collection=users
When executing the migration, I have the following error:
Exception in thread "main" java.util.MissingResourceException: Can't
find resource for bundle java.util.PropertyResourceBundle, key
mongo.url
As it said, I do not have any "mongo.url" parameter in the
import.properties file. However, I do not find anything saying that it
must be there and what value it has to have.
Anyone can help me about this issue?
Thank you
Regards