解决办法:1 以管理员身份登陆2 找到ORACLE_HOME文件夹(D:\oracle\ora92),点右键,选属性——安全,在组或用户栏中选"Authenticated Users",在权限中把"读取和运行"的权限去掉,再应用。然后重新选上,应用。选择"高级",确认"Authenticated U...
分类:
数据库 时间:
2015-02-02 17:56:11
阅读次数:
514
Android emulator: ERROR: Unable to load VM from snapshot. The snapshot has been saved for a different.
昨天使用Inteliij IDEA 编译工程,运行的时候,遇到了这个问题。
解决办法。点击loris(这里会显示你的工程名),编辑运行配置。
选择 Target Device。...
分类:
移动开发 时间:
2015-02-02 14:14:30
阅读次数:
198
Unable to load configuration. - Class: java.net.PlainSocketImplFile: PlainSocketImpl.javaMethod: connectLine: 177 - java/net/PlainSocketImpl.java:177:...
分类:
其他好文 时间:
2015-02-02 12:08:04
阅读次数:
224
错误:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds 错误提示就是我们限定了部署的时间导致的错误。 修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers...
分类:
其他好文 时间:
2015-01-31 22:01:14
阅读次数:
195
当使用mvn package打包项目的时候,抛出下面这个错误:1 [ERROR] Unable to locate the Javac Compiler in:2 D:\jdk\..\lib\tools.jar3 Please ensure you are using JDK 1.4 or ab.....
分类:
编程语言 时间:
2015-01-31 17:36:18
阅读次数:
196
这种提示的意思是说,引用的文件重复了.在引用json解析库中,clean工程的时候,报错说:Unable to execute dex: Multiple dex files define Lorg/apache/commons/collections/Buffer;Conversion to Da...
分类:
移动开发 时间:
2015-01-31 00:22:36
阅读次数:
250
在Hadoop Eclipse开发环境搭建这篇文章中,第15.)中提到权限相关的异常,如下: 15/01/30 10:08:17 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform......
分类:
编程语言 时间:
2015-01-30 14:44:24
阅读次数:
256
今天使用Tomcat连接sql Server 2008 enterprise的时候,报错:HTTP Status 500 - Servlet execution threw an exceptiontype Exception reportmessage Servlet execution thre...
分类:
数据库 时间:
2015-01-30 14:37:07
阅读次数:
1522
在Ubuntu中安装软件的时候经常碰到E: Unable to correct problems, you have held broken packages.的错误,顾名思义是因为某些软件包冲突导致,幸运的话sudo apt-get update && sudo apt-get upgrade 可...
分类:
其他好文 时间:
2015-01-29 22:30:45
阅读次数:
341
解决办法:Open:/system/etc/init.d/×××(not the same file on different ROMs, find the right file)Find the line that says:rm /dev/log/mainChange the line to:#...
分类:
其他好文 时间:
2015-01-29 21:05:57
阅读次数:
198