|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyDear grizzly developers:
I have problem when using GrizzlyWebServerDeployer to deploy a WAR that works fine in both Tomcat and Glassfish. GrizzlyWebServerDeployer throws the following error: SEVERE: Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/applicationContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) ... This looks like a problem that the Deployer does not deal with the web.xml correctly, because 'applicationContext.xml' is in the WAR but at a different location that is specified in the web.xml I am using GrizzlyWebServerDeployer 1.9.18-e. The WAR that I used for this experiment is downloaded from here: http://www.ja-sig.org/downloads/cas/cas-server-3.3-RC3-release.zip After unzip it, the WAR is under the folder \cas-server-3.3-RC3\modules\ Any help would be thanked whole heatedly :) Regards, Shawn |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlycan you provide more info please. maybe the war file, the command line used. your jkd version.
thanks 2009/11/3 Shawn_Pan <xpan@...>
-- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyThanks for the quick response.
The war file is too big to upload to the forum, however it is very easy to get: > http://www.ja-sig.org/downloads/cas/cas-server-3.3-RC3-release.zip > After unzip it, the WAR is under the folder \cas-server-3.3-RC3\modules\ The command line used: java -jar grizzly-http-servlet-deployer-1.9.18a.jar --application=./cas-server-3.3-RC3.war JDK version: 1.6.0_10 Thanks, Shawn
|
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyperfect. I,ll check that tonight.
2009/11/4 Shawn_Pan <xpan@...>
-- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlylook like we have a problem reading a file within the war
[main] Wed Nov 04 18:32:42 EST 2009 [INFO] com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer init:DeployerConfiguration{locations='c:\temp\demo\cas-server-webapp-3.3-RC3.war', port=8080, forcedContext='null', waitToStart=false, libraryPath='null', webdefault='null', cometEnabled=false, forceWarDeployment=false, ajpEnabled=false} [main] Wed Nov 04 18:32:42 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer configureApplications:Application(s) Found = c:\temp\demo\cas-server-webapp-3.3-RC3.war [main] Wed Nov 04 18:32:42 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer createServerLibClassLoader:Server library path contains=[] [main] Wed Nov 04 18:32:42 EST 2009 [PLUS FIN] com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer deployWar:Configuration for deployment: WarDeploymentConfiguration{ctx='/cas-server-webapp-3.3-RC3', serverLibLoader=java.net.URLClassLoader@128e20a, webDefault=<WebApp> <post-construct> </post-construct> <pre-destroy> </pre-destroy> </WebApp>}. [main] Wed Nov 04 18:32:43 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.servlet.deployer.WarDeployer createWarCL:War class path contains 48 elements. [main] Wed Nov 04 18:32:43 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.webxml.WebappLoader load:Version found=web-app_2_4.xsd [main] Wed Nov 04 18:32:43 EST 2009 [INFO] com.sun.grizzly.http.servlet.deployer.WarDeployer fromURI:Skipping Annotation for this URI : file:/c:/temp/demo/cas-server-webapp-3.3-RC3.war [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.servlet.deployer.WarDeployer createDeployments:Adding a ServletAdapter to handle / path [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.servlet.deployer.WarDeployer createDeployments:Adding a ServletAdapter to handle root path [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@15f7107' to [/cas-server-webapp-3.3-RC3/services/viewCurrentStatistics.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@1b4a74b' to [/cas-server-webapp-3.3-RC3/proxy] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@80cac9' to [/cas-server-webapp-3.3-RC3/validate] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@ae3364' to [/cas-server-webapp-3.3-RC3/services/manage.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@a9255c' to [/cas-server-webapp-3.3-RC3/] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@b02928' to [/cas-server-webapp-3.3-RC3/services/edit.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@36527f' to [/cas-server-webapp-3.3-RC3/services/viewLogRequests.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@15356d5' to [/cas-server-webapp-3.3-RC3/proxyValidate] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@1724a9d' to [/cas-server-webapp-3.3-RC3/logout] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@1947496' to [/cas-server-webapp-3.3-RC3/login] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@187c55c' to [/cas-server-webapp-3.3-RC3/services/loggedOut.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@e1eea8' to [/cas-server-webapp-3.3-RC3/services/add.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@69d02b' to [/cas-server-webapp-3.3-RC3/CentralAuthenticationService] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@18166e5' to [/cas-server-webapp-3.3-RC3/serviceValidate] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@fb6354' to [/cas-server-webapp-3.3-RC3/services/logout.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@d3c6a3' to [/cas-server-webapp-3.3-RC3/] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@8a548b' to [/cas-server-webapp-3.3-RC3/samlValidate] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@6210fb' to [/cas-server-webapp-3.3-RC3/services/deleteRegisteredService.html] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@15e234c' to [/cas-server-webapp-3.3-RC3/openid/*] [main] Wed Nov 04 18:33:08 EST 2009 [LE PLUS FIN] com.sun.grizzly.http.deployer.Deployer deploy:Deploying 'com.sun.grizzly.http.servlet.ServletAdapter@10ffb38' to [/cas-server-webapp-3.3-RC3/services/viewStatistics.html] [main] Wed Nov 04 18:33:08 EST 2009 [FIN] com.sun.grizzly.http.SelectorThread initAlgorithm:Using Algorithm: com.sun.grizzly.http.algorithms.NoParsingAlgorithm [main] Wed Nov 04 18:33:08 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:09 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing log4j from [classpath:log4j.properties] [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:Initializing Spring root WebApplicationContext [main] Wed Nov 04 18:33:10 EST 2009 [INFO] com.sun.grizzly.http.servlet.ServletContextImpl log:SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:349) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123) at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:423) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:353) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62) at com.sun.grizzly.http.servlet.ServletContextImpl.initListeners(ServletContextImpl.java:152) at com.sun.grizzly.http.servlet.ServletAdapter.configureServletEnv(ServletAdapter.java:465) at com.sun.grizzly.http.servlet.ServletAdapter.start(ServletAdapter.java:281) at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.start(GrizzlyAdapterChain.java:118) at com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:1125) at com.sun.grizzly.http.SelectorThread.listen(SelectorThread.java:1176) at com.sun.grizzly.http.embed.GrizzlyWebServer.start(GrizzlyWebServer.java:588) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.launch(GrizzlyWebServerDeployer.java:111) at com.sun.grizzly.http.servlet.deployer.GrizzlyWebServerDeployer.main(GrizzlyWebServerDeployer.java:93) Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/deployerConfigContext.xml] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:116) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ... 22 more [SelectorThread-8080] Wed Nov 04 18:33:11 EST 2009 [INFO] com.sun.grizzly.Controller start:Starting Grizzly Framework 1.9.19-SNAPSHOT - Wed Nov 04 18:33:11 EST 2009
2009/11/4 Shawn_Pan <xpan@...>
-- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyI filled this issue
https://grizzly.dev.java.net/issues/show_bug.cgi?id=758 2009/11/4 Survivant 00 <survivant00@...> look like we have a problem reading a file within the war -- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlywe are working on a fix.
2009/11/4 Survivant 00 <survivant00@...> I filled this issue -- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyHi survivant,
Has anyone looked at the issue yet? I am planning to use Grizzly in one of our products, but this bug will not allow us to do it yet. I appreciate if a fix can come out soon. Thanks a lot, Shawn
|
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyI found out what the bug is. I think Hubert was looking to fix it, but maybe he didn't had time.
I'll try to commit a fix tonight (need to do regression tests) 2009/11/9 Shawn_Pan <xpan@...>
-- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant |
|
|
Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctlyhere the jars that I created on my computer with a temporary fix. Still working on a Junit test.. but you will be able to deploy your application with theses jars.
if you still need help.. just email me or tweet me. 2009/11/9 Survivant 00 <survivant00@...> I found out what the bug is. I think Hubert was looking to fix it, but maybe he didn't had time. -- Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |