- This topic has 1 reply, 2 voices, and was last updated 17 years, 6 months ago by Loyal Water.
-
AuthorPosts
-
flybuzzMemberHi, I am a total newbie. I setup myeclipse first. Then I installed weblogic 9. But didn’t realize I am suppose to run the weblogic configuration wizard. I just setup the simple path in myeclipse’ weblogic info and click on start weblogic server. I got some wierd message saying something about config.xml not found and do I want to generate one. I typed in Y and hit enter. It then didn’t work.
Then I found out I need to run configuration wizard in welogic 9 which is what I did. Then I updated the missing domain root and server name and admin passwords. Now I try to run the server again I got:
(I think it’s because I messed up before of not running config wizard, how can I fix this?)
<Jul 14, 2007 4:08:19 PM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_11-b03 from Sun Microsystems Inc.>
<Jul 14, 2007 4:08:20 PM CDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.1 Mon Dec 12 19:26:33 EST 2005 689178 >
<Jul 14, 2007 4:08:20 PM CDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:There are 1 nested errors:
weblogic.management.ManagementException: [Management:141266]Parsing Failure in config.xml: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:118)
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:38)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:365)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:116)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
at weblogic.Server.main(Server.java:67)
Caused by: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -9120448754896609940
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.readOrdinaryObject(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)….
Loyal WaterMemberGo to Windows > Preferences > MyEclipse > Application Servers > WebLogic > Weblogic 9.x and make sure the connector looks something like this:-
https://www.genuitec.com/forums/topic/weblogic-9-what-does-a-configured-connector-look-like/Also, the connector should be setup to work with the JDK that is shipped with WebLogic.
-
AuthorPosts