码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
macos Item2 添加 Shell Integration (ftp传输)
macos系统 的item2软件 的 Shell Integration (ftp传输) 功能强大,无需 安装其他ftp软件,也是为了保证 密码安全 在使用时报错如下(因为本地 ping不通): Failed to connect to xxxxxx:22. Double-check that th ...
分类:系统相关   时间:2019-12-17 22:48:02    阅读次数:175
ORA-29861: 域索引标记为 LOADING/FAILED/UNUSABLE
解决方法:select idx_name,idx_status from ctxsys.ctx_indexes;需要重建同步全文索引:alter index 索引名 rebuild online parameters(‘sync’)如果还是不行就删除 索引drop index 索引名 force; ...
分类:其他好文   时间:2019-12-17 20:55:37    阅读次数:127
Git error:Host Key Verification Failed 解决方案
再重装win10后,想要重新配置一下git 和GitHub 的连接,结果配置完成后,使用ssh -T git@github.com测试,出现了Host Key Verification Failed错误。此时使用ssh的方式也无法clone了。再晚上看了许多方法,许多比较复杂,而且是在linux系统 ...
分类:其他好文   时间:2019-12-17 20:46:23    阅读次数:100
Failed to register dubbo:
无法把dubbo注册到zookeeper,我的错误原因是引入的curator的版本过高,curator中会引入zookeeper,而dubbo的版本又过低,所以无法注册进zookeeper,把curator的版本降低试试。 下面是我的依赖版本 compile group: 'org.apache.c ...
分类:其他好文   时间:2019-12-17 20:08:17    阅读次数:138
SLES 12: Database Startup Error with ORA-27300 ORA-27301 ORA-27303 While Starting using Srvctl (Doc ID 2340986.1)
SLES 12: Database Startup Error with ORA-27300 ORA-27301 ORA-27303 While Starting using Srvctl (Doc ID 2340986.1) APPLIES TO: Oracle Database - Enterp ...
分类:数据库   时间:2019-12-17 15:25:24    阅读次数:111
SpringBoot整合log4j2导入新的依赖出现jar冲突解决
1、问题复现: 之前在SpringBoot中配置整合了log4j2,今天在pom文件中,导入新的依赖(依赖如下)之后, <dependency> <groupId>com.github.tobato</groupId> <artifactId>fastdfs-client</artifactId> ...
分类:编程语言   时间:2019-12-17 15:20:51    阅读次数:200
解决添加swagger后项目报错 Failed to start bean 'documentationPluginsBootstrapper'
添加swagger后项目报错 Failed to start bean 'documentationPluginsBootstrapper' 因为swagger依赖google的guava,而当前项目的guava版本与之不匹配,将当前项目的guava版本升到swagger子依赖的guaba版本相同即 ...
分类:移动开发   时间:2019-12-17 14:50:53    阅读次数:1917
安装percona-toolkit.rpm时候报错:perl(Time::HiRes) is needed by percona-toolkit-2.2.16-1.noarch
1.安装percona-toolkit.rpm时候报错: warning: percona-toolkit.rpm: Header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEYerror: Failed dependencies: perl(Time:: ...
分类:其他好文   时间:2019-12-16 13:09:09    阅读次数:173
Hbase启动出问题 master.HMaster: Failed to become active master
Hbase启动出问题 2019-12-15 09:59:57,183 WARN [hadoop:16000.activeMasterManager] hdfs.DFSClient: DFS Read org.apache.hadoop.hdfs.BlockMissingException: Coul ...
分类:其他好文   时间:2019-12-15 23:53:26    阅读次数:859
shell示例6
1. 编写脚本/root/bin/checkip.sh,每 5 分钟检查一次,如果发现通过 ssh 登录失败 次数超过 10 次, 自动将此远程 IP 放入 Tcp Wrapper 的黑名单中予以禁止防问 !/bin/bash while true;do mounth=$(date +%b) mda ...
分类:系统相关   时间:2019-12-15 12:18:56    阅读次数:112
7169条   上一页 1 ... 83 84 85 86 87 ... 717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!