无法在客户端计算机上运行 WSAD
您好,我正在尝试在客户端登录中运行 WSAD,但它没有启动并给出如下错误
Application started: wclight
[02/09/09 15:11:27:656 CST] 41104110 WebContainer E BRVE01E: Failed to Start Transport on host , port 80. The most likely cause is that the port is already in use. Please ensure that no other applications are using this port and restart the server. com.ibm.ws.webcontainer.exception.TransportException: Failed to start transport http: java.net.BindException: Address in use: bind
我知道这是一个网络端口问题,但当我通过 netstat -n 扫描时似乎没有人使用此端口 难道还有其他原因吗
Hi I am trying to run WSAD in Client login but its not starting up and giving the error as below
Application started: wclight
[02/09/09 15:11:27:656 CST] 41104110 WebContainer E BRVE01E: Failed to Start Transport on host , port 80. The most likely cause is that the port is already in use. Please ensure that no other applications are using this port and restart the server. com.ibm.ws.webcontainer.exception.TransportException: Failed to start transport http: java.net.BindException: Address in use: bind
I understand that it is a network port issue but seems there are none using this port when I scanned through netstat -n
Could there be any other reason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在服务器列表中,双击项目运行的目标服务器。服务器详细信息显示在右上角的窗口中。单击该窗口底部的“端口”选项卡。
为避免端口冲突,请更改主机别名列表和 HTTP 中的 9080 端口
运输清单。另外,更改位置服务守护程序端口(默认情况下为 9000)和 ORB
引导端口(默认为 900)。
IBM
In the server list, double-click the target server on which the project runs. The server details are shown in the top right window. Click the Port tab at the bottom of that window.
To avoid the port conflicts, change the 9080 ports in both the Host alias list and the HTTP
transport list. Also, change the Location service daemon port (9000 by default) and ORB
bootstrap port (900 by default).
IBM