SRM:import-properties 任务具有以下错误:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:通信链路故障
요약: 如果由于 apg 数据库负载过重导致 import-porperties 任务在套接字超时时持续失败,则可能会增加 socketTimeout。
이 문서는 다음에 적용됩니다.
이 문서는 다음에 적용되지 않습니다.
이 문서는 특정 제품과 관련이 없습니다.
모든 제품 버전이 이 문서에 나와 있는 것은 아닙니다.
증상
导入属性任务在连接到 apg 数据库时出现以下错误:
160627 07:07:57 : com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 160627 07:07:57 : 160627 07:07:57 : The last packet successfully received from the server was 180,025 milliseconds ago. The last packet sent successfully to the server was 180,025 milliseconds ago.
异常的原因是:
aused by: java.net.SocketTimeoutException:读取超时
원인
socketTimeout 将在 import-properties 任务中使用,以等待从data_property表中提取数据。如果由于当时数据库负载过重而超过了此时间,则任务将失败。
해결
我们可以将 APG/Web-Servers/Tomcat/Default/conf/server.xml 文件中的 socketTimeout 设置增加到 5 分钟(300000 毫秒),如下所示:
<!-- Defines the connection to the APG timeseries database for MySQL. --> <Resource name="jdbc/APG-DB" auth="Container" type="javax.sql.DataSource" maxActive="20" maxIdle="20" validationQuery="SELECT 1" testOnBorrow="false" testWhileIdle="true" validationQueryTimeout="5" timeBetweenEvictionRunsMillis="10000" minEvictableIdleTimeMillis="60000" maxWait="30000" username="apg" password="watch4net" driverClassName="com.mysql.jdbc.Driver" removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true" url="jdbc:mysql://<db hostname>:53306/apg?autoReconnect=true&socketTimeout=300000"/>
해당 제품
SRM문서 속성
문서 번호: 000059197
문서 유형: Solution
마지막 수정 시간: 29 7월 2025
버전: 4
다른 Dell 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.