Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Application Server » WebLogic  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 weblogic的启动问题 求助
sampos





发贴: 3
积分: 0
于 2006-03-26 11:54 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我前几天安装完成后,配置mydomain后,第一次启动没问题 ,在浏览器中能打开localhost:7001/console,但是第2次 就出现了这样的问题,我这个是在启动startweblogic.cmd 时候出现的问题,就是在mydomin下启动start server

***************************************************
<2006-3-23 下午02时50分29秒 CST> <Info> <WebLogicServer> <BEA-000377> <Starting
WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_04 JVM Version ari-31788-20
040616-1132-win-ia32 from BEA Systems, Inc.>
<2006-3-23 下午02时50分35秒 CST> <Info> <Configuration Management> <BEA-150016>
<This server is being started as the administration server.>
<2006-3-23 下午02时50分35秒 CST> <Info> <Management> <BEA-141107> <Version: WebL
ogic Server 8.1 SP3 Wed Jul 21 01:52:36 PDT 2004 411822 >
<2006-3-23 下午02时50分36秒 CST> <Notice> <Management> <BEA-140005> <Loading dom
ain configuration from configuration repository at C:\bea\user_projects\domains\
mydomain\.\config.xml.>
<2006-3-23 下午02时50分46秒 CST> <Notice> <Log Management> <BEA-170019> <The ser
ver log file C:\bea\user_projects\domains\mydomain\myserver\myserver.log is open
ed. All server side log events will be written to this file.>
<2006-3-23 下午02时51分16秒 CST> <Notice> <Security> <BEA-090082> <Security init
ializing using security realm myrealm.>
<2006-3-23 下午02时51分19秒 CST> <Notice> <WebLogicServer> <BEA-000327> <Startin
g WebLogic Admin Server "myserver" for domain "mydomain">
java.lang.ClassNotFoundException: weblogic.webservice.WSServerService
at java.lang.Class.forName(Ljava.lang.String;I)Ljava.lang.Class;(Unknown
Source)
at weblogic.t3.srvr.SubsystemManager.initializeList([Ljava.lang.StringWink
V(SubsystemManager.java:74)
at weblogic.t3.srvr.SubsystemManager.initialize()V(SubsystemManager.java
:116)
at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:895)
at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.StringWinkI(T3Srvr.java:344)
at weblogic.Server.main([Ljava.lang.StringWinkV(Server.java:32)
--------------- nested within: ------------------
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ ServerLifeCycle cla
ss weblogic.webservice.WSServerService not found ] - with nested exception:
[java.lang.ClassNotFoundException: weblogic.webservice.WSServerService]
at weblogic.t3.srvr.SubsystemManager.initializeList([Ljava.lang.StringWink
V(SubsystemManager.java:84)
at weblogic.t3.srvr.SubsystemManager.initialize()V(SubsystemManager.java
:116)
at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:895)
at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.StringWinkI(T3Srvr.java:344)
at weblogic.Server.main([Ljava.lang.StringWinkV(Server.java:32)
***************************************************************************
The WebLogic Server did not start up properly.
java.lang.ClassNotFoundException: weblogic.webservice.WSServerService
at java.lang.Class.forName(Ljava.lang.String;I)Ljava.lang.Class;(Unknown
Source)
at weblogic.t3.srvr.SubsystemManager.initializeList([Ljava.lang.StringWink
V(SubsystemManager.java:74)
at weblogic.t3.srvr.SubsystemManager.initialize()V(SubsystemManager.java
:116)
at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:895)
at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.StringWinkI(T3Srvr.java:344)
at weblogic.Server.main([Ljava.lang.StringWinkV(Server.java:32)
--------------- nested within: ------------------
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ ServerLifeCycle cla
ss weblogic.webservice.WSServerService not found ] - with nested exception:
[java.lang.ClassNotFoundException: weblogic.webservice.WSServerService]
at weblogic.t3.srvr.SubsystemManager.initializeList([Ljava.lang.StringWink
V(SubsystemManager.java:84)
at weblogic.t3.srvr.SubsystemManager.initialize()V(SubsystemManager.java
:116)
at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:895)
at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.StringWinkI(T3Srvr.java:344)
at weblogic.Server.main([Ljava.lang.StringWinkV(Server.java:32)
Reason: ***** ASSERTION FAILED *****[ ServerLifeCycle class weblogic.webservice.
WSServerService not found ]
***************************************************************************

C:\bea\user_projects\domains\mydomain>

我有webservice.jar 这个文件,启动的问题是不是说我这个jar包里面的类不全阿?但是我看了也有这个WSServerService这个类。我第一次启动的时候没问题很正常,这个太奇怪了,是怎么回事啊?



作者 Re:weblogic的启动问题 求助 [Re:sampos]
sampos





发贴: 3
积分: 0
于 2006-03-26 14:15 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
本人初学者 望各位高人指点1,2


作者 Re:weblogic的启动问题 求助 [Re:sampos]
gispda





发贴: 34
积分: 20
于 2006-04-28 23:05 user profilesend a private message to usersend email to gispdasearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
把webservice.jar文件配置到启动weblogic的启动脚本的classpath就应该可以了.



flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923