eclipse-ee4j / glassfish

Eclipse GlassFish
https://eclipse-ee4j.github.io/glassfish/
378 stars 144 forks source link

deployment error : DTDDVFactory #11638

Closed glassfishrobot closed 14 years ago

glassfishrobot commented 14 years ago

Some users have this error when they deploy or redeploy their web application :

[#|2010-03-03T08:16:27.595+0000|INFO|glassfishv3.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=26;_ThreadName=Thread-1;|Unsanitized stacktrace from failed start... com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'bundle://130.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:670) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:306) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:223) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4591) at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:535) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5193) at com.sun.enterprise.web.WebModule.start(WebModule.java:499) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636) Caused by: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'bundle://130.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) at java.util.concurrent.FutureTask.get(FutureTask.java:111) at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:668) ... 43 more Caused by: com.sun.faces.config.ConfigurationException: Unable to parse document 'bundle://130.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:840) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:787) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:656) ... 43 more Caused by: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator.(Unknown Source) at org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager.(Unknown Source) at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.(Unknown Source) at org.apache.xerces.jaxp.validation.AbstractXMLSchema.newValidatorHandler(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source) at com.sun.faces.config.ConfigManager$ParseTask.getBuilderForSchema(ConfigManager.java:1006) at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:892) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:831) ... 47 more

| #] |

[#|2010-03-03T08:16:27.597+0000|SEVERE|glassfishv3.0|org.apache.catalina.core.StandardContext|_ThreadID=26;_ThreadName=Thread-1;|PWC1306: Startup of context /eco2data failed due to previous errors|#]

[#|2010-03-03T08:16:27.603+0000|WARNING|glassfishv3.0|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=http-thread-pool-10048-(2);|java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:932) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636)

| #] |

[#|2010-03-03T08:16:27.603+0000|WARNING|glassfishv3.0|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=http-thread-pool-10048-(2);|java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:932) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636)

| #] |

[#|2010-03-03T08:16:27.601+0000|SEVERE|glassfishv3.0|org.apache.catalina.core.StandardContext|_ThreadID=26;_ThreadName=Thread-1;|PWC1305: Exception during cleanup after start failed org.apache.catalina.LifecycleException: PWC2769: Manager has not yet been started at org.apache.catalina.session.StandardManager.stop(StandardManager.java:892) at org.apache.catalina.core.StandardContext.stop(StandardContext.java:5383) at com.sun.enterprise.web.WebModule.stop(WebModule.java:530) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5211) at com.sun.enterprise.web.WebModule.start(WebModule.java:499) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636)

| #] |

[#|2010-03-03T08:16:27.602+0000|SEVERE|glassfishv3.0|org.apache.catalina.core.ContainerBase|_ThreadID=26;_ThreadName=Thread-1;|ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.catalina.core.StandardContext.start(StandardContext.java:5216) at com.sun.enterprise.web.WebModule.start(WebModule.java:499) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636) Caused by: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:354) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:223) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4591) at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:535) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5193) ... 38 more Caused by: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator.(Unknown Source) at org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager.(Unknown Source) at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.(Unknown Source) at org.apache.xerces.jaxp.validation.AbstractXMLSchema.newValidatorHandler(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source) at com.sun.faces.config.ConfigManager$ParseTask.getBuilderForSchema(ConfigManager.java:1006) at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:892) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:831) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:787) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:656) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:306) ... 42 more

| #] |

[#|2010-03-03T08:16:27.603+0000|WARNING|glassfishv3.0|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=26;_ThreadName=Thread-1;|java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:932) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636)

| #] |

[#|2010-03-03T08:16:27.617+0000|SEVERE|glassfishv3.0|javax.enterprise.system.core.org.glassfish.internal.data|_ThreadID=26;_ThreadName=Thread-1;|Exception while invoking class com.sun.enterprise.web.WebApplication start method java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:117) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636)

| #] |

[#|2010-03-03T08:16:27.617+0000|SEVERE|glassfishv3.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=26;_ThreadName=Thread-1;|Exception while loading the app java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:117) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309) at java.lang.Thread.run(Thread.java:636)

This error coming randomly when the user try to deploy. Sometimes at the first deployment, sometimes the second or the tenth... To fix it, thy must restart glassfish. It's not happen when you use the web interface for deploy the application.

Environment

Operating System: All Platform: Linux

Affected Versions

[V3]

glassfishrobot commented 6 years ago
glassfishrobot commented 14 years ago

@glassfishrobot Commented @honghzzhang said: assign to web team to take a look as the stack trace is from the web code..

glassfishrobot commented 14 years ago

@glassfishrobot Commented jluehe said: The exception's stack trace originates in com.sun.faces.config.ConfigManager.getConfigDocuments. Reassigning to Ryan ...

glassfishrobot commented 14 years ago

@glassfishrobot Commented @rlubke said: My guess is there's a xalan.jar/xercesImpl.jar present in WEB-INF/lib. Is that correct? If so, can you remove them?

This seems to be a classloading snag.

glassfishrobot commented 14 years ago

@glassfishrobot Commented grimm29 said: The project content a xalan's jar. I suppress it but the problem stay.

glassfishrobot commented 14 years ago

@glassfishrobot Commented @rlubke said: Please detail the contents of WEB-INF/lib of your web application.

glassfishrobot commented 14 years ago

@glassfishrobot Commented grimm29 said: Follow, my librairy list :

antlr-2.7.6.jar cglib-nodep-2.1_3.jar nekohtml-1.9.7.jar spring-beans-3.0.1.RELEASE.jar spring-security-openid-3.0.2.RELEASE.jar aopalliance-1.0.jar commons-codec-1.2.jar openid4java-0.9.5.jar spring-context-3.0.1.RELEASE.jar spring-security-taglibs-3.0.2.RELEASE.jar asm-1.5.3.jar commons-collections-2.1.1.jar openid4java-consumer-0.9.5.jar spring-context-support-3.0.1.RELEASE.jar spring-security-web-3.0.2.RELEASE.jar asm-attrs-1.5.3.jar commons-httpclient-3.1.jar openid4java-consumer-SampleConsumer-0.9.5.jar spring-core-3.0.1.RELEASE.jar spring-tx-2.5.6.jar aspectjrt-1.5.4.jar commons-logging-1.1.1.jar openid4java-nodeps-0.9.5.jar spring-dao-2.0.8.jar spring-web-3.0.1.RELEASE.jar aspectjweaver-1.6.8.jar dom4j-1.6.1.jar openid4java-server-0.9.5.jar spring-expression-3.0.1.RELEASE.jar spring-webmvc-3.0.1.RELEASE.jar backport-util-concurrent-3.1.jar ehcache-1.2.3.jar openid4java-server-JdbcServerAssociationStore-0.9.5.jar spring-flex-1.0.2.RELEASE.jar xbean-spring-3.4.3.jar blazeds-common-3.2.0.3978.jar hibernate-3.2.7.ga.jar openid4java-server-SampleServer-0.9.5.jar spring-hibernate3-2.0.8.jar xercesImpl-2.8.1.jar blazeds-core-3.2.0.3978.jar hibernate-annotations-3.2.1.ga.jar persistence-api-1.0.jar spring-integration-core-1.0.3.RELEASE.jar xml-apis-1.3.03.jar blazeds-opt-3.2.0.3978.jar jackson-core-asl-1.0.0.jar slf4j-api-1.5.10.jar spring-jdbc-2.0.8.jar blazeds-proxy-3.2.0.3978.jar javaee-api-6.0.jar slf4j-simple-1.5.10.jar spring-security-acl-3.0.2.RELEASE.jar blazeds-remoting-3.2.0.3978.jar jta-1.1.jar spring-aop-3.0.1.RELEASE.jar spring-security-config-3.0.2.RELEASE.jar cglib-2.1_3.jar mysql-connector-java-5.1.10.jar spring-asm-3.0.1.RELEASE.jar spring-security-core-3.0.2.RELEASE.jar

Thanks for your help.

glassfishrobot commented 14 years ago

@glassfishrobot Commented @rlubke said: Please remove:

xml-apis-1.3.03.jar xercesImpl-2.8.1.jar

and try again.

glassfishrobot commented 14 years ago

@glassfishrobot Commented grimm29 said: I removed the jars and now I've this mistake : com.sun.enterprise.admin.cli.CommandException: remote failure: Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! WEB9031: WebappClassLoader unable to load resource [org.apache.xerces.jaxp.validation.ValidatorHandlerImpl$XMLSchemaTypeInfoProvider], because it has not yet been started, or was already stopped

glassfishrobot commented 14 years ago

@glassfishrobot Commented @rlubke said: Passing to Ed.

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said:

glassfishrobot commented 14 years ago

@glassfishrobot Commented @edburns said: Can you please attach a war that lets me reproduce this error?

Thanks,

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said: In my case its almost only on redeploy. After redeploy I have to restart the server once or sometimes two or three times to get it running again.

I build a minimal war to reproduce this error in the next days and upload it.

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said: Created an attachment (id=4567) A almost minimal WAR to reproduce the error

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said:

Comment too long. Imported partially

Added an almost minimal WAR file to reproduce the error. I left some classes (EJBs) that the content has just some basic functionality.

My logs for server restart (without the error) and for redeploy (which led to the error) ...

Server restart:

13.07.2010 11:29:03 com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: JVM invocation command line: C:\Program Files\Java\jdk1.6.0_18\bin\java.exe -cp C:/Programme/GlassFishV3/glassfish/modules/glassfish.jar -Xdebug -Xrunjdwp:transport=dt_socket,server=n,suspend=y,address=9009 -XX:+UnlockDiagnosticVMOptions -XX:MaxPermSize=192m -XX:NewRatio=2 -XX:+LogVMOutput -XX:LogFile=C:\Programme\GlassFishV3\glassfish\domains\pronto-ear/logs/jvm.log -Xmx512m -client -javaagent:C:/Programme/GlassFishV3/glassfish/lib/monitor/btrace-agent.jar=unsafe=true,noServer=true -Dosgi.shell.telnet.maxconn=1 -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Dfelix.fileinstall.dir=C:\Programme\GlassFishV3\glassfish/modules/autostart/ -Djavax.net.ssl.keyStore=C:\Programme\GlassFishV3\glassfish\domains\pronto-ear/config/keystore.jks -Dosgi.shell.telnet.port=51166 -Djava.security.policy=C:\Programme\GlassFishV3\glassfish\domains\pronto-ear/config/server.policy -Dfelix.fileinstall.poll=5000 -Dcom.sun.aas.instanceRoot=C:\Programme\GlassFishV3\glassfish\domains\pronto-ear -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dosgi.shell.telnet.ip=127.0.0.1 -Djava.endorsed.dirs=C:\Programme\GlassFishV3\glassfish/modules/endorsed;C:\Programme\GlassFishV3\glassfish/lib/endorsed -Dcom.sun.aas.installRoot=C:\Programme\GlassFishV3\glassfish -Djava.ext.dirs=C:\Program Files\Java\jdk1.6.0_18/lib/ext;C:\Program Files\Java\jdk1.6.0_18/jre/lib/ext;C:\Programme\GlassFishV3\glassfish\domains\pronto-ear/lib/ext -Dfelix.fileinstall.bundles.new.start=true -Djavax.net.ssl.trustStore=C:\Programme\GlassFishV3\glassfish\domains\pronto-ear/config/cacerts.jks -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as -Djava.security.auth.login.config=C:\Programme\GlassFishV3\glassfish\domains\pronto-ear/config/login.conf -DANTLR_USE_DIRECT_CLASS_LOADING=true -Dfelix.fileinstall.debug=1 -Dorg.glassfish.web.rfc2109_cookie_names_enforced=false -Djava.library.path=C:/Programme/GlassFishV3/glassfish/lib;C:/Program Files/Java/jdk1.6.0_18/bin;C:/Programme/GlassFishV3/bin;C:/Windows/Sun/Java/bin;C:/Windows/System32;C:/Windows;C:/Users/user1/.IntelliJIdea90/config/plugins/javadoc/lib/windows/x86/ielib;C:/Source/3rdParty/Apache/Ant/core/dist/bin;C:/Source/3rdParty/Apache/Maven/apache-maven-2.2.2-RC1-SNAPSHOT/bin;C:/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/Tools/Binn;C:/Program Files/Microsoft SQL Server/100/DTS/Binn;C:/Programme/Sun/SDK/javadb/bin;C:/Program Files/MySQL/MySQL Server 5.1/bin;C:/Programme/GWT/gwt-2.1.0.M1;C:/Program Files/SlikSvn/bin;C:/Program Files (x86)/MiKTeX 2.8/miktex/bin;C:/Windows/System32/WindowsPowerShell/v1.0;C:/Program Files (x86)/GraphicsMagick-1.3.6-Q8;C:/Program Files (x86)/Graphviz2.24/bin;C:/Program Files/TortoiseSVN/bin;C:/Users/user1/AppData/Roaming/MiKTeX/2.8/miktex/bin;C:/Program Files (x86)/JetBrains/IntelliJ IDEA 9.0.2/jre/jre/bin com.sun.enterprise.glassfish.bootstrap.ASMain -domainname pronto-ear -asadmin-args start-domain,,,--debug,,,pronto-ear -instancename server -verbose false -debug true -asadmin-classpath C:/Programme/GlassFishV3/glassfish/modules/admin-cli.jar -asadmin-classname com.sun.enterprise.admin.cli.AsadminMain -upgrade false -domaindir C:/Programme/GlassFishV3/glassfish/domains/pronto-ear -read-stdin true 13.07.2010 11:29:03 com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: Successfully launched in 14 msec. [#|2010-07-13T11:29:09.646+0200|INFO|null|null|_ThreadID=11;_ThreadName=Thread-1;|Running GlassFish Version: Oracle GlassFish Server 3.0.1 (build 22)|#]

[#|2010-07-13T11:29:10.260+0200|INFO|oracle-glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=11;_ThreadName=Thread-1;|Perform lazy SSL initialization for the listener 'http-listener-2'|#]

[#|2010-07-13T11:29:10.329+0200|INFO|oracle-glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=12;_ThreadName=Thread-1;|Starting Grizzly Framework 1.9.18-o - Tue Jul 13 11:29:10 CEST 2010|#]

[#|2010-07-13T11:29:10.329+0200|INFO|oracle-glassfish3.0.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=13;_ThreadName=Thread-1;|Starting Grizzly Framework 1.9.18-o - Tue Jul 13 11:29:10 CEST 2010|#]

[#|2010-07-13T11:29:10.435+0200|INFO|oracle-glassfish3.0.1|null|_ThreadID=14;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 124ms listening on port 7677|#]

[#|2010-07-13T11:29:10.435+0200|INFO|oracle-glassfish3.0.1|null|_ThreadID=15;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 202ms listening on port 8081|#]

[#|2010-07-13T11:29:10.440+0200|INFO|oracle-glassfish3.0.1|null|_ThreadID=16;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 159ms listening on port 4849|#]

[#|2010-07-13T11:29:10.442+0200|INFO|oracle-glassfish3.0.1|null|_ThreadID=17;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 147ms listening on port 3701|#]

[#|2010-07-13T11:29:10.444+0200|INFO|oracle-glassfish3.0.1|null|_ThreadID=11;_ThreadName=Thread-1;|The Admin Console is already installed, but not yet loaded.|#]

[#|2010-07-13T11:29:10.451+0200|INFO|oracle-glassfish3.0.1|null|_ThreadID=18;_ThreadName=Thread-1;|Grizzly Framework 1.9.18-o started in: 181ms listening on port 8444|#]

[#|2010-07-13T11:29:10.523+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=Thread-1;|Oracle GlassFish Server 3.0.1 (22) startup time : Felix(5370ms) startup services(928ms) total(6298ms)|#]

[#|2010-07-13T11:29:11.829+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=19;_ThreadName=Thread-1;|Binding RMI port to *:51165|#]

[#|2010-07-13T11:29:12.122+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=19;_ThreadName=Thread-1;|JMXStartupService: Started JMXConnector, JMXService URL = service:jmx:rmi://zNote:51165/jndi/rmi://zNote:51165/jmxrmi|#]

[#|2010-07-13T11:29:13.386+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.resource.jta.com.sun.enterprise.transaction|_ThreadID=11;_ThreadName=Thread-1;|Using com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate as the delegate|#]

[#|2010-07-13T11:29:13.515+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=20;_ThreadName=Thread-1;|[Thread[GlassFish Kernel Main Thread,5,main]] started|#]

[#|2010-07-13T11:29:13.626+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|

{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = C:\Programme\GlassFishV3\glassfish\modules\autostart, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = C:\Users\zoechi\AppData\Local\Temp\fileinstall-4322453654323104122, felix.fileinstall.filter = null}

|#]

[#|2010-07-13T11:29:13.642+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=22;_ThreadName=Thread-1;|

{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = C:\Programme\GlassFishV3\glassfish\domains\pronto-ear\autodeploy\bundles, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = C:\Users\zoechi\AppData\Local\Temp\fileinstall--781761952677145086, felix.fileinstall.filter = null}

|#]

[#|2010-07-13T11:29:13.770+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Started bundle: file:/C:/Programme/GlassFishV3/glassfish/modules/autostart/osgi-web-container.jar|#]

[#|2010-07-13T11:29:13.785+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Started bundle: file:/C:/Programme/GlassFishV3/glassfish/modules/autostart/org.apache.felix.scr.jar|#]

[#|2010-07-13T11:29:14.976+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=23;_ThreadName=Thread-1;|SEC1002: Security Manager is OFF.|#]

[#|2010-07-13T11:29:15.047+0200|SEVERE|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.ssl|_ThreadID=23;_ThreadName=Thread-1;|SEC5054: Certificate has expired: [ [ Version: V1 Subject: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US Signature Algorithm: MD2withRSA, OID = 1.2.840.113549.1.1.2

Key: Sun RSA public key, 1000 bits modulus: 6144706769222379850430183405655235862870193813433361902309516534729547168229223442088128897090426025874990958624426272027915771330043379079076269082776443120496525109458437435793974957144923190172655546279112796066635455545786300647745888353781002359412766112775410851780140804282673804950495744761467 public exponent: 65537 Validity: [From: Wed Nov 09 01:00:00 CET 1994, To: Fri Jan 08 00:59:59 CET 2010] Issuer: OU=Secure Server Certification Authority, O="RSA Data Security, Inc.", C=US SerialNumber: [ 02ad667e 4e45fe5e 576f3c98 195eddc0]

] Algorithm: [MD2withRSA] Signature: 0000: 65 DD 7E E1 B2 EC B0 E2 3A E0 EC 71 46 9A 19 11 e.......:..qF... 0010: B8 D3 C7 A0 B4 03 40 26 02 3E 09 9C E1 12 B3 D1 ......@&.>...... 0020: 5A F6 37 A5 B7 61 03 B6 5B 16 69 3B C6 44 08 0C Z.7..a..[.i;.D.. 0030: 88 53 0C 6B 97 49 C7 3E 35 DC 6C B9 BB AA DF 5C .S.k.I.>5.l....\ 0040: BB 3A 2F 93 60 B6 A9 4B 4D F2 20 F7 CD 5F 7F 64 .:/.`..KM. ...d 0050: 7B 8E DC 00 5C D7 FA 77 CA 39 16 59 6F 0E EA D3 ......w.9.Yo... 0060: B5 83 7F 4D 4D 42 56 76 B4 C9 5F 04 F8 38 F8 EB ...MMBVv....8.. 0070: D2 5F 75 5F CD 7B FC E5 8E 80 7C FC 50 .u........P

]|#]

[#|2010-07-13T11:29:15.095+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=23;_ThreadName=Thread-1;|Security startup service called|#]

[#|2010-07-13T11:29:15.099+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=23;_ThreadName=Thread-1;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2010-07-13T11:29:15.178+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=23;_ThreadName=Thread-1;|Realm admin-realm of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]

[#|2010-07-13T11:29:15.180+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=23;_ThreadName=Thread-1;|Realm file of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]

[#|2010-07-13T11:29:15.183+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=23;_ThreadName=Thread-1;|Realm certificate of classtype com.sun.enterprise.security.auth.realm.certificate.CertificateRealm successfully created.|#]

[#|2010-07-13T11:29:15.229+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=23;_ThreadName=Thread-1;|Realm db-realm of classtype com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm successfully created.|#]

[#|2010-07-13T11:29:15.235+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=23;_ThreadName=Thread-1;|Security service(s) started successfully....|#]

[#|2010-07-13T11:29:15.513+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=Thread-1;|Created HTTP listener http-listener-1 on port 8081|#]

[#|2010-07-13T11:29:15.519+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=Thread-1;|Created HTTP listener http-listener-2 on port 8444|#]

[#|2010-07-13T11:29:15.525+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=Thread-1;|Created HTTP listener admin-listener on port 4849|#]

[#|2010-07-13T11:29:15.559+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=Thread-1;|Created virtual server server|#]

[#|2010-07-13T11:29:15.559+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=http-thread-pool-4849-(2);|Created virtual server server|#]

[#|2010-07-13T11:29:15.565+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=http-thread-pool-4849-(2);|Created virtual server __asadmin|#]

[#|2010-07-13T11:29:15.565+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=Thread-1;|Created virtual server __asadmin|#]

[#|2010-07-13T11:29:15.565+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=http-thread-pool-4849-(2);|Created virtual server __asadmin|#]

[#|2010-07-13T11:29:16.949+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=http-thread-pool-4849-(2);|Virtual server server loaded system default web module|#]

[#|2010-07-13T11:29:16.949+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=Thread-1;|Virtual server server loaded system default web module|#]

[#|2010-07-13T11:29:16.949+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=23;_ThreadName=http-thread-pool-4849-(2);|Virtual server server loaded system default web module|#]

[#|2010-07-13T11:29:18.812+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Updating configuration from org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]

[#|2010-07-13T11:29:18.837+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=21;_ThreadName=Thread-1;|Installed C:\Programme\GlassFishV3\glassfish\modules\autostart\org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]

[#|2010-07-13T11:29:18.843+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=24;_ThreadName=Thread-1;|

{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir = C:\Programme\GlassFishV3\glassfish\domains\pronto-ear\autodeploy\bundles, felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true, felix.fileinstall.tmpdir = C:\Users\zoechi\AppData\Local\Temp\fileinstall-7732268158864092224, felix.fileinstall.filter = null}

|#]

[#|2010-07-13T11:29:19.190+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=initialize;|JACC: Context id (id under which all EJB's in application will be created) = pronto-web/pronto-web_internal|#]

[#|2010-07-13T11:29:19.190+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=initialize;|Codebase (module id for ejb QueryProcessorBean) = null|#]

[#|2010-07-13T11:29:19.197+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=addToUncheckedPermissions;|JACC DD conversion: EJBMethodPermission ->(QueryProcessorBean executeQuery,Local,) is (unchecked)|#]

[#|2010-07-13T11:29:19.198+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=loadPolicyConfiguration;|JACC: policy translated for policy context:pronto-web/pronto-web_internal|#]

[#|2010-07-13T11:29:19.199+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=initialize;|JACC: Context id (id under which all EJB's in application will be created) = pronto-web/pronto-web_internal|#]

[#|2010-07-13T11:29:19.199+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=initialize;|Codebase (module id for ejb OntologyModelBean) = null|#]

[#|2010-07-13T11:29:19.200+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=addToUncheckedPermissions;|JACC DD conversion: EJBMethodPermission ->(OntologyModelBean toString,Local,) is (unchecked)|#]

[#|2010-07-13T11:29:19.201+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=addToUncheckedPermissions;|JACC DD conversion: EJBMethodPermission ->(OntologyModelBean getReasonerModel,Local,) is (unchecked)|#]

[#|2010-07-13T11:29:19.201+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.security.application|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.security.application.EJBSecurityManager;MethodName=loadPolicyConfiguration;|JACC: policy translated for policy context:pronto-web/pronto-web_internal|#]

[#|2010-07-13T11:29:19.754+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.util.Version|_ThreadID=23;_ThreadName=Thread-1;|Hibernate Validator bean-validator-3.0-JBoss-4.0.2|#]

[#|2010-07-13T11:29:19.810+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:20.164+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.annotations.Version|_ThreadID=23;_ThreadName=Thread-1;|Hibernate Annotations 3.5.0-Final|#]

[#|2010-07-13T11:29:20.184+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.Environment|_ThreadID=23;_ThreadName=Thread-1;|Hibernate 3.5.0-Final|#]

[#|2010-07-13T11:29:20.193+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.Environment|_ThreadID=23;_ThreadName=Thread-1;|hibernate.properties not found|#]

[#|2010-07-13T11:29:20.198+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.Environment|_ThreadID=23;_ThreadName=Thread-1;|Bytecode provider name : javassist|#]

[#|2010-07-13T11:29:20.204+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.Environment|_ThreadID=23;_ThreadName=Thread-1;|using JDK 1.4 java.sql.Timestamp handling|#]

[#|2010-07-13T11:29:20.375+0200|INFO|oracle-glassfish3.0.1|org.hibernate.annotations.common.Version|_ThreadID=23;_ThreadName=Thread-1;|Hibernate Commons Annotations 3.2.0.Final|#]

[#|2010-07-13T11:29:20.390+0200|INFO|oracle-glassfish3.0.1|org.hibernate.ejb.Version|_ThreadID=23;_ThreadName=Thread-1;|Hibernate EntityManager 3.5.0-Final|#]

[#|2010-07-13T11:29:20.429+0200|INFO|oracle-glassfish3.0.1|org.hibernate.ejb.Ejb3Configuration|_ThreadID=23;_ThreadName=Thread-1;|Processing PersistenceUnitInfo [ name: Pronto ...]|#]

[#|2010-07-13T11:29:23.105+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.AnnotationConfiguration|_ThreadID=23;_ThreadName=Thread-1;|Hibernate Validator not found: ignoring|#]

[#|2010-07-13T11:29:23.145+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.175+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.186+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.search.HibernateSearchEventListenerRegister|_ThreadID=23;_ThreadName=Thread-1;|Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.|#]

[#|2010-07-13T11:29:23.188+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.192+0200|INFO|oracle-glassfish3.0.1|org.hibernate.connection.ConnectionProviderFactory|_ThreadID=23;_ThreadName=Thread-1;|Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider|#]

[#|2010-07-13T11:29:23.207+0200|INFO|oracle-glassfish3.0.1|org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider|_ThreadID=23;_ThreadName=Thread-1;|Using provided datasource|#]

[#|2010-07-13T11:29:23.641+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|RDBMS: MySQL, version: 5.1.46-community|#]

[#|2010-07-13T11:29:23.641+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.12 ( Revision: $

{bzr.revision-id} )|#]

[#|2010-07-13T11:29:23.680+0200|INFO|oracle-glassfish3.0.1|org.hibernate.dialect.Dialect|_ThreadID=23;_ThreadName=Thread-1;|Using dialect: org.hibernate.dialect.MySQLDialect|#]

[#|2010-07-13T11:29:23.737+0200|INFO|oracle-glassfish3.0.1|org.hibernate.engine.jdbc.JdbcSupportLoader|_ThreadID=23;_ThreadName=Thread-1;|Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4|#]

[#|2010-07-13T11:29:23.739+0200|INFO|oracle-glassfish3.0.1|org.hibernate.transaction.TransactionFactoryFactory|_ThreadID=23;_ThreadName=Thread-1;|Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory|#]

[#|2010-07-13T11:29:23.743+0200|INFO|oracle-glassfish3.0.1|org.hibernate.transaction.TransactionManagerLookupFactory|_ThreadID=23;_ThreadName=Thread-1;|instantiating TransactionManagerLookup: org.hibernate.transaction.SunONETransactionManagerLookup|#]

[#|2010-07-13T11:29:23.745+0200|INFO|oracle-glassfish3.0.1|org.hibernate.transaction.TransactionManagerLookupFactory|_ThreadID=23;_ThreadName=Thread-1;|instantiated TransactionManagerLookup|#]

[#|2010-07-13T11:29:23.746+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Automatic flush during beforeCompletion(): disabled|#]

[#|2010-07-13T11:29:23.746+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Automatic session close at end of transaction: disabled|#]

[#|2010-07-13T11:29:23.747+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|JDBC batch size: 15|#]

[#|2010-07-13T11:29:23.747+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|JDBC batch updates for versioned data: disabled|#]

[#|2010-07-13T11:29:23.748+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Scrollable result sets: enabled|#]

[#|2010-07-13T11:29:23.749+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|JDBC3 getGeneratedKeys(): enabled|#]

[#|2010-07-13T11:29:23.749+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Connection release mode: auto|#]

[#|2010-07-13T11:29:23.751+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Maximum outer join fetch depth: 2|#]

[#|2010-07-13T11:29:23.751+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Default batch fetch size: 1|#]

[#|2010-07-13T11:29:23.751+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Generate SQL with comments: disabled|#]

[#|2010-07-13T11:29:23.752+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Order SQL updates by primary key: disabled|#]

[#|2010-07-13T11:29:23.752+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Order SQL inserts for batching: disabled|#]

[#|2010-07-13T11:29:23.752+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory|#]

[#|2010-07-13T11:29:23.756+0200|INFO|oracle-glassfish3.0.1|org.hibernate.hql.ast.ASTQueryTranslatorFactory|_ThreadID=23;_ThreadName=Thread-1;|Using ASTQueryTranslatorFactory|#]

[#|2010-07-13T11:29:23.756+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Query language substitutions: {}|#]

[#|2010-07-13T11:29:23.757+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|JPA-QL strict compliance: enabled|#]

[#|2010-07-13T11:29:23.757+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Second-level cache: enabled|#]

[#|2010-07-13T11:29:23.758+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Query cache: disabled|#]

[#|2010-07-13T11:29:23.758+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory|#]

[#|2010-07-13T11:29:23.759+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Optimize cache for minimal puts: disabled|#]

[#|2010-07-13T11:29:23.759+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Structured second-level cache entries: disabled|#]

[#|2010-07-13T11:29:23.767+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Echoing all SQL to stdout|#]

[#|2010-07-13T11:29:23.768+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Statistics: disabled|#]

[#|2010-07-13T11:29:23.769+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Deleted entity synthetic identifier rollback: disabled|#]

[#|2010-07-13T11:29:23.769+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Default entity-mode: pojo|#]

[#|2010-07-13T11:29:23.770+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Named query checking : enabled|#]

[#|2010-07-13T11:29:23.770+0200|INFO|oracle-glassfish3.0.1|org.hibernate.cfg.SettingsFactory|_ThreadID=23;_ThreadName=Thread-1;|Check Nullability in Core (should be disabled when Bean Validation is on): disabled|#]

[#|2010-07-13T11:29:23.820+0200|INFO|oracle-glassfish3.0.1|org.hibernate.impl.SessionFactoryImpl|_ThreadID=23;_ThreadName=Thread-1;|building session factory|#]

[#|2010-07-13T11:29:23.831+0200|INFO|oracle-glassfish3.0.1|org.hibernate.impl.SessionFactoryObjectFactory|_ThreadID=23;_ThreadName=Thread-1;|Not binding factory to JNDI, no JNDI name configured|#]

[#|2010-07-13T11:29:23.837+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.842+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.848+0200|INFO|oracle-glassfish3.0.1|org.hibernate.tool.hbm2ddl.SchemaExport|_ThreadID=23;_ThreadName=Thread-1;|Running hbm2ddl schema export|#]

[#|2010-07-13T11:29:23.855+0200|INFO|oracle-glassfish3.0.1|org.hibernate.tool.hbm2ddl.SchemaExport|_ThreadID=23;_ThreadName=Thread-1;|exporting generated schema to database|#]

[#|2010-07-13T11:29:23.857+0200|INFO|oracle-glassfish3.0.1|org.hibernate.tool.hbm2ddl.SchemaExport|_ThreadID=23;_ThreadName=Thread-1;|schema export complete|#]

[#|2010-07-13T11:29:23.860+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.863+0200|INFO|oracle-glassfish3.0.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=23;_ThreadName=Thread-1;|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-13T11:29:23.866+0200|INFO|oracle-glassfish3.0.1|org.hibernate.util.NamingHelper|_ThreadID=23;_ThreadName=Thread-1;|JNDI InitialContext properties:{}|#]

[#|2010-07-13T11:29:28.838+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=23;_ThreadName=Thread-1;|Portable JNDI names for EJB QueryProcessorBean : [java:global/pronto-web/QueryProcessorBean!com.bewellup.pronto.ejbs.QueryProcessorLocal, java:global/pronto-web/QueryProcessorBean]|#]

[#|2010-07-13T11:29:28.948+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=23;_ThreadName=Thread-1;|Portable JNDI names for EJB OntologyModelBean : [java:global/pronto-web/OntologyModelBean!com.bewellup.pronto.ejbs.OntologyModelLocal, java:global/pronto-web/OntologyModelBean!com.bewellup.pronto.ejbs.impl.OntologyModelBean]|#]

[#|2010-07-13T11:29:28.966+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.startup|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.startup.SingletonLifeCycleManager;MethodName=addSingletonContainer;|Partial order of dependent(s). pronto-web#OntologyModelBean => {}|#]

[#|2010-07-13T11:29:29.051+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.system.container.ejb.org.glassfish.ejb.startup|_ThreadID=23;_ThreadName=Thread-1;ClassName=org.glassfish.ejb.startup.SingletonLifeCycleManager;MethodName=initializeSingleton;|SingletonLifeCycleManager: initializingSingleton: pronto-web#OntologyModelBean|#]

[#|2010-07-13T11:29:29.089+0200|INFO|oracle-glassfish3.0.1|com.bewellup.pronto.ejbs.impl.OntologyModelBean|_ThreadID=23;_ThreadName=Thread-1;|OntologyModelBean.init()|#]

[#|2010-07-13T11:29:37.126+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.ConfigureListener;MethodName=contextInitialized;|ConfigureListener.contextInitialized(/pronto-web)|#]

[#|2010-07-13T11:29:37.139+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.displayConfiguration' - DISABLED|#]

[#|2010-07-13T11:29:37.143+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.validateXml' - ENABLED|#]

[#|2010-07-13T11:29:37.146+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.verifyObjects' - DISABLED|#]

[#|2010-07-13T11:29:37.146+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.forceLoadConfiguration' - ENABLED|#]

[#|2010-07-13T11:29:37.151+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED|#]

[#|2010-07-13T11:29:37.152+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableCoreTagLibValidator' - DISABLED|#]

[#|2010-07-13T11:29:37.152+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.preferXHTML' - DISABLED|#]

[#|2010-07-13T11:29:37.153+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.compressViewState' - ENABLED|#]

[#|2010-07-13T11:29:37.158+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.compressJavaScript' - ENABLED|#]

[#|2010-07-13T11:29:37.159+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.sendPoweredByHeader' - ENABLED|#]

[#|2010-07-13T11:29:37.160+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableJSStyleHiding' - DISABLED|#]

[#|2010-07-13T11:29:37.160+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED|#]

[#|2010-07-13T11:29:37.163+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.writeStateAtFormEnd' - ENABLED|#]

[#|2010-07-13T11:29:37.167+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableLazyBeanValidation' - ENABLED|#]

[#|2010-07-13T11:29:37.168+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED|#]

[#|2010-07-13T11:29:37.170+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED|#]

[#|2010-07-13T11:29:37.173+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.serializeServerState' - DISABLED|#]

[#|2010-07-13T11:29:37.174+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableViewStateIdRendering' - ENABLED|#]

[#|2010-07-13T11:29:37.175+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.registerConverterPropertyEditors' - DISABLED|#]

[#|2010-07-13T11:29:37.175+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableGroovyScripting' - DISABLED|#]

[#|2010-07-13T11:29:37.176+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER'

[#|2010-07-13T11:29:37.176+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR' - DISABLED|#]

[#|2010-07-13T11:29:37.177+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE' - DISABLED|#]

[#|2010-07-13T11:29:37.177+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'javax.faces.FACELETS_SKIP_COMMENTS' - DISABLED|#]

[#|2010-07-13T11:29:37.178+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'javax.faces.PARTIAL_STATE_SAVING' - ENABLED|#]

[#|2010-07-13T11:29:37.178+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.generateUniqueServerStateIds'

[#|2010-07-13T11:29:37.179+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.autoCompleteOffOnViewState' - ENABLED|#]

[#|2010-07-13T11:29:37.179+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.enableThreading' - DISABLED|#]

[#|2010-07-13T11:29:37.180+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processBooleanParameters;|JSF1021: [/pronto-web] Konfigurationsoption 'com.sun.faces.allowTextChildren' - DISABLED|#]

[#|2010-07-13T11:29:37.180+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.STATE_SAVING_METHOD' ist auf 'server' festgelegt.|#]

[#|2010-07-13T11:29:37.181+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.FACELETS_SUFFIX' ist auf '.xhtml' festgelegt.|#]

[#|2010-07-13T11:29:37.182+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.DEFAULT_SUFFIX' ist auf '.xhtml' festgelegt.|#]

[#|2010-07-13T11:29:37.182+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.PROJECT_STAGE' ist auf 'Development' festgelegt.|#]

[#|2010-07-13T11:29:37.183+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.RESOURCE_EXCLUDES' ist auf '.class .jsp .jspx .properties .xhtml .groovy' festgelegt.|#]

[#|2010-07-13T11:29:37.183+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.numberOfViewsInSession' ist auf '15' festgelegt.|#]

[#|2010-07-13T11:29:37.184+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.numberOfLogicalViews' ist auf '15' festgelegt.|#]

[#|2010-07-13T11:29:37.184+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.numberOfConcerrentFlashUsers' ist auf '5000' festgelegt.|#]

[#|2010-07-13T11:29:37.185+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.numberOfFlashesBetweenFlashReapings' ist auf '5000' festgelegt.|#]

[#|2010-07-13T11:29:37.185+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.responseBufferSize' ist auf '1024' festgelegt.|#]

[#|2010-07-13T11:29:37.186+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.clientStateWriteBufferSize' ist auf '8192' festgelegt.|#]

[#|2010-07-13T11:29:37.187+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.resourceBufferSize' ist auf '2048' festgelegt.|#]

[#|2010-07-13T11:29:37.188+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.expressionFactory' ist auf 'com.sun.el.ExpressionFactoryImpl' festgelegt.|#]

[#|2010-07-13T11:29:37.188+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.defaultResourceMaxAge' ist auf '604800' festgelegt.|#]

[#|2010-07-13T11:29:37.189+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.resourceUpdateCheckPeriod' ist auf '5' festgelegt.|#]

[#|2010-07-13T11:29:37.189+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'com.sun.faces.disableUnicodeEscaping' ist auf 'auto' festgelegt.|#]

[#|2010-07-13T11:29:37.189+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.FACELETS_REFRESH_PERIOD' ist auf '2' festgelegt.|#]

[#|2010-07-13T11:29:37.190+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processInitParameters;|JSF1018: [/pronto-web] Konfigurationsoption 'javax.faces.VALIDATE_EMPTY_FIELDS' ist auf 'auto' festgelegt.|#]

[#|2010-07-13T11:29:37.199+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processJndiEntries;|javax.naming.NamingException: Lookup failed for 'java:comp/env/ClientStateSavingPassword' in SerialContext [Root exception is javax.naming.NameNotFoundException: No object bound to name java:comp/env/ClientStateSavingPassword]|#]

[#|2010-07-13T11:29:37.200+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.WebConfiguration;MethodName=processJndiEntries;|javax.naming.NamingException: Lookup failed for 'java:comp/env/jsf/ProjectStage' in SerialContext [Root exception is javax.naming.NameNotFoundException: No object bound to name java:comp/env/jsf/ProjectStage]|#]

[#|2010-07-13T11:29:37.233+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.ConfigureListener;MethodName=contextInitialized;|FacesServlet found in deployment descriptor - processing configuration.|#]

[#|2010-07-13T11:29:37.242+0200|INFO|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;|Mojarra 2.0.2 (FCS b10) für Kontext '/pronto-web' wird initialisiert.|#]

[#|2010-07-13T11:29:38.698+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=process;|Processing factory elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:38.710+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.application.ApplicationFactory, com.sun.faces.application.ApplicationFactoryImpl)|#]

[#|2010-07-13T11:29:38.745+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.context.ExceptionHandlerFactory, com.sun.faces.context.ExceptionHandlerFactoryImpl)|#]

[#|2010-07-13T11:29:38.745+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.component.visit.VisitContextFactory, com.sun.faces.component.visit.VisitContextFactoryImpl)|#]

[#|2010-07-13T11:29:38.746+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.context.FacesContextFactory, com.sun.faces.context.FacesContextFactoryImpl)|#]

[#|2010-07-13T11:29:38.746+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.context.PartialViewContextFactory, com.sun.faces.context.PartialViewContextFactoryImpl)|#]

[#|2010-07-13T11:29:38.747+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.lifecycle.LifecycleFactory, com.sun.faces.lifecycle.LifecycleFactoryImpl)|#]

[#|2010-07-13T11:29:38.748+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.render.RenderKitFactory, com.sun.faces.renderkit.RenderKitFactoryImpl)|#]

[#|2010-07-13T11:29:38.748+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.view.ViewDeclarationLanguageFactory, com.sun.faces.application.view.ViewDeclarationLanguageFactoryImpl)|#]

[#|2010-07-13T11:29:38.749+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.view.facelets.TagHandlerDelegateFactory, com.sun.faces.facelets.tag.jsf.TagHandlerDelegateFactoryImpl)|#]

[#|2010-07-13T11:29:38.750+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=setFactory;|Calling FactoryFinder.setFactory(javax.faces.context.ExternalContextFactory, com.sun.faces.context.ExternalContextFactoryImpl)|#]

[#|2010-07-13T11:29:38.750+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.FactoryConfigProcessor;MethodName=process;|Processing factory elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:38.857+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.LifecycleConfigProcessor;MethodName=process;|Processing lifecycle elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:38.860+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.LifecycleConfigProcessor;MethodName=addPhaseListeners;|Adding PhaseListener 'com.sun.faces.lifecycle.ELResolverInitPhaseListener' to lifecycle 'com.sun.faces.lifecycle.ELResolverInitPhaseListener}|#]

[#|2010-07-13T11:29:38.861+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.LifecycleConfigProcessor;MethodName=process;|Processing lifecycle elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:38.977+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=process;|Processing application elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:38.981+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=addActionListener;|Calling Application.setActionListeners(com.sun.faces.application.ActionListenerImpl)|#]

[#|2010-07-13T11:29:39.009+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=setNavigationHandler;|Calling Application.setNavigationHandlers(com.sun.faces.application.NavigationHandlerImpl)|#]

[#|2010-07-13T11:29:39.012+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=setStateManager;|Calling Application.setStateManagers(com.sun.faces.application.StateManagerImpl)|#]

[#|2010-07-13T11:29:39.018+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=setResourceHandler;|Calling Application.setResourceHandler(com.sun.faces.application.resource.ResourceHandlerImpl)|#]

[#|2010-07-13T11:29:39.018+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=process;|Processing application elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:39.019+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=registerDefaultValidatorIds;|Calling Application.addDefaultValidatorId(javax.faces.Bean)|#]

[#|2010-07-13T11:29:39.023+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ApplicationConfigProcessor;MethodName=setViewHandler;|Calling Application.setViewHandler(com.sun.faces.application.view.MultiViewHandler)|#]

[#|2010-07-13T11:29:39.024+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=process;|Processing component elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:39.025+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(com.sun.faces.ext.focus,com.sun.faces.ext.component.UIFocus)|#]

[#|2010-07-13T11:29:39.026+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(facelets.ui.Repeat,com.sun.faces.facelets.component.UIRepeat)|#]

[#|2010-07-13T11:29:39.027+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(facelets.ui.ComponentRef,com.sun.faces.facelets.tag.ui.ComponentRef)|#]

[#|2010-07-13T11:29:39.027+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(facelets.ui.Debug,com.sun.faces.facelets.tag.ui.UIDebug)|#]

[#|2010-07-13T11:29:39.028+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Composite,com.sun.faces.facelets.tag.jsf.CompositeComponentImpl)|#]

[#|2010-07-13T11:29:39.028+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.ComponentResourceContainer,com.sun.faces.component.ComponentResourceContainer)|#]

[#|2010-07-13T11:29:39.029+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Column,javax.faces.component.UIColumn)|#]

[#|2010-07-13T11:29:39.029+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Command,javax.faces.component.UICommand)|#]

[#|2010-07-13T11:29:39.030+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Data,javax.faces.component.UIData)|#]

[#|2010-07-13T11:29:39.031+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Form,javax.faces.component.UIForm)|#]

[#|2010-07-13T11:29:39.032+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Graphic,javax.faces.component.UIGraphic)|#]

[#|2010-07-13T11:29:39.032+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Input,javax.faces.component.UIInput)|#]

[#|2010-07-13T11:29:39.033+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Message,javax.faces.component.UIMessage)|#]

[#|2010-07-13T11:29:39.033+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Messages,javax.faces.component.UIMessages)|#]

[#|2010-07-13T11:29:39.034+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.NamingContainer,javax.faces.component.UINamingContainer)|#]

[#|2010-07-13T11:29:39.034+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Output,javax.faces.component.UIOutput)|#]

[#|2010-07-13T11:29:39.035+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.OutcomeTarget,javax.faces.component.UIOutcomeTarget)|#]

[#|2010-07-13T11:29:39.035+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Panel,javax.faces.component.UIPanel)|#]

[#|2010-07-13T11:29:39.036+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.ViewParameter,javax.faces.component.UIViewParameter)|#]

[#|2010-07-13T11:29:39.037+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.Parameter,javax.faces.component.UIParameter)|#]

[#|2010-07-13T11:29:39.037+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.SelectBoolean,javax.faces.component.UISelectBoolean)|#]

[#|2010-07-13T11:29:39.038+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.SelectItem,javax.faces.component.UISelectItem)|#]

[#|2010-07-13T11:29:39.038+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.SelectItems,javax.faces.component.UISelectItems)|#]

[#|2010-07-13T11:29:39.039+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.SelectMany,javax.faces.component.UISelectMany)|#]

[#|2010-07-13T11:29:39.040+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.SelectOne,javax.faces.component.UISelectOne)|#]

[#|2010-07-13T11:29:39.040+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.ViewRoot,javax.faces.component.UIViewRoot)|#]

[#|2010-07-13T11:29:39.041+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlColumn,javax.faces.component.html.HtmlColumn)|#]

[#|2010-07-13T11:29:39.041+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlCommandButton,javax.faces.component.html.HtmlCommandButton)|#]

[#|2010-07-13T11:29:39.042+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlCommandLink,javax.faces.component.html.HtmlCommandLink)|#]

[#|2010-07-13T11:29:39.042+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlDataTable,javax.faces.component.html.HtmlDataTable)|#]

[#|2010-07-13T11:29:39.043+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlForm,javax.faces.component.html.HtmlForm)|#]

[#|2010-07-13T11:29:39.043+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlGraphicImage,javax.faces.component.html.HtmlGraphicImage)|#]

[#|2010-07-13T11:29:39.044+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlInputHidden,javax.faces.component.html.HtmlInputHidden)|#]

[#|2010-07-13T11:29:39.045+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlInputSecret,javax.faces.component.html.HtmlInputSecret)|#]

[#|2010-07-13T11:29:39.045+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlInputText,javax.faces.component.html.HtmlInputText)|#]

[#|2010-07-13T11:29:39.046+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlInputTextarea,javax.faces.component.html.HtmlInputTextarea)|#]

[#|2010-07-13T11:29:39.046+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlMessage,javax.faces.component.html.HtmlMessage)|#]

[#|2010-07-13T11:29:39.047+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlMessages,javax.faces.component.html.HtmlMessages)|#]

[#|2010-07-13T11:29:39.047+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlOutputFormat,javax.faces.component.html.HtmlOutputFormat)|#]

[#|2010-07-13T11:29:39.048+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlOutputLabel,javax.faces.component.html.HtmlOutputLabel)|#]

[#|2010-07-13T11:29:39.048+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlOutputLink,javax.faces.component.html.HtmlOutputLink)|#]

[#|2010-07-13T11:29:39.049+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlOutcomeTargetLink,javax.faces.component.html.HtmlOutcomeTargetLink)|#]

[#|2010-07-13T11:29:39.049+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlOutcomeTargetButton,javax.faces.component.html.HtmlOutcomeTargetButton)|#]

[#|2010-07-13T11:29:39.050+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlOutputText,javax.faces.component.html.HtmlOutputText)|#]

[#|2010-07-13T11:29:39.051+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlPanelGrid,javax.faces.component.html.HtmlPanelGrid)|#]

[#|2010-07-13T11:29:39.051+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlPanelGroup,javax.faces.component.html.HtmlPanelGroup)|#]

[#|2010-07-13T11:29:39.052+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectBooleanCheckbox,javax.faces.component.html.HtmlSelectBooleanCheckbox)|#]

[#|2010-07-13T11:29:39.052+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectManyCheckbox,javax.faces.component.html.HtmlSelectManyCheckbox)|#]

[#|2010-07-13T11:29:39.053+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectManyListbox,javax.faces.component.html.HtmlSelectManyListbox)|#]

[#|2010-07-13T11:29:39.053+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectManyMenu,javax.faces.component.html.HtmlSelectManyMenu)|#]

[#|2010-07-13T11:29:39.054+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectOneListbox,javax.faces.component.html.HtmlSelectOneListbox)|#]

[#|2010-07-13T11:29:39.054+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectOneMenu,javax.faces.component.html.HtmlSelectOneMenu)|#]

[#|2010-07-13T11:29:39.055+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.HtmlSelectOneRadio,javax.faces.component.html.HtmlSelectOneRadio)|#]

[#|2010-07-13T11:29:39.055+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.OutputHead,javax.faces.component.html.HtmlHead)|#]

[#|2010-07-13T11:29:39.056+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=addComponents;|Calling Application.addComponent(javax.faces.OutputBody,javax.faces.component.html.HtmlBody)|#]

[#|2010-07-13T11:29:39.056+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ComponentConfigProcessor;MethodName=process;|Processing component elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:39.057+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=process;|Processing converter elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:39.058+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.BigDecimal, javax.faces.convert.BigDecimalConverter|#]

[#|2010-07-13T11:29:39.058+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.BigInteger, javax.faces.convert.BigIntegerConverter|#]

[#|2010-07-13T11:29:39.059+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Boolean, javax.faces.convert.BooleanConverter|#]

[#|2010-07-13T11:29:39.059+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Byte, javax.faces.convert.ByteConverter|#]

[#|2010-07-13T11:29:39.060+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Character, javax.faces.convert.CharacterConverter|#]

[#|2010-07-13T11:29:39.060+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.DateTime, javax.faces.convert.DateTimeConverter|#]

[#|2010-07-13T11:29:39.061+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Double, javax.faces.convert.DoubleConverter|#]

[#|2010-07-13T11:29:39.061+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Float, javax.faces.convert.FloatConverter|#]

[#|2010-07-13T11:29:39.062+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Integer, javax.faces.convert.IntegerConverter|#]

[#|2010-07-13T11:29:39.062+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Long, javax.faces.convert.LongConverter|#]

[#|2010-07-13T11:29:39.063+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Number, javax.faces.convert.NumberConverter|#]

[#|2010-07-13T11:29:39.063+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter by ID] Calling Application.addConverter(javax.faces.Short, javax.faces.convert.ShortConverter|#]

[#|2010-07-13T11:29:39.064+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.math.BigDecimal, javax.faces.convert.BigDecimalConverter|#]

[#|2010-07-13T11:29:39.065+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.math.BigInteger, javax.faces.convert.BigIntegerConverter|#]

[#|2010-07-13T11:29:39.065+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Boolean, javax.faces.convert.BooleanConverter|#]

[#|2010-07-13T11:29:39.066+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Byte, javax.faces.convert.ByteConverter|#]

[#|2010-07-13T11:29:39.066+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Character, javax.faces.convert.CharacterConverter|#]

[#|2010-07-13T11:29:39.067+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Double, javax.faces.convert.DoubleConverter|#]

[#|2010-07-13T11:29:39.067+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Float, javax.faces.convert.FloatConverter|#]

[#|2010-07-13T11:29:39.068+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Integer, javax.faces.convert.IntegerConverter|#]

[#|2010-07-13T11:29:39.068+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Long, javax.faces.convert.LongConverter|#]

[#|2010-07-13T11:29:39.069+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Short, javax.faces.convert.ShortConverter|#]

[#|2010-07-13T11:29:39.069+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=addConverters;|[Converter for Class] Calling Application.addConverter(java.lang.Enum, javax.faces.convert.EnumConverter|#]

[#|2010-07-13T11:29:39.070+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ConverterConfigProcessor;MethodName=process;|Processing converter elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:39.071+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=process;|Processing validator elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:39.072+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(javax.faces.Bean,javax.faces.validator.BeanValidator)|#]

[#|2010-07-13T11:29:39.072+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(javax.faces.DoubleRange,javax.faces.validator.DoubleRangeValidator)|#]

[#|2010-07-13T11:29:39.073+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(javax.faces.Length,javax.faces.validator.LengthValidator)|#]

[#|2010-07-13T11:29:39.073+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(javax.faces.LongRange,javax.faces.validator.LongRangeValidator)|#]

[#|2010-07-13T11:29:39.074+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(javax.faces.RegularExpression,javax.faces.validator.RegexValidator)|#]

[#|2010-07-13T11:29:39.074+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(javax.faces.Required,javax.faces.validator.RequiredValidator)|#]

[#|2010-07-13T11:29:39.075+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=addValidators;|Calling Application.addValidator(com.sun.faces.ext.validator.CreditCardValidator,com.sun.faces.ext.validator.CreditCardValidator)|#]

[#|2010-07-13T11:29:39.075+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ValidatorConfigProcessor;MethodName=process;|Processing validator elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:39.076+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ManagedBeanConfigProcessor;MethodName=process;|Processing managed-bean elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:39.077+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.ManagedBeanConfigProcessor;MethodName=process;|Processing managed-bean elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:39.077+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=process;|Processing render-kit elements for document: 'bundle://210.0:1/com/sun/faces/jsf-ri-runtime.xml'|#]

[#|2010-07-13T11:29:39.079+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=process;|Processing render-kit elements for document: 'jndi:/server/pronto-web/WEB-INF/faces-config.xml'|#]

[#|2010-07-13T11:29:39.081+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(FocusFamily,com.sun.faces.ext.render.FocusHTMLRenderer, com.sun.faces.ext.render.FocusHTMLRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.084+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(facelets,facelets.ui.Repeat, com.sun.faces.facelets.component.RepeatRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.095+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Command,javax.faces.Button, com.sun.faces.renderkit.html_basic.ButtonRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.097+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Command,javax.faces.Link, com.sun.faces.renderkit.html_basic.CommandLinkRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.102+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Data,javax.faces.Table, com.sun.faces.renderkit.html_basic.TableRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.104+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Form,javax.faces.Form, com.sun.faces.renderkit.html_basic.FormRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.105+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Graphic,javax.faces.Image, com.sun.faces.renderkit.html_basic.ImageRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.107+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Input,javax.faces.Hidden, com.sun.faces.renderkit.html_basic.HiddenRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.109+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Input,javax.faces.Secret, com.sun.faces.renderkit.html_basic.SecretRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.111+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Input,javax.faces.Text, com.sun.faces.renderkit.html_basic.TextRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.113+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Input,javax.faces.Textarea, com.sun.faces.renderkit.html_basic.TextareaRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.116+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Message,javax.faces.Message, com.sun.faces.renderkit.html_basic.MessageRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.117+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Messages,javax.faces.Messages, com.sun.faces.renderkit.html_basic.MessagesRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.118+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Output,javax.faces.Format, com.sun.faces.renderkit.html_basic.OutputMessageRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.120+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Output,javax.faces.Label, com.sun.faces.renderkit.html_basic.LabelRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.123+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Output,javax.faces.Link, com.sun.faces.renderkit.html_basic.OutputLinkRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.125+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.OutcomeTarget,javax.faces.Link, com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.127+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.OutcomeTarget,javax.faces.Button, com.sun.faces.renderkit.html_basic.OutcomeTargetButtonRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.128+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Output,javax.faces.Text, com.sun.faces.renderkit.html_basic.TextRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.129+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Panel,javax.faces.Grid, com.sun.faces.renderkit.html_basic.GridRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.131+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.Panel,javax.faces.Group, com.sun.faces.renderkit.html_basic.GroupRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.132+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.SelectBoolean,javax.faces.Checkbox, com.sun.faces.renderkit.html_basic.CheckboxRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.139+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.SelectMany,javax.faces.Checkbox, com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.141+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.SelectMany,javax.faces.Listbox, com.sun.faces.renderkit.html_basic.ListboxRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.141+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=23;_ThreadName=Thread-1;ClassName=com.sun.faces.config.processor.RenderKitConfigProcessor;MethodName=addRenderers;|Calling RenderKit.addRenderer(javax.faces.SelectMany,javax.faces.Menu, com.sun.faces.renderkit.html_basic.MenuRenderer) for RenderKit 'class com.sun.faces.renderkit.RenderKitImpl'|#]

[#|2010-07-13T11:29:39.142+0200|FINE|oracle-glassfish3.0.1|javax.enterprise.resource.webcontainer.jsf.confi

glassfishrobot commented 14 years ago

@glassfishrobot Commented @edburns said: Thanks for sharing the war. I have this on my list today to investigate.

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said: Maybe this is of some help:

All the libs are from the Maven dependency

com.hp.hpl.jena arq 2.8.3

and its dependencies. (therefore I don't have much flexibility on library versions)

glassfishrobot commented 14 years ago

@glassfishrobot Commented ymenager said: That seems to be caused by having xerces in WEB-INF/lib

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said: I read this already somewhere, but this is mandatory. The xerces lib included with Glassfish seems not to be compatible with Jena.

But why does it work on server restart but not on redeploy?

glassfishrobot commented 14 years ago

@glassfishrobot Commented @edburns said: Can you please re-work the reproducer war? When I deploy it to GlassFish 3.1 HEAD, I see this exception:

[#|2010-07-19T11:42:49.325-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0172: Virtual server [server] loaded default web module []|#]

[#|2010-07-19T11:42:52.226-0700|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method java.lang.RuntimeException: javax.naming.NamingException: Lookup failed for 'jdbc/Pronto' in SerialContext [Root exception is javax.naming.NameNotFoundException: Pronto not found] at org.glassfish.persistence.jpa.PersistenceUnitInfoImpl.(PersistenceUnitInfoImpl.java:107) at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:151) at org.glassfish.persistence.jpa.PersistenceUnitLoader.(PersistenceUnitLoader.java:116) at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:136) at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:663) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:315) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:202) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:314) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:362) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:377) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:97) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1172) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1161) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:371) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:205) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:113) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:823) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:720) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:220) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:530) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:511) at java.lang.Thread.run(Thread.java:619) Caused by: javax.naming.NamingException: Lookup failed for 'jdbc/Pronto' in SerialContext [Root exception is javax.naming.NameNotFoundException: Pronto not found] at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:456) at javax.naming.InitialContext.lookup(InitialContext.java:392) at javax.naming.InitialContext.lookup(InitialContext.java:392) at com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl.lookup(ConnectorResourceAdminServiceImpl.java:203) at com.sun.enterprise.connectors.ConnectorRuntime.lookupPMResource(ConnectorRuntime.java:430) at org.glassfish.persistence.jpa.ProviderContainerContractInfoBase.lookupDataSource(ProviderContainerContractInfoBase.java:59) at org.glassfish.persistence.jpa.PersistenceUnitInfoImpl.(PersistenceUnitInfoImpl.java:104) ... 32 more Caused by: javax.naming.NameNotFoundException: Pronto not found at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:211) at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:182) at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:186) at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:72) at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:115) at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:444) ... 38 more

| #] |

[#|2010-07-19T11:42:52.229-0700|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Exception while preparing the app java.lang.RuntimeException: javax.naming.NamingException: Lookup failed for 'jdbc/Pronto' in SerialContext [Root exception is javax.naming.NameNotFoundException: Pronto not found] at org.glassfish.persistence.jpa.PersistenceUnitInfoImpl.(PersistenceUnitInfoImpl.java:107) at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:151) at org.glassfish.persistence.jpa.PersistenceUnitLoader.(PersistenceUnitLoader.java:116) at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:136) at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:663) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:315) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:202) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:314) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:362) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:377) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:97) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1172) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1161) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:371) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:205) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:113) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:246) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:823) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:720) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:220) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) at com.sun.grizzly.ContextTask.run(ContextTask.java:69) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:530) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:511) at java.lang.Thread.run(Thread.java:619) Caused by: javax.naming.NamingException: Lookup failed for 'jdbc/Pronto' in SerialContext [Root exception is javax.naming.NameNotFoundException: Pronto not found] at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:456) at javax.naming.InitialContext.lookup(InitialContext.java:392) at javax.naming.InitialContext.lookup(InitialContext.java:392) at com.sun.enterprise.connectors.service.ConnectorResourceAdminServiceImpl.lookup(ConnectorResourceAdminServiceImpl.java:203) at com.sun.enterprise.connectors.ConnectorRuntime.lookupPMResource(ConnectorRuntime.java:430) at org.glassfish.persistence.jpa.ProviderContainerContractInfoBase.lookupDataSource(ProviderContainerContractInfoBase.java:59) at org.glassfish.persistence.jpa.PersistenceUnitInfoImpl.(PersistenceUnitInfoImpl.java:104) ... 32 more Caused by: javax.naming.NameNotFoundException: Pronto not found at com.sun.enterprise.naming.impl.TransientContext.doLookup(TransientContext.java:211) at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:182) at com.sun.enterprise.naming.impl.TransientContext.lookup(TransientContext.java:186) at com.sun.enterprise.naming.impl.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:72) at com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:115) at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:444) ... 38 more

| #] |

glassfishrobot commented 14 years ago

@glassfishrobot Commented zoechi said: Created an attachment (id=4600) I removed the (unused) @PersistenceContext references in contained beans and the persistence.xml file.

glassfishrobot commented 14 years ago

@glassfishrobot Commented @edburns said: re-open.

glassfishrobot commented 14 years ago

@glassfishrobot Commented @edburns said: I'm happy to report that this problem appears to be resolved with GlassFish 3.1 HEAD and JSF 2.1.0 b02

./asadmin deploy ~/Documents/chaff/pronto-web.war

./asadmin start-domain --verbose Jul 20, 2010 9:05:31 AM com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: JVM invocation command line: /ade_autofs/nfsdo_base/JDK6/MAIN/LINUX/100421.1.6.0.20.B03/jdk6/bin/java -cp /usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/modules/glassfish.jar -XX:+UnlockDiagnosticVMOptions -XX:MaxPermSize=192m -XX:NewRatio=2 -XX:+LogVMOutput -XX:LogFile=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/logs/jvm.log -Xmx512m -client -Dosgi.shell.telnet.maxconn=1 -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Dfelix.fileinstall.dir=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/modules/autostart/ -Djavax.net.ssl.keyStore=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/config/keystore.jks -Dosgi.shell.telnet.port=6666 -Djava.security.policy=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/config/server.policy -Dfelix.fileinstall.log.level=3 -Dfelix.fileinstall.poll=5000 -Dcom.sun.aas.instanceRoot=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1 -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dosgi.shell.telnet.ip=127.0.0.1 -Djava.endorsed.dirs=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/modules/endorsed:/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish -Djava.ext.dirs=/ade_autofs/nfsdo_base/JDK6/MAIN/LINUX/100421.1.6.0.20.B03/jdk6/lib/ext:/ade_autofs/nfsdo_base/JDK6/MAIN/LINUX/100421.1.6.0.20.B03/jdk6/jre/lib/ext:/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/lib/ext -Dfelix.fileinstall.bundles.new.start=true -Djavax.net.ssl.trustStore=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/config/cacerts.jks -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as -Djava.security.auth.login.config=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/config/login.conf -DANTLR_USE_DIRECT_CLASS_LOADING=true -Dorg.glassfish.web.rfc2109_cookie_names_enforced=false -Djava.library.path=/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/lib:/ade_autofs/nfsdo_base/JDK6/MAIN/LINUX/100421.1.6.0.20.B03/jdk6/jre/lib/i386/client:/ade_autofs/nfsdo_base/JDK6/MAIN/LINUX/100421.1.6.0.20.B03/jdk6/jre/lib/i386:/ade_autofs/nfsdo_base/JDK6/MAIN/LINUX/100421.1.6.0.20.B03/jdk6/lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib com.sun.enterprise.glassfish.bootstrap.ASMain -domainname domain1 -asadmin-args start-domain,,,--verbose -instancename server -verbose true -debug false -asadmin-classpath /usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/modules/admin-cli.jar -asadmin-classname com.sun.enterprise.admin.cli.AsadminMain -upgrade false -type DAS -domaindir /usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1 -read-stdin true Jul 20, 2010 9:05:31 AM com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: Successfully launched in 42 msec. Jul 20, 2010 9:05:32 AM com.sun.enterprise.glassfish.bootstrap.ASMain main INFO: Launching GlassFish on Felix platform Jul 20, 2010 9:05:43 AM com.sun.enterprise.util.EarlyLogger add INFO: Total time to parse domain.xml: 451 milliseconds Starting com.sun.enterprise.v3.server.AppServerStartup@76b359 [#|2010-07-20T09:05:45.237-0700|INFO|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.services.impl|_ThreadID=14;_ThreadName=Configuration Updater;|This message was emitted before the logging service started: Total time to parse domain.xml: 451 milliseconds|#]

[#|2010-07-20T09:05:45.775-0700|INFO|glassfish3.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=14;_ThreadName=Configuration Updater;|Perform lazy SSL initialization for the listener 'http-listener-2'|#]

[#|2010-07-20T09:05:46.111-0700|INFO|glassfish3.1|null|_ThreadID=14;_ThreadName=Configuration Updater;|The Admin Console is already installed, but not yet loaded.|#]

[#|2010-07-20T09:05:46.149-0700|INFO|glassfish3.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=27;_ThreadName=Thread-11;|GRIZZLY0001: Starting Grizzly Framework 1.9.19-beta6 - 7/20/10 9:05 AM|#]

[#|2010-07-20T09:05:46.161-0700|INFO|glassfish3.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=28;_ThreadName=Thread-12;|GRIZZLY0001: Starting Grizzly Framework 1.9.19-beta6 - 7/20/10 9:05 AM|#]

[#|2010-07-20T09:05:46.210-0700|INFO|glassfish3.1|null|_ThreadID=31;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.19-beta6 started in: 470ms - bound to [0.0.0.0:8080]|#]

[#|2010-07-20T09:05:46.209-0700|INFO|glassfish3.1|null|_ThreadID=30;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.19-beta6 started in: 419ms - bound to [0.0.0.0:4848]|#]

[#|2010-07-20T09:05:46.213-0700|INFO|glassfish3.1|null|_ThreadID=29;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.19-beta6 started in: 430ms - bound to [0.0.0.0:8181]|#]

[#|2010-07-20T09:05:46.214-0700|INFO|glassfish3.1|null|_ThreadID=34;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.19-beta6 started in: 308ms - bound to [0.0.0.0:3700]|#]

[#|2010-07-20T09:05:46.216-0700|INFO|glassfish3.1|null|_ThreadID=35;_ThreadName=Grizzly-kernel-thread(1);|Grizzly Framework 1.9.19-beta6 started in: 281ms - bound to [localhost:7676]|#]

[#|2010-07-20T09:05:46.251-0700|INFO|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=14;_ThreadName=Configuration Updater;|GlassFish Server Open Source Edition 3.1-SNAPSHOT (ejburns-private) startup time : Felix(11883ms) startup services(2083ms) total(13966ms)|#]

[#|2010-07-20T09:05:46.738-0700|INFO|glassfish3.1|javax.enterprise.resource.jta.com.sun.enterprise.transaction|_ThreadID=14;_ThreadName=Configuration Updater;|DTX5019: Using [com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate] as the delegate|#]

[#|2010-07-20T09:05:47.887-0700|INFO|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=45;_ThreadName=GlassFish Kernel Main Thread;|[Thread[GlassFish Kernel Main Thread,5,main]] started|#]

[#|2010-07-20T09:05:47.989-0700|INFO|glassfish3.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=44;_ThreadName=Thread-24;|Binding RMI port to *:8686|#]

[#|2010-07-20T09:05:48.043-0700|INFO|glassfish3.1|null|_ThreadID=14;_ThreadName=Configuration Updater;|/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/autodeploy/bundles does not exist, please create it.|#]

[#|2010-07-20T09:05:48.487-0700|INFO|glassfish3.1|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=44;_ThreadName=Thread-24;|JMXStartupService: Started JMXConnector, JMXService URL = service:jmx:rmi://sta00244.us.oracle.com:8686/jndi/rmi://sta00244.us.oracle.com:8686/jmxrmi|#]

[#|2010-07-20T09:05:53.624-0700|INFO|glassfish3.1|null|_ThreadID=47;_ThreadName=fileinstall-/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/modules/autostart/;|Installed /usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/modules/autostart/org.apache.felix.fileinstall-autodeploy-bundles.cfg|#]

[#|2010-07-20T09:05:53.627-0700|INFO|glassfish3.1|null|_ThreadID=14;_ThreadName=Configuration Updater;|/usr/local/redhat/writeable/Documents/JavaEE/workareas/glassfish-1HEAD/distributions/glassfish/target-20100716-1854/glassfishv3/glassfish/domains/domain1/autodeploy/bundles does not exist, please create it.|#]

[#|2010-07-20T09:08:45.415-0700|INFO|glassfish3.1|org.hibernate.validator.util.Version|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Hibernate Validator bean-validator-3.0-JBoss-4.0.2_03|#]

[#|2010-07-20T09:08:45.429-0700|INFO|glassfish3.1|org.hibernate.validator.engine.resolver.DefaultTraversableResolver|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.|#]

[#|2010-07-20T09:08:46.754-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|SEC1002: Security Manager is OFF.|#]

[#|2010-07-20T09:08:47.008-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Security startup service called|#]

[#|2010-07-20T09:08:47.015-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2010-07-20T09:08:47.438-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Realm admin-realm of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]

[#|2010-07-20T09:08:47.442-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Realm file of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created.|#]

[#|2010-07-20T09:08:47.517-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Realm certificate of classtype com.sun.enterprise.security.auth.realm.certificate.CertificateRealm successfully created.|#]

[#|2010-07-20T09:08:47.592-0700|INFO|glassfish3.1|javax.enterprise.system.core.security.com.sun.enterprise.security|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Security service(s) started successfully....|#]

[#|2010-07-20T09:08:48.176-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]|#]

[#|2010-07-20T09:08:48.185-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]|#]

[#|2010-07-20T09:08:48.193-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]|#] [#|2010-07-20T09:08:48.237-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0171: Created virtual server [server]|#]

[#|2010-07-20T09:08:48.295-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0171: Created virtual server [__asadmin]|#]

[#|2010-07-20T09:08:49.741-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0172: Virtual server [server] loaded default web module []|#]

[#|2010-07-20T09:08:59.243-0700|INFO|glassfish3.1|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Portable JNDI names for EJB OntologyModelBean : [java:global/pronto-web/OntologyModelBean!com.bewellup.pronto.ejbs.OntologyModelLocal, java:global/pronto-web/OntologyModelBean!com.bewellup.pronto.ejbs.impl.OntologyModelBean]|#]

[#|2010-07-20T09:08:59.342-0700|INFO|glassfish3.1|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Portable JNDI names for EJB QueryProcessorBean : [java:global/pronto-web/QueryProcessorBean!com.bewellup.pronto.ejbs.QueryProcessorLocal, java:global/pronto-web/QueryProcessorBean]|#]

[#|2010-07-20T09:08:59.462-0700|INFO|glassfish3.1|com.bewellup.pronto.ejbs.impl.OntologyModelBean|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|OntologyModelBean.init()|#]

[#|2010-07-20T09:09:10.262-0700|INFO|glassfish3.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Initializing Mojarra 2.1.0 (SNAPSHOT 20100712) for context '/pronto-web'|#]

[#|2010-07-20T09:09:14.287-0700|INFO|glassfish3.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|Monitoring jndi:/server/pronto-web/WEB-INF/faces-config.xml for modifications|#]

[#|2010-07-20T09:09:14.522-0700|INFO|glassfish3.1|com.sun.xml.ws.server.http|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2010-07-20T09:09:14.783-0700|INFO|glassfish3.1|javax.enterprise.system.container.web.com.sun.enterprise.web|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|WEB0671: Loading application [pronto-web] at [/pronto-web]|#]

[#|2010-07-20T09:09:15.615-0700|INFO|glassfish3.1|javax.enterprise.system.tools.admin.org.glassfish.deployment.admin|_ThreadID=58;_ThreadName=http-thread-pool-4848(2);|pronto-web was successfully deployed in 33,095 milliseconds.|#]

glassfishrobot commented 13 years ago

@glassfishrobot Commented snaky912 said: Hi Ed, can you tell me what is causing the "Unable to parse document 'bundle://149.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory." error and if it only happens on Linux? I'm currently working with a customer who is having this issue after downloading and installing the Oracle GlassFish Server 3.1 on Windows 7. Thanks, Karmen

glassfishrobot commented 13 years ago

@glassfishrobot Commented lgraf said: Hi, i have a similar issue when i (re)deploy a web-app that ships xerces (2.8.1) as application dependency. After a few hours of trying i figured out that it seems to work with xerces-2.7.1 like in the pronto-web.war but not with 2.8.1 and above.

I attached a simple war file with that the error can be reproduced: 1. deploy war 2. reload or redeploy application

Stacktrace: INFO: Mojarra 2.1.0 (FCS 2.1.0-b11) für Kontext '/xerces-classloading' wird initialisiert. INFO: Unsanitized stacktrace from failed start... com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'bundle://79.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:675) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:322) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4690) at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:534) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5305) at com.sun.enterprise.web.WebModule.start(WebModule.java:500) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:917) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:901) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:755) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1980) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1630) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:100) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:286) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1067) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1247) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:465) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:222) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:234) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:822) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:719) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) Caused by: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'bundle://79.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) at java.util.concurrent.FutureTask.get(FutureTask.java:83) at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:673) ... 43 more Caused by: com.sun.faces.config.ConfigurationException: Unable to parse document 'bundle://79.0:1/com/sun/faces/jsf-ri-runtime.xml': DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:923) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:868) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:659) ... 43 more Caused by: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator.(Unknown Source) at org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager.(Unknown Source) at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.(Unknown Source) at org.apache.xerces.jaxp.validation.AbstractXMLSchema.newValidatorHandler(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source) at com.sun.faces.config.ConfigManager$ParseTask.getBuilderForSchema(ConfigManager.java:1133) at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:1002) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:914) ... 47 more SCHWERWIEGEND: Critical error during deployment: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:379) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4690) at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:534) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5305) at com.sun.enterprise.web.WebModule.start(WebModule.java:500) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:917) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:901) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:755) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1980) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1630) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:100) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:286) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1067) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1247) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:465) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:222) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:234) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:822) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:719) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:662) Caused by: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.traversers.XSDHandler.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaLoader.(Unknown Source) at org.apache.xerces.impl.xs.XMLSchemaValidator.(Unknown Source) at org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager.(Unknown Source) at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.(Unknown Source) at org.apache.xerces.jaxp.validation.AbstractXMLSchema.newValidatorHandler(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source) at com.sun.faces.config.ConfigManager$ParseTask.getBuilderForSchema(ConfigManager.java:1133) at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:1002) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:914) at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:868) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:659) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:322) ... 42 more -------------------------------------------- stacktrace cutted --------------------------------------------

Tested on Glassfish 3.1 and 3.1.1.

Greetings Luca

glassfishrobot commented 13 years ago

@glassfishrobot Commented lgraf said: war file

glassfishrobot commented 12 years ago

@glassfishrobot Commented fidodido said: I have a similar issue when redeploying my WAR on 3.1.2.2, any latest update on this issue?

[#|2012-09-05T11:03:50.176+0800|SEVERE|oracle-glassfish3.1.2|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=29;_ThreadName=Thread-2;|service exception javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:127) at com.sun.enterprise.v3.common.XMLContentActionReporter.writeReport(XMLContentActionReporter.java:89) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:235) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117) at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.ClassNotFoundException: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at javax.xml.parsers.FactoryFinder.getProviderClass(FactoryFinder.java:119) at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:144) at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:185) at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:121) ... 20 more

| #] |

glassfishrobot commented 12 years ago

@glassfishrobot Commented @edburns said: I'm sorry to hear you're still having problems. Can you please post a sanitized version of your war that still shows the problem? By sanitized I mean the war contains nothing that you don't wish to be public.

glassfishrobot commented 12 years ago

@glassfishrobot Commented fidodido said: @Ed Burns: sorry that I cannot upload my app war since there are confidential infos in the configurations. But I can list the env.:

Oracle GlassFish Server 3.1.2.2 (build 5) (I am not sure support for OGS is available here, but I think they may have the same issue) OpenJDK Runtime Environment (IcedTea7 2.1.1pre) (7~u3-2.1.1~pre1-1ubuntu3) Ubuntu server 12.04 64bit

We use maven for lib maintaining and building, dependencies defined in the pom are:

org.springframework spring-orm 3.1.2.RELEASE org.springframework.ldap spring-ldap-odm 1.3.1.RELEASE org.hibernate hibernate-validator 4.3.0.Final commons-io commons-io 2.3 commons-fileupload commons-fileupload 1.2.2 org.springframework spring-webmvc 3.1.2.RELEASE cglib cglib 2.2.2 org.hibernate hibernate-core 4.1.6.Final org.aspectj aspectjrt 1.7.0 org.aspectj aspectjweaver 1.7.0 org.jasypt jasypt-springsecurity3 1.9.0 org.apache.poi poi 3.8 org.apache.poi poi-ooxml 3.8 org.apache.poi poi-ooxml-schemas 3.8 dom4j dom4j 1.6.1 xml-apis xml-apis org.springframework.security spring-security-web 3.1.2.RELEASE org.springframework.security spring-security-config 3.1.2.RELEASE org.springframework spring-context 3.1.2.RELEASE org.slf4j slf4j-api 1.6.6 org.springframework spring-aop 3.1.2.RELEASE javax.servlet javax.servlet-api 3.0.1 provided com.jayway.restassured rest-assured 1.6 commons-beanutils commons-beanutils-core 1.8.3 org.hibernate hibernate-ehcache 4.1.6.Final net.sf.ehcache ehcache-core 2.6.0 org.springframework spring-jms 3.1.2.RELEASE javax.jms jms 1.1 provided org.codehaus.jackson jackson-mapper-lgpl 1.9.8 org.springframework spring-test 3.1.2.RELEASE test org.apache.derby derby 10.9.1.0 test javax.mail mail 1.4.5 provided org.hibernate hibernate-search 4.1.1.Final org.wltea ik-analyzer 2012 org.docx4j docx4j 2.8.0 xml-apis xml-apis net.sf.barcode4j barcode4j 2.1 ant org.apache.ant org.slf4j slf4j-log4j12 1.6.6 junit junit 4.10 test

Main stacktrace: [#|2012-09-10T10:53:22.822+0800|SEVERE|oracle-glassfish3.1.2|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=126;_ThreadName=Thread-2;|service exception javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:127) at com.sun.enterprise.v3.common.XMLContentActionReporter.writeReport(XMLContentActionReporter.java:89) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:235) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117) at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056) at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:229) at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask.run(ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.ClassNotFoundException: org/apache/xerces/jaxp/DocumentBuilderFactoryImpl at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at javax.xml.parsers.FactoryFinder.getProviderClass(FactoryFinder.java:119) at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:144) at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:185) at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:121) ... 20 more

| #] |

glassfishrobot commented 9 years ago

@glassfishrobot Commented fmateo said: Hi, I'm having the same problem when deploying 2 applications in a 2 instance cluster. If I deploy just one application i only get a warning but application works fine. When the second application is deployed then i start having problems... the second one won't work.

Note: both applications contains the xerces jar in the web-inf/lib

Is there any update on this issue?

Thanks

glassfishrobot commented 14 years ago

@glassfishrobot Commented File: pronto-web.war Attached By: zoechi