码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
Caused by:org.hibernate.HibernateException:Unable to make JDBC Connection
1、错误描述 Caused by:org.hibernate.HibernateException:Unable to make JDBC Connection[jdbc\:mysql\://localhost\:3306/school] 2、错误原因 在hibernate.cfg.xml中配置数据库路径时 jdbc\:mysql://localhost\:3306/sch...
分类:数据库   时间:2015-03-09 22:28:52    阅读次数:196
ubuntu下安装软件Could not get lock /var/lib/dpkg/lock错误
今天在ubuntu安装ssh的时候报了下面的错误: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process...
分类:系统相关   时间:2015-03-09 17:32:10    阅读次数:241
记一次git fatal: Unable to find remote helper for 'https'问题的解决
登陆到远程linux服务器上,使用git, clone的时候报“fatal: Unable to find remote helper for 'https'”错,没管,绕过,使用git clone git://....协议download下来项目。但是到提交完要push回服务器的时候,必须得用ht...
分类:Web程序   时间:2015-03-06 20:31:07    阅读次数:155
VirtualBox安装Ubutu出错
今天打算装个虚拟机玩玩,这次没有选择VM.感觉那东西各种破解有点麻烦而且体积也不小呀,所以,这次我选择了稍微点的的VirtualBox。 一路安装虚拟机没有问题,安装完后新建虚拟机都正常,可在启动虚拟机的时候报错了 Unable to load R3 module D:\ProgramFiles\....
分类:其他好文   时间:2015-03-05 19:18:50    阅读次数:120
编译python扩展库遇到"unable to find vcvarsall.bat"的解决办法
最近想要学习一下python的Paramiko库,Paramiko依赖PyCrypto,在编译PyCrypto时碰到了问题,大体上的意思就是: unable to find vcvarsall.bat 解决方法如下: 追踪错误提示内容,定位到如下文件 python_path/lib/distutil...
分类:编程语言   时间:2015-03-05 12:34:05    阅读次数:192
Unable to create ‘.git/index.lock‘: File exists
Unable to create ‘.git/index.lock‘: File exists 分类:?Git&SVN?|2014-03-03 14:10 |1231人阅读 Git – fatal: Unable to create ‘/.git/index.lock’: File exists. fatal: Unable to create ‘/path/my_...
分类:其他好文   时间:2015-03-04 19:32:43    阅读次数:161
SVN Unable to connect to a repository at UR
背景:1.SVN服务器:VisualSVN-Server-2.5.5;2.SVN客户端:TortoiseSVN-1.7.6.22632-x64-svn-1.7.4.msi;3.在SVN服务器上,新建一个数据仓库aaa,用户ABC拥有读写权限。现象:1.在checkout数据仓库aaa时,出现如下错误...
分类:其他好文   时间:2015-03-04 14:38:52    阅读次数:190
struts2文件上传大小限制问题小结
一:首先看一下程序执行中出现的对应报错信息,如下所示:[WARN ] 2015-03-03 15:31:11 :Unable to parse request org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededExcep...
分类:Web程序   时间:2015-03-04 12:31:38    阅读次数:230
Unable to list the users SQLSTATE =S0002
powerdesinger mysql 反向工程时报错解决方案:database ->change the Target DNMS修改DBMS为mysql 的对应版本修改后,点击确定即可。
分类:数据库   时间:2015-03-03 11:20:49    阅读次数:282
Unable to execute dex: Multiple dex files define 错误解决方法
Unable to execute dex: Multiple dex files define当出现上面的提示的时候,意味着你的libs里面有多个包实质是一样的,比如一个高版本一个低版本,但是两个的名称不同但是包内部的名字是一样的。删除低版本的即可。
分类:其他好文   时间:2015-03-02 16:42:13    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!