请使用手机微信扫码安全登录

切换账号密码登录

绑定手机号

应国家法规对于账号实名的要求,请您在进行下一步操作前,需要先完成手机绑定 (若绑定失败,请重新登录绑定)。了解更多

不绑定绑定手机号

360官网 | 360商城

推荐论坛版块活动360粉丝商城众测粉丝轰趴馆常见问题
jakarta.persistence.OptimisticLockException: org.hibernate.exception.LockAcquisitionException: JDBC exception executing SQL [INSERT OR REPLACE INTO upload_info (tid, cur_size, key, status, submit_date, url) VALUES (?, ?, ?, ?, ?, ?);] [[SQLITE_BUSY] The database file is locked (database is locked)] [n/a]
at org.hibernate.internal.ExceptionConverterImpl.wrapLockException(ExceptionConverterImpl.java:254)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:100)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:167)
at org.hibernate.query.spi.AbstractQuery.executeUpdate(AbstractQuery.java:661)
at com.qihoo.jiagu.db.s.A.ALLATORIxDEMO(vd:19)
at com.qihoo.jiagu.a.m.h.ALLATORIxDEMO(kj:601)
at com.qihoo.jiagu.a.m.h.ALLATORIxDEMO(kj:276)
at com.qihoo.jiagu.a.m.D.ALLATORIxDEMO(td:794)
at com.qihoo.jiagu.a.s.f.ALLATORIxDEMO(tk:622)
at com.qihoo.jiagu.bean.upload.liveCloud.LCUploadManager.ALLATORIxDEMO(xr:474)
at com.qihoo.jiagu.bean.upload.liveCloud.LCBlockUploadStep2.H(ir:92)
at com.qihoo.jiagu.bean.upload.liveCloud.LCBlockUploadStep2.ALLATORIxDEMO(ir:153)
at com.qihoo.jiagu.bean.upload.http.LiveCloudHttp.A(wv:14)
at com.qihoo.jiagu.bean.upload.http.LiveCloudHttp.run(wv:196)
Caused by: org.hibernate.exception.LockAcquisitionException: JDBC exception executing SQL [INSERT OR REPLACE INTO upload_info (tid, cur_size, key, status, submit_date, url) VALUES (?, ?, ?, ?, ?, ?);] [[SQLITE_BUSY] The database file is locked (database is locked)] [n/a]
at org.hibernate.community.dialect.SQLiteDialect.lambda$buildSQLExceptionConversionDelegate$1(SQLiteDialect.java:477)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:94)
at org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor.execute(StandardJdbcMutationExecutor.java:101)
at org.hibernate.query.sql.internal.NativeNonSelectQueryPlanImpl.executeUpdate(NativeNonSelectQueryPlanImpl.java:76)
at org.hibernate.query.sql.internal.NativeQueryImpl.doExecuteUpdate(NativeQueryImpl.java:835)
at org.hibernate.query.spi.AbstractQuery.executeUpdate(AbstractQuery.java:650)
... 10 more
Caused by: org.sqlite.SQLiteException: [SQLITE_BUSY] The database file is locked (database is locked)
at org.sqlite.core.DB.newSQLException(DB.java:1179)
at org.sqlite.core.DB.newSQLException(DB.java:1190)
at org.sqlite.core.DB.execute(DB.java:985)
at org.sqlite.core.DB.executeUpdate(DB.java:1054)
at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:122)
at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:459)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:121)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:102)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
at org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor.execute(StandardJdbcMutationExecutor.java:87)
... 13 more
org.hibernate.exception.LockAcquisitionException: JDBC exception executing SQL [INSERT OR REPLACE INTO upload_info (tid, cur_size, key, status, submit_date, url) VALUES (?, ?, ?, ?, ?, ?);] [[SQLITE_BUSY] The database file is locked (database is locked)] [n/a]
at org.hibernate.community.dialect.SQLiteDialect.lambda$buildSQLExceptionConversionDelegate$1(SQLiteDialect.java:477)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:94)
at org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor.execute(StandardJdbcMutationExecutor.java:101)
at org.hibernate.query.sql.internal.NativeNonSelectQueryPlanImpl.executeUpdate(NativeNonSelectQueryPlanImpl.java:76)
at org.hibernate.query.sql.internal.NativeQueryImpl.doExecuteUpdate(NativeQueryImpl.java:835)
at org.hibernate.query.spi.AbstractQuery.executeUpdate(AbstractQuery.java:650)
at com.qihoo.jiagu.db.s.A.ALLATORIxDEMO(vd:19)
at com.qihoo.jiagu.a.m.h.ALLATORIxDEMO(kj:601)
at com.qihoo.jiagu.a.m.h.ALLATORIxDEMO(kj:276)
at com.qihoo.jiagu.a.m.D.ALLATORIxDEMO(td:794)
at com.qihoo.jiagu.a.s.f.ALLATORIxDEMO(tk:622)
at com.qihoo.jiagu.bean.upload.liveCloud.LCUploadManager.ALLATORIxDEMO(xr:474)
at com.qihoo.jiagu.bean.upload.liveCloud.LCBlockUploadStep2.H(ir:92)
at com.qihoo.jiagu.bean.upload.liveCloud.LCBlockUploadStep2.ALLATORIxDEMO(ir:153)
at com.qihoo.jiagu.bean.upload.http.LiveCloudHttp.A(wv:14)
at com.qihoo.jiagu.bean.upload.http.LiveCloudHttp.run(wv:196)
Caused by: org.sqlite.SQLiteException: [SQLITE_BUSY] The database file is locked (database is locked)
at org.sqlite.core.DB.newSQLException(DB.java:1179)
at org.sqlite.core.DB.newSQLException(DB.java:1190)
at org.sqlite.core.DB.execute(DB.java:985)
at org.sqlite.core.DB.executeUpdate(DB.java:1054)
at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:122)
at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:459)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:121)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:102)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
at org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor.execute(StandardJdbcMutationExecutor.java:87)
... 13 more
org.sqlite.SQLiteException: [SQLITE_BUSY] The database file is locked (database is locked)
at org.sqlite.core.DB.newSQLException(DB.java:1179)
at org.sqlite.core.DB.newSQLException(DB.java:1190)
at org.sqlite.core.DB.execute(DB.java:985)
at org.sqlite.core.DB.executeUpdate(DB.java:1054)
at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:122)
at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:459)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:121)
at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:102)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
at org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor.execute(StandardJdbcMutationExecutor.java:87)
at org.hibernate.query.sql.internal.NativeNonSelectQueryPlanImpl.executeUpdate(NativeNonSelectQueryPlanImpl.java:76)
at org.hibernate.query.sql.internal.NativeQueryImpl.doExecuteUpdate(NativeQueryImpl.java:835)
at org.hibernate.query.spi.AbstractQuery.executeUpdate(AbstractQuery.java:650)
at com.qihoo.jiagu.db.s.A.ALLATORIxDEMO(vd:19)
at com.qihoo.jiagu.a.m.h.ALLATORIxDEMO(kj:601)
at com.qihoo.jiagu.a.m.h.ALLATORIxDEMO(kj:276)
at com.qihoo.jiagu.a.m.D.ALLATORIxDEMO(td:794)
at com.qihoo.jiagu.a.s.f.ALLATORIxDEMO(tk:622)
at com.qihoo.jiagu.bean.upload.liveCloud.LCUploadManager.ALLATORIxDEMO(xr:474)
at com.qihoo.jiagu.bean.upload.liveCloud.LCBlockUploadStep2.H(ir:92)
at com.qihoo.jiagu.bean.upload.liveCloud.LCBlockUploadStep2.ALLATORIxDEMO(ir:153)
at com.qihoo.jiagu.bean.upload.http.LiveCloudHttp.A(wv:14)
at com.qihoo.jiagu.bean.upload.http.LiveCloudHttp.run(wv:196)

共 1 个关于360加固助手上传apk异常,上传失败的回复 最后回复于 2024-5-15 11:36

评论

直达楼层

沙发
加固保客服003 产品答疑师 发表于 2024-5-15 11:36 | 只看该作者 | 私信

IP属地: 未知

您好,可先用官网加固,待近期新版本更新后再尝试一下。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

无涯 LV1.上等兵

粉丝:0 关注:0 积分:7

精华:0 金币:35 经验:7

IP属地: 局域网

最后登录时间:2024-5-22

私信 加好友

最新活动

【360AI浏览器&360AI搜索】公测开启

排行榜

热度排行 查看排行
今日 本周 本月 全部
    今日 本周 本月 全部

      内容推荐 热门推荐最新主帖

      扫码添加360客服号,涨知识的同时还有超多福利等你哦

      快速回复 返回顶部 返回列表