For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 18 years, 9 months ago by
Loyal Water.
-
AuthorPosts
-
sriccharanMemberHello all,
when i am configuring WebLogic8.1 with myeclipse i faced the following proble….
“A configuration error occurred during startup. Please verify the preference field with the prompt:WLS JDK name”….
can any one suggest where should be the problem excertly….. and the my configuration is like this…
BEA home directory : c:\bea
WebLogic installation directory: c:\bea\weblogic8.1
Admin name:admin
Admin password:
Execution domain root: c:\bea\user_projects\domains\mydomain
Execution domain name:mydomain
Execution server name:myserver
Hostname: PortNumber:localhost:7001June 11, 2007 at 9:52 am #271358
Loyal WaterMemberMake sure the connector is configured to use the JDK that comes along with WebLogic. Its present in the WebLogic install directory.
June 13, 2007 at 12:15 am #271447
sriccharanMemberhello nipun, thanks for quick repply…
BEA WebLogic got configurated with Myeclipse but i am unable to run it…. the which i got is bellow……
<Jun 13, 2007 10:29:08 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_11-b03 from Sun Microsystems Inc.>
<Jun 13, 2007 10:29:10 AM IST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<Jun 13, 2007 10:29:10 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
***************************************************************************
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(ObjectStreamClass.java:546)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
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:128)
at weblogic.management.AdminServer.<init>(AdminServer.java:59)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:753)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
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:128)
at weblogic.management.AdminServer.<init>(AdminServer.java:59)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:753)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)nipun can u please say where, the problem was…..
June 13, 2007 at 3:28 am #271450
Loyal WaterMemberRefer to this post. You are using the wrong JDK. Thats why you are getting this error.
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-11496-view-previous.htmlJune 13, 2007 at 4:12 am #271453
sriccharanMemberthanks nipun… you are right that’s regarding JDK… i didn’t given WebLogic support JDK that ‘s the problem..
June 13, 2007 at 4:23 am #271454
Loyal WaterMemberYour Welcome !!!
-
AuthorPosts
