Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

测试的的时候报错,哪位大神帮忙查一下 #44

Open
betonothing opened this issue Apr 7, 2017 · 4 comments
Open

测试的的时候报错,哪位大神帮忙查一下 #44

betonothing opened this issue Apr 7, 2017 · 4 comments

Comments

@betonothing
Copy link

2017-04-07 11:32:04.583 [YuGongInstance-TRANUSR.YUGONG_EXAMPLE_ORACLE] INFO c.t.y.e.oracle.OracleMaterializedIncRecordExtractor - table[TRANUSR.YUGONG_EXAMPLE_ORACLE] now is CATCH_UP ...
2017-04-07 11:32:04.664 [YuGongInstance-TRANUSR.YUGONG_EXAMPLE_ORACLE] ERROR com.taobao.yugong.controller.YuGongInstance - retry 1 ,something error happened. caused by com.taobao.yugong.exception.YuGongException: table[null.YUGONG_EXAMPLE_ORACLE] is not found
at com.taobao.yugong.common.db.meta.TableMetaGenerator$1.doInConnection(TableMetaGenerator.java:76)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:342)
at com.taobao.yugong.common.db.meta.TableMetaGenerator.getTableMeta(TableMetaGenerator.java:51)
at com.taobao.yugong.applier.IncrementRecordApplier.getInsertSqlUnit(IncrementRecordApplier.java:159)
at com.taobao.yugong.applier.IncrementRecordApplier.getSqlUnit(IncrementRecordApplier.java:138)
at com.taobao.yugong.applier.IncrementRecordApplier.applyOneByOne(IncrementRecordApplier.java:86)
at com.taobao.yugong.applier.MultiThreadIncrementRecordApplier.applyBatch0(MultiThreadIncrementRecordApplier.java:240)
at com.taobao.yugong.applier.MultiThreadIncrementRecordApplier.applyBatch(MultiThreadIncrementRecordApplier.java:175)
at com.taobao.yugong.applier.MultiThreadIncrementRecordApplier.doApply(MultiThreadIncrementRecordApplier.java:104)
at com.taobao.yugong.applier.MultiThreadIncrementRecordApplier.apply(MultiThreadIncrementRecordApplier.java:92)
at com.taobao.yugong.applier.AllRecordApplier.apply(AllRecordApplier.java:60)
at com.taobao.yugong.controller.YuGongInstance$1.processTable(YuGongInstance.java:215)
at com.taobao.yugong.controller.YuGongInstance$1.run(YuGongInstance.java:145)
at java.lang.Thread.run(Thread.java:745)

@hyper2015
Copy link

大神说是你的mysql 大小是敏感的 你关闭大小写敏感试试

@betonothing
Copy link
Author

我是直接在eclipse里执行的YuGongLauncher的main方法,这样执行找不到转换的类,大神们抽空帮忙看看如何单步调式,非常感谢。

@agapple
Copy link
Member

agapple commented May 11, 2017

你参考源码里的转换类

@D-T-Y
Copy link

D-T-Y commented Feb 19, 2019

我也碰到这个问题了
image
这行代码说schemaName为null,不清楚哪个地方配置错了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants