ErrLookup › elunez/eladmin
elunez/eladmin
eladmin jpa 版本:项目基于 Spring Boot 2.7.18、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由 · Java · 269 source files
Analyzed at 55fbf70595 on 2026-08-14. 83 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| 访问次数受限制 | exception | warning | rate-limit, redis, aop, eladmin, http-429 |
| 文件超出规定大小:{maxSize}MB | exception | error | file-upload, validation, eladmin, size-limit |
| {entity} 不存在: {parameter} is {value} | exception | error | validation, not-found, eladmin, crud |
| 此环境不允许生成代码,请选择预览或者下载查看! | exception | warning | code-generator, feature-flag, eladmin, configuration |
| 没有这个选项 | exception | error | code-generator, validation, eladmin, bad-request |
| 请先配置生成器 | exception | error | code-generator, configuration, eladmin, precondition |
| 生成失败,请手动处理已生成的文件 | exception | error | code-generator, io, filesystem-permissions, eladmin |
| 打包失败 | exception | error | code-generator, io, zip, eladmin, filesystem-permissions |
| Unable to get driver instance: {jdbcUrl} | exception | critical | jdbc, classpath, dependency, eladmin, database |
| Database not exist | exception | error | database, not-found, eladmin, file-upload, maintenance |
| 非法的应用名称,请勿包含[; | &]等特殊字符 | validation | error | security, command-injection, validation, eladmin, app-management |
| 文件只能上传在opt目录或者home目录 | exception | error | security, path-validation, eladmin, app-management, configuration |
| 文件只能部署在opt目录或者home目录 | exception | error | security, path-validation, eladmin, app-management, deployment |
| 文件只能备份在opt目录或者home目录 | exception | error | security, path-validation, eladmin, app-management, backup |
| 部署信息不存在 | exception | error | deployment, not-found, eladmin, websocket, maintenance |
| 包对应应用信息不存在 | exception | error | deployment, data-integrity, not-found, eladmin, maintenance |
| 应用信息不存在:{appName} | exception | error | deployment, rollback, data-integrity, eladmin, maintenance |
| IP对应服务器信息不存在:{ip} | exception | error | deployment, ssh, config, data-integrity |
| Get class name error: ={jdbcUrl} | exception | error | jdbc, database, config, classpath |
| Not supported data type: jdbcUrl={jdbcUrl} | exception | error | jdbc, database, config, unsupported-feature |
| create connection error, jdbcUrl: {jdbcUrl} | exception | error | jdbc, connection, network, database |
| A new quartzJob cannot already have an ID | exception | error | rest, validation, quartz, api-contract |
| 非法的 Bean,请重新输入! | exception | error | quartz, spring, security, validation |
| cron表达式格式错误 | exception | error | quartz, cron, validation |
| 子任务中不能添加当前任务ID | exception | error | quartz, validation, recursion, config |
| 创建定时任务失败 | exception | error | quartz, scheduler, transactions, diagnostics |
| 更新定时任务失败 | exception | error | quartz, scheduler, state-mismatch, transactions |
| 删除定时任务失败 | exception | error | quartz, scheduler, delete, state-mismatch |
| 恢复定时任务失败 | exception | error | quartz, scheduler, state-mismatch, resume |
| 定时任务执行失败 | exception | error | quartz, scheduler, execution, diagnostics |
| 定时任务暂停失败 | exception | error | quartz, scheduler, pause, state-mismatch |
| 验证码配置信息错误!正确配置查看 LoginCodeEnum | exception | error | captcha, config, security, login |
| 验证码不存在或已过期 | exception | error | captcha, redis, login, security, ttl |
| 验证码错误 | exception | warning | captcha, login, validation, user-input |
| 登录密码错误 | exception | error | login, authentication, rsa, bcrypt, security |
| 用户不存在 | exception | error | authentication, spring-security, eladmin, user-management, database |
| 账号未激活! | exception | error | authentication, account-state, eladmin, cache-invalidation |
| A new dept cannot already have an ID | exception | warning | rest-api, validation, eladmin, dept, crud |
| A new dict cannot already have an ID | exception | warning | rest-api, validation, eladmin, dict, crud |
| A new dictDetail cannot already have an ID | exception | warning | rest-api, validation, eladmin, dict-detail, crud |
| A new job cannot already have an ID | exception | warning | rest-api, validation, eladmin, job, crud |
| A new menu cannot already have an ID | exception | warning | rest-api, validation, eladmin, menu, crud |
| A new role cannot already have an ID | exception | warning | rest-api, validation, eladmin, role, crud |
| 权限不足,你的角色级别:{min},低于操作的角色级别:{level} | exception | error | authorization, rbac, eladmin, role, level |
| 不能修改他人资料 | exception | error | authorization, self-service, eladmin, user, personal-center |
| 角色权限不足,不能删除:{username} | exception | error | authorization, rbac, eladmin, user, delete, level |
| 修改失败,旧密码错误 | exception | error | authentication, password, rsa, eladmin, user |
| 新密码不能与旧密码相同 | exception | warning | password, validation, eladmin, user, policy |
| 密码错误 | exception | error | authentication, email, rsa, eladmin, user, verification-code |
| 角色权限不足 | exception | error | authorization, rbac, eladmin, user, level |
| 上级不能为自己 | exception | error | validation, tree-structure, eladmin, dept, self-reference |
| 所选部门存在用户关联,请解除后再试! | exception | error | referential-integrity, eladmin, dept, delete, user |
| 所选部门存在角色关联,请解除后再试! | exception | error | referential-integrity, eladmin, dept, delete, role, data-scope |
| Job with name {} existed | exception | error | uniqueness, eladmin, job, crud, duplicate |
| 所选的岗位中存在用户关联,请解除关联再试! | exception | warning | eladmin, job, referential-integrity, delete, spring-boot |
| Menu with title {} existed | exception | error | eladmin, menu, duplicate, entity-exist, spring-boot |
| Menu with componentName {} existed | exception | error | eladmin, menu, component-name, keep-alive, duplicate |
| 外链必须以http://或者https://开头 | exception | error | eladmin, menu, iframe, url-validation, bad-request |
| 上级不能为自己 | exception | error | eladmin, menu, tree, cycle, bad-request |
| Role with username {} existed | exception | error | eladmin, role, duplicate, entity-exist, create |
| 所选角色存在用户关联,请解除关联再试! | exception | warning | eladmin, role, referential-integrity, delete |
| User with username {} existed | exception | error | eladmin, user, duplicate, username, create |
| User with email {} existed | exception | error | eladmin, user, duplicate, email, create |
| User with phone {} existed | exception | error | eladmin, user, duplicate, phone, create |
| User with name {} does not exist | exception | error | eladmin, user, not-found, lookup, deleted-user |
| 文件格式错误!, 仅支持 gif jpg png jpeg 格式 | exception | error | eladmin, user, avatar, file-upload, validation |
| 服务异常,请联系网站负责人 | exception | error | redis, verification-code, email, cache, infrastructure |
| 无效验证码 | validation | warning | verification-code, redis, validation, email |
| 只能上传图片 | validation | warning | file-upload, validation, image, extension-check |
| 请先添加相应配置,再操作 | validation | error | alipay, payment, configuration, cache |
| 测试金额过大 | validation | warning | alipay, payment, amount-validation, business-rule |
| 请先配置,再操作 | validation | error | email, smtp, configuration, cache |
| {} | exception | error | email, encryption, des, configuration, pass-through-exception |
| 上传失败 | exception | error | file-upload, local-storage, disk, permissions, io |
| 存储桶不存在,请检查配置或权限。 | exception | error | s3, storage, bucket, configuration, aws-sdk-v2 |
| 存储桶创建失败,请检查配置或权限。 | exception | error | s3, bucket-creation, iam, permissions, aws-sdk-v2 |
| 文件名不能为空 | validation | warning | s3, file-upload, multipart, validation |
| 文件不存在或已被删除 | exception | warning | s3, download, not-found, metadata |
| 从 S3 下载文件时出错: {} | exception | error | s3, download, aws-sdk-v2, nosuchkey, passthrough-exception |
| 读取 S3 输入流时出错: {} | exception | error | s3, download, io, streaming, network |
| 检查存储桶时出错: {} | exception | error | s3, aws-sdk-v2, iam, credentials, region |
| 创建存储桶时出错: {} | exception | error | s3, bucket-creation, aws-sdk-v2, iam, region |
| ${className} with ${column.columnName} {} existed | exception | warning | code-generator, freemarker, unique-constraint, duplicate, template |