facebook

[Closed] weblogic8.1 configuration in Myeclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    whenever i pressed a start icon of sever in Myeclipse plateform,
    i get following error:

    java.lang.NoClassDefFoundError: weblogic/Server
    Exception in thread “main”

    i am new guy for Myeclipse,
    actually i want to plugin my weblogic8.1 Application Server, and follow
    the following instruction that is given in this link

    http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/appservers/index.html

    in this example is for Tomcat server, and i am follow him for Weblogic till end,
    but after the configuration , welogic8.1 server is not workin in this Myeclipse plateform.

    Would you please help me out , how to do this ?????

    Regards
    Kamal
    email id : kamal_kishore27@reiffmail.com

    #257858

    Riyad Kalla
    Member

    Kamal,
    If you go to your WebLogic 8.1 connector settings, can you post a screenshot or tell me exactly how you have your connector setup? CHances are your configuration has a wrong directory somewhere and the connector cannot find the right class, did you compare your configuration against our FAQ example here?
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10418.html

    #257958

    I am not able to send the image of windows>preference>myclipse>application>weblogic8

    but i did in same way u mentioned in your link.

    detail are following:

    BEA home directory : c:\bea
    Weblogic installation directory: c:\bea\weblogic81
    Admin user name : weblogic
    Admin password : weblogic
    execution domain root : c:\bea\user_projects\domains\kkDomain
    execution domain name : kkDomain
    execution server name : myserver
    Hostname:PortNumber : localhost:7001
    Security policy: C:\bea\weblogic81\server\lib\weblogic.policy
    JAAS login configuration file : —–blank——–

    is there any problem in this, so plz tell how to correct it.

    and following are the error that occure in console when strat weblogic from eclipse

    <Sep 1, 2006 10:27:01 AM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_12-b03 from Sun Microsystems Inc.>
    <Sep 1, 2006 10:27:02 AM GMT+05:30> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Sep 1, 2006 10:27:02 AM GMT+05:30> <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 >
    <Sep 1, 2006 10:27:04 AM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\domains\kkDomain\config.xml.>
    <Sep 1, 2006 10:27:10 AM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\kkDomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
    <Sep 1, 2006 10:27:16 AM GMT+05:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Sep 1, 2006 10:27:17 AM GMT+05:30> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    ***************************************************************************
    The WebLogic Server did not start up properly.
    Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    ***************************************************************************

    #257990

    Riyad Kalla
    Member

    Kamal,
    When you run WebLogic from the command line, does it start correctly?

    #258007

    hi riyad,
    yaa it runs correctly from commond prompt.

    #258011

    Riyad Kalla
    Member

    Kamal,
    Did you try the password of “password”? I noticed on yours you have weblogic/weblogic for user/password and on mine it’s weblogic/password and the error is incorrect login/boot params… maybe that’s it?

    #258117

    hi riyad,
    after giving input in password field as a “password” it shows error like this
    i read this message, but not getting exactly what the message is, so plz if u
    understand explain me with screen shot or with example

    regards
    kamal

    <Sep 5, 2006 4:57:01 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_12-b03 from Sun Microsystems Inc.>
    <Sep 5, 2006 4:57:02 PM GMT+05:30> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Sep 5, 2006 4:57:02 PM GMT+05:30> <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 >
    <Sep 5, 2006 4:57:02 PM GMT+05:30> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\domains\kkDomain\config.xml.>
    <Sep 5, 2006 4:57:14 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\kkDomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
    <Sep 5, 2006 4:57:21 PM GMT+05:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Sep 5, 2006 4:57:21 PM GMT+05:30> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    ***************************************************************************
    The WebLogic Server did not start up properly.
    Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    ***************************************************************************

    #258137

    Riyad Kalla
    Member

    Hmm I think you need to change it back to what you had. Also have you tried opening the boot.properties file to see what is in it?

    #258160

    this are the information in boot.properties

    # Generated by Configuration Wizard on Wed Aug 30 09:52:23 IST 2006
    username={3DES}MGplamyPXJo=
    password={3DES}T6iTTTqL6mrHkOnngwOUrA==

    is there any wrong during installtion of eclipse or weblogic server

    #258177

    Riyad Kalla
    Member

    Kamal,
    If you are able to start it from the command line without problem then I think your install went fine… you *can* try and reinstall it to a new location and see if that helps, paying close attention to the values you set during the installation.

    I have to install all the different app servers for support reasons, and I’ve needed to reinstall some of them in the past because I didn’t install them correctly before, but I’m not sure if that is the problem here.

    #260007

    obrienm00
    Member

    I am getting the same error message. I can also start from the commandline.
    I have even tried changing the values in the boot.properties file as the error message suggests. It didn’t help me. but you may as well try it.

    #260008

    Riyad Kalla
    Member

    obrienm00 I’m happy to help but I’m going to need you to answer all the questions I asked the original posted, starting with the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL].

Viewing 12 posts - 1 through 12 (of 12 total)
Reply To: [Closed] weblogic8.1 configuration in Myeclipse

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