会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kuroniko
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
13
···
26
下一页
2019年12月19日
javamail "535 5.7.3 Authentication unsuccessful" 问题排查
摘要: 有一家odm的服务器用Javamail发邮件的时候报错 Authentication unsuccessful 其他的有些又是正常的 网上查了一下解决方法如下 JavaMailSenderImpl认证异常了,出现:javax.mail.AuthenticationFailedException: f
阅读全文
posted @ 2019-12-19 11:19 kuroniko
阅读(14050)
评论(0)
推荐(0)
2019年11月22日
使用 ElasticSearch Aggregations 进行统计分析(转)
摘要: https://blog.csdn.net/cs729298/article/details/68926969 ElasticSearch 的特点随处可见:基于 Lucene 的分布式搜索引擎,友好的 RESTful API…… 大部分文章都围绕 ELK Stack 和全文搜索展开,本文试图用一个小
阅读全文
posted @ 2019-11-22 17:49 kuroniko
阅读(1082)
评论(0)
推荐(0)
ElasticSearch做实时OLAP框架~实时搜索、统计和OLAP需求,甚至可以作为NOSQL来使用(转)
摘要: 使用ElasticSearch作为大数据平台的实时OLAP框架 – lxw的大数据田地 http://lxw1234.com/archives/2015/12/588.htm 一直想找一个用于大数据平台实时OLAP(甚至是实时计算)的框架,之前调研的Druid(druid.io)太过复杂,整个Dru
阅读全文
posted @ 2019-11-22 17:36 kuroniko
阅读(2037)
评论(0)
推荐(0)
2019年11月13日
svnkit 用java 操作 svn
摘要: 官网 https://svnkit.com/ https://blog.csdn.net/Hui_hai/article/details/80318518 https://blog.csdn.net/joshho/article/details/84075451
阅读全文
posted @ 2019-11-13 17:13 kuroniko
阅读(307)
评论(0)
推荐(0)
Unable to open nested entry '********.jar' 问题解决
摘要: 今天把现网版本的task的jar拖回来然后用7-zip打开拖了一个jar进去替换mysql-connector-java-5.1.47.jar 为 mysql-connector-java-5.1.27.jar 启动微服务的时候就报错下面的 Exception in thread "main" ja
阅读全文
posted @ 2019-11-13 16:28 kuroniko
阅读(10265)
评论(0)
推荐(3)
Could not retrieve transaction read-only status from server问题排查
摘要: 今天发现save task的时候经常后台会报这个错,而且有的时候还会卡住等20几分钟才执行完。 2019-11-12 15:08:29.410 http-nio-9080-exec-6 ERROR org.apache.juli.logging.DirectJDKLog.log(DirectJDKL
阅读全文
posted @ 2019-11-13 16:16 kuroniko
阅读(3813)
评论(0)
推荐(0)
mycat 报错 java.lang.OutOfMemoryError: Java heap space
摘要: 今天排查mysql的错误日志发现 wrapper.log 中有如下错误日志 INFO | jvm 1 | 2019/10/20 12:52:31 | java.lang.OutOfMemoryError: Java heap space 我修改了一下/root/tools/mycat/conf/wr
阅读全文
posted @ 2019-11-13 16:00 kuroniko
阅读(452)
评论(0)
推荐(0)
2019年11月8日
Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (16944839 > 16777216). You can change this value on the server by setting the max_allowed_packet' variable.
摘要: 今天发现task微服务的error日志报如下错误: Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (16944839 > 16777216). You can change this value
阅读全文
posted @ 2019-11-08 17:53 kuroniko
阅读(407)
评论(0)
推荐(0)
com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction 问题解决
摘要: 有两种设置方法 第一种在mysql的配置文件中加入,然后重启mysql innodb_lock_wait_timeout = 500 第二种直接执行如下命令 set global innodb_lock_wait_timeout=500; 然后重启mycat和后台微服务,然后观察是否还有这个报错 如
阅读全文
posted @ 2019-11-08 17:26 kuroniko
阅读(17325)
评论(0)
推荐(0)
2019年11月6日
mycat sql timeout 问题解决
摘要: 发现程序中有个批量update语句需要update 16000多条数据导致超时 2019-11-06 10:35:28.312 pool-9-thread-24 ERROR com.hp.nova.common.tasksync.tcscheduler.TcFileProcessScheduleJo
阅读全文
posted @ 2019-11-06 15:20 kuroniko
阅读(2531)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
26
下一页
公告