
java
倾情烟雨
这个作者很懒,什么都没留下…
展开
-
启动amq时遇到java.net.URISyntaxException: Illegal character in hostname at index处理方法
启动Apache ActiveMQ 5.13.2 时遇到以下错误:2017-10-30 17:44:53,714 | INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@1bffd008: startup date [Mon Oct 30 17:44:53 CST 2017]; root of context hi...原创 2017-10-31 14:49:23 · 5330 阅读 · 4 评论 -
[DUBBO] ChannelEventRunnable handle RECEIVED operation error, channel is NettyChannel 错误原因
关于应用启动报.Ncat: Connection refused.和应用日志中报出警告com.alibaba.dubbo.remoting.RemotingException: Failed to send message OK,这两个问题其实是同一个问题,启动脚本中要通过nc命令去请求dubbo组件服务已确定是否启动成功,而rh6/centos6与rh7/centos7中自带的nc工具差异很大,这套机制在6中可以正常使用,在7中会有问题.目前要解决这问题,只能使用6系统,或者将7中的nc工具换成6的原创 2017-11-01 16:40:22 · 6485 阅读 · 1 评论 -
The content of element type "mycat:schema" must match "(schema*,dataNode*,dataHost*)"错误解决办法
使用mycat时遇到The content of element type "mycat:schema" must match "(schema*,dataNode*,dataHost*)"错误解决办法原创 2017-11-22 13:35:43 · 2607 阅读 · 1 评论 -
com.alibaba.fastjson.JSONException: syntax error, expect {, actual 4 错误原因分析
今天在编程调试的时候遇到下面的一个错误:com.alibaba.fastjson.JSONException: syntax error, expect {, actual 4 at com.alibaba.fastjson.parser.deserializer.MapDeserializer.parseMap(MapDeserializer.java:77) ...原创 2018-08-22 17:04:40 · 28497 阅读 · 2 评论 -
IDEA添加类注释和方法注释【详细操作截图】
对于刚换IDEA开发的开发者来说,都逃不开如何设置类注释和方法注释的快捷键。IDEA类注释有两种方法,第一种是创建类的时候增加,第二种是创建类之后追加;方法注释与第二种类注释本质上是一样的操作。此文将详细介绍这两种配置,并附上相当详细的截图原创 2019-04-25 13:02:00 · 7527 阅读 · 5 评论 -
tomcat启动应用出现:startup failed due to previous errors
问题:startup failed due to previous errorsSEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/xxxxxx] startup failed due to previous errors其中Context [/xxx...原创 2019-08-19 18:11:07 · 11005 阅读 · 0 评论