匯出時報錯:Software caused connection abort: socket write error(bug記錄)
//匯出時報錯
ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error
瀏覽器F12發現請求為紅色,狀態為取消
甚至發現有時候能匯出成功有時候不能,經過一番折騰,最終發現問題在前端頁面上:
我是使用的iframe標籤匯出,匯出按鈕的點選事件最後一行程式碼是關閉當前彈窗
<iframe id="reprotDown" style="display:none"> </iframe>
而我的iframe標籤是寫在彈窗頁面的,所以我關閉彈窗的同時,相當於將該請求也取消(結束)了,
導致後臺一臉懵逼,拿起了筆卻找不到紙了~
解決辦法:
1.將iframe標籤寫在父級頁面
2.不要關閉當前頁面
相關推薦
匯出時報錯:Software caused connection abort: socket write error(bug記錄)
技術標籤:javahtmljspjs //匯出時報錯 ClientAbortException:java.net.SocketException: Software caused connection abort: socket write error
使用Jedis在高併發報錯 (java.net.SocketException: Connection reset by peer: socket write error)
onnection reset by peer: socket write error錯誤分析: 常出現的Connection reset by peer: 原因可能是多方面的,不過更常見的原因是: ①:伺服器的併發連線數超過了其承載量,伺服器會將其中一些連線Down掉;
關於jmeter報錯:connection reset by peer, socket write error
轉自:https://www.cnblogs.com/hd-test/p/12056019.html 問題現象 再重新描述一下這個問題的現象和起因。問題來源於一個http的檔案上傳介面,介面會先對一些引數簽名進行校驗,引數簽名通過之後才會取出InputStr
java.net.SocketException: Connection reset by peer: socket write error
最近在專案中使用Httpclient對接外部介面時,內網使用Squid做正向代理,用POST請求在上傳大於30kb的資料時,httpClient返回的資訊總是xx.xx.xx.xx:80 failed to respond,查詢代理日誌發現報407沒許可權的錯誤。取消
通過Maven匯出war包時報錯:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project
通過Maven匯出war包時報錯:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project Ocr: Error assembling WAR: webxml attribute is required (or pre-existing WEB
PaddleDetection 匯出PP-YOLO 型別模型時報錯AssertionError: Bad argument number for Assign: 2, expecting 3 解決記錄
詳細報錯記錄: paddle_38) ziyueshijue@ziyueshijue-desktop:~/work/cppwork/padleDemo/model/PaddleDetection$ python tools/export_model.py -c configs/ppyolo/ppyolo_r50vd_dcn_1x_coco.yml -o weights=https:/
安裝CURL 時報錯GnuTLS: The TLS connection was non-properly terminated. Unable to establish SSL connection.
安裝curl報錯 Unable to establish SSL connection [root@rzk curl]# wget https://curl.haxx.se/download/curl-7.54.0.tar.gz
執行docker容器時報錯 exec user process caused "no such file or directory"
現象 Docker映象正常打包編譯(docker build)之後,在Linux環境下啟動(docker run)時報錯,
C# ODP.NET 呼叫Oracle函式返回值時報錯的一個解決方案
有人在社群問到:C#呼叫Oracle中自定義函式的返回值時,無法正常呼叫。但在PL/SQL中正常呼叫返回。
Oracle例項啟動時報錯:ORA-32004的解決方法
前言 前段時間,早上剛到公司,開啟電腦就發現啟動Oracle例項的時候報了下面的錯誤:
匯入tensorflow時報錯:cannot import name 'abs'的解決
一,問題背景 作者在用tensorflow做實驗時,import tensorflow忽然報錯:cannot import name \'abs\'。錯誤情況如下所示:
解決springboot 連線 mysql 時報錯 using password: NO的方案
最近使用 springboot 配置 mysql 時出現了一個錯誤 Access denied for user \'\'@\'localhost\' (using password: YES) 或者
解決 Spring RestTemplate post傳遞引數時報錯問題
今天跟同事介面聯調,使用RestTemplate請求服務端的post介面(使用python開發)。詭異的是,post請求,返回500 Internal Server Error,而使用get請求,返回正常。程式碼如下:
解決windows上安裝tensorflow時報錯,“DLL load failed: 找不到指定的模組”的問題
最近打算開始研究一下機器學習,今天在windows上裝tensorflow花了點功夫,其實前面的步驟不難,只要依次裝好python3.5,numpy,tensorflow就行了,有一點要注意的是目前只有python3.5能裝tensorflow,最新版的python
在pycharm中使用matplotlib.pyplot 繪圖時報錯的解決
This application failed to start because it could not find or load the Qt platform plugin “windows” in ” “.
jfinal執行時報錯分析java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
這裡解釋一下,我用maven jetty執行沒啥問題的專案,當我切換tomcat時候出現如下錯誤。
Jenkins - 解決整合 jmeter+ant 傳送郵件時報錯:java.lang.ClassNotFoundException: javax.mail.internet.MimeMessage
jenkins + jmeter +ant 傳送郵件失敗 問題原因 其實就是缺失 jar 包,導致某些類找不到了
啟動 fdfs時報錯service fdfs_trackerd start
啟動服務 [root@localhost fastdfs]# service fdfs_trackerd start Reloading systemd:[OK] Starting fdfs_trackerd (via systemctl):Job for fdfs_trackerd.service failed because the control process exited wi
Linux切換使用者時報錯/.bash_profile: Permission denied,命令列(終端提示符)出現-bash-4.2$
Linux切換使用者時報錯/.bash_profile: Permission denied,命令列(終端提示符)出現-bash-4.2$
一個Maven專案在eclipse中正常,但在IDEA中啟動時報錯
一個Maven專案在eclipse中正常,但在IDEA中啟動時報錯 報的錯是專案的dao層和Mybatis框架的.xml配置檔案繫結不上。總是報: