码迷,mamicode.com
首页 >  
搜索关键字:错误信息    ( 4685个结果
The method replace(int, Fragment, String) in the type FragmentTransaction is not applicable for the
The method replace(int, Fragment, String) in the type FragmentTransaction is not applicable for the arguments (int, SettingFragment, String) 今天遇到这样一个很奇葩的错误信息,后来查到我导入的包有问题  import android.app....
分类:移动开发   时间:2014-12-06 15:31:01    阅读次数:320
WCFhttp_tcp 协议
1、 -->2、 中 binding="wsHttpBinding"3、 中 httpGetEnabled="True" includeExceptionDetailInFaults="false" 不发错误信息4、中
分类:Web程序   时间:2014-12-05 16:49:56    阅读次数:272
ubuntu14.04(64)下运行报(...adb": error=2, 没有那个文件或目录)
错误信息为:Cannot run program "/home/xxxx/android/android-sdk/platform-tools/adb": error=2, 没有那个文件或目录 原因:由于是64位的linux系统,而Android SDK只有32位的,需要安装一些支持包才能使用。安装...
分类:数据库   时间:2014-12-05 15:43:51    阅读次数:175
Geoserver发布WMS服务出错分析
使用Geoserver发布一个空间表,在图层预览的过程中没有任何问题,但是当我根据这个空间表传创建视图再发布wms服务,访问时就会报错,错误信息如下:Caused by: java.sql.SQLException: ORA-29902: 执行 ODCIIndexStart() 例行程序中出错O.....
分类:其他好文   时间:2014-12-05 10:24:30    阅读次数:232
监控Netstat中的TCP数据
通过netstat命令,我们能获取TCP数据,监控它们有助于了解系统状态。 ? ?如果netstat版本比较老的话,那么运行时可能会遇到类似下面的错误信息: ? ?error parsing /proc/net/netstat: Success ? ?假设操...
分类:Web程序   时间:2014-12-05 09:20:53    阅读次数:182
测试vmware vcenter server appliance登陆web clinet出错failed to connect to vmware lookup service故障
解决:failedtoconnecttovmwarelookupservice故障(5.5.0)故障状态:尝试登录vspherewebclient时,系统提示如下错误信息:Failedtoconnecttovmwarelookupservicehttps://xxxx:7444/lookupservice/sdk-sslcertifateverificationfailed.故障分析:由于自己更改了vcentervirtuala..
分类:移动开发   时间:2014-12-04 15:50:00    阅读次数:302
Unity3D "Library\UnityAssemblies\UnityEngine.xml" is denied错误解决方法
错误信息 Access to the path "Library\UnityAssemblies\UnityEngine.xml" is denied无法修改改文件Unity版本:4.6解决方法:关闭Visual studio 2013http://answers.unity3d.com/quest...
分类:编程语言   时间:2014-12-04 13:46:27    阅读次数:1094
svn认证失败
svn认证失败Windows下:当TortoiseSVNsvn客户端,如果遇到“认证错误”而且又不弹出让你重新登录的窗口时,错误信息Java代码Commitfailed(detailsfollow):UnabletoconnecttoarepositoryatURL‘svn://localhost‘认证失败conf文件下的svnserve.conf,将#password-db=passwd除去行..
分类:其他好文   时间:2014-12-04 06:38:28    阅读次数:233
关于Cannot assign to 'self' outside of a method in the init family解决方法
有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父类的初始化方法(self = [super init];)时会报错,错误信息如下:error:Cannot assign to 'self' outside of a method in the...
分类:其他好文   时间:2014-12-03 22:45:04    阅读次数:109
cannot find class [xxx] for bean with name
产生此错误的原因是缺少项目或Jar的引用;解决办法:找到类对应的项目或是Jar包引用到项目中就可以了。详细错误信息如下:严重: Exception sending context initialized event to listener instance of class com.auth.spring.listener.SpringLoaderListener org.springframew...
分类:其他好文   时间:2014-12-03 17:13:52    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!