我從git導入了存儲庫並執行了maven構建。當我使用「clean install -U -Denvironment.type = dev -P autoInstallPackage -P analysis -P analysisCI」目標運行我的項目時,它會引發以下錯誤。有人可以幫我解決這個問題嗎?Java運行時環境檢測到致命錯誤:
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000052811d2e, pid=6564, tid=7972
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x3f1d2e]
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
# An error report file with more information is saved as:
# C:\Users\amummadi\git\kpmg-advisory\hs_err_pid6564.log
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
在此先感謝!
我仍然得到以下錯誤[INFO] HttpMethodDirector - I/O異常(java.net.ConnectException)處理請求:連接被拒絕:連接 [INFO] HttpMethodDirector - 重試請求 [INFO] HttpMethodDirector - I/O異常(java.net.ConnectException)處理請求時抓:連接被拒絕:連接 [INFO] HttpMethodDirector - 重試請求 [INFO] HttpMethodDirector - 在處理請求時捕獲I/O異常(java.net.ConnectException):拒絕連接:連接 [INFO] HttpMethodDirector - 重試請求 –
將此添加到您的問題。把**編輯:**然後張貼在下面。 – Adam
這是某種代理錯誤。這裏看看這個堆棧問題:http://stackoverflow.com/questions/9811828/common-httpclient-and-proxy。 但是,這已經超出了我的知識領域,因此我必須原諒自己給出不正確的答案,並等待有更多知識的人來回答您的問題。 – Adam