weblogic6.1的问题
我在windowsxp安装了weblogic6.1,启动Start Default Server如下:
Enter password to boot WebLogic server:
----------------------------------------------
- Raymond Zhang (zhangxf@hotmail.com) -
----------------------------------------------
Starting WebLogic Server ....
<2002-11-25 下午04时51分41秒> <Notice> <Management> <Loading configuration file
.\config\mydomain\config.xml ...>
<2002-11-25 下午04时51分43秒> <Notice> <WebLogicServer> <Starting WebLogic Admin
Server "myserver" for domain "mydomain">
<2002-11-25 下午04时51分46秒> <Notice> <Management> <Starting discovery of Manag
ed Server... This feature is on by default, you may turn this off by passing -Dw
eblogic.management.discover=false>
<2002-11-25 下午04时51分49秒> <Notice> <Management> <Application Poller not star
ted for production server.>
<2002-11-25 下午04时51分49秒> <Emergency> <WebLogicServer> <Unable to create a s
erver socket for port: 7001. java.net.BindException: Address in use: JVM_Bind Pe
rhaps another process is using port 7001.>
<2002-11-25 下午04时51分49秒> <Emergency> <WebLogicServer> <The WebLogic Server
is no longer listening for connections. You should probably restart it.>
<2002-11-25 下午04时51分49秒> <Alert> <WebLogicServer> <Server shutdown has been
requested by system>
<2002-11-25 下午04时51分49秒> <Alert> <WebLogicServer> <The shutdown sequence ha
s been initiated.>
<2002-11-25 下午04时51分49秒> <Emergency> <WebLogicServer> <Unable to create a s
erver socket for port: 7002. java.net.BindException: Address in use: JVM_Bind Pe
rhaps another process is using port 7002.>
<2002-11-25 下午04时51分49秒> <Emergency> <WebLogicServer> <The WebLogic Server
is no longer listening for connections. You should probably restart it.>
<2002-11-25 下午04时51分49秒> <Alert> <WebLogicServer> <Server shutdown has been
requested by system>
<2002-11-25 下午04时51分49秒> <Alert> <WebLogicServer> <The shutdown sequence ha
s been initiated.>
<2002-11-25 下午04时52分49秒> <Notice> <WebLogicServer> <Started WebLogic Admin
Server "myserver" for domain "mydomain" running in Production Mode>
然后Start Default Server窗口自动关闭。请问这里有什么问题吗?而且我通过client端呼叫server(同一台机子)也没有反应。
在windows2000下同样方法我连http;//localhost;7001都打不开!这是我的版本有问题还是在安装weblogic的时候需要注意些什么???