View Issue Details

IDProjectCategoryView StatusLast Update
0003781SymmetricDSBugpublic2019-08-26 12:45
Reportersaga1015 Assigned Toelong  
Priorityhigh 
Status closedResolutionopen 
Product Version3.9.14 
Summary0003781: meet error "ERRORDATA_STACK_SIZE exceeded" when start central node instance (database is greenplum 5.11.0)
Descriptionhi ,first of all ,forgive my poor English.
I downloaded the symmetricDS package from your website ,and started to install symmetricDS follow Tutorials Guide, I Created the sample tables for items, prices, and sales, in the root database, then I created the SymmetricDS tables and inserted sample item and transaction data into the root node database(my database is greenplum 5.11.0 ,core postgreSQL 8.3.23), everything works fine till now ,and then I started to start SymmetricDS instance use the following code "../bin/sym --engine corp-000 --port 8888" , I met the ERROR " GreenplumDdlReader - Failed to read table: sym_context. Error: PANIC: ERRORDATA_STACK_SIZE exceeded (elog.c:1416)", I just got stuck and don't know how to figure this problem. I have googled and it seems no one met this problem before . Please help me ,thank you .

P.S. my operation system is Red Hat 4.8.5-28 and my database is greenplum 5.11.0 ,core postgreSQL 8.3.23
Tagsdialect: greenplum, install

Activities

saga1015

2018-11-02 02:58

reporter  

symmetric.log (286,294 bytes)

elong

2019-04-25 14:43

developer   ~0001442

It's checking that SYM tables exists and have the correct table definition when it gets that error. It's calling org.postgresql.jdbc.PgDatabaseMetaData.getPrimaryKeys() from the JDBC driver, so it's not coming from SymmetricDS. You prevent it from checking SYM tables with the parameter auto.config.database=false in the engines file as a workaround. Maybe you should try getting rid of the included Postgres JDBC driver and use the driver supplied by Greenplum? We upgraded the Postgres JDBC driver for SymmetricDS 3.10 -- does that version work better?

admin

2019-08-26 12:45

administrator   ~0001576

Auto closing all issues waiting for feedback after 4 months. We don't have enough information to take any action.

Issue History

Date Modified Username Field Change
2018-11-02 02:51 saga1015 New Issue
2018-11-02 02:58 saga1015 File Added: symmetric.log
2019-04-25 14:43 elong Assigned To => elong
2019-04-25 14:43 elong Status new => feedback
2019-04-25 14:43 elong Note Added: 0001442
2019-04-25 14:44 elong Tag Attached: dialect: greenplum
2019-04-25 14:44 elong Tag Attached: install
2019-08-26 12:45 admin Note Added: 0001576
2019-08-26 12:45 admin Status feedback => closed