我有一个使用数据表的项目 它在localhost上工作正常,但是当我托管网站时,数据表不起作用
DataTables warning: table id=baseTable - org.hibernate.TransactionException: JDBC begin transaction failed:
使用此消息弹出警报
我正在使用服务器端,该应用程序是用Java编写并托管在Wildfly上 (如果有必要,还有阿拉伯数据)
我将不胜感激
预先感谢
编辑
当我尝试查看返回的JSON
{
draw: 1,
recordsTotal: 0,
recordsFiltered: 0,
data: [ ],
error: "org.hibernate.TransactionException: JDBC begin transaction failed: "
}
已退回