jd-opensource / jd-opensource/redissyncer

日志报错

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
16
Forks
7
PR merge metrics
No merged PRs in 30d

Description

1、目标库是6.2,只能选择6.0
2、任务类型:全部数据、增量实时同步
3、未设置映射关系
4、同步类型:在线同步

[root@ds-tanglin-01 redissyncer-master]# cat docker-compose.yml |grep image
image: jiashiwen/redissyncer-dashboard:v1.0
image: jiashiwen/redissyncer-monitor:latest
image: jiashiwen/redissyncer:latest

### Error updating database. Cause: org.sqlite.SQLiteException: [SQLITE_CONSTRAINT_NOTNULL] A NOT NULL constraint failed (NOT NULL constraint failed: t_task.rdbVersion) ### The error may exist in syncer/syncerplusredis/dao/TaskMapper.java (best guess) ### The error may involve syncer.syncerplusredis.dao.TaskMapper.insertTask-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO t_task(id, groupId,taskName,sourceRedisAddress,sourcePassword,targetRedisAddress,targetPassword,autostart,afresh,batchSize,tasktype,offsetPlace,taskMsg,offset,status,redisVersion,rdbVersion,sourceRedisType,targetRedisType,syncType,dbMapper,md5,replId,fileAddress,sourceAcl,targetAcl,sourceUserName,targetUserName,errorCount) VALUES(?, ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) ### Cause: org.sqlite.SQLiteException: [SQLITE_CONSTRAINT_NOTNULL] A NOT NULL constraint failed (NOT NULL constraint failed: t_task.rdbVersion) ; uncategorized SQLException; SQL state [null]; error code [19]; [SQLITE_CONSTRAINT_NOTNULL] A NOT NULL constraint failed (NOT NULL constraint failed: t_task.rdbVersion); nested exception is org.sqlite.SQLiteException: [SQLITE_CONSTRAINT_NOTNULL] A NOT NULL constraint failed (NOT NULL constraint failed: t_task.rdbVersion)]

Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.