重装你的weblogic,然后再访问一下http://localhost:7001/console

解决方案 »

  1.   

    重装了,是不是得配置一下Configuration Wizard,要不http://localhost:7001/console也访问不了,应该先启动服务吧?
      

  2.   

    我另配置了一个Configuration Wizard也出现同样的错误提示
    ***************************************************************************
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bi
    nd to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message
    for details.
    ***************************************************************************
    取了一段日志
    os.name = Windows 2000
    os.version = 5.0
    path.separator = ;
    sun.arch.data.model = 32
    sun.boot.class.path = c:\bea\JDK141~1\jre\lib\rt.jar;c:\bea\JDK141~1\jre\lib\i18n.jar;c:\bea\JDK141~1\jre\lib\sunrsasign.jar;c:\bea\JDK141~1\jre\lib\jsse.jar;c:\bea\JDK141~1\jre\lib\jce.jar;c:\bea\JDK141~1\jre\lib\charsets.jar;c:\bea\JDK141~1\jre\classes
    sun.boot.library.path = c:\bea\JDK141~1\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    sun.os.patch.level = Service Pack 4
    user.country = CN
    user.dir = c:\bea\user_projects\domains\mydomain
    user.home = C:\Documents and Settings\Administrator
    user.language = zh
    user.name = Administrator
    user.timezone = Asia/Shanghai
    vde.home = .\myserver\ldap
    weblogic.Name = myserver
    weblogic.mbeanLegalClause.ByPass = false

    ####<2004-11-4 下午12时42分53秒 CST> <Info> <Management> <zhangqinag> <myserver> <main> <<WLS Kernel>> <> <BEA-141052> <The application poller has started for the development server.> 
    ####<2004-11-4 下午12时42分53秒 CST> <Info> <Socket> <zhangqinag> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000406> <NTSocketMuxer was built on Jun 19 2003 15:39:24

    ####<2004-11-4 下午12时42分53秒 CST> <Info> <Socket> <zhangqinag> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000436> <Allocating 2 reader threads.> 
    ####<2004-11-4 下午12时42分53秒 CST> <Emergency> <WebLogicServer> <zhangqinag> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000351> <Unable to create a server socket on Channel Default for port: 7002. java.net.SocketException: Permission denied: listen failed Perhaps another process is using port 7002.> 
    ####<2004-11-4 下午12时42分53秒 CST> <Emergency> <Security> <zhangqinag> <myserver> <main> <<WLS Kernel>> <> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.> 
    ####<2004-11-4 下午12时42分53秒 CST> <Emergency> <WebLogicServer> <zhangqinag> <myserver> <main> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.> 
    config.xml配置
    <?xml version="1.0" encoding="UTF-8"?>
    <Domain Name="mydomain" ConfigurationVersion="8.1.2.0">
        <Server Name="myserver" ListenAddress="" ListenPort="7002"
            ReliableDeliveryPolicy="RMDefaultPolicy" NativeIOEnabled="true">
            <SSL Name="myserver" Enabled="false" HostnameVerificationIgnored="false"/>
        </Server>
        <JMSFileStore Name="FileStore" Directory="rmfilestore"/>
        <WSReliableDeliveryPolicy Name="RMDefaultPolicy" Store="FileStore"
            DefaultRetryCount="10" DefaultTimeToLive="60000"/>
    </Domain>