darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
447 stars 173 forks source link

Working well on localhost only #99

Closed motawfik98 closed 4 years ago

motawfik98 commented 5 years ago

When I run the program on the localhost, the framework is working properly and retrieving the data as required, while uploading it returns an empty array containing no data with HTTP response 200 This is the response {"draw":1,"recordsTotal":0,"recordsFiltered":0,"data":[],"error":"org.hibernate.TransactionException: JDBC begin transaction failed: "} The database is on the same machine (localhost) and I am able to connect to it as I have a login page and when I add a new row it is added to the database but I still can't view it.

JonasGroeger commented 5 years ago

Could you show the full error message? Otherwise I'm unable to help.

darrachequesne commented 4 years ago

Closed due to inactivity, please reopen if needed.