mahurtado / CouchbaseGoldenGateAdapter

This is an adapter for synchronize Oracle tables with Couchbase database using Oracle Golden Gate
3 stars 2 forks source link

start tcbase failing but no error in logfile #1

Open kamal141 opened 6 years ago

kamal141 commented 6 years ago

I am following https://github.com/mahurtado/CouchbaseGoldenGateAdapter

CouchbaseGoldenGateAdapter.. I followed all steps

GGSCI (couchbasehost) 17> start TCBASE

Sending START request to MANAGER ... EXTRACT TCBASE starting GGSCI (couchbasehost) 18> info all Program Status Group Lag at Chkpt Time Since Chkpt MANAGER RUNNING EXTRACT STOPPED TCBASE 00:00:00 01:36:39

-- no error in the log ----

2018-06-11 13:28:13 INFO OGG-00975 Oracle GoldenGate Manager, mgr.prm: EXTRACT TCBASE starting. 2018-06-11 13:28:14 INFO OGG-00992 Oracle GoldenGate Capture, tcbase.prm: EXTRACT TCBASE starting. 2018-06-11 13:28:14 INFO OGG-03059 Oracle GoldenGate Capture, tcbase.prm: Operating system character set identified as UTF-8. 2018-06-11 13:28:14 INFO OGG-02695 Oracle GoldenGate Capture, tcbase.prm: ANSI SQL parameter syntax is used for parameter parsing. 2018-06-11 13:28:14 INFO OGG-02095 Oracle GoldenGate Capture, tcbase.prm: Successfully set environment variable GGS_USEREXIT_CONF=dirprm/tcbase.properties. 2018-06-11 13:28:14 INFO OGG-02095 Oracle GoldenGate Capture, tcbase.prm: Successfully set environment variable GGS_JAVAUSEREXIT_CONF=dirprm/tcbase.properties. 2018-06-11 13:28:14 INFO OGG-02095 Oracle GoldenGate Capture, tcbase.prm: Successfully set environment variable GGS_USEREXIT_CONF=dirprm/tcbase.properties. 2018-06-11 13:28:14 INFO OGG-02095 Oracle GoldenGate Capture, tcbase.prm: Successfully set environment variable GGS_JAVAUSEREXIT_CONF=dirprm/tcbase.properties. 2018-06-11 13:28:14 INFO OGG-04524 Oracle GoldenGate Capture, tcbase.prm: /u01/app/oracle/ggaa/extract running with user exit library ./libggjava_ue.so, compatiblity level (4) is current. 2018-06-11 13:28:14 INFO OGG-04526 Oracle GoldenGate Capture, tcbase.prm: /u01/app/oracle/ggaa/extract running with user exit library ./libggjava_ue.so. Current session character set is operating system default character set. 2018-06-11 13:28:14 INFO OGG-01851 Oracle GoldenGate Capture, tcbase.prm: filecaching started: thread ID: 139783584278272. 2018-06-11 13:28:14 INFO OGG-01815 Oracle GoldenGate Capture, tcbase.prm: Virtual Memory Facilities for: COM anon alloc: mmap(MAP_ANON) anon free: munmap file alloc: mmap(MAP_SHARED) file free: munmap target directories: /u01/app/oracle/ggaa/dirtmp. 2018-06-11 13:28:14 INFO OGG-04525 Oracle GoldenGate Capture, tcbase.prm: /u01/app/oracle/ggaa/extract running with user exit library ./libggjava_ue.so, current session character set is CESU-8.

--

why the extracr tcbase not starrting and why there is no error on the ogg ggser.log file.?

kamal141 commented 6 years ago

no update.?