I tested with jdk5 and we have the same issue Emmanuel On Wed, Apr 8, 2009 at 3:31 PM, Brent Atkinson <[email protected]>wrote:
> I don't know if it is pertinent, but last I knew there were open issues > with JBoss 5 on JDK 6. They were listed in the installation instructions > for JBoss. They go as far as to say JDK5 is the recommended version. Did > you try to running it under JDK 5? > > Brent > > >>> Emmanuel Venisse <[email protected]> 4/8/2009 8:48 AM >>> > I don't find the solution :-( > After few searches on Google, it seems there are some issues between > spring > 2.5 and JBoss 5 but I'm not sure it is related to your issue. > > Maybe you can use an other version of JBoss. > > Emmanuel > > On Wed, Apr 8, 2009 at 1:08 PM, Francois Le Fevre > <[email protected] > > wrote: > > > Emmanuel , > > I have tested it with jdk1.6.0_13 , the last update of the jdk > > I am under linux fedora > > Francois > > > >> What is your jdk? > >> > >> On Wed, Apr 8, 2009 at 10:44 AM, Emmanuel Venisse < > >> [email protected]> wrote: > >> > >> > >> > >>> I'll to find few minutes to look at itThanks for your tests. > >>> > >>> > >>> Emmanuel > >>> > >>> > >>> On Tue, Apr 7, 2009 at 5:04 PM, Francois Le Fevre < > >>> [email protected]> wrote: > >>> > >>> > >>> > >>>> dear Emmanuel, > >>>> I have tried with continuum 1.3.2 to remove the > xml-apis-1.0.b2.jar > >>>> and/or > >>>> xalan-2.7.0.jar > >>>> I get now another error. (see after) > >>>> it seems that these 2 librairies are needed by continuum. > >>>> > >>>> perhaps do i need to configure someting when jboss starts ? > >>>> > >>>> Francois > >>>> > >>>> 16:56:45,659 ERROR [[/apache-continuum]] Erreur lors de la > configuration > >>>> de la classe d'�coute de l'application (application listener) > >>>> org.apache.continuum.web.startup.ContinuumStartup > >>>> java.lang.LinkageError: loader constraint violation: when > resolving > >>>> method > >>>> > >>>> > > "javax.xml.parsers.DocumentBuilder.setErrorHandler(Lorg/xml/sax/ErrorHandler;)V" > >>>> the class loader (instance of > >>>> org/jboss/classloader/spi/base/BaseClassLoader) of the current > class, > >>>> org/apache/log4j/xml/DOMConfigurator, and the class loader > (instance of > >>>> <bootloader>) for resolved class, > javax/xml/parsers/DocumentBuilder, > >>>> have > >>>> different Class objects for the type org/xml/sax/ErrorHandler used > in > >>>> the > >>>> signature > >>>> at > >>>> > >>>> > org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:708) > >>>> at > >>>> > >>>> > org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618) > >>>> at > >>>> > >>>> > > org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468) > >>>> at org.apache.log4j.LogManager.<clinit>(LogManager.java:122) > >>>> at > >>>> > org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:73) > >>>> at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:209) > >>>> at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:221) > >>>> at > >>>> > >>>> > > org.apache.continuum.web.startup.ContinuumStartup.<init>(ContinuumStartup.java:44) > >>>> at > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > >>>> Method) > >>>> at > >>>> > >>>> > > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > >>>> at > >>>> > >>>> > > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > >>>> at > java.lang.reflect.Constructor.newInstance(Constructor.java:513) > >>>> at java.lang.Class.newInstance0(Class.java:355) > >>>> at java.lang.Class.newInstance(Class.java:308) > >>>> at > >>>> > >>>> > > org.jboss.web.tomcat.service.TomcatInjectionContainer.newInstance(TomcatInjectionContainer.java:258) > >>>> at > >>>> > >>>> > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3859) > >>>> at > >>>> > >>>> > org.apache.catalina.core.StandardContext.start(StandardContext.java:4393) > >>>> at > >>>> > >>>> > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312) > >>>> at > >>>> > >>>> > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144) > >>>> at > >>>> > >>>> > > org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461) > >>>> at > >>>> org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) > >>>> at > org.jboss.web.deployers.WebModule.start(WebModule.java:97) > >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > >>>> at > >>>> > >>>> > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >>>> at > >>>> > >>>> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > >>>> at java.lang.reflect.Method.invoke(Method.java:597) > >>>> at > >>>> > >>>> > > org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) > >>>> at > org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) > >>>> at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) > >>>> at > >>>> > >>>> > > org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) > >>>> at > >>>> > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) > >>>> at > >>>> > >>>> > org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) > >>>> at $Proxy36.start(Unknown Source) > >>>> at > >>>> > >>>> > > org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42) > >>>> at > >>>> > >>>> > > org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > >>>> at > >>>> > >>>> > > org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) > >>>> at > >>>> > org.jboss.system.ServiceController.doChange(ServiceController.java:688) > >>>> at > >>>> > org.jboss.system.ServiceController.start(ServiceController.java:460) > >>>> at > >>>> > >>>> > org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163) > >>>> at > >>>> > >>>> > org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99) > >>>> at > >>>> > >>>> > org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46) > >>>> at > >>>> > >>>> > > org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) > >>>> at > >>>> > >>>> > > org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822) > >>>> at > >>>> > >>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781) > >>>> at > >>>> > >>>> > > org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698) > >>>> at > >>>> > >>>> > > org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304) > >>>> at > >>>> > >>>> > > org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205) > >>>> at > >>>> > >>>> > org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405) > >>>> at org.jboss.Main.boot(Main.java:209) > >>>> at org.jboss.Main$1.run(Main.java:547) > >>>> at java.lang.Thread.run(Thread.java:619) > >>>> 16:56:45,661 ERROR [[/apache-continuum]] L'installation des > �couteurs > >>>> (listeners) de l'application a �t� saut�e suite aux erreurs > >>>> pr�c�dentes > >>>> 16:56:45,661 ERROR [StandardContext] Error listenerStart > >>>> 16:56:45,661 ERROR [StandardContext] Erreur de d�marrage du > contexte > >>>> [/apache-continuum] suite aux erreurs pr�c�dentes > >>>> 16:56:45,664 ERROR [AbstractKernelController] Error installing to > Start: > >>>> name=jboss.web.deployment:war=/apache-continuum state=Create > mode=Manual > >>>> requiredState=Installed > >>>> org.jboss.deployers.spi.DeploymentException: URL > >>>> file:/env/export/nfs2/nemo/home/flefevre/new/programs/ > >>>> jboss-5.0.1.GA/server/default/deploy/apache-continuum.war/ > deployment > >>>> failed > >>>> at > >>>> > >>>> > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:333) > >>>> > >>>> at > >>>> > >>>> > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144) > >>>> at > >>>> > >>>> > > org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461) > >>>> > >>>> > >>>> Hi, > >>>> > >>>> > >>>>> I don't have a JBoss 5 to test, but you can try to remove > xml-apis jar > >>>>> under > >>>>> the continuum lib directory > >>>>> > >>>>> Emmanuel > >>>>> > >>>>> On Tue, Apr 7, 2009 at 3:59 PM, Francois Le Fevre < > >>>>> [email protected] > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>> wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>>> dear all, > >>>>>> i am trying to install continuum as a web app into jboss 5.0.1. > >>>>>> i am facing the following difficulty > >>>>>> do you have any idea, why and how to solve it? > >>>>>> Thanks > >>>>>> Francois > >>>>>> > >>>>>> > >>>>>> 15:50:19,087 ERROR [[/apache-continuum]] Erreur lors de la > >>>>>> configuration > >>>>>> de > >>>>>> la classe d'�coute de l'application (application listener) > >>>>>> org.apache.continuum.web.startup.ContinuumStartup > >>>>>> java.lang.ExceptionInInitializerError > >>>>>> at > >>>>>> > >>>>>> > org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:73) > >>>>>> at > org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:209) > >>>>>> at > org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:221) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.apache.continuum.web.startup.ContinuumStartup.<init>(ContinuumStartup.java:44) > >>>>>> at > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > >>>>>> Method) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > >>>>>> at > java.lang.reflect.Constructor.newInstance(Constructor.java:513) > >>>>>> at java.lang.Class.newInstance0(Class.java:355) > >>>>>> at java.lang.Class.newInstance(Class.java:308) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.web.tomcat.service.TomcatInjectionContainer.newInstance(TomcatInjectionContainer.java:258) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3859) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.apache.catalina.core.StandardContext.start(StandardContext.java:4393) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461) > >>>>>> at > >>>>>> > org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) > >>>>>> at > org.jboss.web.deployers.WebModule.start(WebModule.java:97) > >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > >>>>>> at java.lang.reflect.Method.invoke(Method.java:597) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) > >>>>>> at > org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) > >>>>>> at > org.jboss.mx.server.Invocation.invoke(Invocation.java:88) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) > >>>>>> at > >>>>>> > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) > >>>>>> at $Proxy36.start(Unknown Source) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) > >>>>>> at > >>>>>> > >>>>>> > org.jboss.system.ServiceController.doChange(ServiceController.java:688) > >>>>>> at > >>>>>> > org.jboss.system.ServiceController.start(ServiceController.java:460) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405) > >>>>>> at org.jboss.Main.boot(Main.java:209) > >>>>>> at org.jboss.Main$1.run(Main.java:547) > >>>>>> at java.lang.Thread.run(Thread.java:619) > >>>>>> Caused by: java.lang.ClassCastException: > >>>>>> org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast > to > >>>>>> javax.xml.parsers.DocumentBuilderFactory > >>>>>> at > javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown > >>>>>> Source) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:694) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618) > >>>>>> at > >>>>>> > >>>>>> > >>>>>> > > org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468) > >>>>>> at > org.apache.log4j.LogManager.<clinit>(LogManager.java:122) > >>>>>> ... 69 more > >>>>>> > >>>>>> -- > >>>>>> -- > >>>>>> *Francois LE FEVRE* > >>>>>> Ingenieur / Chercheur > >>>>>> Email: [email protected] > <mailto:[email protected]> > >>>>>> Tel: 33 (0)1 60 87 45 83 > >>>>>> > >>>>>> > >>>>>> *Laboratoire de bioinformatique des reseaux > >>>>>> CEA / DSV / FAR / IG / Genoscope / LBIR > >>>>>> (French Atomic Energy Commission) > >>>>>> * > >>>>>> Website: http://www.genoscope.cns.fr/bioinfo/ > >>>>>> Mail: 2 rue Gaston Cremieux, 91057 Evry, France > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>> -- > >>>> -- > >>>> *Francois LE FEVRE* > >>>> Ingenieur / Chercheur > >>>> Email: [email protected] > <mailto:[email protected]> > >>>> Tel: 33 (0)1 60 87 45 83 > >>>> > >>>> > >>>> *Laboratoire de bioinformatique des reseaux > >>>> CEA / DSV / FAR / IG / Genoscope / LBIR > >>>> (French Atomic Energy Commission) > >>>> * > >>>> Website: http://www.genoscope.cns.fr/bioinfo/ > >>>> Mail: 2 rue Gaston Cremieux, 91057 Evry, France > >>>> > >>>> > >>>> > >>> > >>> > >> > >> > >> > > > > > > -- > > -- > > *Francois LE FEVRE* > > Ingenieur / Chercheur > > Email: [email protected] <mailto:[email protected]> > > Tel: 33 (0)1 60 87 45 83 > > > > > > *Laboratoire de bioinformatique des reseaux > > CEA / DSV / FAR / IG / Genoscope / LBIR > > (French Atomic Energy Commission) > > * > > Website: http://www.genoscope.cns.fr/bioinfo/ > > Mail: 2 rue Gaston Cremieux, 91057 Evry, France > > >
