国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed

這篇具有很好參考價(jià)值的文章主要介紹了Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

啟動(dòng)服務(wù)器或者代理時(shí)出現(xiàn)監(jiān)聽TCP端口失敗,可能是該端口被占用,已經(jīng)存在了;需要先殺死該端口所用的進(jìn)程再進(jìn)行運(yùn)行;
查看端口所在進(jìn)程:netstat -ano|findstr “:10808”

運(yùn)行結(jié)果:
TCP 0.0.0.0:10808 0.0.0.0:0 LISTENING 1104
Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed,tcp/ip,網(wǎng)絡(luò)安全

殺掉所在進(jìn)程:
taskkill /pid 1104 /f
Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed,tcp/ip,網(wǎng)絡(luò)安全

之后再進(jìn)行訪問就行文章來源地址http://www.zghlxwxcb.cn/news/detail-520972.html

到了這里,關(guān)于Failed to start: app/proxyman/inbound: failed to listen TCP on 10808 > transport/internet: failed的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 【每日一記】app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to fi

    問題: 在使用?v2rayN 時(shí)失敗,報(bào)錯(cuò)日志: 原因: 端口被封,節(jié)點(diǎn)掛了,或者配置錯(cuò)了。 解決: 換端口,換節(jié)點(diǎn),換配置。(例如使用Trojan)

    2024年02月11日
    瀏覽(44)
  • 【Tomcat】:One or more listeners failed to start.報(bào)錯(cuò)解決方案

    【Tomcat】:One or more listeners failed to start.報(bào)錯(cuò)解決方案

    具體就是web.xml此配置報(bào)錯(cuò): 服務(wù)器啟動(dòng)錯(cuò)誤Tomcat:One or more listeners failed to start.報(bào)錯(cuò)解決方案 IDEA:在使用IDEA運(yùn)行SSM項(xiàng)目的時(shí)候 , Tomcat運(yùn)行失敗 , 出現(xiàn)好幾次 , 具體報(bào)錯(cuò)\\\"One or more listeners failed to start. Full details will be found in the appropriate container log file\\\" 具體有一下幾種解決方案: 法

    2024年02月19日
    瀏覽(29)
  • RuntimeError: The server socket has failed to listen on any local network address. The server socket

    Error details: RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:29500 (errno: 98 - Address already in use). The server socket has failed to bind to ?UNKNOWN? (errno: 98 - Address already in use). This error occurs when using torch.nn.parallel.DistributedDataParallel to train a mod

    2024年02月10日
    瀏覽(17)
  • 【debug】mmseg多級(jí)多卡訓(xùn)練報(bào)錯(cuò):The server socket has failed to listen on any local network address.

    多機(jī)多卡訓(xùn)練mmseg工程時(shí),命令 第一臺(tái)機(jī)器: 第二臺(tái)機(jī)器: 報(bào)錯(cuò)信息如下: RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:8888 (errno: 98 - Address already in use). The server socket has failed to bind to ?UNKNOWN? (errno: 98 - Address already in use).

    2024年02月14日
    瀏覽(31)
  • 報(bào)錯(cuò):HTTP Error 500.30 ASP.NET Core app failed to start

    報(bào)錯(cuò):HTTP Error 500.30 ASP.NET Core app failed to start

    問題原因: 1.沒有安裝對(duì)應(yīng)版本的.NET Core Runtime 。 2.發(fā)布的代碼和服務(wù)器上的IIS的Runtime不對(duì)應(yīng)(例:發(fā)布的是x86,而服務(wù)器上的是x64)。 3.如果版本和操作位數(shù)都對(duì)應(yīng)上了,還是報(bào)錯(cuò),應(yīng)該在IIS-應(yīng)用程序-選擇對(duì)應(yīng)的CLR,設(shè)置,啟用32位。 解決辦法: 1.下載安裝對(duì)應(yīng)版本的運(yùn)行時(shí)R

    2024年02月11日
    瀏覽(22)
  • bug筆記:解決 HTTP Error 500.30 - ASP.NET Core app failed to start

    bug筆記:解決 HTTP Error 500.30 - ASP.NET Core app failed to start

    總結(jié)下后端部署windos?iis環(huán)境net6版本,500.30問題報(bào)錯(cuò)的一種解決方案: 檢查下是否安裝了net6對(duì)應(yīng)的環(huán)境,是否已經(jīng)安裝 然后在事件管理器Windows日志應(yīng)用程序,里面查看詳細(xì)異常記錄 在iis下面找到部署的后端,找到右側(cè)欄的編輯權(quán)限,給Everyone用戶授權(quán)。

    2024年01月20日
    瀏覽(97)
  • abd設(shè)備連接問題* daemon not running. starting it now on port 5037 *ADB server didn‘t ACK* failed to star

    abd設(shè)備連接問題* daemon not running. starting it now on port 5037 *ADB server didn‘t ACK* failed to star

    有時(shí)候,當(dāng)我們執(zhí)行 adb devices 或者 adb start-server 的時(shí)候,會(huì)出現(xiàn)下面的情況: * daemon not running. starting it now on port 5037 * ADB server didn\\\'t ACK * failed to start daemon * ? 查一下daemon是個(gè)什么東西,daemon字面意思就是守護(hù)進(jìn)程。那么它為什么會(huì)有問題呢? 1、首先,先殺掉adb進(jìn)程再重啟試

    2024年02月05日
    瀏覽(18)
  • 解決Jetson: Failed to start nvpmode1 server. 和Failed to start load kernel modules

    解決Jetson: Failed to start nvpmode1 server. 和Failed to start load kernel modules

    在使用jetson開發(fā)板的時(shí)候不知道什么原因會(huì)報(bào)一些錯(cuò),導(dǎo)致開機(jī)進(jìn)不了圖形化界面 ? 也不知道是啥原因,新手對(duì)此還不是特別了解,網(wǎng)上好像也很少有相關(guān)的解決方案。 我分享一下我的解決方案: 重裝桌面 首先既然開機(jī)進(jìn)不了界面怎么輸命令? 答:如果是停留在開機(jī)界面

    2023年04月14日
    瀏覽(75)
  • zookeeper啟動(dòng)時(shí)Starting zookeeper ... FAILED TO START問題處理

    zookeeper啟動(dòng)時(shí)Starting zookeeper ... FAILED TO START問題處理

    Linux服務(wù)器中啟動(dòng)zookeeper服務(wù)時(shí),出現(xiàn) Starting zookeeper ... FAILED TO START 錯(cuò)誤 通過分析zookeeper啟動(dòng)日志發(fā)現(xiàn) 啟動(dòng)zookeeper失敗提示8080端口被占用,這是zookeeper3.5的特性 Zookeeper AdminServer,默認(rèn)使用8080端口 修改zoo.cfg文件的配置,添加如下配置 修改后再次啟動(dòng)zookeeper,查看啟動(dòng)日志

    2024年02月06日
    瀏覽(30)
  • Zookeeper啟動(dòng)失敗:FAILED TO START解決方案

    Zookeeper啟動(dòng)失?。篎AILED TO START解決方案

    ?如圖,啟動(dòng)zookeeper失敗,輸入 查看失敗原因 ?Invalid config,我得知是配置文件出了問題,但是檢查配置文件沒有發(fā)現(xiàn)錯(cuò)誤 最終在配置文件末尾配置參數(shù)結(jié)尾發(fā)現(xiàn)了未刪除的空格 ?將三個(gè)節(jié)點(diǎn)配置文件中的空格刪去之后,zookeeper均能正常運(yùn)行 至此問題解決,投身下一個(gè)問題中

    2024年02月12日
    瀏覽(22)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包