GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

View: New views
11 Messages — Rating Filter:   Alert me  

GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by Shawn_Pan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear 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 correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

can you provide more info please.  maybe the war file, the command line used. your jkd version.


thanks

2009/11/3 Shawn_Pan <xpan@...>

Dear 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
--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by Shawn_Pan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks 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

survivant wrote:
can you provide more info please.  maybe the war file, the command line
used. your jkd version.


thanks

2009/11/3 Shawn_Pan <xpan@cdmtech.com>

>
> Dear 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
> --
> View this message in context:
> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@grizzly.dev.java.net
> For additional commands, e-mail: users-help@grizzly.dev.java.net
>
>


--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

perfect.  I,ll check that tonight.



2009/11/4 Shawn_Pan <xpan@...>

Thanks 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


survivant wrote:
>
> can you provide more info please.  maybe the war file, the command line
> used. your jkd version.
>
>
> thanks
>
> 2009/11/3 Shawn_Pan <xpan@...>
>
>>
>> Dear 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
>> --
>> View this message in context:
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
>
> Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> http://twitter.com/survivant
>
>

--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

look 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@...>

Thanks 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


survivant wrote:
>
> can you provide more info please.  maybe the war file, the command line
> used. your jkd version.
>
>
> thanks
>
> 2009/11/3 Shawn_Pan <xpan@...>
>
>>
>> Dear 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
>> --
>> View this message in context:
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
>
> Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> http://twitter.com/survivant
>
>

--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I 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


[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@...>


Thanks 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


survivant wrote:
>
> can you provide more info please.  maybe the war file, the command line
> used. your jkd version.
>
>
> thanks
>
> 2009/11/3 Shawn_Pan <xpan@...>
>
>>
>> Dear 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
>> --
>> View this message in context:
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
>
> Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> http://twitter.com/survivant
>
>

--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant



--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

we are working on a fix.



2009/11/4 Survivant 00 <survivant00@...>
I 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


[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@...>


Thanks 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


survivant wrote:
>
> can you provide more info please.  maybe the war file, the command line
> used. your jkd version.
>
>
> thanks
>
> 2009/11/3 Shawn_Pan <xpan@...>
>
>>
>> Dear 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
>> --
>> View this message in context:
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
>
> Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> http://twitter.com/survivant
>
>

--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant



--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant



--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by Shawn_Pan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi 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

survivant wrote:
look 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@cdmtech.com>

>
> Thanks 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
>
>
> survivant wrote:
> >
> > can you provide more info please.  maybe the war file, the command line
> > used. your jkd version.
> >
> >
> > thanks
> >
> > 2009/11/3 Shawn_Pan <xpan@cdmtech.com>
> >
> >>
> >> Dear 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
> >> --
> >> View this message in context:
> >>
> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
> >> Sent from the Grizzly - Users mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@grizzly.dev.java.net
> >> For additional commands, e-mail: users-help@grizzly.dev.java.net
> >>
> >>
> >
> >
> > --
> >
> > Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> > http://twitter.com/survivant
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@grizzly.dev.java.net
> For additional commands, e-mail: users-help@grizzly.dev.java.net
>
>


--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I 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@...>

Hi 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


survivant wrote:
>
> look 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@...>
>
>>
>> Thanks 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
>>
>>
>> survivant wrote:
>> >
>> > can you provide more info please.  maybe the war file, the command line
>> > used. your jkd version.
>> >
>> >
>> > thanks
>> >
>> > 2009/11/3 Shawn_Pan <xpan@...>
>> >
>> >>
>> >> Dear 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
>> >> --
>> >> View this message in context:
>> >>
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
>> >> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@...
>> >> For additional commands, e-mail: users-help@...
>> >>
>> >>
>> >
>> >
>> > --
>> >
>> > Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
>> > http://twitter.com/survivant
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
>
> Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> http://twitter.com/survivant
>
>

--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26269908.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

here 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.

I'll try to commit a fix tonight (need to do regression tests)



2009/11/9 Shawn_Pan <xpan@...>


Hi 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


survivant wrote:
>
> look 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@...>
>
>>
>> Thanks 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
>>
>>
>> survivant wrote:
>> >
>> > can you provide more info please.  maybe the war file, the command line
>> > used. your jkd version.
>> >
>> >
>> > thanks
>> >
>> > 2009/11/3 Shawn_Pan <xpan@...>
>> >
>> >>
>> >> Dear 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
>> >> --
>> >> View this message in context:
>> >>
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26163573.html
>> >> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@...
>> >> For additional commands, e-mail: users-help@...
>> >>
>> >>
>> >
>> >
>> > --
>> >
>> > Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
>> > http://twitter.com/survivant
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26198974.html
>> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
> --
>
> Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
> http://twitter.com/survivant
>
>

--
View this message in context: http://old.nabble.com/GrizzlyWebServerDeployer----Error-could-not-deploy-WAR-correctly-tp26163573p26269908.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant



--

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@...

grizzly-http-servlet-deployer-1.9.19-SNAPSHOT.jar (2M) Download Attachment

Parent Message unknown Re: GrizzlyWebServerDeployer -- Error could not deploy WAR correctly

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I didn't forget you... I'm tracing into Spring now.. Still don't know why Spring throw an Exception.


To simplify the test, I unpack the war file into a folder and run from it.. but I still got this exception :

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean 'org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler#3f5ae2' of type [org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler] while setting bean property 'authenticationHandlers' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler#3f5ae2' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean 'httpClient' while setting bean property 'httpClient'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'httpClient' is defined
authenticationManager
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler#3f5ae2' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean 'httpClient' while setting bean property 'httpClient'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'httpClient' is defined
Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean 'org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler#3f5ae2' of type [org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler] while setting bean property 'authenticationHandlers' with key [0]


Will give you feedback this week.. working on that every night for this week. 


2009/11/16 Shawn Pan <xpan@...>
Among all the things I like about Grizzly, a big one  is that  it has a much, much smaller footprint comparing to Glassfish... yes, you are correct, I can use Glassfish as my backup :)

Survivant 00 wrote:
:)

you could do the demo using Glassfish in the last resort.. it's build over Grizzly :)



2009/11/16 Shawn Pan <xpan@... <mailto:xpan@...>>


   Thanks whole bunch!

   My company will soon have an internal review on a project that I am
   working on, and I would like to convince them to use Grizzly for many
   good reasons. It would be nice if this deployer bug can be fix by
   then.

   Shawn

   On Mon, Nov 16, 2009 at 2:42 PM, Survivant 00
   <survivant00@... <mailto:survivant00@...>> wrote:
   > Hubert release a internal patch, but it doesn't work on Windows
   with CAS.
   > I'll pop him tonight ask if he did some progress.
   >
   > for my part.. I'll start a blog about WarAdapter with example.
   >
   >
   > 2009/11/16 Shawn Pan <xpan@... <mailto:xpan@...>>

   >>
   >> Hey survivant, any progress on the fix?
   >>
   >> On Tue, Nov 10, 2009 at 4:34 PM, Survivant 00
   <survivant00@... <mailto:survivant00@...>>

   >> wrote:
   >> > ok, I'll have to test them in debug.
   >> >
   >> > it sure that Grizzly have to support them.  That was what I
   had in mind
   >> > want
   >> > I created Deployer.
   >> >
   >> > We started a embedded version for Deployer, but we broke it,
   and now
   >> > I'll
   >> > have to fix it, because the others are busy.
   >> >
   >> > I have tested lot of war with Deployer, but theses two are
   differents.
   >> > Look
   >> > like I forgot to do a "if" somewhere.. Shouldn'T be to hard
   to find now
   >> > that
   >> > I have sample that doesn't work.
   >
   >
   >
   > --
   >
   > Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
   > http://twitter.com/survivant
   >




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant