2014-06-24 2 views
0

자이 썬 wsadmin 스크립트를 실행하는 데 어려움이있다. 다음 오류는 스크립트에서 "AdminConfig.save()"를 호출하려고 할 때 발생합니다. 해당 응용 프로그램을 성공적으로 설치할 수 있지만 구성을 저장하려고하면 다음과 같은 오류가 발생합니다.자이 썬 wasadmin 스크립트는 com.ibm.websphere.management.exception.ConfigServiceException을 리턴한다.

[exec] ADMA5017I: Uninstallation of TestApp started. [exec] ADMA5104I: The server index entry for WebSphere:cell=WASD01VWNode04Cell,node=WASD01VWNode04 is updated successfully. [exec] ADMA5102I: The configuration data for IEApp from the configuration repository is deleted successfully. [exec] ADMA5011I: The cleanup of the temp directory for application IEApp is complete. [exec] ADMA5106I: Application TestApp uninstalled successfully. [exec] ADMA5016I: Installation of TestApp started. [exec] ADMA5058I: Application and module versions are validated with versions of deployment targets. [exec] ADMA5005I: The application TestApp is configured in the WebSphere Application Server repository. [exec] ADMA5005I: The application TestApp is configured in the WebSphere Application Server repository. [exec] ADMA5081I: The bootstrap address for client module is configured in the WebSphere Application Server repository. [exec] ADMA5053I: The library references for the installed optional package are created. [exec] ADMA5005I: The application TestApp is configured in the WebSphere Application Server repository. [exec] ADMA5005I: The application TestApp is configured in the WebSphere Application Server repository. [exec] SECJ0400I: Successfully updated the application TestApp with the appContextIDForSecurity information. [exec] ADMA5005I: The application TestApp is configured in the WebSphere Application Server repository. [exec] ADMA5005I: The application TestApp is configured in the WebSphere Application Server repository. [exec] ADMA5113I: Activation plan created successfully. [exec] ADMA5011I: The cleanup of the temp directory for application IEApp is complete. [exec] ADMA5013I: Application TestApp installed successfully. [exec] WASX7017E: Exception received while running file "mywasadmin.py"; exception information: com.ibm.websphere.management.exception.ConfigServiceException [exec] com.ibm.websphere.management.exception.ConnectorException [exec] org.apache.soap.SOAPException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Read timed out; targetException=java.net.SocketTimeoutException: Read timed out] [exec] [exec] WASX7341W: No "save" was performed before the interactive scripting session exited; configuration changes will not be saved

우리는 WebSphere 응용 프로그램을 8.5.0 버전을 사용하고 있습니다. 이 인스턴스는 독립 실행 형 인스턴스입니다.

또한 WAS 어플리케이션 서버 /properties/soap.client.prop에서 soap timeout 매개 변수 (com.ibm.SOAP.requestTimeout = 4000)가 증가했습니다. 그러나 그것의 아무 소용이 없습니다.

이 문제에 대한 의견이 있으십니까?

답변

0

ibm 문서에 기록 된 바와 같이 이것은 일반적으로 과부하 된 컴퓨터 서버에서 발생합니다.

  • 다음 단계를 수행하십시오 soap.client.props 및 에서 com.ibm.SOAP.requestTimeout의 값 (/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/properties/soap.client을 늘립니다. 소품)
  • 정리에 스크립트 (cleanupWAS.sh)를 실행

  • 실행 배포 스크립트 (setupWAS.sh)

감사