facebook

Integrating MyEclipse4 w/ Weblogic8.1, server fails to start

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #242418 Reply

    websterm
    Member

    I am having a similar error as the user “sunil76”. However, I wasn’t able to solve my issue following that forum. His solution was to add the required jars to the classpath. I guess the question is what are the required jars?

    Here is my Weblogic 8 Config
    ———————————-
    BEA Home Directory: C:\MyApps\bea
    Weblogic installation directory: C:\MyApps\bea\weblogic81
    Admin username: weblogic
    Admin password: weblogic
    Execution domain root: V:\workspaces\domains
    Execution domain name: portalDomain
    Execution server name: portalServer
    Hostnumber:Portnumber: localhost:7001
    Security policy: C:\MyApps\bea\weblogic81\server\lib\weblogic.policy

    Here is the error I get when starting
    —————————————–
    <Dec 1, 2005 10:35:23 AM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_05-b04 from Sun Microsystems Inc.>
    <Dec 1, 2005 10:35:23 AM PST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Dec 1, 2005 10:35:23 AM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <Dec 1, 2005 10:35:24 AM PST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at V:\workspaces\domains\portalDomain\config.xml.>
    ***************************************************************************
    The WebLogic Server did not start up properly.
    Exception raised: ‘weblogic.management.configuration.ConfigurationException: Invalid MBeanType: ApplicationConfiguration – with nested exception:
    [weblogic.management.configuration.ConfigurationException: Invalid MBeanType: ApplicationConfiguration]’
    Reason: weblogic.management.configuration.ConfigurationException: Invalid MBeanType: ApplicationConfiguration – with nested exception:
    [weblogic.management.configuration.ConfigurationException: Invalid MBeanType: ApplicationConfiguration]
    ***************************************************************************

    #242428

    Riyad Kalla
    Member

    For reference, the thread websterm is referring to is here: https://www.genuitec.com/forums/topic/closed-integrating-myeclipse-4-with-weblogic-8-1/&postdays=0&postorder=asc&start=0

    websterm, your install of WebLogic has JARs used by the server in it’s /lib dir as well as possibly others (like a common dir). Based on sunil’s post, I think he went and manually added all of them using the Paths preferences for the WebLogic 8 connector settings. Have you tried that?

    #242467

    websterm
    Member

    There are over a hunderd jars within Weblogic’s lib dirs. I have tried to add most of them with no luck.

    Also, the Preferences window in Eclipse is not very happy when you add all these jars. It doesn’t provided any scrolling so you can’t see the bottom of the dialog. And you have to delete each one individualy :(.

    #242470

    Riyad Kalla
    Member

    Based on our default setup here: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-18.html#13

    Can you try using mydomain and myserver as your domain and server respectively? I’d like to see if the default settings will work and maybe it’s an issue with your domain you setup.

    #242474

    websterm
    Member

    You want me to create a portal domain called “mydomain”?

    #242476

    Riyad Kalla
    Member

    Not yet, my appologies I have limited experience with WL, let me check with some others on this first.

    #242478

    websterm
    Member

    I started from scratch and recreated my portalDomain. I got some progress as now I am just experiencing classpath issues that I will clean up. Thanks for the ideas though. I’ll make another comment once I am up and running. 🙂

    #242480

    Riyad Kalla
    Member

    Ahh very cool, thank you for following up and keeping us posted.

    #252760

    deeputhomasp
    Member

    Hi,
    I’m getting the following error when I try to start Weblogic 8.1 server from MyEclipse.
    I went through the related posts and tried out all the posted solutions. Still it doesn’t work.
    Somebody please help me solve this issue…!!

    <May 30, 2006 4:04:44 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_11-b06 from Sun Microsystems Inc.>
    <May 30, 2006 4:04:44 PM IST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <May 30, 2006 4:04:44 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
    <May 30, 2006 4:04:44 PM IST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\domains\IRIS_Upgrade\config.xml.>
    <May 30, 2006 4:04:45 PM IST> <Info> <Management> <BEA-140013> <C:\bea\user_projects\domains\IRIS_Upgrade\config.xml not found>

    C:\bea\user_projects\domains\IRIS_Upgrade\config.xml not found

    No config.xml was found.
    Would you like the server to create a default configuration and boot? (y/n): y
    <May 30, 2006 4:04:47 PM IST> <Info> <Security> <BEA-090115> <Created new Administrative User weblogic>
    For confirmation, please re-enter password required to boot WebLogic server:***************************************************************************
    The WebLogic Server did not start up properly.
    Exception raised: ‘weblogic.management.configuration.ConfigurationException: Passwords do not match, unable to generate default configuration, please try again.’
    Passwords do not match.
    For confirmation, please re-enter password required to boot WebLogic server:

    Reason: weblogic.management.configuration.ConfigurationException: Passwords do not match, unable to generate default configuration, please try again.
    ***************************************************************************

    #252769

    Riyad Kalla
    Member

    deeputhomasp,
    Please provide all your WebLogic 8.1 connector settings for me to look at.

    Also be sure you are configuring WebLogic to run with the JDK that it ships and not on you have installed separately.

    #252770

    Riyad Kalla
    Member
Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: Integrating MyEclipse4 w/ Weblogic8.1, server fails to start

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