is00hcw / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 1 forks source link

ERROR conf.PropertiesManager Unable to find properties file: #1091

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1../tools/tpm install alpha --topology=master-slave --master=master 
--replication-user=tungsten --replication-password=oracle 
--install-directory=/opt/continuent --members=master,slave1,slave2 --start

master-slave replication was working then i run a command
2../tungsten-replicator/bin/trepctl status

i got error

What is the expected output?

expected The key fields of master-slave replicator

What do you see instead?
2015-01-20 18:09:45,152 [ - main] ERROR conf.PropertiesManager Unable to find 
properties file: 
/opt/continuent/software/tungsten-replicator-2.2.1-403/tungsten-replicator/conf/
services.properties
2015-01-20 18:09:45,155 [ - main] WARN  management.OpenReplicatorManagerCtrl 
Unable to load 'services.properties' file
com.continuent.tungsten.replicator.ReplicatorException: Unable to find 
properties file: 
/opt/continuent/software/tungsten-replicator-2.2.1-403/tungsten-replicator/conf/
services.properties (No such file or directory)
    at com.continuent.tungsten.replicator.conf.PropertiesManager.loadProperties(PropertiesManager.java:267)
    at com.continuent.tungsten.replicator.management.OpenReplicatorManagerCtrl.<init>(OpenReplicatorManagerCtrl.java:119)
    at com.continuent.tungsten.replicator.management.OpenReplicatorManagerCtrl.main(OpenReplicatorManagerCtrl.java:204)
Exception in thread "main" java.lang.NullPointerException
    at com.continuent.tungsten.replicator.management.OpenReplicatorManagerCtrl.go(OpenReplicatorManagerCtrl.java:217)
    at com.continuent.tungsten.replicator.management.OpenReplicatorManagerCtrl.main(OpenReplicatorManagerCtrl.java:205)

What version of the product are you using?

tungsten-replicator-2.2.1-403

On what operating system?

Ubuntu 12.04 64bit

Please provide any additional information below.

Notes:

...

Original issue reported on code.google.com by blvarala...@gmail.com on 20 Jan 2015 at 12:42

GoogleCodeExporter commented 9 years ago
Are you trying to install topology which includes Oracle DBMS? If so, follow 
these articles:
https://docs.continuent.com/tungsten-replicator-3.0/deployment-hetero.html

Original comment by linas.vi...@continuent.com on 20 Jan 2015 at 2:13

GoogleCodeExporter commented 9 years ago
thanks for your reply,
i'm using mysql 

Original comment by blvarala...@gmail.com on 21 Jan 2015 at 4:29