- This topic has 2 replies, 3 voices, and was last updated 13 years, 10 months ago by support-piotr.
-
AuthorPosts
-
inallibMemberhi
m not able to start weblogic 9.2 from myeclips 8.6.1. already created the domain and application was deployed. its running from domain_directory/startWebLogic.cmdm getting the following msg on console
<Feb 24, 2011 12:21:38 AM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
C:\bea_home\weblogic92\platform\lib\p13n\p13n-schemas.jar;C:\bea_home\weblogic92\platform\lib\p13n\p13n_common.jar;C:\bea_home\weblogic92\platform\lib\p13n\p13n_system.jar;C:\bea_home\weblogic92\platform\lib\wlp\commerce_system.jar;C:\bea_home\weblogic92\platform\lib\wlp\content_system.jar;C:\bea_home\weblogic92\platform\lib\wlp\groupspace_system.jar;C:\bea_home\weblogic92\platform\lib\wlp\netuix_common.jar;C:\bea_home\weblogic92\platform\lib\wlp\netuix_schemas.jar;C:\bea_home\weblogic92\platform\lib\wlp\netuix_system-full.jar;C:\bea_home\weblogic92\platform\lib\wlp\netuix_system.jar;C:\bea_home\weblogic92\platform\lib\wlp\nf-jspcmods.jar;C:\bea_home\weblogic92\platform\lib\wlp\nf-system.jar;C:\bea_home\weblogic92\platform\lib\wlp\wlp-schemas.jar;C:\bea_home\weblogic92\platform\lib\wlp\wps_system.jar;C:\bea_home\weblogic92\platform\lib\wlp\wsrp-client.jar;C:\bea_home\weblogic92\platform\lib\wlp\wsrp-common.jar>
<Feb 24, 2011 12:21:38 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.3-b02 from Sun Microsystems Inc.>
<Feb 24, 2011 12:21:39 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP2 Mon Jun 25 01:32:01 EDT 2007 952826 >
<Feb 24, 2011 12:21:40 AM IST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : C:\bea_home\license.bea>
<Feb 24, 2011 12:21:40 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Feb 24, 2011 12:21:40 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Feb 24, 2011 12:21:40 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea_home\user_projects\domains\base_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
<Feb 24, 2011 12:21:41 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Feb 24, 2011 12:21:41 AM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationException
javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationException
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
at weblogic.application.descriptor.BasicMunger2.<clinit>(BasicMunger2.java:76)
at weblogic.application.ApplicationDescriptor$MyApplicationDescriptor.createXMLStreamReader(ApplicationDescriptor.java:438)
at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:369)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
Truncated. see log file for complete stacktrace
>
<Feb 24, 2011 12:21:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Feb 24, 2011 12:21:41 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Feb 24, 2011 12:21:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>PLease help me out
support-swapnaModeratorinallib,
I could replicate the issue at my end. I will file a PR for the dev team to work on it.
Sorry for the inconvenience caused.
support-piotrParticipantinallib,
We have investigated the issue. It seems that you cannot run Weblogic with your default JDK. Please follow these steps:
1. Open Weblogic 9.x connector preferences
2. Expand “Weblogic 9.x” preferences node and select “JDK”
3. Click “add” button under “Weblogic JDK name” field and select Weblogic JDK home directory, which should be located under BEA home directory.Weblogic ships with sun JDK 1.5 and jrockit 1.5 JDKs. You can choose, which suits you better.
Let us know how this works for you.
Best regards,
Piotr Tomiak -
AuthorPosts