首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

weblogic控制台不得不127.0.0.1访问

2012-09-13 
weblogic控制台只能127.0.0.1访问weblogic控制台只能127.0.0.1访问,7001端口只能监听在127.0.0.1地址上,启

weblogic控制台只能127.0.0.1访问
weblogic控制台只能127.0.0.1访问,
7001端口只能监听在127.0.0.1地址上,
启动weblogic时,提示Unable to create a server socket for listening on channel "Default". The address *.*.*.* might be incorrect or another process is using port 7001: java.net.BindException: Address already in use.
但是weblogic还是成功启动,这时只能使用127.0.0.1来访问。

出现这个问题:
这台服务器断电后重启了,这台服务器上跑了两个应用,一个是项目系统domain,一个AdminServer这个domain.服务器重启后,系统domain能成功启动,与以前一样的。后来对个系统修改了几个bug,进行重新发布时,我在另外一台服务器上发布时,说这个域管理(AdminServer_domain)的7001不能访问,发布失败。

后来我启动AdminServer_domain,提示Unable to create a server socket for listening on channel "Default". The address *.*.*.* might be incorrect or another process is using port 7001: java.net.BindException: Address already in use.



解决方法:

在AdminServer_domain下有一个edit.lok文件,删除之后再启动,就好了。

热点排行