org

随笔(十九)『org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)』

#### 1、错误信息:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) ``` 出现此错误时: 1、除了查看代码上的各种名称,映射之类能否找到外。 2、查看下target中是否有对应的xm ......

npm publish 发包报错npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/test_vue - You do not have permission to publish "【package name】". Are you logged in as the correct user?

如果出现在发布的时候报这个错,说明你在package.json中登记的name已近被采用了。重名了,所以你得换一个。我们在发布一个包之前,最好拿着这个登记的name去搜一下,如果已近有了,那就要换一个。 ......
publish quot permission npm 403

springboot项目启动失败之 org.springframework.boot.env.OriginTrackedYamlLoader.createYaml

1、检查一下父项目的module的依赖是否,以及版本是否一致。例如<dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.30</version></dependency>2、如何知 ......

Mongodb - org.springframework.dao.DuplicateKeyException

首先明确场景为mongodb,此异常在进行mongodb的插入操作时抛出,插入的主键已经存在。 衍生场景,使用upsert时抛出,此处的包括了$set和$setOnInsert 由于upsert非原子操作,如果在多线程环境下:线程A和线程B同时对数据库未存在的记录record1进行upsert,有可 ......

idea中 org.apache.commons.pool2.impl不存在 异常处理

## 故障描述 程序所有准备工作都准备结束后,编译运行时出现以下异常 ```txt java: 程序包org.apache.commons.pool2.impl不存在 ``` ## 故障排查 ### 依赖未成功加载 1. `ctrl + shift + alt + s` 打开项目结构,进入库(lib ......
commons apache pool2 idea impl

[转]POI 解析excel报错 java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Date1904Support

前几天做了一个excel上传导入功能,为了通用想同步支持xls和xlsx格式。代码编写期并没有报错,所需要的类也都有。可是应用启动完测式功能的时候报了这么一个错 Caused by: java.lang.NoClassDefFoundError: org/apache/poi/ss/usermode ......

axis2 maven报错Could not find artifact org.apache.axis2:axis2:jar:1.7.9

Could not find artifact org.apache.axis2:axis2:jar:1.8.2 in aliyunmaven (https://maven.aliyun.com/repository/public/) 一开始以为是镜像的问题,但是换成中央仓库也没用 实际上,这个目录 ......
axis2 axis artifact apache Could

[spring-boot] 源码解读#org.springframework.boot.ApplicationArguments [转发]

# 1 ApplicationArguments 概述 ## 1.1 简述 + `org.springframework.boot.ApplicationArguments`接口提供对用于运行`org.springframework.boot.SpringApplication`的参数访问。 + ` ......

Kettle连接MySQL报错:Driver class 'org.gjt.mm.mysql.Driver' could not be found, make sure the 'MySQL' driver (jar file) is installed

在Windows系统里面安装kettle后打算连接MySQL的时候突然报错 错误连接数据库 [wanghui] : org.pentaho.di.core.exception.KettleDatabaseException: Error occurred while trying to connec ......
Driver MySQL 39 installed Kettle

org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: Connection reset by peer

springBoot + redis. 程序隔一段时间会莫名其妙的报Redis的错误. 报错如下: org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is io.lettuce ......

spring boot 集成 Neo4j org.neo4j.ogm.metadata.DomainInfo.useClassgraph(DomainInfo.java:128)

spring boot 版本:2.2.13.RELEASE 问题在于 引入后 ,报错 spring-boot-starter-data-neo4j <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring- ......

org.geotools.filter.text.ecql.ECQL在哪个包?

<!--gt-cql过滤查询支持--> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-cql</artifactId> <version>${geotools.version}</version> </dependency> ......
geotools filter ecql ECQL text

org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter)

Description Resource Path Location Type org.codehaus.plexus.archiver.jar.Manifest.write(java.io.PrintWriter) pom.xml /gs-rest-service line 1 Maven Con ......

Cause: org.apache.ibatis.builder.BuilderException: Ambiguous collection type for property 'emps'. You must specify 'javaType' or 'resultMap'

Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error pa... ......

Spring AOP错误:org.springframework.beans.factory.BeanNotOfRequiredTypeException:

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'myCalculator' is expected to be of type 'com.mashibing.service.MyCalcula ......

org.springframework.security.authentication.InternalAuthenticationServiceException: Invalid bound statement (not found): com.tc.auth.mapper.SysMenuMapper.findListByUserId 问题解决

添加如下配置即可 1.在pom.xml添加 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <versio ......

【随手记录】Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

