https://blog.csdn.net/alan_liuyue/article/details/78926015 https://blog.csdn.net/ypc123ypc/article/details/69945031 Usage: bin/logstash [OPTIONS] Options: -n, --node.name NAME Specify the name of this logstash instance, if no value is given it will d…
0x00 Event [2019-09-24T19:22:31,655][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 403 ({"type"=>"cluster_block_exception", "reason"=>"blocked by: [FORBIDDEN/12/index read-only /…
0x00 Event [2019-09-24T19:22:31,655][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 403 ({"type"=>"cluster_block_exception", "reason"=>"blocked by: [FORBIDDEN/12/index read-only /…
[2019-06-10T06:52:51,610][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 403 ({"type"=>"cluster_block_exception", "reason"=>"blocked by: [FORBIDDEN/12/index read-only / allow dele…
今天10点时候同事报出kibana突然不显示log了,开始紧急排查 1. 从数据源头查起,先看被filebeat监视的log文件是否在更新(一般只要log对应服务在正常运行,log文件中就会有数据持续更新)     tail -f log.log 发现log中数据在持续更新,说明数据源头没有问题 2. 查看filebeat服务的log filebeat 服务的log输出在nohup中 tail -f nohup.out filebeat 正常,没有问题 3. 检查logstash 查看logst…
在使用AFNetworking 2.0  的时候本来一切很顺畅,但是中途遇到几个比较坑的地方 这里分享一下爬坑经历,忘读者不能速爬坑! 在发送请求后,NSURLSessionDataTask一直报错 Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html" AFURLResponseSerializat…
2015-11-16 10:39:17.235 PullDemo[338:60b] Application windows are expected to have a root view controller at the end of application launch 2015-11-16 10:39:17.500 PullDemo[338:60b] Error Domain=com.alamofire.error.serialization.response Code=-1016 "R…
还原问题现场: 第一次使用vue init webpack projectName的时候,由于操作失误,执行了两次npm install -g vue-cli,然后再使用vue init webpack vuedemo创建vuedemo模板,就出现了 vue-cli · Failed to download repo vuejs-templates/vuedemo: Response code 404 (Not Found): 解决办法: 执行下面三个命令来检查环境: node -v(小写v)…
composer update的时候出现: Failed to decode response: zlib_decode(): data error Retrying with degraded: 执行: composer config -g repo.packagist composer https://packagist.phpcomposer.com 就解决了:…
WebSocket connection to 'ws://www.xxxx.com/xxx/xx' failed: Error during WebSocket handshake: Unexpected response code: 200 网站绑定到了服务器,直接在服务器上访问webSocket服务是可行的,但是当我用外网访问时,就报错了,看了网上一堆评论,发现很多人都遇到这个问题都没有解决,现在我的这个问题解决了,虽然是个小问题,但是没解决之前还是蛮头疼的,所以分享给跟我一样入坑的小伙伴…
搭建好(脚手架2.X版本)环境像往常一样使用vue init webpack xxxx 创建项目可以是没多久就开始报错了 报错结果就是:vue-cli · Failed to download repo vuejs-templates/webpack: Response code 404. 告诉我们资源上的工具找不到了,没办法加载.. 那解决办法就只好自己本地放一个webpack. 解决途径如下: 1.在github上下载这个工具: https://github.com/vuejs-templa…
负载机压测,线程500,服务器根本无压力,负载机本身发的请求都是失败的 Sample result如下: Thread Name: 考勤(考勤提交) 1-134 Sample Start: 2018-11-29 11:36:04 CST Load time: 8061 Connect Time: 0 Latency: 0 Size in bytes: 2061 Sent bytes:429 Headers size in bytes: 164 Body size in bytes: 1897 S…
遇到nginx报错:websocket wss failed: Error during WebSocket handshake: Unexpected response code: 403 server { listen 6340; location / { proxy_pass http://web; proxy_http_version 1.1; #Nginx在与Node后端通信时使用HTTP/1.1,是WebSockets所必需的 proxy_set_header Origin '';…
问题:action中返回匿名对象时,swagger只能按强类型生成返回值描述 解决办法:使用roslyn在内存中动态执行代码,使用json.net反序列化匿名对象,向swagger返回动态匿名对象 效果: Swaager在描述控制器的方法时,可以使用以下方法 <response code="400">如果id为空</response> 或 [ProducesResponseType(typeof(ResponseT<User>), 200)] Ope…
使用git提交比较大的文件的时候可能会出现这个错误 error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date 这样的话首先改一下git的传输字节限制 右键点击选择Git Bash输入:git config http.postBuffer  52428…
http://www.jianshu.com/p/645d3fe4e028 git克隆的工程太大用https的方式会有如下问题 hbl:tmp hubert$ git clone https://gitlab.spetechcular.com/aios/aios-for-robot.gitCloning into 'aios-for-robot'...error: RPC failed; result=22, HTTP code = 502fatal: The remote end hung u…
使用标准的JSR 356注解时,需要使用tomcat 8.x版本,如果使用tomcat 7.x的版本,则需要继承WebSocketServlet,否则会报WebSocket connection to,Error during WebSocket handshake: Unexpected response code: 404.…
今天写一个小功能需要通过http请求获取一些返回数据,但是在登陆时是需要进行用户名和密码的校验的.写好之后请求,返回异常Java Server returned HTTP response code: 401 下面是修改之后的代码: private static void httpRequest(){ String username = "XX"; String password = "XX"; String requestURL = "https://X…
[摘要:办理:org.apache.commons.net.MalformedServerReplyException: Could not parse response code.Server Reply: SSH-2.0-OpenSSH_5.3   当应用org.apache.commons.net.ftp.] 解决:org.apache.commons.net.MalformedServerReplyException: Could not parse response code.Serv…
Last login: Sat Oct 15 23:30:24 on ttys002 Sivek_lindeMacBook-Pro:~ Sivek_lin$ sudo gem update --system Password: Latest version currently installed. Aborting. Sivek_lindeMacBook-Pro:~ Sivek_lin$ gem sources -l *** CURRENT SOURCES *** https://ruby.ta…
main.php(或main-local.php)中的邮件配置如下: 'mailer' => [ 'class' => 'yii\swiftmailer\Mailer', 'viewPath' => '@common/mail', // send all mails to a file by default. You have to set // 'useFileTransport' to false and configure a transport // for the mailer…
Jmeter脚本,http请求以post方式提交token,执行脚本在察看结果中显示失败,取样器结果响应状态Response Code 415,如图:…
在hive命令行创建表时报错: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:javax.jdo.JDODataStoreException: An exception was thrown while adding/validating class(es) : Specified key was too long; max key…
最近在做性能测试过程中遇到了高并发时,后台监控各项指标都很正常,但是测试结果中很多Non HTTP response code: java.net.SocketException/Non HTTP response message: Permission denied: connect的错误,翻了一下帖子发现是system.properties中配置有些问题,特此记录一下,没有时间细分析,先上解决方法: 修改%JMETER_HOME%/bin/system.properties文件中的java.…
今日调用一post方式提交的http接口,此接口在测试环境ip调用时无问题,但在生产环境通过域名调用时一直报如下错误: java.io.IOException: Server returned HTTP response code: 411 for URL 百度之后得到:在调用时,添加如下两行代码即可,今行文以记之: /*解决411*/ httpConnection.setRequestProperty("Content-Length","0"); DataOutp…
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.) 解决: 推出hive,进入mysql ,运行: alter database hive character set la…
元素 'beans' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”:复制的代码有中文空格 Syntax error on token "Invalid Character", delete this token:编码不匹配问题,或者说有中文空格 Server returned HTTP response code: 503 for URL: http://localhost:8088/cxfServer/cxf/helloworld?wsdl  :  电脑有代理,关掉代理…
hive遇到FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask错误 起因 使用hive做join查询,a表十几万数据,b表1kw多点数据,结果跑起来就是跑一半返回错误,提示如下: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask 尝试 实在是没什…
执行命令 composer require particle/validator 报错 Failed to decode response: zlib_decode(): data error 网上推荐用 composer self-update,试一下,如下图,我的是最新版了,所以没有用 最后踏破铁鞋终于找到了一段解决问题的命令,composer diagnose  结果成功了 最好 执行命令 composer require particle/validator 成功了…
/********************************************************************** * Failed to decode response: zlib_decode(): data error * 说明: * 这个错误纠结了两天,原来是PHP配置里的问题. * * 2018-3-23 深圳 宝安西乡 曾剑锋 *****************************************************************…