今天安装和部署maven项目的时候一直都出现这样的错误: maven项目出现:Caused by: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 按照网上的好多都是说sp ...
分类:
编程语言 时间:
2016-07-10 06:15:14
阅读次数:
205
我用的是hadoop 1.2.1 遇到的问题是: hadoop中datanode无法启动,报Caused by: java.net.NoRouteToHostException: No route to host 切换root用户将所有机器上的防火墙都关闭。 重新启动。成功。 一定要从新启动,是因为 ...
分类:
编程语言 时间:
2016-07-09 23:37:20
阅读次数:
685
应用场景:用于安卓的短信发送功能 异常名称:Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND } 源码如下 ...
分类:
移动开发 时间:
2016-07-05 13:55:16
阅读次数:
229
今天将tomcat6更换成了tomcat7,报错的内容 严重: A child container failed during startjava.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: ...
分类:
编程语言 时间:
2016-06-26 18:15:42
阅读次数:
404
启动广播的时候系统报错程序崩溃并且显示: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.example.rcp.forceofflinereceiver" on path: DexPathList[[zip f ...
分类:
其他好文 时间:
2016-06-18 21:14:37
阅读次数:
217
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法权限问题,授权 给 root 所有sql 权限 mysql> grant all privileges on *.* to root@"%" id ...
分类:
数据库 时间:
2016-06-15 17:25:14
阅读次数:
323
是在reduce阶段报的错误,详细错误信息是 我的hive版本是hive-0.13.1+cdh5.3.6+397 执行的脚本是: 注意,iptocode是个UDF 然后网上查到:https://issues.apache.org/jira/browse/HIVE-5771 我理解,这个是hive的b ...
分类:
编程语言 时间:
2016-06-12 20:16:15
阅读次数:
661
We will learn how centralized updates in Redux let us log every state change to the console along with the action that caused it. ...
分类:
移动开发 时间:
2016-06-07 06:36:54
阅读次数:
339
在tomcat下运行jax-ws 异常 Caused by: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 10 counts of IllegalA ...
分类:
编程语言 时间:
2016-06-06 18:42:58
阅读次数:
294
项目中需要用到缓存,经过比较后,选择了redis,客户端使用jedis连接,也使用到了spring提供的spring-data-redis。配置正确后启动tomcat,发现如下异常: Caused by: org.springframework.beans.factory.BeanCreationE ...
分类:
编程语言 时间:
2016-06-04 23:28:46
阅读次数:
436