码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
WLC HA 升级步骤
这里介绍了Cisco WLC 5520在HA模式下系统升级和AP升级的过程。
分类:其他好文   时间:2020-03-08 23:23:34    阅读次数:175
Ansible学习踩坑
终于到了需要上Ansible的时候了,之前由于需求不强烈没有做,从今天起陆续记录学习。常用ansible命令查看组中的机器ansible<group_name>list查看内存使用(shell模块)ansible<host_name/group_name>-mcommand-a‘free-h‘查看主机磁盘容量(command模块)ansible<host_name/g
分类:其他好文   时间:2020-03-08 00:58:13    阅读次数:91
java访问SSL 证书使用https不可访问 报错的情况
错误详情: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCer ...
分类:编程语言   时间:2020-03-07 13:14:38    阅读次数:77
thingsboard编译错误 Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:npm (npm install) on project js-executor: Failed to run task: 'npm install' failed.
thingsboard 报一下错误,请参考: Failed to execute goal com.github.eirslett:frontend maven plugin:1.0:npm (npm install) on project js executor: Failed to run ta ...
分类:Web程序   时间:2020-03-06 23:57:04    阅读次数:441
错误已解决:java.net.ConnectException: Failed to connect to localhost/127.0.0.1
https://blog.csdn.net/qq_40892075/article/details/90347182 ...
分类:编程语言   时间:2020-03-06 17:38:32    阅读次数:648
nginx 配置nginx.conf 启动报错 getpwnam("nginx") failed 解决方案
没有安装nginx用户导致的无法启动 useradd -s /sbin/nologin -M nginx ...
分类:其他好文   时间:2020-03-06 15:47:19    阅读次数:133
nginx: [emerg] bind() to 0.0.0.0:18071 failed (13: Permission denied)
在ContOS 7上安装了Nginx服务,为了项目需要必须修改Nginx的默认80端口为8088,修改配置文件后重启Nginx服务,查看日志报以下错误: [emerg] 9011#0: bind() to 0.0.0.0:8088 failed (13: Permission denied) 权限被 ...
分类:其他好文   时间:2020-03-05 15:02:19    阅读次数:62
eclipse运行web,tomcat报错Server Tomcat v9.0 Server at localhost failed to start
第一种:查看Servlet3.0中出现了新增注释@WebServlet。 ervlet3.0中出现了新增注释@WebServlet ,在Eclipse生成一个新的Servlet类时会自动增加@WebServlet注释,改注释会自动为我们配置web.xml,所以这时候我们再去配置web.xml就会产生 ...
分类:Web程序   时间:2020-03-05 13:55:28    阅读次数:102
ERROR: Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
1、导入从微信demo的时候,报上面的错 2、意思呢Gradle的问题 3、用过andoid studio的人都知道Gradle是个大问题,用到今天发现还不错。 4、这个问题是由于下载不到Gradle的zip引起的。 改好了以后,点一下Sync Now就可以了。 稍等下,马上就可以下载完成。 ...
分类:Web程序   时间:2020-03-04 09:30:20    阅读次数:106
The remote end hung up unexpectedly
解决办法1: https://stackoverflow.com/questions/21277806/fatal-early-eof-fatal-index-pack-failed 解决办法2 https://www.jianshu.com/p/5f2348927504 ...
分类:其他好文   时间:2020-03-03 20:52:48    阅读次数:61
7169条   上一页 1 ... 59 60 61 62 63 ... 717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!