Hi All,
I am working on POS of latest version. I have dumped the data using seed and not used demo data. I have updated few tables relevant to POS and added the values available in the DemoRetail.xml to execute the application. Everything works fine except while pressing on "Finish" button to complete the sale I faced an error stating as:
Did not complete the order, the following occurred:, ERROR : Could not create or
der (write error :SQL Exception occurred on commit (Cannot commit a transactiona
l connection: See JDBC 2.0 Optional Package Specification section 7.1 (p25))).
Exception: org.ofbiz.base.util.GeneralException
Message: Did not complete the order, the following occurred:, ERROR : Could not
create order (write error :SQL Exception occurred on commit (Cannot commit a tra
nsactional connection: See JDBC 2.0 Optional Package Specification section 7.1 (
p25))).
It works well till OrderItemShipGroup where it trigger and fails. Please help me to resolve the issue.
by,
Jawahar C
Can you please give us more details?
It's a too generic exception.
Thanks
MIchele Orru'
Hi MIchele Orru,
Thank You for the feedback.
We found that the issue is relating with synchronization. We added the entity data manually as we didnt used demo data for our project. Now the POS is working with Off line Entity Sync.
With Regards,
Jawahar C