|
最初由 suliwei 发布
[B]
=============
--------
05/06/04 14:26:49 Error starting ORMI-Server. Unable to bind socket: Address already in use
~ [/B]
用这段关键字在www.google.com上就可查到如下的信息
http://forums.oracle.com/forums/ ... &message=746946
- The error message you are getting indicates that the port, that OC4J is trying to bind to, is already being used.
- The default port is 23791. Try the "netstat" command to see if that port is in use.
- The port used is determined via the "rmi.xml" file, in the "j2ee/home/config" subdirectory of the OC4J installation.
- Good Luck,
复制代码
socket address,八就是和port相关么?
用netstat -a|grep <PORT>查一查是否已有人使用了.
BTW:[B]即使我们是初学,即使我们不懂,也没关系.因为我们不是第一个吃crab的人,网络世界中会有人记录下他们是如何做的.[/B]
 |
|