随笔分类 -  问题汇集

postgresql in 优化
摘要:postgresql sql优化 阅读全文

posted @ 2019-12-17 13:26 仰望星空的脚踏实地 阅读(2225) 评论(0) 推荐(0)

A query was run and no Result Maps were found for the Mapped Statement
摘要:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 阅读全文

posted @ 2019-10-14 12:04 仰望星空的脚踏实地 阅读(3175) 评论(0) 推荐(0)

mybaties报错:There is no getter for property named 'table' in 'class java.lang.String'
摘要:There is no getter for property named 'table' in 'class java.lang.String' 阅读全文

posted @ 2019-08-29 16:24 仰望星空的脚踏实地 阅读(897) 评论(0) 推荐(0)

redis.clients.jedis.exceptions.JedisDataException: ERR Client sent AUTH, but no password is set
摘要:ERR Client sent AUTH, but no password is set 阅读全文

posted @ 2019-08-22 18:00 仰望星空的脚踏实地 阅读(12576) 评论(0) 推荐(0)

Missing artifact com.lowagie:itextasian:jar:2.1.7
摘要:Missing artifact com.lowagie:itextasian:jar:2.1.7 阅读全文

posted @ 2019-08-21 17:33 仰望星空的脚踏实地 阅读(6264) 评论(0) 推荐(0)

NoNodeAvailableException[None of the configured nodes are available:[.127.0.0.1}{127.0.0.1:9300]
摘要:我在springboot 集成 elasticsearch,启动springboot测试创建索引,建立索引的时候报 NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{jzxmY2H9RVSWNO1-6y28sA}{127.0.0.1}{127.0.0.1:9300}]] 阅读全文

posted @ 2019-05-15 14:28 仰望星空的脚踏实地 阅读(2101) 评论(0) 推荐(0)

java.lang.IllegalStateException: Received message from unsupported version: [5.2.2] minimal compatible version is: [5.6.0]
摘要:启动elasticsearch-6.2.2-Windows服务时报错:java.lang.IllegalStateException: Received message from unsupported version: [5.2.2] minimal compatible version is: [5.6.0] 阅读全文

posted @ 2019-05-15 11:34 仰望星空的脚踏实地 阅读(6637) 评论(0) 推荐(0)

Failed to instantiate [org.elasticsearch.client.transport.TransportClient]
摘要:当我按elasticsearch老版本2.x(2.4.6)引用maven文件时,如下: Failed to instantiate [org.elasticsearch.client.transport.TransportClient] org.elasticsearch.client低版本 报找不到getTransportClient() 阅读全文

posted @ 2019-05-15 11:25 仰望星空的脚踏实地 阅读(4678) 评论(0) 推荐(0)

java.lang.ClassNotFoundException: com.sun.jna.Native
摘要:Springboot 集成 ElasticSearch的时候,报错如下: java.lang.ClassNotFoundException: com.sun.jna.Native 阅读全文

posted @ 2019-05-15 11:18 仰望星空的脚踏实地 阅读(6282) 评论(0) 推荐(0)

java.lang.IllegalStateException: getOutputStream() has already been called for this response
摘要:java.lang.IllegalStateException: getOutputStream() has already been called for this response 阅读全文

posted @ 2018-08-10 17:06 仰望星空的脚踏实地 阅读(33232) 评论(2) 推荐(0)

java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]
摘要:java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] 阅读全文

posted @ 2018-07-24 15:55 仰望星空的脚踏实地 阅读(3197) 评论(0) 推荐(0)

eclipse异常关了,tomcat如何关
摘要:eclipse异常关了,tomcat如何关 阅读全文

posted @ 2018-07-13 12:06 仰望星空的脚踏实地 阅读(574) 评论(0) 推荐(0)

java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component...
摘要:严重: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/UpLoadExcel]] 阅读全文

posted @ 2018-07-06 11:20 仰望星空的脚踏实地 阅读(3314) 评论(0) 推荐(0)

javax.mail.MessagingException: Could not connect to SMTP host: smtp.xdf.cn
摘要:javax.mail.MessagingException: Could not connect to SMTP host: smtp.xdf.cn 阅读全文

posted @ 2018-05-30 10:59 仰望星空的脚踏实地 阅读(24097) 评论(0) 推荐(1)

解决noSession问题
摘要:SSH框架中出现的noSession问题 阅读全文

posted @ 2018-05-16 14:47 仰望星空的脚踏实地 阅读(3621) 评论(0) 推荐(0)

MySQLdump导出sql脚本
摘要:MySQLdump导出insert语句的sql脚本文件 阅读全文

posted @ 2018-05-04 17:23 仰望星空的脚踏实地 阅读(4773) 评论(0) 推荐(0)

异常:没有找到本地方法库,java.lang.UnsatisfiedLinkError: no trsbean in java.library.path
摘要:Fri Apr 20 15:22:31 CST 2018, TRSException:500004___-500004,没有找到本地方法库,java.lang.UnsatisfiedLinkError: no trsbean in java.library.path 阅读全文

posted @ 2018-04-20 16:58 仰望星空的脚踏实地 阅读(1595) 评论(0) 推荐(0)

gzip: stdin: unexpected end of file tar: Unexpected EOF in archive
摘要:gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 阅读全文

posted @ 2018-04-17 17:10 仰望星空的脚踏实地 阅读(17506) 评论(0) 推荐(0)

java.net.UnknownHostException异常处理
摘要:java.net.UnknownHostException异常处理 阅读全文

posted @ 2018-04-12 10:22 仰望星空的脚踏实地 阅读(108910) 评论(2) 推荐(0)

java.lang.NullPointerException报错的几种情况
摘要:java.lang.NullPointerException报错的几种情况 阅读全文

posted @ 2018-03-26 13:48 仰望星空的脚踏实地 阅读(25917) 评论(0) 推荐(0)