码迷,mamicode.com
首页 >  
搜索关键字:时报    ( 4762个结果
maven-compiler-plugin 版本错误解决方法
MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息...
分类:其他好文   时间:2014-06-25 20:43:15    阅读次数:187
Reporting Service 服务启动时报错The service did not respond to the start or control request in a timely fashion
案例环境: 启动一台数据库服务器(Windows Server 2003)的Reporting Service(SQL Server 2008 R2)服务时,出现如下错误信息: System.InvalidOperationException: Cannot start service Report...
分类:其他好文   时间:2014-06-23 08:24:07    阅读次数:415
ubuntu 14.04 64位使用google官方android开发集成工具adt-64位无法使用adb
在使用ubuntu64位(14.04)时,下载来一个adt-bundle-linux-x86_64-20131030.zip,但是运行时报错:Android:Gradle:ExecutionfailedfortaskCannotrunprogramandroid-studio/sdk/build-t...
分类:移动开发   时间:2014-06-23 08:08:09    阅读次数:329
tomcat启动多个应用时报内存溢出
tomcat的webapp下放了多个应用,当tomcat启动时会出现perm区内存溢出的报错:Exception in thread "portalMessageListener-444" java.lang.OutOfMemoryError: PermGen space解决方案:增加catalin...
分类:其他好文   时间:2014-06-23 00:57:37    阅读次数:208
AFNetwork 2.0在请求时报错code=-1016 和 3840
在进行网络请求时出现-1016 是因为只支持 text/json,application/json,text/javascript 你可以添加text/html  一劳永逸的方法是 在 AFURLResponseSerialization.h 里面搜索 self.acceptableContentTypes 然后 在里面 添加 @"text/html",@"...
分类:Web程序   时间:2014-06-22 18:59:38    阅读次数:185
Erlang 又生虫了
好久不玩Erlang了。最近想鼓捣Eresye,下了个最新版OTP 17,结果,发现了问题。 安装这个最新版的Erlang (erl 6.0)后,用erlc编译了Eresye 1.2.5,并放入其lib目录。 编译后运行Eresye的examples时,报错,错误原因看不清楚。 删除Eresye 1.2.5,改用Eresye 1.2.4,还是运行时出错,原因不明。 卸载OTP 17,安装O...
分类:其他好文   时间:2014-06-22 15:16:36    阅读次数:216
android 常见错误集锦
1、用Eclipse安装APP程序时,报Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE错误,也就是说内存不够用引起的,解决办法有如下两种: a、把手机内的没用安装包清掉一些,或者卸载一些没用的APP,腾出足够的内存,然后在进行安装; ....
分类:移动开发   时间:2014-06-18 16:58:18    阅读次数:220
mahout版本兼容问题
运行mahout in action上的cluster示例时报错:Error: Found interface org.apache.hadoop.mapreduce.Counter, but class was expected 确定是版本问题,我的hadoop版本是2.4,但mahout目...
分类:其他好文   时间:2014-06-18 11:07:10    阅读次数:394
dl380G8安装windows 2008R2 报错解决办法。
dl380安装windows2008R2时报错,安装包是我一直在用的安装包。我用光盘、优盘还是ILO安装都是报同样的错误。详细错误如下:1、在复制完系统后重启安装时报下面的错误。我点击确定后系统会重启。windowscannotreadthe<productkey>settingfromtheunattendanswerfile2、重启..
分类:Windows程序   时间:2014-06-17 18:19:55    阅读次数:2032
Axis 1 https(SSL) client 证书验证错误ValidatorException workaround
Axis 1.x 编写的client在测试https的webservice的时候, 由于client 代码建立SSL连接的时候没有对truststore进行设置,在与https部署的webservice 连接会在运行时报出:javax.net.ssl.SSLHandshakeException: s...
分类:其他好文   时间:2014-06-17 13:00:12    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!