Re: Exception while executing batch

2015-10-02 Thread Sumit Nigam
You can print stack trace to see what is the issue. I ran into similar problem when my connection got shared between multiple threads. From: Hafiz Mujadid To: user@phoenix.apache.org Sent: Friday, October 2, 2015 11:24 PM Subject: Exception while executing batch I am using prepared

Exception while executing batch

2015-10-02 Thread Hafiz Mujadid
I am using prepared statement to execute batch to upsert into hbase using phoenix jdbc. When executeBatch is called following exception occur ERROR 1106 (XCL06): Exception while executing batch any idea?