- This topic has 4 replies, 3 voices, and was last updated 16 years ago by
Loyal Water.
-
AuthorPosts
-
SunilGajulaMemberHello All,
When i run weblogic server from IDE, i`m facing the below error.
Stack:
MyEclipse: Version: 5.5.1 GA
Weblogic: 10 MP3<Jul 17, 2009 7:38:51 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_11-b03 from Sun Microsystems Inc.>
<Jul 17, 2009 7:38:52 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.UnsupportedClassVersionError: Bad version number in .class file
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at weblogic.kernel.FinalThreadLocalList.initialize(FinalThreadLocalList.java:44)
at weblogic.t3.srvr.PreConfigBootService.start(PreConfigBootService.java:70)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:459)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
at weblogic.Server.main(Server.java:67)
>
<Jul 17, 2009 7:38:52 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jul 17, 2009 7:38:52 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jul 17, 2009 7:38:52 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>July 20, 2009 at 12:51 am #300595
support-shaliniMemberSunilGajula,
Can you configure the JDK(Windows > Preferences > MyEclipse Workbench > Servers > weblogic10.x) of weblogic server to the one provided by the server under weblogic home dir > JDK16x.July 20, 2009 at 5:16 am #300605
SunilGajulaMemberHello Shalini,
The issue was resolved after pointing to proper JDK verision.
Thanks for you help.
Regards
Sunil GajulaJuly 20, 2009 at 5:26 am #300606
SunilGajulaMemberJFYI,
I have updated the JDK versions in Targert under MyEclipse Icon –> Properties –> shortcut –> Target.
“E:\Installations\bea\jdk160_05\bin\javaw.exe”
July 20, 2009 at 2:55 pm #300627
Loyal WaterMemberThe issue was resolved after pointing to proper JDK verision.
Glad to know everything is sorted. Thanks for letting us know.
-
AuthorPosts