codingapi / txlcn-demo

txlcn-demo
120 stars 128 forks source link

lcn项目创建的表t_tx_exception插入信息报错 #27

Closed yzh1234 closed 4 years ago

yzh1234 commented 4 years ago

Caused by: java.sql.SQLSyntaxErrorException: Table 'factory.hibernate_sequence' doesn't exist t_tx_exception我理解应该是manager向client通信是产生错误,这时候会把信息插入到t_tx_exception,但是manager插入这个表就报错 org.springframework.dao.InvalidDataAccessResourceUsageException: error performing isolated work; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: error performing isolated work

Caused by: org.hibernate.exception.SQLGrammarException: error performing isolated work Caused by: java.sql.SQLSyntaxErrorException: Table 'factory.hibernate_sequence' doesn't exist java.lang.NullPointerException at com.codingapi.txlcn.tm.txmsg.EnsureIdGenEngine.onTmReceivedHeart(EnsureIdGenEngine.java:61)