安装完bea weblogic10.0后,运行服务器正常,但是就是用http://localhost:7001/console进不了控制台,这是为什么?
可能由于哪些原因照成的???

解决方案 »

  1.   

    看看你weblogic的配置文件,是不是有端口号修改等问题
      

  2.   

    .
    .
    JAVA Memory arguments: -Xms256m -Xmx512m
    .
    WLS Start Mode=Development
    .
    CLASSPATH=C:\bea\wlserver_10.0\samples\server\examples\build\serverclasses;C:\bea\patch_wls1000\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wlw1000\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WLSERV~1.0\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.0\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.0.0.0.jar;C:\bea\modules\features\com.bea.cie.common-plugin.launch_2.1.0.0.jar;C:\bea\WLSERV~1.0\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0/lib/ant-contrib.jar;;C:\bea\WLSERV~1.0\common\eval\pointbase\lib\pbembedded51.jar;C:\bea\WLSERV~1.0\common\eval\pointbase\lib\pbupgrade51.jar;C:\bea\WLSERV~1.0\common\eval\pointbase\lib\pbclient51.jar;C:\bea\WLSERV~1.0\server\lib\xqrl.jar;;
    .
    PATH=C:\bea\patch_wls1000\profiles\default\native;C:\bea\patch_wlw1000\profiles\default\native;C:\bea\WLSERV~1.0\server\native\win\32;C:\bea\WLSERV~1.0\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Java\jdk1.6.0_10\bin;C:\PROGRA~1\ULTRAE~1;C:\Program Files\StormII\Codec;C:\Program Files\StormII;C:\bea\WLSERV~1.0\server\native\win\32\oci920_8
    .
    ***************************************************
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    ***************************************************
    starting weblogic with Java version:
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    BEA JRockit(R) (build R26.4.0-63_CR302700-72606-1.5.0_06-20061127-1108-win-ia32, )
    Starting WLS with line:
    C:\bea\JROCKI~1\bin\java -jrockit   -Xms256m -Xmx512m  -Xverify:none  -da -Dplatform.home=C:\bea\WLSERV~1.0 -Dwls.home=C:\bea\WLSERV~1.0\server -Dweblogic.home=C:\bea\WLSERV~1.0\server -Dwli.home=C:\bea\WLSERV~1.0\integration  -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\bea\patch_wls1000\profiles\default\sysext_manifest_classpath;C:\bea\patch_wlw1000\profiles\default\sysext_manifest_classpath -Dweblogic.Name=examplesServer -Djava.security.policy=C:\bea\WLSERV~1.0\server\lib\weblogic.policy   weblogic.Server
    就停在这一步了,请问是什么原因呀?