链接数据库报错 Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] 出现这个问题基本是数据库的方言 dialect 或者驱动 driver_class有问题,可以确认下diale ......

com.gitHub.pageHelper.PageHelper cannot be cast to org.apache.ibatis.pluin.Interceptor

可能是因为版本冲突问题PageHelper5之前与之后是配置文件有发生变化,下面这个是使用pageHelper5.1.18jar包导入。使用PageHelper分页插件(使用spring+分页插件的方式)结果忘记把mybatis的分页插件和依赖去除,结果导致排错很久(怀疑是版本冲突的问题)附上正确用 ......

android开发java.lang.NoClassDefFoundError: org/jetbrains/kotlin/cli/common/PropertiesKt解决方法

问题:编译Android项目出现java.lang.NoClassDefFoundError: org/jetbrains/kotlin/cli/common/PropertiesKt 原因:项目使用发JDK版本和Kotlin版本不一致或者说不对应导致gradle找不到对应的类 解决方法:我的解决方 ......

IDEA-Maven项目中:java程序包org

# IDEA-Maven项目中:java:程序包org.apache.hadoop.conf.fs等众多Hadoop包不存在的问题 ## 问题描述 在IDEA中创建[Maven](https://so.csdn.net/so/search?q=Maven&spm=1001.2101.3001.702 ......
IDEA-Maven 程序 项目 Maven IDEA

SpringBoot单元测试出错:No ConfigurationProperties annotation found on 'org.springframework.cloud.client.loadbalancer.LoadBalancerProperties'

### 问题详情: ``` java.lang.IllegalStateException: No ConfigurationProperties annotation found on 'org.springframework.cloud.client.loadbalancer.LoadBalan ......

org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 16 in the jsp file: /monday-01.jsp

``` org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 16 in the jsp file: /monday-01.jsp System.out canno ......
JasperException jsp occurred compile apache

使用resource读取properties文件,出现Cause: java.sql.SQLException: No suitable driver found for http://maven.apach.org

### Error querying database. Cause: java.sql.SQLException: No suitable driver found for http://maven.apache.org ### The error may exist in com/louis/d ......

org.jsoup.HttpStatusException: HTTP error fetching URL. Status=500

在使用Jsoup进行Get请求的时候,在mac调试和打包成jar包运行都没有什么问题,在windows上调试运行也没有问题,但是打包成jar包运行就会出现以下错误: org.jsoup.HttpStatusException: HTTP error fetching URL. Status=500 ......

【发现一个小问题】坑爹的官方日志库`golang.org/x/exp/slog`,凭啥不让我设置debug级别日志

**作者:张富春(ahfuzhang),转载时请注明作者和引用链接,谢谢!** * [cnblogs博客](https://www.cnblogs.com/ahfuzhang/) * [zhihu](https://www.zhihu.com/people/ahfuzhang/posts) * [G ......
日志 级别 官方 golang 问题

org.springframework.data.annotation.Transient 和 javax.persistence.Transient 的区别

1、org.springframework.data.annotation.Transient 和 javax.persistence.Transient 都是用于标记一个属性不需要被持久化到数据库中的注解。它们的区别在于它们所处的框架和使用场景。 org.springframework.data. ......

D:\xxx\maven\apache-maven-3.6.1\repository\org\glassfish\jaxb\jaxb-runtime\2.3.3\jaxb-runtime-2.3.3.jar读取出错\zip error

运行maven项目时,报错说 仓库里某个包读取错误 解决办法:直接到maven远程仓库里搜 该jar包,然后下载对应的版本,直接替换掉本地仓库的即可。 怎么从maven远程仓库下载? https://mvnrepository.com 搜索要找的依赖,然后 在 Files 点击 jar 即可下载 ......
jaxb-runtime jaxb runtime maven apache-maven

org.apache.jasper.JasperException: /pages/role-list.jsp (行.: [145], 列: [8]) 根据标记文件中的TLD或attribute指令,attribute[items]不接受任何表达式

org.apache.jasper.JasperException: /pages/role-list.jsp (行.: [145], 列: [8]) 根据标记文件中的TLD或attribute指令,attribute[items]不接受任何表达式 web.xml中版本号不兼容产生的问题;解决方法: ......

org.apache.maven.archetypes:maven-archetype-quickstart 这个是干啥的

org.apache.maven.archetypes:maven-archetype-quickstart 是一个Maven项目的骨架(archetype),用于快速创建一个简单的Maven项目。当我们在命令行执行: bash mvn archetype:generate -DgroupId=co ......