Closed yzh1234 closed 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)
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)