场景: EPR 数据库SQLSERVER 2008R2, BI: PENTAHO,MYSQL 应用: PENTAHO PRD抓取数据发布到平台显示,PRD预览正常,但是BI平台运行报表出现错误: Caused by: java.sql.SQLException: Invalid length par ...
分类:
其他好文 时间:
2020-03-28 18:11:21
阅读次数:
84
前言:本来是想写HTML的,发现没什么好写的,就简单写一下Web2.0好了 什么是Web 2.0: “Web 2.0 is the business revolution in the computer industry caused by the move to the internet as a ...
分类:
Web程序 时间:
2020-03-28 13:52:27
阅读次数:
195
尝试的解决方案: 1. 升级docker,因为通过查看,集群中的机器docker进程版本并不完全相同,升级完之后并且重启docker进程 2. 通过describe信息查看得到以下输出 oomkilld,内存不够吗?只有master上的flannel有这个错误,node上的没有,限制的同样的内存和C ...
分类:
系统相关 时间:
2020-03-24 10:30:35
阅读次数:
216
1、使用BeautifulSoup错误 The code that caused this warning is on line 8 of the file *.py. To get rid of this warning, pass the additional argument 'feature ...
分类:
编程语言 时间:
2020-03-21 21:56:31
阅读次数:
105
一路踩坑,在bug中成长,与君共勉! 三月 19, 2020 7:51:57 下午 org.apache.catalina.core.StandardContext listenerStart严重: Exception sending context initialized event to lis ...
分类:
移动开发 时间:
2020-03-19 21:21:56
阅读次数:
89
注意: 不能用winrar或7zip等普通解压软件鼠标拖入直接替换, 否则启动报错: Caused by: java.lang.IllegalStateException: Unable to open nested entry 'BOOT-INF/lib/**.jar'. It has been ...
分类:
编程语言 时间:
2020-03-16 23:48:55
阅读次数:
73
今天在启动微服务项目的时候报错: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'budgetServiceImpl': Unsat ...
分类:
其他好文 时间:
2020-03-11 01:25:28
阅读次数:
85
背景 我在学习spring cloud alibaba技术栈期间,在学习服务熔断与限流的时候,服务启动发生了以下异常 版本 最后发现这个问题是由于版本冲突造成的,because:spring cloud版本不同,openfeign的版本也不同 修改spring cloud版本为 运行项目 测试服务熔 ...
分类:
编程语言 时间:
2020-03-07 23:45:28
阅读次数:
589
FAQ: Android app 编译好后安装到手机,运行时闪退,报如下错误: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{io.grpc.helloworldexample/io.grpc.hel ...
分类:
编程语言 时间:
2020-02-25 14:27:13
阅读次数:
65
1.Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed 原因:端口号被占用,解决方案:修改端口号,一般改成8081即可。 2.数据库错误 将mysql数据库开启 net start mysq ...
分类:
其他好文 时间:
2020-02-25 09:42:01
阅读次数:
70