facebook

[Closed] Error when start Weblogic 8.1.4

πŸ’‘
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 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #260117 Reply

    skllb
    Member

    Hi
    I am trying to configure WebLogic 8.1 to start the MyEclipse IDE with MyEclipse5.0.1.
    while starting it, popup a dialog with msg like this:
    A configuration error occurrend during startup. Please verify the prefernce field with the prompt: Cannot connect to VM

    ____________________
    My System profile infomation:
    Eclipse 3.2
    MyEclipse 5.0.1
    OS: WinXP SP2

    ____________________
    Bea home directory: C:\bea
    Weblogic installaction directory: C:\bea\weblogic81
    Admin username: weblogic
    Admin password: weblogic
    Execution domain root: C:\bea\user_projects\domains
    Execuion domain name: mydomain
    Execution server name: maximoserver
    Hostname: 127.0.0.1 //I has change the default portNumber
    Security policy file:
    JAAS login onfiguration file:

    And I can startup weblogic success with : Eclipse3.1.1 + MyEclipse4.0.1GA with the same configuration

    #260191

    Riyad Kalla
    Member

    With your new setup, can you go to MyEclipse > Installation Summary > INstallation Details, and paste the result here for me?

    Also can you check your log file (<workspace dir>\.metadata\.log) for any messages that might hint to us what is failing?

    #260308

    skllb
    Member

    support-rkalla: Thank you very much!

    Now the weblogic can start success with Run Modle, but with Debug modle alert dialog msg:

    Transport dt_socket failed to initialize, rc=509

    Thanks

    #260327

    Riyad Kalla
    Member

    Oh I think I remember this issue, it’s a known problem when you try and run weblogic with an older JDK than what it ships with or wants… it fails to setup the debug port or something. Try laucnhing it with a newer JDK like 1.5.0_09 and see if that works.

    #260346

    skllb
    Member

    Thanks you again.

    The JDK I used was jdk142_05 which is Weblogic server contained.

    Set the JDK 1.5.0_06 as you say but with the follow errors:

    <2006-10-13 上午08ζ—Ά38εˆ†06η§’ CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_06-b05 from Sun Microsystems Inc.>
    <2006-10-13 上午08ζ—Ά38εˆ†07η§’ CST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <2006-10-13 上午08ζ—Ά38εˆ†07η§’ CST> <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 Sat Jan 8 02:45:14 PST 2005 485534 >
    ***************************************************************************
    The WebLogic Server did not start up properly.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUID = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readArray(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
    at java.io.ObjectInputStream.readSerialData(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    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)
    ————— nested within: ——————
    weblogic.management.configuration.ConfigurationException: – with nested exception:
    [java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUID = 7043855487133450673, local class serialVersionUID = 8644704819898565848]
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:266)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    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)
    ————— nested within: ——————
    weblogic.management.configuration.ConfigurationError – with nested exception:
    [weblogic.management.configuration.ConfigurationException: – with nested exception:
    [java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUID = 7043855487133450673, local class serialVersionUID = 8644704819898565848]]
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:377)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    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)
    ***************************************************************************
    Thanks!

    #260401

    Riyad Kalla
    Member

    Oh I’m sorry, you did the right thing initially, to start it with the JDK that ships with the server.

    Please set it up to launch with the original JDK you had, and check your log file (<workspace dir>\.metadata\.log) for information about dt_socket that may shed some light. Also please try searching the forums for dt_socket, I swear we have addressed this before, it just slips my mind.

    #260441

    skllb
    Member
Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: [Closed] Error when start Weblogic 8.1.4

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