facebook

Failed to Start Weblogic 8.1 server

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #213869 Reply

    tbrownagc
    Member

    When I try to start a Weblogic 8.1 domain from within eclipse, I get the following error:

    – System Setup ——————————-
    Operating System and version: Windows XP SP1
    Eclipse version: 3.0.0
    Eclipse build id: 200406251208
    Fresh Eclipse install (Yes):
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
    MyEclipse version: 3.8.1
    Eclipse JDK version: 200408201200-3.8.1
    Application Server JDK version: JDK 1.4.2_03
    Are there any exceptions in the Eclipse log file?

    <Aug 27, 2004 6:29:00 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_03-b02 from Sun Microsystems Inc.>
    <Aug 27, 2004 6:29:01 PM EDT> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Aug 27, 2004 6:29:01 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973 >
    <Aug 27, 2004 6:29:01 PM EDT> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at D:\bea\user_projects\domains\platformDomain\config.xml.>
    <Aug 27, 2004 6:29:06 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea\user_projects\domains\platformDomain\cgServer\cgServer.log is opened. All server side log events will be written to this file.>
    ***************************************************************************
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:232)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:939)
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:257)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:698)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:731)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:874)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Reason: com/bea/wsrp/util/debug/Debug
    ***************************************************************************

    – Message Body ——————————-

    #213872 Reply

    Scott Anderson
    Participant

    I ran a script to search all the jars under my WebLogic 8.1 installation and there is no com.bea.wsrp.* defined anywhere. I’m guessing that you’re not running WebLogic server, but rather portal, integration server, or some variant. If that’s the case, you’ll need to augment the connector’s classpath to include the additional jars that the particular WebLogic varient requires. The preference for that is located at Window > Preferences > MyEclipse > Application Servers > WebLogic 8 > Paths > Append to Classpath.

    #213876 Reply

    tbrownagc
    Member

    The domain that I was trying to start ws configured as a Portal Domain. If I create a basic server domain, I can start it from with MyEclipse. I guess if I added the additional jars to my classpath, I could probably start a Portal Domain.

    #213877 Reply

    Scott Anderson
    Participant

    I guess if I added the additional jars to my classpath, I could probably start a Portal Domain.

    That’s the ticket. I know we’ve had several users report that they’ve gotten WebLogic portal configured correctly. You can likely search the forums to find some helpful links on what they did, but IIRC it was basically adding all the right jars.

    #214031 Reply

    Robert Varga
    Participant

    You also possibly have to start Pointbase manually, if you use features using it.

    You can get the start and stop command for Pointbase from the startWeblogic.cmd

    #220304 Reply

    Ron Guastello
    Participant

    right ! (“server” not localhost)
    I can deploy to it fine (from MyEclipse)
    But I have to go outside eclipse to start & stop the server.
    (then the app runs fine).

    Any ideas why I can’t start/stop Sun 8 from MyEclipse ?
    (I’ve configured Jboss 4 and Tomcat 4 with no problems)

    #220317 Reply

    Riyad Kalla
    Member

    ipnfrg1,
    I’ve added a new category to the FAQ showing a proper setup, check it out.

    #224950 Reply

    jason poley
    Member

    this post (nor the faq) helped me. i have a portal domain (platform domain) that is on 8.1 sp4 and i have no idea what extra jars to add…
    does anyone else have this list?

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Failed to Start Weblogic 8.1 server

You must be logged in to post in the forum log in