码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
【EBS】打中文patch6678700报错小记
EBS12.1.1在打patch6678700中文补丁时报错如下: ATTENTION: All workers either have failed or are waiting: FAILED: file XLIFFLoader.class on worker .... ATTENTION: Please fix the above failed worker(s) so the m...
分类:其他好文   时间:2014-12-19 15:52:07    阅读次数:205
pod install --no-repo-update
最近使用CocoaPods来添加第三方类库,无论是执行pod install还是pod update都卡在了Analyzing dependencies不动 原因在于当执行以上两个命令的时候会升级CocoaPods的spec仓库,加一个参数可以省略这一步,然后速度就会提升不少。加参数的命令如下: pod install --verbose --no-repo-update pod...
分类:其他好文   时间:2014-12-19 10:06:17    阅读次数:632
SSH 框架整合配置
对于Struts、spring、hibernate大体上去过一遍之后,就是针对这个几个框架的整合了。对ssh框架异常熟悉、能够在1个小时搞定这些无聊的配置的程序猿,请飘过。 整合的环境   hibernate-distribution-3.6.0.Final-dist spring-framework-2.5.6.SEC01-with-dependencies str...
分类:其他好文   时间:2014-12-19 00:41:08    阅读次数:605
nginx连接php-fpm sock文件失败502
今天把vps上php5.3升级到了php5.4,我采用的是nginx+php-fpm的架构,nginx通过php-fpm的socks文件来连接。 结果报错: connect() to unix:/tmp/php-cgi.sock failed (13: Permission denied) while connecting to...
分类:Web程序   时间:2014-12-18 15:35:53    阅读次数:523
Win7 64bit 安装VisualSVN出现报错:Servic 'VisualSVN Server' failed to start.解决办法
问题描述: Win7 64bit 安装VisualSVN时出现报错: Servic 'VisualSVN Server' failed to start.Please check VisualSVN Server log in Event Viewer for more details Service 'VisualSVN Server' failed to start. 解决办法: 控制...
分类:Windows程序   时间:2014-12-18 15:16:13    阅读次数:292
解决github RPC 52错误的方法
最近在github上git clone代码时,总遇到如下错误比如我要下载https://github.com/iosweekend-samples/Frameworks-WishList-Example.giterror: RPC failed; result=52, HTTP code = 0fa...
分类:其他好文   时间:2014-12-18 13:31:35    阅读次数:134
App Validation on Xcode 6 GM release
在使用 xcode 6 GM release 验证我的app 构建结果出现如下错误, Error : itunes store operation failed no eligible software found. Make sure this software is owned by your developer organization. iTunes商店操作失败,没有合格的软件。确保...
分类:移动开发   时间:2014-12-18 10:30:07    阅读次数:191
进程启动失败:安全问题 Xcode process launch failed: Security Xcode
Xcode 进程启动失败:安全问题,模拟器中没有问题,实体机器上不行 花了大约一周到两周的时间开发了一块app,昨天把 iPhone 5S 升级到了 iOS 8 GM 系统,升级没什么问题,测试app也没有什么问题,当我从 iPhone 5S 上删除掉我的app,并且重新构建的时候,出现了如下的错误。 1 2 Could not launch "...
分类:系统相关   时间:2014-12-18 10:28:45    阅读次数:1182
DirectX--Filter属性页的调用
IEnumFilters* pEnum; HRESULT hr ; if (pigb) { hr = pigb-> EnumFilters(&pEnum); if (FAILED(hr))  { return ; }       IBaseFilter* pFilter = NULL; while (pEnum->Next(1, &pFilter, NULL) =...
分类:其他好文   时间:2014-12-18 09:12:45    阅读次数:143
ERROR Shell: Failed to locate the winutils binary in the hadoop binary path
14/12/17 19:18:53 ERROR Shell: Failed to locate the winutils binary in the hadoop binary pathjava.io.IOException: Could not locate executable null\bin...
分类:Windows程序   时间:2014-12-17 20:42:19    阅读次数:1306
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!