|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 luoxiang2000 于 2009/9/15 10:56 编辑
环境:linux as4 u4,websphere6.1,oracle10
安装到最后的时候总是报错:部署应用程序maximo失败。无法连接到base service web应用程序。
我查看了日志,估计是不是权限问题,以下是日志信息:
optionList used to install: ['-distributeApp', '-usedefaultbindings', '-cell', 'ctgCell01', '-node', 'ctgNode01', '-server', 'MXServer', '-MapWebModToVH', [['.*', '.*', 'maximo_host']], '-MapModulesToServers', [['.*', '.*', '+WebSphere:cell=ctgCell01,node=ctgNode01,server=MXServer+WebSphere:cell=ctgCell01,node=ctgNode01,server=webserver1']], '-MapRolesToUsers', [['maximouser', 'No', 'Yes', '', 'maximousers']], '-deployejb', '-createMBeansForResources']
Installing Application contained in EAR file D:/IBM/SMP/maximo/deployment/default/MAXIMO.ear
WASX7327I: was.policy 文件的内容:
// WebSphere Application Server Security Policy for maximo
grant codeBase "file {application}" {
permission java.security.AllPermission;
};
Application install call failed.
This step will be retried up to 3 times
Exception Type: com.ibm.ws.scripting.ScriptingException
Value: com.ibm.ws.scripting.ScriptingException: com.ibm.websphere.management.filetransfer.client.TransferFailedException
java.net.ConnectException: java.net.ConnectException: Connection refused: connect
Traceback: <traceback object at 574235194>
Sleeping for 1 minute before trying again
麻烦哪位大哥帮忙,多谢。 |
|