2014-10-09 64 views
9

最近,我们的一些项目在发布到WebSphere 8.0时开始挂起(使用8.0.0.5,8.0.0.6和8.0.0.9测试),但这种情况并非一直发生。发布EAR文件挂在WebSphere 8.0上

这是一个正常的安装细节

Installing... 
If there are enterprise beans in the application, the EJB deployment process can take several minutes. Do not save the configuration until the process completes. 
Check the SystemOut.log on the deployment manager or server where the application is deployed for specific information about the EJB deployment process as it occurs. 
ADMA5016I: Installation of ImagesServerEAR started. 
ADMA5067I: Resource validation for application ImagesServerEAR completed successfully. 
ADMA5058I: Application and module versions are validated with versions of deployment targets. 
ADMA5005I: The application ImagesServerEAR is configured in the WebSphere Application Server repository. 
ADMA5005I: The application ImagesServerEAR is configured in the WebSphere Application Server repository. 
ADMA5081I: The bootstrap address for client module is configured in the WebSphere Application Server repository. 
ADMA5053I: The library references for the installed optional package are created. 
ADMA5005I: The application ImagesServerEAR is configured in the WebSphere Application Server repository. 
ADMA5001I: The application binaries are saved in C:\IBM\WebSphere\AppServer\profiles\AppSrv11\wstemp\92668751\workspace\cells\SRV-CLI-DEVNode11Cell\applications\ImagesServerEAR.ear\ImagesServerEAR.ear 
ADMA5005I: The application ImagesServerEAR is configured in the WebSphere Application Server repository. 
SECJ0400I: Successfully updated the application ImagesServerEAR with the appContextIDForSecurity information. 
ADMA5005I: The application ImagesServerEAR is configured in the WebSphere Application Server repository. 
ADMA5005I: The application ImagesServerEAR is configured in the WebSphere Application Server repository. 
ADMA5113I: Activation plan created successfully. 
ADMA5011I: The cleanup of the temp directory for application ImagesServerEAR is complete. 
ADMA5013I: Application ImagesServerEAR installed successfully. 
Application ImagesServerEAR installed successfully. 
To start the application, first save changes to the master configuration. 
Changes have been made to your local configuration. You can: 
• Save directly to the master configuration. 
• Review changes before saving or discarding. 

但当部署挂起时,只记录显示此

Installing... 
If there are enterprise beans in the application, the EJB deployment process can take several minutes. Do not save the configuration until the process completes. 
Check the SystemOut.log on the deployment manager or server where the application is deployed for specific information about the EJB deployment process as it occurs. 
ADMA5016I: Installation of ImagesServerEAR started. 
ADMA5067I: Resource validation for application ImagesServerEAR completed successfully. 

CPU进入到4 100%出8个内核。

没有任何其他地方登录。

关于可能导致此问题的任何想法?

+0

你有什么可疑日志? – 2014-10-09 16:27:32

+0

不,没有任何内容记录到SystemOut.log或SystemErr.log – 2014-10-09 16:52:51

回答

1

通过增加堆大小

0

通过去增加部署管理器堆大小的量解决了这个问题:

  1. 系统管理 - >部署管理器
  2. 服务器基础结构 - > Java和进程管理 - >进程定义
  3. 其他属性 - > Java虚拟机

默认Websphere 8的最大堆大小为256MB,因此请设置一个较高的值,例如512MB。

您还可以检查部署管理器日志在这里,以确认它是由原因一堆错误

was_dir /profiles/autoWasDmgr/logs/dmgr/SystemOut.log