0 Replies Latest reply on Sep 16, 2010 8:13 AM by ferraroj

    Troubel deploying a working Tomcat Web application

    ferraroj

      I am having trouble deploying a web application, which runs under Tomcat, on JBoss 5.1.

       

      I believe it is a class issue and I've tried adding the following lines to the jboss-web.xml file in the META-INF directory

       

      <jboss-web> 

        <class-loading java2ClassLoadingCompliance="false"> 

          <loader-repository> 

              com.myCompany.stac:loader=stac.war 

               <loader-repository-config> java2ParentDelegation=false </loader-repository-config> 

          </loader-repository> 

        </class-loading> 

      </jboss-web> 

       

       

      However,  even with that I can not deploy the application with the following three jars in the WEB-INF/lib directory.

       

      jaxp-api-1.0.jar

      jsf-api-1.2.0.jar

      jsf-impl-1.2.0.jar

       

      If I do I get the following error: (The full log is at the bottom.)

       

      2010-09-15 15:01:36,293 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/stac]] (main) Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener

      com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:213)

          at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)

          at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:60)

          at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)

          at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

          at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

          at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

          at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

          at java.lang.reflect.Method.invoke(Method.java:597)

          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

          at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

          at $Proxy38.start(Unknown Source)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

          at org.jboss.system.ServiceController.start(ServiceController.java:460)

          at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

          at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

          at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

          at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

          at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

          at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

          at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

          at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

          at org.jboss.Main.boot(Main.java:221)

          at org.jboss.Main$1.run(Main.java:556)

          at java.lang.Thread.run(Thread.java:619)

      Caused by: java.lang.NullPointerException

          at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:104)

          at com.sun.faces.renderkit.ResponseStateManagerImpl.init(ResponseStateManagerImpl.java:351)

          at com.sun.faces.renderkit.ResponseStateManagerImpl.<init>(ResponseStateManagerImpl.java:99)

          at com.sun.faces.renderkit.RenderKitImpl.<init>(RenderKitImpl.java:88)

          at com.sun.faces.renderkit.RenderKitFactoryImpl.<init>(RenderKitFactoryImpl.java:68)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

          at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

          at java.lang.Class.newInstance0(Class.java:355)

          at java.lang.Class.newInstance(Class.java:308)

          at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:537)

          at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:386)

          at javax.faces.FactoryFinder.access$400(FactoryFinder.java:135)

          at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:717)

          at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)

          at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist(FactoryConfigProcessor.java:186)

          at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:131)

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:203)

          ... 71 more

       

       

      *******************************************************************************************

       

      If the three jars above are removed then the app loads but if I go to the login page I get the following.

       

       

      type Exception report

      message

      description The server encountered an internal error () that prevented it from fulfilling this request.

      exception

      org.apache.jasper.JasperException: javax.servlet.ServletException

          org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:515)

          org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)

          org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)

          org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

          javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

      root cause

      javax.servlet.ServletException

          javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)

          org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)

          org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)

          org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)

          org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

          org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:696)

          org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:667)

          org.apache.jsp.index_jsp._jspService(index_jsp.java:56)

          org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

          javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)

          org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)

          org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

          javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

      root cause

      java.lang.NullPointerException

          com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)

          com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)

          com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)

          com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)

          com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)

          org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)

          org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)

          com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)

          com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)

          com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

          javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)

          org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)

          org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)

          org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)

          org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

          org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:696)

          org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:667)

          org.apache.jsp.index_jsp._jspService(index_jsp.java:56)

          org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

          javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)

          org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)

          org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

          javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

      note The full stack trace of the root cause is available in the JBoss Web/2.1.3.GA logs.

       

       

       

      This is what appears on the console log:

       

      java.lang.NullPointerException

              at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.jav

      a:49)

              at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:

      25)

              at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)

              at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java

      :524)

              at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.jav

      a:567)

              at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWra

      pper.java:100)

              at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.j

      ava:176)

              at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePha

      se.java:110)

              at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)

              at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)

       

              at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)

              at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFil

      ter.java:368)

              at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp

      atcher.java:638)

              at org.apache.catalina.core.ApplicationDispatcher.processRequest(Applica

      tionDispatcher.java:444)

              at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD

      ispatcher.java:382)

              at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis

      patcher.java:310)

              at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.j

      ava:696)

              at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.jav

      a:667)

              at org.apache.jsp.index_jsp._jspService(index_jsp.java:56)

              at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper

      .java:369)

              at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3

      22)

              at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi

      lter.java:96)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV

      alve.java:235)

              at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV

      alve.java:191)

              at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit

      yAssociationValve.java:190)

              at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv

      e.java:92)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.proce

      ss(SecurityContextEstablishmentValve.java:126)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invok

      e(SecurityContextEstablishmentValve.java:70)

              at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j

      ava:127)

              at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j

      ava:102)

              at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC

      onnectionValve.java:158)

              at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal

      ve.java:109)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav

      a:330)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java

      :829)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce

      ss(Http11Protocol.java:598)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44

      7)

              at java.lang.Thread.run(Thread.java:619)

      15:13:05,891 SEVERE [lifecycle] JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID:

      /login.xhtml) Exception thrown during phase execution: javax.faces.event.PhaseEv

      ent[source=com.sun.faces.lifecycle.LifecycleImpl@1c72fd7]

      15:13:05,907 INFO  [STDOUT] 15:13:05,891 ERROR BaseXMLFilter:199 - Exception in

      the filter chain

      javax.servlet.ServletException

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)

       

              at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)

              at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFil

      ter.java:368)

              at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp

      atcher.java:638)

              at org.apache.catalina.core.ApplicationDispatcher.processRequest(Applica

      tionDispatcher.java:444)

              at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD

      ispatcher.java:382)

              at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis

      patcher.java:310)

              at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.j

      ava:696)

              at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.jav

      a:667)

              at org.apache.jsp.index_jsp._jspService(index_jsp.java:56)

              at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper

      .java:369)

              at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3

      22)

              at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi

      lter.java:96)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV

      alve.java:235)

              at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV

      alve.java:191)

              at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit

      yAssociationValve.java:190)

              at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv

      e.java:92)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.proce

      ss(SecurityContextEstablishmentValve.java:126)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invok

      e(SecurityContextEstablishmentValve.java:70)

              at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j

      ava:127)

              at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j

      ava:102)

              at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC

      onnectionValve.java:158)

              at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal

      ve.java:109)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav

      a:330)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java

      :829)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce

      ss(Http11Protocol.java:598)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44

      7)

              at java.lang.Thread.run(Thread.java:619)

      Caused by: java.lang.NullPointerException

              at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.jav

      a:49)

              at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:

      25)

              at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)

              at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java

      :524)

              at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.jav

      a:567)

              at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWra

      pper.java:100)

              at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.j

      ava:176)

              at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePha

      se.java:110)

              at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)

              at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)

              ... 41 more

      15:13:05,907 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet

      threw exception

      java.lang.NullPointerException

              at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.jav

      a:49)

              at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:

      25)

              at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)

              at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java

      :524)

              at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.jav

      a:567)

              at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWra

      pper.java:100)

              at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.j

      ava:176)

              at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePha

      se.java:110)

              at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)

              at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)

       

              at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)

              at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFil

      ter.java:368)

              at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp

      atcher.java:638)

              at org.apache.catalina.core.ApplicationDispatcher.processRequest(Applica

      tionDispatcher.java:444)

              at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD

      ispatcher.java:382)

              at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis

      patcher.java:310)

              at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.j

      ava:696)

              at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.jav

      a:667)

              at org.apache.jsp.index_jsp._jspService(index_jsp.java:56)

              at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper

      .java:369)

              at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3

      22)

              at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi

      lter.java:96)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV

      alve.java:235)

              at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV

      alve.java:191)

              at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit

      yAssociationValve.java:190)

              at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv

      e.java:92)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.proce

      ss(SecurityContextEstablishmentValve.java:126)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invok

      e(SecurityContextEstablishmentValve.java:70)

              at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j

      ava:127)

              at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j

      ava:102)

              at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC

      onnectionValve.java:158)

              at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal

      ve.java:109)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav

      a:330)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java

      :829)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce

      ss(Http11Protocol.java:598)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44

      7)

              at java.lang.Thread.run(Thread.java:619)

      15:13:05,969 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception

      java.lang.NullPointerException

              at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.jav

      a:49)

              at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:

      25)

              at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)

              at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java

      :524)

              at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.jav

      a:567)

              at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWra

      pper.java:100)

              at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.j

      ava:176)

              at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePha

      se.java:110)

              at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)

              at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)

       

              at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)

              at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFil

      ter.java:368)

              at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp

      atcher.java:638)

              at org.apache.catalina.core.ApplicationDispatcher.processRequest(Applica

      tionDispatcher.java:444)

              at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD

      ispatcher.java:382)

              at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis

      patcher.java:310)

              at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.j

      ava:696)

              at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.jav

      a:667)

              at org.apache.jsp.index_jsp._jspService(index_jsp.java:56)

              at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper

      .java:369)

              at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3

      22)

              at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)

              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:290)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi

      lter.java:96)

              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

      icationFilterChain.java:235)

              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

      ilterChain.java:206)

              at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV

      alve.java:235)

              at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV

      alve.java:191)

              at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit

      yAssociationValve.java:190)

              at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv

      e.java:92)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.proce

      ss(SecurityContextEstablishmentValve.java:126)

              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invok

      e(SecurityContextEstablishmentValve.java:70)

              at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j

      ava:127)

              at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j

      ava:102)

              at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC

      onnectionValve.java:158)

              at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal

      ve.java:109)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav

      a:330)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java

      :829)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce

      ss(Http11Protocol.java:598)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44

      7)

              at java.lang.Thread.run(Thread.java:619)

       

       

      ******************************************************************

       

      Here is the full log when the jar files are present:

       

      2010-09-15 15:00:39,336 INFO  [org.jboss.web.WebService] (main) Using RMI server codebase: http://127.0.0.1:8083/

      2010-09-15 15:00:46,945 INFO  [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) JBoss Web Services - Stack Native Core

      2010-09-15 15:00:46,945 INFO  [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) 3.1.2.GA

      2010-09-15 15:00:47,742 INFO  [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.

      2010-09-15 15:00:49,039 INFO  [org.jboss.logbridge.LogNotificationListener] (main) Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1257687[ defaultDomain='jboss' ]

      2010-09-15 15:01:16,213 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@28538507{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

      2010-09-15 15:01:16,213 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@28538507{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

      2010-09-15 15:01:16,229 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@28538507{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

      2010-09-15 15:01:16,229 INFO  [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@28538507{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

      2010-09-15 15:01:19,495 INFO  [org.jboss.mx.remoting.service.JMXConnectorServerService] (main) JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector

      2010-09-15 15:01:19,807 INFO  [org.jboss.mail.MailService] (main) Mail Service bound to java:/Mail

      2010-09-15 15:01:24,167 WARN  [org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore] (main) WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.

      2010-09-15 15:01:25,261 WARN  [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

      2010-09-15 15:01:25,354 WARN  [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

      2010-09-15 15:01:25,433 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.

      2010-09-15 15:01:25,433 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Setting up property manager MBean and JMX layer

      2010-09-15 15:01:25,823 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Initializing recovery manager

      2010-09-15 15:01:26,011 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Recovery manager configured

      2010-09-15 15:01:26,026 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Binding TransactionManager JNDI Reference

      2010-09-15 15:01:26,058 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Starting transaction recovery manager

      2010-09-15 15:01:26,667 INFO  [org.apache.catalina.core.AprLifecycleListener] (main) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_13\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\app\oracle\product\11.2.0\dbhome_1\bin;C:\Progra~1\Oracle\OracleBase10\bin;C:\Program Files\Java\jre1.5.0_17\bin;C:\Program Files\Oracle\OracleBase\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\myCompany\Utils;C:\Program Files\Visual Networks\Dial Analysis\;C:\Program Files\Java\jre1.5.0_11\bin\;C:\Program Files\Common Files\MDL SHARED\ISIS;C:\SECURDSK\BINNT

      2010-09-15 15:01:26,730 INFO  [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080

      2010-09-15 15:01:26,745 INFO  [org.apache.coyote.ajp.AjpProtocol] (main) Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009

      2010-09-15 15:01:26,792 INFO  [org.apache.catalina.core.StandardService] (main) Starting service jboss.web

      2010-09-15 15:01:26,792 INFO  [org.apache.catalina.core.StandardEngine] (main) Starting Servlet Engine: JBoss Web/2.1.3.GA

      2010-09-15 15:01:26,855 INFO  [org.apache.catalina.startup.Catalina] (main) Server startup in 108 ms

      2010-09-15 15:01:26,886 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/invoker

      2010-09-15 15:01:27,526 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/jbossws

      2010-09-15 15:01:27,573 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/web-console

      2010-09-15 15:01:27,995 INFO  [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml

      2010-09-15 15:01:28,026 INFO  [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml

      2010-09-15 15:01:28,058 INFO  [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml

      2010-09-15 15:01:28,073 INFO  [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml

      2010-09-15 15:01:28,105 INFO  [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml

      2010-09-15 15:01:28,214 INFO  [org.quartz.simpl.SimpleThreadPool] (main) Job execution threads will use class loader of thread: main

      2010-09-15 15:01:28,245 INFO  [org.quartz.core.QuartzScheduler] (main) Quartz Scheduler v.1.5.2 created.

      2010-09-15 15:01:28,245 INFO  [org.quartz.simpl.RAMJobStore] (main) RAMJobStore initialized.

      2010-09-15 15:01:28,245 INFO  [org.quartz.impl.StdSchedulerFactory] (main) Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'

      2010-09-15 15:01:28,245 INFO  [org.quartz.impl.StdSchedulerFactory] (main) Quartz scheduler version: 1.5.2

      2010-09-15 15:01:28,245 INFO  [org.quartz.core.QuartzScheduler] (main) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.

      2010-09-15 15:01:29,042 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

      2010-09-15 15:01:29,761 INFO  [org.jboss.jms.server.ServerPeer] (main) JBoss Messaging 1.4.3.GA server [0] started

      2010-09-15 15:01:29,870 INFO  [org.jboss.jms.server.destination.TopicService] (main) Topic[/topic/testDurableTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      2010-09-15 15:01:29,870 INFO  [org.jboss.jms.server.destination.TopicService] (main) Topic[/topic/testPullTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      2010-09-15 15:01:29,870 INFO  [org.jboss.jms.server.destination.TopicService] (main) Topic[/topic/testTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      2010-09-15 15:01:29,886 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] (main) supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover

      2010-09-15 15:01:29,886 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] (main) supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing

      2010-09-15 15:01:29,949 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

      2010-09-15 15:01:29,949 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@1e62261 started

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.destination.QueueService] (main) Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@1372611 started

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.destination.TopicService] (main) Topic[/topic/EventDriven] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@1240d4a started

      2010-09-15 15:01:29,964 INFO  [org.jboss.jms.server.destination.QueueService] (main) Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      2010-09-15 15:01:30,152 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'

      2010-09-15 15:01:30,667 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) Created KernelDeployment for: profileservice-secured.jar

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   with dependencies:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   and demands:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jboss.ejb:service=EJBTimerService

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   and supplies:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     Class:org.jboss.profileservice.spi.ProfileService

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureProfileService/remote

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   with dependencies:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   and demands:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jboss.ejb:service=EJBTimerService

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   and supplies:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     Class:org.jboss.deployers.spi.management.deploy.DeploymentManager

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureDeploymentManager/remote

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   with dependencies:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   and demands:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jboss.ejb:service=EJBTimerService

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)   and supplies:

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     Class:org.jboss.deployers.spi.management.ManagementView

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main)     jndi:SecureManagementView/remote

      2010-09-15 15:01:30,683 INFO  [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar

      2010-09-15 15:01:30,699 INFO  [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@aeddd7{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

      2010-09-15 15:01:30,699 INFO  [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@1a45d1d{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

      2010-09-15 15:01:30,699 INFO  [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@199db98{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

      2010-09-15 15:01:30,980 INFO  [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

      2010-09-15 15:01:30,980 INFO  [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager

      2010-09-15 15:01:31,074 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:

       

          SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface

          SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface

       

      2010-09-15 15:01:31,167 INFO  [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

      2010-09-15 15:01:31,167 INFO  [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView

      2010-09-15 15:01:31,183 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:

       

          SecureManagementView/remote - EJB3.x Default Remote Business Interface

          SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface

       

      2010-09-15 15:01:31,261 INFO  [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

      2010-09-15 15:01:31,277 INFO  [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService

      2010-09-15 15:01:31,277 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:

       

          SecureProfileService/remote - EJB3.x Default Remote Business Interface

          SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface

       

      2010-09-15 15:01:31,433 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/admin-console

      2010-09-15 15:01:31,527 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'

      2010-09-15 15:01:34,199 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/

      2010-09-15 15:01:34,293 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/helloapp

      2010-09-15 15:01:34,371 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/jmx-console

      2010-09-15 15:01:34,464 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/stac

      2010-09-15 15:01:35,840 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/stac'

      2010-09-15 15:01:35,840 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (main) JSF1059: WARNING!  The com.sun.faces.verifyObjects feature is to aid developers not using tools.  It shouldn''t be enabled if using an IDE, or if this application is being deployed for production as it will impact application start times.

      2010-09-15 15:01:36,293 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/stac]] (main) Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener

      com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:213)

          at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)

          at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:60)

          at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)

          at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

          at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

          at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

          at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

          at java.lang.reflect.Method.invoke(Method.java:597)

          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

          at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

          at $Proxy38.start(Unknown Source)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

          at org.jboss.system.ServiceController.start(ServiceController.java:460)

          at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

          at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

          at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

          at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

          at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

          at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

          at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

          at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

          at org.jboss.Main.boot(Main.java:221)

          at org.jboss.Main$1.run(Main.java:556)

          at java.lang.Thread.run(Thread.java:619)

      Caused by: java.lang.NullPointerException

          at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:104)

          at com.sun.faces.renderkit.ResponseStateManagerImpl.init(ResponseStateManagerImpl.java:351)

          at com.sun.faces.renderkit.ResponseStateManagerImpl.<init>(ResponseStateManagerImpl.java:99)

          at com.sun.faces.renderkit.RenderKitImpl.<init>(RenderKitImpl.java:88)

          at com.sun.faces.renderkit.RenderKitFactoryImpl.<init>(RenderKitFactoryImpl.java:68)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

          at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

          at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

          at java.lang.Class.newInstance0(Class.java:355)

          at java.lang.Class.newInstance(Class.java:308)

          at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:537)

          at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:386)

          at javax.faces.FactoryFinder.access$400(FactoryFinder.java:135)

          at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:717)

          at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)

          at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist(FactoryConfigProcessor.java:186)

          at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:131)

          at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:203)

          ... 71 more

      2010-09-15 15:01:36,371 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/stac]] (main) Initializing Spring root WebApplicationContext

      2010-09-15 15:01:38,433 INFO  [STDOUT] (main) 15:01:38,433  INFO MLog:80 - MLog clients using log4j logging.

      2010-09-15 15:01:38,574 INFO  [STDOUT] (main) 15:01:38,574  INFO C3P0Registry:204 - Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]

      2010-09-15 15:01:38,621 INFO  [STDOUT] (main) 15:01:38,621 DEBUG DynamicPooledDataSourceManagerMBean:236 - MBean: com.mchange.v2.c3p0:type=PooledDataSource[160zuxg8b6bh8j39296aa|1bbecc] registered.

      2010-09-15 15:01:38,809 ERROR [STDERR] (main) SLF4J: Class path contains multiple SLF4J bindings.

      2010-09-15 15:01:38,809 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/stac.war/WEB-INF/lib/slf4j-simple-1.5.8.jar/org/slf4j/impl/StaticLoggerBinder.class]

      2010-09-15 15:01:38,809 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/C:/jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class]

      2010-09-15 15:01:38,809 ERROR [STDERR] (main) SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.

      2010-09-15 15:01:38,887 ERROR [STDERR] (main) 63 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.3.2.GA

      2010-09-15 15:01:38,887 ERROR [STDERR] (main) 63 [main] INFO org.hibernate.cfg.Environment - hibernate.properties not found

      2010-09-15 15:01:38,902 ERROR [STDERR] (main) 78 [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist

      2010-09-15 15:01:38,902 ERROR [STDERR] (main) 78 [main] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling

      2010-09-15 15:01:39,277 ERROR [STDERR] (main) 453 [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: com.myCompany.stac.db.model.Analytic -> ANALYTIC

      2010-09-15 15:01:41,606 ERROR [STDERR] (main) 2782 [main] INFO org.hibernate.cfg.HbmBinder - Mapping collection: com.myCompany.stac.db.model.AnalyticType.analytic -> ANALYTIC

      Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 1

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 2

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 3

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 4

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 5

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 6

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 7

      2010-09-15 15:01:41,824 INFO  [STDOUT] (main) 15:01:41,824 DEBUG BasicResourcePool:404 - incremented pending_acquires: 8

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 9

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 10

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 11

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 12

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 13

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 14

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 15

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 16

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 17

      2010-09-15 15:01:41,840 INFO  [STDOUT] (main) 15:01:41,840 DEBUG BasicResourcePool:404 - incremented pending_acquires: 18

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856 DEBUG BasicResourcePool:404 - incremented pending_acquires: 19

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856 DEBUG BasicResourcePool:404 - incremented pending_acquires: 20

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856 DEBUG BasicResourcePool:289 - com.mchange.v2.resourcepool.BasicResourcePool@c0be61 config: [start -> 3; min -> 20; max -> 100; inc -> 5; num_acq_attempts -> 60; acq_attempt_delay -> 1000; check_idle_resources_delay -> 25000; mox_resource_age -> 0; max_idle_time -> 60000; excess_max_idle_time -> 300000; destroy_unreturned_resc_time -> 3600000; expiration_enforcement_delay -> 15000; break_on_acquisition_failure -> false; debug_store_checkout_exceptions -> true]

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856  INFO AbstractPoolBackedDataSource:462 - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 60, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 160zuxg8b6bh8j39296aa|1bbecc, debugUnreturnedConnectionStackTraces -> true, description -> null, driverClass -> oracle.jdbc.driver.OracleDriver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 160zuxg8b6bh8j39296aa|1bbecc, idleConnectionTestPeriod -> 25, initialPoolSize -> 3, jdbcUrl -> jdbc:oracle:thin:@RNUUSPR17.TOT.myCompany.COM:15023:bnfd, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 60, maxIdleTimeExcessConnections -> 300, maxPoolSize -> 100, maxStatements -> 2, maxStatementsPerConnection -> 0, minPoolSize -> 20, numHelperThreads -> 6, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 3600, usesTraditionalReflectiveProxies -> false ]

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856 DEBUG BasicResourcePool:538 - acquire test -- pool size: 0; target_pool_size: 20; desired target? 1

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856 DEBUG BasicResourcePool:1291 - awaitAvailable(): [unknown]

      2010-09-15 15:01:41,856 INFO  [STDOUT] (main) 15:01:41,856 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 0, unused: 0, excluded: 0]

      2010-09-15 15:01:42,543 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,496 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,543 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,543 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,543 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,543 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,543 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,543 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 1, unused: 1, excluded: 0]

      2010-09-15 15:01:42,543 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,543 DEBUG BasicResourcePool:422 - decremented pending_acquires: 19

      2010-09-15 15:01:42,543 INFO  [STDOUT] (main) 15:01:42,543 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 1, unused: 0, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,559 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,574 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,574 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 2, unused: 1, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,574 DEBUG BasicResourcePool:422 - decremented pending_acquires: 18

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,559 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,574 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,574 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,574 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 3, unused: 2, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,574 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,574 DEBUG BasicResourcePool:422 - decremented pending_acquires: 17

      2010-09-15 15:01:42,590 ERROR [STDERR] (main) 3766 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: Oracle, version: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production

      With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine options

      2010-09-15 15:01:42,590 ERROR [STDERR] (main) 3766 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: Oracle JDBC driver, version: 10.2.0.4.0

      2010-09-15 15:01:42,590 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,590 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 4, unused: 3, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,590 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,590 DEBUG BasicResourcePool:422 - decremented pending_acquires: 16

      2010-09-15 15:01:42,590 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,574 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,606 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,606 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,606 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,606 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,606 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,606 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 5, unused: 4, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,606 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,606 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,621 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,606 DEBUG BasicResourcePool:422 - decremented pending_acquires: 15

      2010-09-15 15:01:42,621 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,621 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 6, unused: 5, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,621 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,621 DEBUG BasicResourcePool:422 - decremented pending_acquires: 14

      2010-09-15 15:01:42,653 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,653 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,653 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,653 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,653 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,653 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 7, unused: 6, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,653 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,653 DEBUG BasicResourcePool:422 - decremented pending_acquires: 13

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,668 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,668 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,668 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 8, unused: 7, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,668 DEBUG BasicResourcePool:422 - decremented pending_acquires: 12

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,668 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,668 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,668 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 9, unused: 8, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,668 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,668 DEBUG BasicResourcePool:422 - decremented pending_acquires: 11

      2010-09-15 15:01:42,684 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,684 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,684 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,684 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,684 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,684 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 10, unused: 9, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,684 DEBUG BasicResourcePool:422 - decremented pending_acquires: 10

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,699 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,699 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,699 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 11, unused: 10, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,699 DEBUG BasicResourcePool:422 - decremented pending_acquires: 9

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,699 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,699 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,699 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 12, unused: 11, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,699 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,699 DEBUG BasicResourcePool:422 - decremented pending_acquires: 8

      2010-09-15 15:01:42,715 ERROR [STDERR] (main) 3891 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.Oracle10gDialect

      2010-09-15 15:01:42,715 INFO  [STDOUT] (main) 15:01:42,715 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,731 INFO  [STDOUT] (main) 15:01:42,731 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 12, unused: 11, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled

      2010-09-15 15:01:42,731 ERROR [STDERR] (main) 3907 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,746 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,746 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,746 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,746 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 13, unused: 12, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,746 DEBUG BasicResourcePool:422 - decremented pending_acquires: 7

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,746 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,746 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 14, unused: 13, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,746 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,746 DEBUG BasicResourcePool:422 - decremented pending_acquires: 6

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: disabled

      2010-09-15 15:01:42,746 ERROR [STDERR] (main) 3922 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

      2010-09-15 15:01:42,762 ERROR [STDERR] (main) 3938 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory

      2010-09-15 15:01:42,762 ERROR [STDERR] (main) 3938 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}

      2010-09-15 15:01:42,762 ERROR [STDERR] (main) 3938 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled

      2010-09-15 15:01:42,762 ERROR [STDERR] (main) 3938 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled

      2010-09-15 15:01:42,762 ERROR [STDERR] (main) 3938 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: enabled

      2010-09-15 15:01:42,778 ERROR [STDERR] (main) 3954 [main] INFO org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge

      2010-09-15 15:01:42,824 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,824 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,824 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,824 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,824 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 15, unused: 14, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,840 DEBUG BasicResourcePool:422 - decremented pending_acquires: 5

      2010-09-15 15:01:42,824 ERROR [STDERR] (main) 4000 [main] INFO org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge - Cache provider: org.hibernate.cache.EhCacheProvider

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,824 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,840 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,840 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 16, unused: 15, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,840 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:42,840 DEBUG BasicResourcePool:422 - decremented pending_acquires: 4

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,840 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,840 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 17, unused: 16, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:42,840 DEBUG BasicResourcePool:422 - decremented pending_acquires: 3

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:42,840 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,840 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,840 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,840 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 18, unused: 18, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,840 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:42,840 DEBUG BasicResourcePool:422 - decremented pending_acquires: 2

      2010-09-15 15:01:42,856 ERROR [STDERR] (main) 4032 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled

      2010-09-15 15:01:42,856 ERROR [STDERR] (main) 4032 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: enabled

      2010-09-15 15:01:42,856 ERROR [STDERR] (main) 4032 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache factory: org.hibernate.cache.StandardQueryCacheFactory

      2010-09-15 15:01:42,871 ERROR [STDERR] (main) 4047 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: enabled

      2010-09-15 15:01:42,871 ERROR [STDERR] (main) 4047 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled

      2010-09-15 15:01:42,871 ERROR [STDERR] (main) 4047 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo

      2010-09-15 15:01:42,871 ERROR [STDERR] (main) 4047 [main] INFO org.hibernate.cfg.SettingsFactory - Named query checking : enabled

      2010-09-15 15:01:42,871 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,871 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,871 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,871 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,871 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,871 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 19, unused: 19, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,871 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:42,871 DEBUG BasicResourcePool:422 - decremented pending_acquires: 1

      2010-09-15 15:01:42,903 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,871 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0

      2010-09-15 15:01:42,903 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,903 DEBUG C3P0PooledConnectionPool:217 - com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager@1566ca9.acquireResource() returning.

      2010-09-15 15:01:42,903 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,903 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@c0be61 [managed: 20, unused: 20, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94)

      2010-09-15 15:01:42,903 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:42,903 DEBUG BasicResourcePool:422 - decremented pending_acquires: 0

      2010-09-15 15:01:43,012 ERROR [STDERR] (main) 4188 [main] INFO org.hibernate.impl.SessionFactoryImpl - building session factory

      2010-09-15 15:01:43,731 ERROR [STDERR] (main) 4907 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.LcmsContainerStatus]

      2010-09-15 15:01:44,028 ERROR [STDERR] (main) 5204 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.OrderStatus]

      2010-09-15 15:01:44,184 ERROR [STDERR] (main) 5360 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.WeighContainerStatus]

      2010-09-15 15:01:44,231 ERROR [STDERR] (main) 5407 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.LcmsResultStatus]

      2010-09-15 15:01:44,246 ERROR [STDERR] (main) 5422 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.SuborderStatus]

      2010-09-15 15:01:44,371 ERROR [STDERR] (main) 5547 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.ContainerProcessStatus]

      2010-09-15 15:01:44,778 ERROR [STDERR] (main) 5954 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.UploadStatus]

      2010-09-15 15:01:44,840 ERROR [STDERR] (main) 6016 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.PurityContainerStatus]

      2010-09-15 15:01:44,840 ERROR [STDERR] (main) 6016 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.CompoundStatus]

      2010-09-15 15:01:45,231 ERROR [STDERR] (main) 6407 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.ContainerStatus]

      2010-09-15 15:01:45,231 ERROR [STDERR] (main) 6407 [main] WARN org.hibernate.cache.impl.bridge.EntityRegionAdapter - read-only cache configured for mutable entity [com.myCompany.stac.db.model.ContainerState]

      2010-09-15 15:01:45,528 ERROR [STDERR] (main) 6704 [main] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured

      2010-09-15 15:01:45,528 ERROR [STDERR] (main) 6704 [main] INFO org.hibernate.cache.UpdateTimestampsCache - starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache

      2010-09-15 15:01:45,528 ERROR [STDERR] (main) 6704 [main] INFO org.hibernate.cache.StandardQueryCache - starting query cache at region: org.hibernate.cache.StandardQueryCache

      2010-09-15 15:01:52,731 ERROR [org.apache.catalina.core.StandardContext] (main) Error listenerStart

      2010-09-15 15:01:52,731 ERROR [org.apache.catalina.core.StandardContext] (main) Context [/stac] startup failed due to previous errors

      2010-09-15 15:01:52,731 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/stac]] (main) Closing Spring root WebApplicationContext

      2010-09-15 15:01:52,747 ERROR [STDERR] (main) 13923 [main] INFO org.hibernate.impl.SessionFactoryImpl - closing

      2010-09-15 15:01:52,809 INFO  [STDOUT] (main) 15:01:52,809 DEBUG ActiveManagementCoordinator:133 - MBean: com.mchange.v2.c3p0:type=PooledDataSource[160zuxg8b6bh8j39296aa|1bbecc] unregistered.

      2010-09-15 15:01:52,809 INFO  [STDOUT] (main) 15:01:52,809 DEBUG ActiveManagementCoordinator:85 - C3P0Registry mbean unregistered.

      2010-09-15 15:01:52,841 INFO  [STDOUT] (main) 15:01:52,841 DEBUG AbstractPoolBackedDataSource:417 - com.mchange.v2.c3p0.ComboPooledDataSource@1bbecc has been closed.

      java.lang.Exception: DEBUG STACK TRACE for PoolBackedDataSource.close().

          at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.close(AbstractPoolBackedDataSource.java:417)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

          at java.lang.reflect.Method.invoke(Method.java:597)

          at org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:208)

          at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:165)

          at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:456)

          at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:434)

          at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:407)

          at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:854)

          at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:832)

          at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:795)

          at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:361)

          at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:70)

          at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3949)

          at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4615)

          at org.apache.catalina.core.StandardContext.start(StandardContext.java:4437)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

          at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

          at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

          at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

          at java.lang.reflect.Method.invoke(Method.java:597)

          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

          at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

          at $Proxy38.start(Unknown Source)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

          at org.jboss.system.ServiceController.start(ServiceController.java:460)

          at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

          at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

          at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

          at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

          at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

          at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

          at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

          at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

          at org.jboss.Main.boot(Main.java:221)

          at org.jboss.Main$1.run(Main.java:556)

          at java.lang.Thread.run(Thread.java:619)

      2010-09-15 15:01:52,997 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5) 15:01:52,856 DEBUG ThreadPoolAsynchronousRunner:578 - Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5,5,jboss] interrupted. Shutting down.

      2010-09-15 15:01:52,997 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3) 15:01:52,856 DEBUG ThreadPoolAsynchronousRunner:578 - Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3,5,jboss] interrupted. Shutting down.

      2010-09-15 15:01:52,997 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:52,856 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@9d19be

      2010-09-15 15:01:53,013 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,013 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@9d19be

      2010-09-15 15:01:53,013 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=jboss.web.deployment:war=/stac state=Create mode=Manual requiredState=Installed

      org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-5.1.0.GA/server/default/deploy/stac.war/ deployment failed

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

          at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

          at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

          at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

          at java.lang.reflect.Method.invoke(Method.java:597)

          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

          at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

          at $Proxy38.start(Unknown Source)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

          at org.jboss.system.ServiceController.start(ServiceController.java:460)

          at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

          at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

          at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

          at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

          at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

          at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

          at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

          at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

          at org.jboss.Main.boot(Main.java:221)

          at org.jboss.Main$1.run(Main.java:556)

          at java.lang.Thread.run(Thread.java:619)

      2010-09-15 15:01:53,013 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4) 15:01:52,841 DEBUG ThreadPoolAsynchronousRunner:578 - Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4,5,jboss] interrupted. Shutting down.

      2010-09-15 15:01:53,138 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Real: name=vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/stac.war/ state=PreReal mode=Manual requiredState=Real

      org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-5.1.0.GA/server/default/deploy/stac.war/ deployment failed

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)

          at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

          at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

          at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

          at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

          at java.lang.reflect.Method.invoke(Method.java:597)

          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

          at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

          at $Proxy38.start(Unknown Source)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

          at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

          at org.jboss.system.ServiceController.start(ServiceController.java:460)

          at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

          at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

          at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

          at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

          at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

          at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

          at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

          at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

          at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

          at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

          at org.jboss.Main.boot(Main.java:221)

          at org.jboss.Main$1.run(Main.java:556)

          at java.lang.Thread.run(Thread.java:619)

      2010-09-15 15:01:53,153 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2) 15:01:52,841 DEBUG ThreadPoolAsynchronousRunner:578 - Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2,5,jboss] interrupted. Shutting down.

      2010-09-15 15:01:53,278 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0) 15:01:52,841 DEBUG ThreadPoolAsynchronousRunner:578 - Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0,5,jboss] interrupted. Shutting down.

      2010-09-15 15:01:53,278 INFO  [STDOUT] (com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1) 15:01:52,841 DEBUG ThreadPoolAsynchronousRunner:578 - Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1,5,jboss] interrupted. Shutting down.

      2010-09-15 15:01:53,278 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,013 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@9d19be closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,294 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,294 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@9d19be

      2010-09-15 15:01:53,294 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,294 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@9d19be

      2010-09-15 15:01:53,294 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,294 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@114e1a

      2010-09-15 15:01:53,310 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,310 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@114e1a

      2010-09-15 15:01:53,341 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS IN ERROR:

        Deployment "vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/stac.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-5.1.0.GA/server/default/deploy/stac.war/ deployment failed

       

      2010-09-15 15:01:53,341 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,341 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@114e1a closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,372 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,372 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@114e1a

      2010-09-15 15:01:53,372 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,372 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@114e1a

      2010-09-15 15:01:53,372 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,372 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94

      2010-09-15 15:01:53,372 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,372 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94

      2010-09-15 15:01:53,450 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,450 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,497 INFO  [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

      2010-09-15 15:01:53,513 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,513 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94

      2010-09-15 15:01:53,544 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,544 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@61bf94

      2010-09-15 15:01:53,560 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,560 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@d54304

      2010-09-15 15:01:53,575 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,575 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@d54304

      2010-09-15 15:01:53,560 INFO  [org.apache.coyote.ajp.AjpProtocol] (main) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

      2010-09-15 15:01:53,591 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,591 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@d54304 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,606 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,606 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@d54304

      2010-09-15 15:01:53,622 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,622 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@d54304

      2010-09-15 15:01:53,622 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,622 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@767975

      2010-09-15 15:01:53,622 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,622 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@767975

      2010-09-15 15:01:53,622 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,622 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@767975 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,622 INFO  [org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 1m:22s:350ms

      2010-09-15 15:01:53,653 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,638 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@767975

      2010-09-15 15:01:53,669 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,669 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@767975

      2010-09-15 15:01:53,669 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,669 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@cc94e

      2010-09-15 15:01:53,669 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,669 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@cc94e

      2010-09-15 15:01:53,685 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,685 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@cc94e closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,700 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,700 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@cc94e

      2010-09-15 15:01:53,700 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,700 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@cc94e

      2010-09-15 15:01:53,700 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,700 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@10f9eb9

      2010-09-15 15:01:53,700 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,700 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@10f9eb9

      2010-09-15 15:01:53,716 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,716 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@10f9eb9 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,731 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,731 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@10f9eb9

      2010-09-15 15:01:53,731 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,731 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@10f9eb9

      2010-09-15 15:01:53,731 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,731 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@7e6fdf

      2010-09-15 15:01:53,747 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,747 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@7e6fdf

      2010-09-15 15:01:53,763 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,763 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@7e6fdf closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,778 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,778 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@7e6fdf

      2010-09-15 15:01:53,778 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,778 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@7e6fdf

      2010-09-15 15:01:53,778 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,778 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@c769a3

      2010-09-15 15:01:53,778 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,778 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@c769a3

      2010-09-15 15:01:53,778 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,778 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@c769a3 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,794 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,794 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@c769a3

      2010-09-15 15:01:53,810 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,810 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@c769a3

      2010-09-15 15:01:53,810 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,810 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@173ccf2

      2010-09-15 15:01:53,810 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,810 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@173ccf2

      2010-09-15 15:01:53,810 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,810 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@173ccf2 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,825 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,825 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@173ccf2

      2010-09-15 15:01:53,825 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,825 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@173ccf2

      2010-09-15 15:01:53,841 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,841 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@876450

      2010-09-15 15:01:53,841 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,841 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@876450

      2010-09-15 15:01:53,841 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,841 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@876450 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,856 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,856 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@876450

      2010-09-15 15:01:53,856 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,856 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@876450

      2010-09-15 15:01:53,856 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,856 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@7f914c

      2010-09-15 15:01:53,872 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,872 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@7f914c

      2010-09-15 15:01:53,872 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,872 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@7f914c closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,888 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,888 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@7f914c

      2010-09-15 15:01:53,888 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,888 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@7f914c

      2010-09-15 15:01:53,888 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,888 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1b769b2

      2010-09-15 15:01:53,888 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,888 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1b769b2

      2010-09-15 15:01:53,903 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,903 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@1b769b2 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,919 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,919 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1b769b2

      2010-09-15 15:01:53,919 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,919 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1b769b2

      2010-09-15 15:01:53,919 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,919 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1caa999

      2010-09-15 15:01:53,919 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,919 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1caa999

      2010-09-15 15:01:53,935 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,935 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@1caa999 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,950 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,950 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1caa999

      2010-09-15 15:01:53,950 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,950 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1caa999

      2010-09-15 15:01:53,950 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,950 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@2b7684

      2010-09-15 15:01:53,950 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,950 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@2b7684

      2010-09-15 15:01:53,950 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,950 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@2b7684 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,966 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,966 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@2b7684

      2010-09-15 15:01:53,981 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,981 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@2b7684

      2010-09-15 15:01:53,981 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,981 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1af8758

      2010-09-15 15:01:53,981 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,981 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1af8758

      2010-09-15 15:01:53,981 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,981 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@1af8758 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:53,997 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,997 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1af8758

      2010-09-15 15:01:53,997 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,997 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1af8758

      2010-09-15 15:01:53,997 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:53,997 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@31c1ef

      2010-09-15 15:01:54,013 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,013 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@31c1ef

      2010-09-15 15:01:54,013 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,013 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@31c1ef closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:54,028 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,028 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@31c1ef

      2010-09-15 15:01:54,044 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,028 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@31c1ef

      2010-09-15 15:01:54,044 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,044 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@15ba3

      2010-09-15 15:01:54,044 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,044 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@15ba3

      2010-09-15 15:01:54,044 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,044 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@15ba3 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:54,060 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,060 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@15ba3

      2010-09-15 15:01:54,060 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,060 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@15ba3

      2010-09-15 15:01:54,060 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,060 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@f2e88f

      2010-09-15 15:01:54,075 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,075 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@f2e88f

      2010-09-15 15:01:54,075 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,075 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@f2e88f closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:54,091 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,091 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@f2e88f

      2010-09-15 15:01:54,091 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,091 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@f2e88f

      2010-09-15 15:01:54,091 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,091 DEBUG BasicResourcePool:962 - Preparing to destroy resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1ec049

      2010-09-15 15:01:54,106 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,106 DEBUG C3P0PooledConnectionPool:468 - Preparing to destroy PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1ec049

      2010-09-15 15:01:54,106 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,106 DEBUG NewPooledConnection:566 - com.mchange.v2.c3p0.impl.NewPooledConnection@1ec049 closed by a client.

      java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:566)

          at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:234)

          at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:470)

          at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:964)

          at com.mchange.v2.resourcepool.BasicResourcePool.destroyResource(BasicResourcePool.java:989)

          at com.mchange.v2.resourcepool.BasicResourcePool.access$100(BasicResourcePool.java:32)

          at com.mchange.v2.resourcepool.BasicResourcePool$5.run(BasicResourcePool.java:1174)

      2010-09-15 15:01:54,122 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,122 DEBUG C3P0PooledConnectionPool:476 - Successfully destroyed PooledConnection: com.mchange.v2.c3p0.impl.NewPooledConnection@1ec049

      2010-09-15 15:01:54,122 INFO  [STDOUT] (Resource Destroyer in BasicResourcePool.close()) 15:01:54,122 DEBUG BasicResourcePool:967 - Successfully destroyed resource: com.mchange.v2.c3p0.impl.NewPooledConnection@1ec049