常见问题FAQ :
A:weblogic无法启动,错误信息包含如下:
Q:LDAP启动失败,导致的问题可能是用root账户启动了weblogic。检查mydomain目录下myserver/ldap/ldapfiles下的文件权限,是否是weblogic用户组,如果还是无法启动,请删除.tran文件。
A:weblogic无法启动,错误信息包含如下:
Q:问题是管理域无法与用户域通信。查看linux系统主机名,查看/etc/hosts文件,看是否有如下一行主机记录,如果没有,请将这一行记录加入到/etc/hosts文件中。 127.0.0.1 localhost.localdomain localhost 没有这一行记录,就会导致启动失败,一般在安装系统时,设置了主机名、有两块网卡,在设置主机名时,上面的记录就没有了
A:weblogic无法启动,错误信息如下: The WebLogic Server did not start up properly. java.net.UnknownHostException: MyLinux: MyLinux at java.net.InetAddress.getLocalHost(InetAddress.java:1191) at weblogic.rjvm.JVMID.setLocalID(JVMID.java:124) at weblogic.rjvm.JVMID.localID(JVMID.java:104)
Q:主机包含多个IP地址,一般为配置时未更新监听地址,修改config.xml文件的listen address即可正常启动;
这个问题主要可能的原因有三个:
一是Client端由于长时间连接Server,但却没有作任何的请求,这时,他会被断掉;
二是由于Server在处理Client的请求时,发生超时引起的;
三是由于在处理Client发起的事务时,超过tpbegin所制定的时间,也会报告这个信息。这个问题所有tuxedo机器上都有发现。解决办法:及时断开连接,增加BLOCKTIME的时间和tpbegin的时间。
客户建立连接超时,可能客户端与server之间网络有问题或网络繁忙,建议检查网络配置,同时可以增大-t的值。
服务返回数据量太大导致WSH分配内存失败,建议应用减少传输内容大小。
服务返回数据量太大导致GWTDOMAIN分配内存失败,建议应用减少传输内容大小。处理方法为:
LDR_CNTRL=MAXDATA=0x20000000
tmboot -s GWTDOMAIN
5. WSL.926452.1.0: WSNAT_CAT:1175: WARN: Disconnecting listener connection to workstation, request timed out WSL.926452.1.0: WSNAT_CAT:1175: WARN: Disconnecting listener connection to workstation, request timed out WSH.517126.1.0: WSNAT_CAT:1023: WARN: No client context space available in handler
WSH耗尽,重启释放资源
The WebLogic Server did not start up properly. Exception raised: 'weblogic.server.ServiceFailureException: Could not obtain an exclusive lock to the embedded LDAP data files directory: ./ainbs_proxy/ldap/ldapfiles because another WebLogic Server is already using this directory. Ensure that the first WebLogic Server is completely shutdown and restart the server.' Reason: weblogic.server.ServiceFailureException: Could not obtain an exclusive lock to the embedded LDAP data files directory: ./ainbs_proxy/ldap/ldapfiles because another WebLogic Server is already using this directory. Ensure that the first WebLogic Server is completely shutdown and restart the server. ***************************************************************************
进入目录./ainbs_proxy/ldap/ldapfiles 删除索 rm *lok
转自联动北方