6月23日,在济南实施系统上线时,安装过程都很顺利的,但在启动jboss时,出错:
com.arjuna.ats.arjuna.exceptions.FatalError: [com.arjuna.ats.internal.arjuna.utils.SocketProcessId_2] - SocketProcessId.getpid could not get unique port.
at com.arjuna.ats.internal.arjuna.utils.SocketProcessId.getpid(SocketProcessId.java:105)
at com.arjuna.ats.arjuna.utils.Utility.getpid(Utility.java:277)
at com.arjuna.ats.arjuna.common.Uid.<init>(Uid.java:105)
at com.arjuna.ats.arjuna.utils.Utility.getProcessUid(Utility.java:289)
查了网络资料,了解可能是hosts文件中有坏项导致的。
后来copy了报表服务器的hosts,就好了。
还好,jboss5.1不存在这个问题,不再依赖hosts文件的合法性了,甚幸。