码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
Linux : ata: failed command: READ FPDMA QUEUED
Got“READFPDMAQUEUED”errorsfrom“dmesg”outputonyourLinuxmachine?ata2.00:status:{DRDYERR}ata2.00:error:{UNC}ata2.00:failedcommand:READFPDMAQUEUEData2.00:cmd60/28:70:28:19:89/00:00:6c:01:00/40tag14ncq20480inres41/40:00:00:00:00/00:00:00:00:00/00Emask0x9(med..
分类:系统相关   时间:2014-09-11 09:43:52    阅读次数:717
启动apache服务出现Job failed. See system logs and 'systemctl status' for details. .
启动apache服务出现Jobfailed.Seesystemlogsand‘systemctlstatus‘fordetails.查看错误提示看日志cat/var/log/messages|grephttpd原来是编辑httpd.conf文件时候第196行出错vi/etc/httpd/conf/httpd.confsystemctlstarthttpd.service解决
分类:其他好文   时间:2014-09-10 19:37:51    阅读次数:494
Android当代码方法超过65536个时,在2.3机器上会不能安装,出现INSTALL_FAILED_DEXOPT错误
今天打包时,发现2.3机器,产生的APK在某些机器上不能安装(Installation error:INSTALL_FAILED_DEXOPT),针对这个问题的一个可能解释是:最新的ADT和SDK Tool在将jar转化成dex的时候,可能会合并类的代码,这将导致巨大的类;类中的每一个方法都分配有一...
分类:移动开发   时间:2014-09-10 17:37:30    阅读次数:161
UnitOfWork 更新实体出错解决办法
用UnitOfWork进行实体更新的时候,再查询实体一次,再去更新的时候会报如下错误:Attaching an entity of type 'TinyFrame.Data.DomainModel.t_user_application' failed because another entity o...
分类:其他好文   时间:2014-09-10 13:59:00    阅读次数:314
解决maven传递依赖中的版本冲突
首先在pom.xml中添加: org.apache.maven.plugins maven-project-info-reports-plugin 如果用的是eclipse,那就用run as-build-在Goals那个框框里输入: project-info-reports:dependencies,如果实在dos环境下, 就mvn p...
分类:其他好文   时间:2014-09-10 12:34:50    阅读次数:230
oracle cluster verfication utility failed
节点间的时间同步对于Oracle来说是非常重要的,在11g版本之前往往通过搭建NTP服务器完成时间同步。在Oracle11g中新增加了一个CTSS(ClusterTimeSynchronizationServices,集群时间同步服务)服务,用来完成集群节点间时间同步。在安装GridInfrastructure过程中,如果没有发现节..
分类:数据库   时间:2014-09-10 02:55:00    阅读次数:238
hive中删除表的错误Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException
hive中删除表的错误Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:javax.jdo.JDODataStoreException: Iteration request failed :...
分类:其他好文   时间:2014-09-10 00:28:59    阅读次数:748
phpMailer在CentOS 6.5下无法发送邮件的解决办法
作者:ffsystem网站在Windows平台上开发测试,完成了后同步到CentOS6.5 Nigix运行。发现phpMailer组件无法与SMTP服务器建立连接,导致无法发送邮件。错误代码:phpmailer smtp connect() failed在网上找到一些解决办法,实测下面的方案可行:1...
分类:Web程序   时间:2014-09-09 20:07:09    阅读次数:362
maven-dependency-plugin (goals "copy-dependencies","unpack") is not supported by m2e
解决办法:在plugins之前添加如下pluginManagement,二者前后顺序如下: org.eclipse.m2e ...
分类:其他好文   时间:2014-09-09 19:54:19    阅读次数:197
Ubuntu desktop installation problem and solving
Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure before and I ...
分类:其他好文   时间:2014-09-09 16:13:09    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!