ronto 2014-03-12 16:08 采纳率: 0%
浏览 1136

对Androidpn-client加了个注册键..注册是就出现这样的错误..求解释T^T

Hibernate:
/* insert org.androidpn.server.model.User
*/ insert
into
apn_user
(created_date, email,
group, name, password, updated_date, username)
values
(?, ?, ?, ?, ?, ?, ?)
{WARN } [2014-03-13 00:02:48,818] : SQL Error: 1064, SQLState: 42000
{ERROR} [2014-03-13 00:02:48,818] : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group, name, password, updated_date, username) values ('2014-03-13 00:02:48', nu' at line 1
{ERROR} [2014-03-13 00:02:48,818] : org.springframework.dao.InvalidDataAccessResourceUsageException: could not insert: [org.androidpn.server.model.User]; nested exception is org.hibernate.exception.SQLGrammarException: could not insert: [org.androidpn.server.model.User]
{DEBUG} [2014-03-13 00:02:48,818] : SENT: 123ronto
{DEBUG} [2014-03-13 00:02:48,818] : Event MESSAGE_RECEIVED has been fired for session 2
{DEBUG} [2014-03-13 00:02:48,819] : Adding event MESSAGE_SENT to session 2
Queue : [MESSAGE_SENT, ]

{DEBUG} [2014-03-13 00:02:48,819] : Firing a MESSAGE_SENT event for session 2
{DEBUG} [2014-03-13 00:02:48,819] : messageSent()...
{DEBUG} [2014-03-13 00:02:48,819] : Event MESSAGE_SENT has been fired for session 2

  • 写回答

0条回答

    报告相同问题?

    悬赏问题

    • ¥15 高德地图点聚合中Marker的位置无法实时更新
    • ¥15 DIFY API Endpoint 问题。
    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程
    • ¥15 redis-full-check比较 两个集群的数据出错
    • ¥15 Matlab编程问题
    • ¥15 训练的多模态特征融合模型准确度很低怎么办