For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 18 years, 10 months ago by
skllb.
-
AuthorPosts
-
skllbMemberHi
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
October 10, 2006 at 7:15 pm #260191
Riyad KallaMemberWith 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?
October 12, 2006 at 8:38 am #260308
skllbMembersupport-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
October 12, 2006 at 10:29 am #260327
Riyad KallaMemberOh 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.
October 12, 2006 at 7:44 pm #260346
skllbMemberThanks 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!October 13, 2006 at 9:10 pm #260401
Riyad KallaMemberOh 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.
October 15, 2006 at 11:01 pm #260441
skllbMemberThank you : rkalla.
I got it.https://www.genuitec.com/forums/topic/transport-dt-socket-failed-to-initialize-rc-509/#post-234419 -
AuthorPosts