
异常报错
cry1049208942
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unable to infer base url.
访问swagger提示以下内容http://localhost:8081/swagger-ui.htmlUnable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. The base url is the root of where all the swagger resources are served. .原创 2022-05-05 14:38:12 · 581 阅读 · 0 评论 -
Illegal unquoted character ((CTRL-CHAR, code 9))
Json解析报错2022-02-22 at 17:53:32.147 [zcwS5SllPnOn6XwYSEWOnRCkVaZL7m8F] ERROR com.dimpt.om.system.exception.ExceptionAssistant 48 writeResponse - 处理异常 com.jayway.jsonpath.InvalidJsonException: com.fasterxml.jackson.core.JsonParseException: Illegal unquoted原创 2022-02-22 18:00:52 · 2503 阅读 · 0 评论 -
Windows更新提示需要手动卸载VirtualBox
VirtualBox已经手动卸载了但还是提示需要手动卸载。去到VirtualBox安装目录,把该目录移动到另一个位置。(可能卸载的时候勾选了一些保留设置信息)原创 2021-06-23 10:48:49 · 6673 阅读 · 0 评论 -
@NotBlank注解导致传参报错
原因:由于需求变动,将原来的字符串改为字符串数组。导致报错@ApiModelProperty(value = "省份id")@NotBlank(message = "省份id不能为空")private String[] provinceId;解决办法:修改非空判断注解@ApiModelProperty(value = "省份id") @NotEmpty(message = "省份id不能为空") private String[] provinceId;...原创 2021-02-03 23:24:34 · 1602 阅读 · 0 评论 -
nginx: [error] OpenEvent(“Global\ngx_reload_15484“) failed
nginx启动后修改配置文件重启报错D:\MyProgramFiles\nginx-1.17.9>nginx -s reloadnginx: [error] OpenEvent("Global\ngx_reload_15484") failed (2: The system cannot find the file specified)打开日志文件,发现还没启动成功2020/10/19 18:07:22 [emerg] 2080#22596: CreateDirectory() ".原创 2020-10-19 18:28:32 · 3385 阅读 · 0 评论 -
Error: Package: kong-2.1.0-1.x86_64 (/kong-2.1.0.el7.amd64) Requires: hostname
安装kong的时候报以下错误sudo yum -y install kong-2.1.0.el7.amd64.rpm --nogpgcheck[appadmin@sprtsvr176 kong]$ sudo yum -y install kong-2.1.0.el7.amd64.rpm --nogpgcheckLoaded plugins: fastestmirror, refresh-packagekit, securitySetting up Install ProcessExamini原创 2020-08-05 14:28:27 · 381 阅读 · 0 评论 -
failed (123: The filename, directory name, or volume label syntax is incorrect)
react项目打包部署到nginx(win版)上面,访问报异常2020/06/05 11:08:12 [crit] 1100#11940: *25 GetFileAttributesEx() "D:\studyPath eactStudy\myapp-antd\dist" failed (123: The filename, directory name, or volume label syntax is incorrect), client: 127.0.0.1, server: localho原创 2020-06-05 12:29:02 · 5114 阅读 · 0 评论 -
RepositoryRestExceptionHandler : Failed to convert from type [java.lang.String] to type [java.lang.L
this.$http.get('/rest/ApisService/search/findByClusterId', { params: { clusterId: clusterId }}).then((response) => {})@RepositoryRestResource(collectionResourceRel = "ApisService", path = "ApisService")public interface ApisServiceReposi.原创 2020-05-27 11:03:00 · 1009 阅读 · 0 评论 -
ykit : 无法加载文件 D:\Program Files\node-v8.16.0-win-x64\ykit.ps1,因为在此系统上禁止运行脚本。
ykit s -p 4000win+X 选择 Powershell(管理员)输入set-executionpolicy remotesigned回车输入Y回车原创 2020-01-10 13:01:44 · 483 阅读 · 0 评论 -
Mybatis Oracle数据库接收参数报错
<select id="queryAWR" resultType="java.util.Map"> select output from table(dbms_workload_repository.awr_report_html((select dbid from v$database),(select instance_number from v$instance),#{...原创 2019-12-06 16:30:23 · 272 阅读 · 0 评论 -
IDEA控制台乱码
现象:IDEA启动tomcat,控制台乱码解决办法:1.编辑tomcat配置,加多-Dfile.encoding=UTF-82.编辑bin目录下面这两个文件,加多-Dfile.encoding=UTF-83.在settings中设置文件编码为utf-84.Help->Edit Custom VM Options,打开后末尾加上-Dfile.e...原创 2019-10-15 16:10:51 · 220 阅读 · 0 评论 -
el表达式字符串比较不生效
以下写法始终得不到if里面的html元素<c:if test="${(empty pageFromFlag) || (pageFromFlag != 'resultPage') } "> <button class="btn btn-primary" type="button" style="position: absolute;right: 30px;top: 50p...原创 2018-10-11 16:18:43 · 831 阅读 · 0 评论 -
在centos6中用yum安装mysql失败解决办法
1、用yum安装mysql-server的时候报错[test@alps yum.repos.d]$ sudo yum install -y mysql-server Loaded plugins: fastestmirrorSetting up Install ProcessLoading mirror speeds from cached hostfile * base: mirro...原创 2018-11-16 17:21:10 · 11758 阅读 · 4 评论 -
用maven tomcat插件启动springmvc项目时报错
springmvc项目启动时报错。 [INFO] Running war on http://localhost:8080/springmvc-test-3[INFO] Using existing Tomcat server configuration at D:\workPath\IdeaProjects\springmvc-test-3\target\tomcat[INFO] c...原创 2019-01-29 18:17:09 · 1551 阅读 · 1 评论 -
redis创建集群报错
redis创建集群报错Connecting to node 192.168.56.102:6379: [ERR] Sorry, can't connect to node 192.168.56.102:6379把6379端口的redis kill掉,可能单机版的在开启在redis.conf加bind 192.168.56.102...原创 2019-03-05 17:00:50 · 477 阅读 · 0 评论 -
mvn install报错误: 编码GBK的不可映射字符
执行命令mvn -DskipTests clean install时报如下错误解决办法:在pom.xml文件中增加<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>原创 2019-05-20 16:13:18 · 703 阅读 · 0 评论 -
expecting double-quote to start field name
用Postman调用接口,报如下错误。Caused by: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('t' (code 116)): was expecting double-quote to start field nameat [Source: (PushbackInputStream);...原创 2019-05-23 10:44:13 · 20371 阅读 · 3 评论 -
PathVariable annotation was empty on param 0.
feign启动时报错将上面代码改为下面的即可原创 2019-06-07 15:33:23 · 255 阅读 · 0 评论 -
aborted full compaction group (0). compaction in progress engine=tsm1
[I] 2019-07-09T06:08:40Z aborted full compaction group (0). compaction in progress engine=tsm1[I] 2019-07-09T06:08:40Z beginning full compaction of group 0, 2 TSM files engine=tsm1[I] 2019-07-09T06:...原创 2019-07-09 16:34:23 · 278 阅读 · 0 评论 -
Caused by: java.net.URISyntaxException: Illegal character in query at index
1、java里调用http报错HttpGet httpGet = new HttpGet(urlStr.toString();http://localhost:8010/mqconsole-web/statement/queryProducerAndConsumerStat?metricName=rocketmq_consumer_tps{group="consumer-mytest", ...原创 2019-07-23 15:58:49 · 9892 阅读 · 1 评论 -
Could not connect to SMTP host: smtp.163.com, port: 465, response: -1
1.用以下代码,邮件发送测试失败JavaMailSenderImpl tempMailSender = new JavaMailSenderImpl();tempMailSender.setHost(mqCloudConfigHelper.getMailHost());tempMailSender.setPort(mqCloudConfigHelper.getMailPort());t...原创 2019-07-24 23:52:19 · 18846 阅读 · 7 评论 -
authentication is required,163 smtp12,EMCowAAXfwfWaTpdysD_Cg--.58754S2 1564109270
发送邮件报错org.springframework.mail.MailSendException: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 553 authentication is required,163 smtp12,EMCowAAXfwfWaTpdysD_Cg--.58754S2 1564109270...原创 2019-07-26 14:45:03 · 2123 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
原本以为eclipse修改的xml文件没有更新到tomcat 把项目remove掉然后clean,最后重新部署项目,发现还是一样。其实是修改错了,竟然改了target文件夹下面的文件org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.infinitus.it.perf...原创 2018-08-15 18:44:10 · 248 阅读 · 0 评论