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

error unable to access jarfile 解決方案

這篇具有很好參考價值的文章主要介紹了error unable to access jarfile 解決方案。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

在jenkins shell 排查一個錯誤時,花了很久。

表象是因為 執(zhí)行shell 腳本 中的 java -jar xxx.jar 沒有成功啟動jar 程序。

因為使用了 nohup & 來后臺啟動jar 包,所以jenkins 沒有打印出錯誤 日志。

在去除 nohup & 之后,發(fā)現(xiàn)是報了error unable to access jarfile 錯誤導致的。

解決方案:發(fā)現(xiàn)是 調(diào)用shell腳本 時訪問不到該jar,通過修改jar 絕對路徑解決了

/home/user01/tool/traffic_broker_monitor文章來源地址http://www.zghlxwxcb.cn/news/detail-597287.html

echo "launch monitor tool"
echo "bash /home/user01/tool/test_monitor.sh $monitor_connectors $project $region"
sshpass -p ${PWD} ssh ${USERNAME}@${IP} "bash /home/ser01/tool/test_monitor.sh $monitor_connectors $project $region"
java -jar broker_monitor.jar 
--num=$1 
--target_server=k8s.mypna.com 
--data_source=HERE-HERE-SEA --receiver=\{\"redis_cluster_address\":\"mypna.com\",\"redis_port\":6379\}

到了這里,關于error unable to access jarfile 解決方案的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網(wǎng)!

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

領支付寶紅包贊助服務器費用

相關文章

  • fatal: unable to access ‘https://github.com/xxx/123.git/‘: Failed connect to github.com:443 解決方案

    fatal: unable to access ‘https://github.com/xxx/123.git/‘: Failed connect to github.com:443 解決方案

    在linux上git clone時遇到 fatal: unable to access \\\'https://github.com/xx/xx.git/\\\': Failed connect to github.com:443; Connection timed out時如圖 解決方法:把https:改成git 如果沒有成功,遇上以下報錯 配置用戶名,郵箱 給該郵箱設置公鑰 回車三次后 得到如圖 ?設置成功后進入~/.ssh, ? ?復制公鑰(ssh-r

    2024年02月05日
    瀏覽(99)
  • linux git clone出現(xiàn)fatal: unable to access Failed to connect to github.com port 443: Timed out解決方案

    linux git clone出現(xiàn)fatal: unable to access Failed to connect to github.com port 443: Timed out解決方案

    ??大家好,我是herosunly。985院校碩士畢業(yè),現(xiàn)擔任算法研究員一職,熱衷于機器學習算法研究與應用。曾獲得阿里云天池比賽第一名,CCF比賽第二名,科大訊飛比賽第三名。擁有多項發(fā)明專利。對機器學習和深度學習擁有自己獨到的見解。曾經(jīng)輔導過若干個非計算機專業(yè)的

    2024年02月13日
    瀏覽(99)
  • fatal: unable to access ‘https://github.com/xx‘: Could not resolve host: github.com解決方案——配置DNS服務器

    fatal: unable to access ‘https://github.com/xx‘: Could not resolve host: github.com解決方案——配置DNS服務器

    報錯分析 在Linux(Ubuntu)服務器上 clone github上的項目時,會出現(xiàn)該報錯: fatal: unable to access \\\'https://github.com/xxxx/xxxx/\\\': Could not resolve host: github.com 此時ping也ping不通。 出現(xiàn)該問題是因為無法解析域名。 原因可能為:1. 該域名出現(xiàn)問題 2. 服務器沒有網(wǎng)絡 3. 服務器沒有配置DNS 前

    2024年02月08日
    瀏覽(24)
  • Centos yum install出現(xiàn)Error: Unable to find a match: epel-release的解決方案

    Centos yum install出現(xiàn)Error: Unable to find a match: epel-release的解決方案

    ??大家好,我是愛編程的喵喵。雙985碩士畢業(yè),現(xiàn)擔任全棧工程師一職,熱衷于將數(shù)據(jù)思維應用到工作與生活中。從事機器學習以及相關的前后端開發(fā)工作。曾在阿里云、科大訊飛、CCF等比賽獲得多次Top名次?,F(xiàn)為CSDN博客專家、人工智能領域優(yōu)質(zhì)創(chuàng)作者。喜歡通過博客創(chuàng)作

    2024年02月12日
    瀏覽(91)
  • CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“.解決方案(親測有效)

    CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles“.解決方案(親測有效)

    CMake編譯OpenCV4.6.0過程中一直出錯: CMake Error: CMake was unable to find a build program corresponding to “MinGW Makefiles”. CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. 解決方案如下: 將CMAKE_MAKE_PROGRAM項后面的路徑設置為Qt安裝路徑下的路徑。例如:D:/Qt/Qt5.12.12/Tools/mingw7

    2024年02月15日
    瀏覽(92)
  • jenkins 源碼管理 returned status code 128: stdout: stderr: fatal: unable to access “****” 403 解決辦法

    jenkins 源碼管理 returned status code 128: stdout: stderr: fatal: unable to access “****” 403 解決辦法

    在配置jenkins 源碼管理 遠程鏈接git時 提示 報錯 Failed to connect to repository : Command\\\"usr/bin/git ls-remote -h http://admin@192.138.3.13:8005/scm/tes/repository-test.git HEAD\\\" returned status code 128: stdout: stderr: fatal: unable to access ‘http://admin@192.138.5.102:8005/scm/tes/repository-test.git/’: The requested URL returned erro

    2024年02月11日
    瀏覽(96)
  • 解決 git 出現(xiàn) unable to access ‘ ’The requested URL returned error 500 問題

    解決 git 出現(xiàn) unable to access ‘ ’The requested URL returned error 500 問題

    問題 在項目中 fetch、push 的時候,出現(xiàn)下面這個問題: 網(wǎng)上很多說時文件太大、代理、權限什么的,可能有人是這樣吧,但是沒能解決我這問題。 解決辦法 最后還是看到一篇博客說是賬號問題,想了下是不是密碼錯了,去登錄一下直接的賬號,發(fā)現(xiàn)還真有可能錯了,而且這

    2024年02月11日
    瀏覽(89)
  • 解決Gitee或者Github出現(xiàn)Access denied fatal: unable to access,The requested URL returned error: 403

    解決Gitee或者Github出現(xiàn)Access denied fatal: unable to access,The requested URL returned error: 403

    從github或者gitee碼云拉取其他人的私有項目時,報以下錯誤 要把某個項目push到Gitee碼云或者Github上,已經(jīng)設置了倉庫地址,在最后一步推送代碼時直接報錯。 因為報的錯是沒有訪問權限,只要本地使用過Github或者Gitee等git服務,電腦上就會存儲git的賬號和密碼憑據(jù).這樣下次

    2024年01月25日
    瀏覽(172)
  • Unable to start the daemon process.解決方案

    Unable to start the daemon process.解決方案

    ?錯誤信息如下: Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the User Manual chapter on the daemon at https://docs.gradle.org/6.5/userguide/gradle_daemon.html Process command line: D:Javajdk-1.8binjava.exe -Xmx2048m -Dfil

    2024年02月14日
    瀏覽(91)
  • chatgpt 1020 錯誤碼成功解決(三種方案)
Chatgpt Access denied Error code 1020如何解決?

    chatgpt 1020 錯誤碼成功解決(三種方案) Chatgpt Access denied Error code 1020如何解決?

    最近很多小伙伴在嘗鮮chatGPT,使用中遇到網(wǎng)站的1020的錯誤碼,博主也遇到了相似的問題,不同的人運行環(huán)境不一樣,可能解決方案不一樣,接下來為大家提供幾種解決思路,博主通過這種方法成功解決了,希望能幫到大家。 從前兩天網(wǎng)上開始一直開著的chatgpt網(wǎng)頁突然打不開

    2024年02月12日
    瀏覽(98)

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

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

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

二維碼1

領取紅包

二維碼2

領紅包