CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
山寨机中的战斗机! 程序优化工程师到底对IT界有没有贡献
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  Java >  J2SE / 基础类

怎样配置并启动WebLogic Managed Server???

楼主mpsky(mpsky)2001-08-22 14:58:48 在 Java / J2SE / 基础类 提问

当我执行如下命令:  
          startManagedWebLogic.cmd   ManagedServer   http://192.168.112.73:7001  
           
  出现下列异常:  
  Starting   WebLogic   Server   ....  
  Connecting   to   http://192.168.112.73:7001...  
  ***************************************************************************  
  The   WebLogic   Server   did   not   start   up   properly.  
  Exception   raised:   weblogic.management.configuration.ConfigurationException:   conn  
  ecting   to   http://192.168.112.73:7001/wl_management_internal2/Bootstrap   -   with   ne  
  sted   exception:  
  [weblogic.net.http.HttpUnauthorizedException:   401]  
  weblogic.net.http.HttpUnauthorizedException:   401  
                  at   weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.  
  java:328)  
                  at   java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230  
  )  
                  at   weblogic.management.Admin.getBootstrapLocalServer(Admin.java:918)  
                  at   weblogic.management.Admin.initialize(Admin.java:285)  
                  at   weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)  
                  at   weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)  
                  at   weblogic.Server.main(Server.java:35)  
  ---------------   nested   within:   ------------------  
  weblogic.management.configuration.ConfigurationException:   connecting   to   http://1  
  92.168.112.73:7001/wl_management_internal2/Bootstrap   -   with   nested   exception:  
  [weblogic.net.http.HttpUnauthorizedException:   401]  
                  at   weblogic.management.Admin.getBootstrapLocalServer(Admin.java:987)  
                  at   weblogic.management.Admin.initialize(Admin.java:285)  
                  at   weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)  
                  at   weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)  
                  at   weblogic.Server.main(Server.java:35)  
  Reason:   Fatal   initialization   exception  
  ************************************************************************* 问题点数:100、回复次数:8Top

1 楼mpsky(mpsky)回复于 2001-08-23 08:40:03 得分 0

怎么没有人?Top

2 楼bobosji(波波司机)回复于 2001-08-23 08:48:59 得分 100

WebLogic   Managed   Server是干什么用的?Top

3 楼mpsky(mpsky)回复于 2001-08-23 09:07:46 得分 0

在BEA   WebLogic   6.1的文档(adminguide.pdf)中讲述如下:  
        An   inter-related   set   of   WebLogic   Server   resources   managed   as   a   unit   is   called   a   domain.   A   domain   includes   one   or   more   WebLogic   Servers,   and   may   include  
  WebLogic   Server   clusters.  
   
        A   domain   is   a   self-contained   administrative   unit.   If   an   application   is   deployed   in   a   domain,   components   of   that   application   cannot   be   deployed   on   servers   that   are   not   a   part   of   that   domain.   When   a   cluster   is   contained   in   a   domain,   all   of   its   servers   must   be   a   part   of   that   domain   as   well.  
   
        A   WebLogic   Server   running   the   Administration   Service   is   called   an  
  Administration   Server.   The   Administration   Service   provides   the   central   point   of   control   for   configuring   and   monitoring   the   entire   domain.   The   Administration   Server   must   be   running   in   order   to   perform   any   management   operation   on   that   domain.  
   
        In   a   configuration   with   multiple   WebLogic   Servers,   only   one   server   is   the  
  Administration   Server;   the   other   servers   are   called   Managed   Servers.   Each   WebLogic   Managed   Server   obtains   its   configuration   at   startup   from   the   Administration   Server.  
        具体请看:http://e-docs.bea.com/wls/docs61/adminguide/overview.html#1030874Top

4 楼bobosji(波波司机)回复于 2001-08-23 09:18:58 得分 0

to   mpsky(mpsky):  
  你用上了6.1了吗?有没有license?Top

5 楼mpsky(mpsky)回复于 2001-08-23 10:18:06 得分 0

我用的是6.0,与6.1的配置是一样的:  
  请看:http://e-docs.bea.com/wls/docs60/adminguide/overview.html#1030874Top

6 楼mpsky(mpsky)回复于 2001-08-23 11:12:17 得分 0

谢谢!我已经解决了。在启动WebLogic   Managed   Server时,必须输入Administration   Server的密码。Top

7 楼bobosji(波波司机)回复于 2001-08-23 11:21:20 得分 0

呵呵,把分都给我了,还有位兄弟啦Top

8 楼mpsky(mpsky)回复于 2001-08-23 11:24:01 得分 0

那是我自己!可惜不能给自己加分Top

相关问题

  • 如何安装配置WebLogic server 7.0
  • weblogic server 8.1+Jbuilder 2005 的配置问题
  • 怎样配置Weblogic7。我下载的是Weblogic Server
  • 在WebLogic中配置SQL Server连接池的简单问题
  • WebLogic 6.1 和 Microsoft SQL Server 2000 的 JDBC 配置问题
  • 请教sql server + weblogic + jbuilder的配置方法,重分答谢
  • weblogic简单配置!!
  • weblogic 配置问题
  • weblogic的javamail如何配置?
  • weblogic配置servlet的问题

关键词

  • .net
  • weblogic
  • server
  • t3
  • httpurlconnection
  • domain
  • srvr
  • managed
  • administration
  • admin

得分解答快速导航

  • 帖主:mpsky
  • bobosji

相关链接

  • CSDN Java频道
  • Java类图书
  • Java类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo