Proxy because "this.xaTransactionManagerProvider" is null'
Bug Report
proxy 5.4
use python conn proxy database error
################################################
import pymysql
conn = pymysql.connect(host='localhost', port=80, user='qoa_sharding', password='xxxx', database='xxx_sharding') cursor = conn.cursor()
try: sql = "SELECT * FROM test_ss WHERE cust_no = 'xxxx'" cursor.execute(sql)
results = cursor.fetchall()
for row in results:
print(row)
except Exception as e: print("Error:", str(e)) finally: cursor.close() conn.close()
############################################################
Error: (30000, 'Unknown exception: Cannot invoke "org.apache.shardingsphere.transaction.xa.spi.XATransactionManagerProvider.getTransactionManager()" because "this.xaTransactionManagerProvider" is null')
############################################################# but use java jbdc conn this database is success。
Try open transaction configuration.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Due to no feedback from the author for an long period, I am closing this issue for now.