Status: New
Owner: ----
Labels: Type-Defect Priority-Medium FoundIn
New issue 1106 by
st...@quotadeck.com: Errors replicating to MongoDB
(single server installation)
https://code.google.com/p/tungsten-replicator/issues/detail?id=1106
What steps will reproduce the problem?
Trying to configure MySQL extractor to MongoDB on on the same server
(single server installation).
MySQL works, the error is on Mongo side and I'm not sure what to do.
Followed these instructions:
https://code.google.com/p/tungsten-replicator/wiki/TRCHeterogeneousReplication#MySQL_to_MongoDB_Replication
Exact config:
###Install a MySQL Master
./tools/tpm configure defaults --reset
./tools/tpm configure extractor \
--install-directory=/opt/extractor \
--datasource-type=mysql \
--datasource-port=3306 \
--datasource-mysql-conf=/etc/mysql/my.cnf \
--datasource-log-directory=/var/lib/mysql \
--java-file-encoding=UTF8 \
--master=quotadeckdev \
--members=quotadeckdev \
--mysql-enable-enumtostring=true \
--mysql-enable-settostring=true \
--mysql-use-bytes-for-string=false \
--replication-user=tungsten \
--replication-password=xxxxxx \
"--property=
replicator.filter.replicate.do=quotadeck_dev.user_contact_match"
\
--svc-extractor-filters=colnames,pkey \
--start=true
./tools/tpm install
/opt/extractor/tungsten/tungsten-replicator/bin/trepctl services
(all is good)
###Install a MongoDB Slave
./tools/tpm configure defaults --reset
./tools/tpm configure applier \
--install-directory=/opt/applier \
--datasource-type=mongodb \
--java-file-encoding=UTF8 \
--master=quotadeckdev \
--members=quotadeckdev \
--skip-validation-check=InstallerMasterSlaveCheck \
--svc-parallelization-type=none \
--topology=master-slave \
--rmi-port=10002 \
--master-thl-port=2112 \
--master-thl-host=quotadeckdev \
--thl-port=2113 \
--start=true
./tools/tpm install
#####################################################################
# There are errors with the values provided in the configuration file
#####################################################################
-------------------------------------------------------------------------------------------------------------------------------------
ERROR >> Replication service quotadeckdev - applier: Replication service
allowed pipelines
ERROR >> > Message: Unable to extract from tungsten@quotadeckdev:27017 (NO
PASSWORD)
ERROR >> > Prompt Class: ReplicationServicePipelines
What version of the product are you using?
MySQL: 5.6
MongoDB: 2.6.8
Tungsten: tungsten-replicator-3.0.0-524
On what operating system?
Ubuntu: 14.04.2 LTS
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings