-
May 23rd, 2006, 08:43 AM
#1
Hibernate spring Integration for PetClinic Demo Apps
Hi,
I have use the PetClinic Demp application for Hibernate using spring framework. i have extracted the hibernate war file in JDeveloper IDE and run the application but i am getting following error:
Note: The JDK version for JDeverloper10g for 1.5.0
Could you please help what is missing.
May 23, 2006 7:37:39 AM org.springframework.web.context.ContextLoader initWebApplicationContext
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'jmxExporter' defined in ServletContext resource [/WEB-INF/applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.InternalError: Unsupported Management version
Caused by: java.lang.InternalError: Unsupported Management version
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1668)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at sun.security.action.LoadLibraryAction.run(LoadLibr aryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.management.ManagementFactory.<clinit>(Manageme ntFactory.java:417)
at java.lang.management.ManagementFactory.getPlatform MBeanServer(ManagementFactory.java:512)
at org.springframework.jmx.support.JmxUtils.locateMBe anServer(JmxUtils.java:106)
at org.springframework.jmx.support.JmxUtils.locateMBe anServer(JmxUtils.java:76)
at org.springframework.jmx.export.MBeanExporter.regis terBeans(MBeanExporter.java:458)
at org.springframework.jmx.export.MBeanExporter.after PropertiesSet(MBeanExporter.java:394)
at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.invokeInitMethods(Abstr actAutowireCapableBeanFactory.java:877)
at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.initializeBean(Abstract AutowireCapableBeanFactory.java:846)
at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.createBean(AbstractAuto wireCapableBeanFactory.java:419)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:241)
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:152)
at org.springframework.beans.factory.support.DefaultL istableBeanFactory.preInstantiateSingletons(Defaul tListableBeanFactory.java:253)
at org.springframework.context.support.AbstractApplic ationContext.refresh(AbstractApplicationContext.ja va:331)
at org.springframework.web.context.support.AbstractRe freshableWebApplicationContext.refresh(AbstractRef reshableWebApplicationContext.java:155)
at org.springframework.web.context.ContextLoader.crea teWebApplicationContext(ContextLoader.java:246)
at org.springframework.web.context.ContextLoader.init WebApplicationContext(ContextLoader.java:184)
at org.springframework.web.context.ContextLoaderListe ner.contextInitialized(ContextLoaderListener.java: 49)
at com.evermind.server.http.HttpApplication.initDynam ic(HttpApplication.java:1015)
at com.evermind.server.http.HttpApplication.<init>(Ht tpApplication.java:649)
at com.evermind.server.ApplicationStateRunning.getHtt pApplication(ApplicationStateRunning.java:428)
at com.evermind.server.Application.getHttpApplication (Application.java:512)
at com.evermind.server.http.HttpSite$HttpApplicationR unTimeReference.createHttpApplicationFromReference (HttpSite.java:1975)
at com.evermind.server.http.HttpSite$HttpApplicationR unTimeReference.createHttpApplicationFromReference (HttpSite.java:1958)
at com.evermind.server.http.HttpSite$HttpApplicationR unTimeReference.getHttpApplication(HttpSite.java:1 910)
at com.evermind.server.http.HttpSite.getApplication(H ttpSite.java:427)
at com.evermind.server.http.HttpRequestHandler.resolv eApplication(HttpRequestHandler.java:395)
at com.evermind.server.http.HttpRequestHandler.proces sRequest(HttpRequestHandler.java:437)
at com.evermind.server.http.HttpRequestHandler.serveO neRequest(HttpRequestHandler.java:218)
at com.evermind.server.http.HttpRequestHandler.run(Ht tpRequestHandler.java:119)
at com.evermind.server.http.HttpRequestHandler.run(Ht tpRequestHandler.java:112)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRu nnable.run(ServerSocketReadHandler.java:260)
at oracle.oc4j.network.ServerSocketAcceptHandler.proc ClientSocket(ServerSocketAcceptHandler.java:230)
at oracle.oc4j.network.ServerSocketAcceptHandler.acce ss$800(ServerSocketAcceptHandler.java:33)
at oracle.oc4j.network.ServerSocketAcceptHandler$Acce ptHandlerHorse.run(ServerSocketAcceptHandler.java: 831)
at com.evermind.util.ReleasableResourcePooledExecutor $MyWorker.run(ReleasableResourcePooledExecutor.jav a:298)
at java.lang.Thread.run(Thread.java:595)
Last edited by lakshmandos; May 25th, 2006 at 06:51 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules