last stable and running code

193 views
Skip to first unread message

Byron Román

unread,
Dec 12, 2013, 9:36:14 AM12/12/13
to onebusaway...@googlegroups.com
Hi yesterday i download the las version of OBA modules for first time,and after search in google, and review some errors, finally can compile the code but can not run it because show an error about missing data-source.xml. the reaso, on webapp and federation-webapp the pom file not include copy those files, in this moment i can not run the code because "org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Hibernate Dialect must be explicitly set" on all web projects. this the full erorr

12/12/2013 08:30:42 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;.
12/12/2013 08:30:42 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Inicializando Coyote HTTP/1.1 en puerto http-8080
12/12/2013 08:30:42 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 775 ms
12/12/2013 08:30:42 AM org.apache.catalina.core.StandardService start
INFO: Arrancando servicio Catalina
12/12/2013 08:30:42 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.33
12/12/2013 08:30:42 AM org.apache.catalina.core.StandardHost start
INFO: Desactivada la validación XML
2013-12-12 08:30:43,345 INFO  [ApplicationContext.java:653] : Initializing Spring root WebApplicationContext
2013-12-12 08:30:43,348 INFO  [ContextLoader.java:187] : Root WebApplicationContext: initialization started
2013-12-12 08:30:43,424 INFO  [AbstractApplicationContext.java:456] : Refreshing Root WebApplicationContext: startup date [Thu Dec 12 08:30:43 CST 2013]; root of context hierarchy
2013-12-12 08:30:43,510 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [data-sources.xml]
2013-12-12 08:30:43,731 INFO  [DefaultListableBeanFactory.java:549] : Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@309ff0a8: defining beans []; root of factory hierarchy
2013-12-12 08:30:43,736 INFO  [ContextLoader.java:214] : Root WebApplicationContext: initialization completed in 387 ms
2013-12-12 08:30:43,823 INFO  [ApplicationContext.java:653] : Initializing Spring FrameworkServlet 'remoting'
2013-12-12 08:30:43,823 INFO  [FrameworkServlet.java:301] : FrameworkServlet 'remoting': initialization started
2013-12-12 08:30:43,827 INFO  [AbstractApplicationContext.java:456] : Refreshing WebApplicationContext for namespace 'remoting-servlet': startup date [Thu Dec 12 08:30:43 CST 2013]; parent: Root WebApplicationContext
2013-12-12 08:30:43,831 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from ServletContext resource [/WEB-INF/remoting-servlet.xml]
2013-12-12 08:30:44,155 INFO  [DefaultListableBeanFactory.java:549] : Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5a943dc4: defining beans [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping#0,org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter#0,addServiceController,deleteServiceController,indexController,setServiceStatusController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,viewResolver,federatedServiceRegistryImpl,/service-registry]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@309ff0a8
2013-12-12 08:30:44,358 INFO  [AbstractUrlHandlerMapping.java:411] : Mapped URL path [/service-registry] onto handler [org.springframework.remoting.caucho.HessianServiceExporter@483a0ab1]
2013-12-12 08:30:44,396 INFO  [AbstractUrlHandlerMapping.java:411] : Mapped URL path [/add-service.action] onto handler [org.onebusaway.federations.webapp.AddServiceController@7bafb0c7]
2013-12-12 08:30:44,402 INFO  [AbstractUrlHandlerMapping.java:411] : Mapped URL path [/delete-service.action] onto handler [org.onebusaway.federations.webapp.DeleteServiceController@3e68cd79]
2013-12-12 08:30:44,409 INFO  [AbstractUrlHandlerMapping.java:411] : Mapped URL path [/index.action] onto handler [org.onebusaway.federations.webapp.IndexController@418a9fc8]
2013-12-12 08:30:44,463 INFO  [AbstractUrlHandlerMapping.java:411] : Mapped URL path [/set-service-status.action] onto handler [org.onebusaway.federations.webapp.SetServiceStatusController@6d66f9b9]
2013-12-12 08:30:44,686 INFO  [FrameworkServlet.java:320] : FrameworkServlet 'remoting': initialization completed in 861 ms
2013-12-12 08:30:45,352 INFO  [ApplicationContext.java:653] : Initializing Spring root WebApplicationContext
2013-12-12 08:30:45,356 INFO  [ContextLoader.java:187] : Root WebApplicationContext: initialization started
2013-12-12 08:30:45,430 INFO  [AbstractApplicationContext.java:456] : Refreshing Root WebApplicationContext: startup date [Thu Dec 12 08:30:45 CST 2013]; root of context hierarchy
2013-12-12 08:30:45,515 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [data-sources.xml]
2013-12-12 08:30:45,592 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/api/application-context-webapp.xml]
2013-12-12 08:30:45,680 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/users/application-context.xml]
2013-12-12 08:30:45,796 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context.xml]
2013-12-12 08:30:45,822 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-hibernate.xml]
2013-12-12 08:30:45,864 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-caching.xml]
2013-12-12 08:30:45,892 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-common.xml]
2013-12-12 08:30:46,269 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userLastAccessTimeServiceImpl': replacing [Generic bean: class [org.onebusaway.users.impl.internal.UserLastAccessTimeServiceImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/E:/eclipse-tomcat/wtpwebapps/onebusaway-api-webapp/WEB-INF/lib/onebusaway-users-1.1.12-SNAPSHOT.jar!/org/onebusaway/users/impl/internal/UserLastAccessTimeServiceImpl.class]] with [Generic bean: class [org.onebusaway.users.impl.internal.UserLastAccessTimeServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:46,316 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'apiKeyValidationService': replacing [Generic bean: class [org.onebusaway.users.impl.validation.KeyValidationServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [data-sources.xml]] with [Generic bean: class [org.onebusaway.users.impl.validation.KeyValidationServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/api/application-context-webapp.xml]]
2013-12-12 08:30:46,896 INFO  [DefaultListableBeanFactory.java:549] : Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5bf2af1c: defining beans [transitDataService,apiKeyValidationService,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,defaultPropertyPlaceholderConfigurer,ehCacheConfiguration,cacheManager,cacheableKeyFactories,cacheableMethodKeyFactoryManager,cacheableMethodManager,cacheableAnnotationInterceptor,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,hibernateProperties,hibernateAnnotatedClasses,hibernateMappingLocations,sessionFactory,transactionManager,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mbeanServer,jmxAttributeSource,jmxNamingStategy,jmxInfoAssembler,mbeanExporter,ehCacheMBeanRegistration,userIndexCache,userCache,userIndicesCache,userRolesCache,userRoleCache,org.onebusaway.container.spring.DependencyConfigurer#0,usersHibernateAnnotatedClasses,usersHibernateMappingLocations,defaultUserAuthenticationProvider,userLastAccessTimeServiceImpl,userInteractionLoggingServiceImpl,apiKeyPermissionServiceImpl,currentUserServiceImpl,standardAuthoritiesServiceImpl,userDaoImpl,userDetailsServiceImpl,userPropertiesMigrationImpl,userServiceImpl,currentUserStrategyImpl,userPropertiesService,passwordEncoderV1,userLastAccessTimeServiceCache,lastSelectedStopServiceCache,lastSelectedStopServiceImpl,userIndexRegistrationServiceCache,userIndexRegistrationServiceImpl,minApiRequestIntervalForKeyCache,alarmServiceImpl]; root of factory hierarchy
2013-12-12 08:30:47,657 INFO  [EhCacheConfigurationFactoryBean.java:74] : Initializing EHCache CacheManager
2013-12-12 08:30:47,708 INFO  [EhCacheConfigurationFactoryBean.java:77] : diskStorePath=java.io.tmpdir\cache-onebusaway
2013-12-12 08:30:47,712 INFO  [EhCacheConfigurationFactoryBean.java:80] : diskStorePath (translated)=C:\Users\BROMAN~1.PRI\AppData\Local\Temp\cache-onebusaway
2013-12-12 08:30:47,885 INFO  [EhCacheManagerFactoryBean.java:74] : Initializing EHCache CacheManager
2013-12-12 08:30:48,625 INFO  [DefaultSingletonBeanRegistry.java:422] : Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5bf2af1c: defining beans [transitDataService,apiKeyValidationService,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,defaultPropertyPlaceholderConfigurer,ehCacheConfiguration,cacheManager,cacheableKeyFactories,cacheableMethodKeyFactoryManager,cacheableMethodManager,cacheableAnnotationInterceptor,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,hibernateProperties,hibernateAnnotatedClasses,hibernateMappingLocations,sessionFactory,transactionManager,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mbeanServer,jmxAttributeSource,jmxNamingStategy,jmxInfoAssembler,mbeanExporter,ehCacheMBeanRegistration,userIndexCache,userCache,userIndicesCache,userRolesCache,userRoleCache,org.onebusaway.container.spring.DependencyConfigurer#0,usersHibernateAnnotatedClasses,usersHibernateMappingLocations,defaultUserAuthenticationProvider,userLastAccessTimeServiceImpl,userInteractionLoggingServiceImpl,apiKeyPermissionServiceImpl,currentUserServiceImpl,standardAuthoritiesServiceImpl,userDaoImpl,userDetailsServiceImpl,userPropertiesMigrationImpl,userServiceImpl,currentUserStrategyImpl,userPropertiesService,passwordEncoderV1,userLastAccessTimeServiceCache,lastSelectedStopServiceCache,lastSelectedStopServiceImpl,userIndexRegistrationServiceCache,userIndexRegistrationServiceImpl,minApiRequestIntervalForKeyCache,alarmServiceImpl]; root of factory hierarchy
2013-12-12 08:30:48,649 INFO  [EhCacheManagerFactoryBean.java:113] : Shutting down EHCache CacheManager
2013-12-12 08:30:48,659 ERROR [ContextLoader.java:220] : Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'dataSource' is defined
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1317)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1076)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'dataSource' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:521)
at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1068)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:274)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
... 30 more
2013-12-12 08:30:48,661 ERROR [StandardContext.java:3799] : Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'dataSource' is defined
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1317)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1076)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'dataSource' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:521)
at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1068)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:274)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
... 30 more
12/12/2013 08:30:48 AM org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
12/12/2013 08:30:48 AM org.apache.catalina.core.StandardContext start
GRAVE: Falló en arranque del Contexto [/onebusaway-api-webapp] debido a errores previos
2013-12-12 08:30:48,669 INFO  [ApplicationContext.java:653] : Closing Spring root WebApplicationContext
2013-12-12 08:30:49,347 INFO  [ApplicationContext.java:653] : Initializing Spring root WebApplicationContext
2013-12-12 08:30:49,350 INFO  [ContextLoader.java:187] : Root WebApplicationContext: initialization started
2013-12-12 08:30:49,419 INFO  [AbstractApplicationContext.java:456] : Refreshing Root WebApplicationContext: startup date [Thu Dec 12 08:30:49 CST 2013]; root of context hierarchy
2013-12-12 08:30:49,512 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/transit_data_federation/application-context-webapp.xml]
2013-12-12 08:30:49,559 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/transit_data_federation/application-context.xml]
2013-12-12 08:30:49,574 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/transit_data_federation/application-context-services.xml]
2013-12-12 08:30:49,613 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/transit_data_federation/application-context-common.xml]
2013-12-12 08:30:49,631 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context.xml]
2013-12-12 08:30:49,654 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-hibernate.xml]
2013-12-12 08:30:49,693 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-caching.xml]
2013-12-12 08:30:49,711 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-common.xml]
2013-12-12 08:30:49,874 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/transit_data_federation/application-context-otp.xml]
2013-12-12 08:30:49,910 INFO  [ClassPathScanningCandidateComponentProvider.java:186] : JSR-330 'javax.inject.Named' annotation found and supported for component scanning
2013-12-12 08:30:50,001 INFO  [ClassPathScanningCandidateComponentProvider.java:186] : JSR-330 'javax.inject.Named' annotation found and supported for component scanning
2013-12-12 08:30:50,462 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'extendedCalendarServiceImpl': replacing [Generic bean: class [org.onebusaway.transit_data_federation.impl.ExtendedCalendarServiceImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/E:/eclipse-tomcat/wtpwebapps/onebusaway-transit-data-federation-webapp/WEB-INF/lib/onebusaway-transit-data-federation-1.1.12-SNAPSHOT.jar!/org/onebusaway/transit_data_federation/impl/ExtendedCalendarServiceImpl.class]] with [Generic bean: class [org.onebusaway.transit_data_federation.impl.ExtendedCalendarServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/transit_data_federation/application-context-services.xml]]
2013-12-12 08:30:50,464 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxNamingStategy': replacing [Generic bean: class [org.springframework.jmx.export.naming.MetadataNamingStrategy]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.jmx.ServletContextAwareMetadataNamingStrategy]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/transit_data_federation/application-context-webapp.xml]]
2013-12-12 08:30:50,464 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [data-sources.xml]
2013-12-12 08:30:50,471 ERROR [ContextLoader.java:220] : Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [data-sources.xml]; nested exception is java.io.FileNotFoundException: class path resource [data-sources.xml] cannot be opened because it does not exist
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:93)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:397)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: java.io.FileNotFoundException: class path resource [data-sources.xml] cannot be opened because it does not exist
at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:141)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328)
... 27 more
2013-12-12 08:30:50,473 ERROR [StandardContext.java:3799] : Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [data-sources.xml]; nested exception is java.io.FileNotFoundException: class path resource [data-sources.xml] cannot be opened because it does not exist
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:93)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:397)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: java.io.FileNotFoundException: class path resource [data-sources.xml] cannot be opened because it does not exist
at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:141)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:328)
... 27 more
12/12/2013 08:30:50 AM org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
12/12/2013 08:30:50 AM org.apache.catalina.core.StandardContext start
GRAVE: Falló en arranque del Contexto [/onebusaway-transit-data-federation-webapp] debido a errores previos
2013-12-12 08:30:50,529 INFO  [ApplicationContext.java:653] : Closing Spring root WebApplicationContext
2013-12-12 08:30:50,971 INFO  [ApplicationContext.java:653] : Initializing Spring root WebApplicationContext
2013-12-12 08:30:50,973 INFO  [ContextLoader.java:187] : Root WebApplicationContext: initialization started
2013-12-12 08:30:51,038 INFO  [AbstractApplicationContext.java:456] : Refreshing Root WebApplicationContext: startup date [Thu Dec 12 08:30:51 CST 2013]; root of context hierarchy
2013-12-12 08:30:51,135 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [data-sources.xml]
2013-12-12 08:30:51,200 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/webapp/application-context-webapp.xml]
2013-12-12 08:30:51,302 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/users/application-context.xml]
2013-12-12 08:30:51,330 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context.xml]
2013-12-12 08:30:51,345 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-hibernate.xml]
2013-12-12 08:30:51,367 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-caching.xml]
2013-12-12 08:30:51,385 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-common.xml]
2013-12-12 08:30:51,614 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userLastAccessTimeServiceImpl': replacing [Generic bean: class [org.onebusaway.users.impl.internal.UserLastAccessTimeServiceImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/E:/eclipse-tomcat/wtpwebapps/onebusaway-webapp/WEB-INF/lib/onebusaway-users-1.1.12-SNAPSHOT.jar!/org/onebusaway/users/impl/internal/UserLastAccessTimeServiceImpl.class]] with [Generic bean: class [org.onebusaway.users.impl.internal.UserLastAccessTimeServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:51,617 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/users/application-context-security.xml]
2013-12-12 08:30:51,726 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'defaultUserAuthenticationProvider': replacing [Generic bean: class [org.onebusaway.users.impl.authentication.DefaultUserAuthenticationProvider]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/E:/eclipse-tomcat/wtpwebapps/onebusaway-webapp/WEB-INF/lib/onebusaway-users-1.1.12-SNAPSHOT.jar!/org/onebusaway/users/impl/authentication/DefaultUserAuthenticationProvider.class]] with [Generic bean: class [org.onebusaway.users.impl.authentication.DefaultUserAuthenticationProvider]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context-security.xml]]
2013-12-12 08:30:51,728 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/geocoder/application-context.xml]
2013-12-12 08:30:51,848 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context.xml]
2013-12-12 08:30:51,861 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-hibernate.xml]
2013-12-12 08:30:51,921 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-caching.xml]
2013-12-12 08:30:51,933 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-common.xml]
2013-12-12 08:30:51,950 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'defaultPropertyPlaceholderConfigurer': replacing [Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-common.xml]] with [Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-common.xml]]
2013-12-12 08:30:51,951 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'ehCacheConfiguration': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:51,953 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheManager': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:51,954 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableKeyFactories': replacing [Generic bean: class [org.springframework.beans.factory.config.MapFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.springframework.beans.factory.config.MapFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:51,955 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableMethodKeyFactoryManager': replacing [Generic bean: class [org.onebusaway.container.cache.CacheableMethodKeyFactoryManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.cache.CacheableMethodKeyFactoryManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:51,957 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableMethodManager': replacing [Generic bean: class [org.onebusaway.container.cache.CacheableMethodManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.cache.CacheableMethodManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:51,958 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableAnnotationInterceptor': replacing [Generic bean: class [org.onebusaway.container.cache.CacheableAnnotationInterceptor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.cache.CacheableAnnotationInterceptor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:51,960 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'hibernateProperties': replacing [Generic bean: class [org.springframework.beans.factory.config.PropertiesFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.beans.factory.config.PropertiesFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:51,961 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'hibernateAnnotatedClasses': replacing [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:51,963 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'hibernateMappingLocations': replacing [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:51,964 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'sessionFactory': replacing [Generic bean: class [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:51,966 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'transactionManager': replacing [Generic bean: class [org.springframework.orm.hibernate3.HibernateTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.orm.hibernate3.HibernateTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:51,968 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'mbeanServer': replacing [Generic bean: class [org.springframework.jmx.support.MBeanServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.support.MBeanServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:51,970 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxAttributeSource': replacing [Generic bean: class [org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:51,971 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxNamingStategy': replacing [Generic bean: class [org.springframework.jmx.export.naming.MetadataNamingStrategy]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.naming.MetadataNamingStrategy]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:51,973 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxInfoAssembler': replacing [Generic bean: class [org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:51,980 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'mbeanExporter': replacing [Generic bean: class [org.springframework.jmx.export.MBeanExporter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.MBeanExporter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:51,981 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'ehCacheMBeanRegistration': replacing [Generic bean: class [org.springframework.beans.factory.config.MethodInvokingFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.beans.factory.config.MethodInvokingFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:51,989 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/presentation/application-context.xml]
2013-12-12 08:30:52,012 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/users/application-context.xml]
2013-12-12 08:30:52,042 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context.xml]
2013-12-12 08:30:52,059 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-hibernate.xml]
2013-12-12 08:30:52,078 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-caching.xml]
2013-12-12 08:30:52,090 INFO  [XmlBeanDefinitionReader.java:315] : Loading XML bean definitions from class path resource [org/onebusaway/container/application-context-common.xml]
2013-12-12 08:30:52,106 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'defaultPropertyPlaceholderConfigurer': replacing [Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-common.xml]] with [Generic bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-common.xml]]
2013-12-12 08:30:52,108 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'ehCacheConfiguration': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheConfigurationFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:52,110 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheManager': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:52,112 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableKeyFactories': replacing [Generic bean: class [org.springframework.beans.factory.config.MapFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.springframework.beans.factory.config.MapFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:52,114 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableMethodKeyFactoryManager': replacing [Generic bean: class [org.onebusaway.container.cache.CacheableMethodKeyFactoryManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.cache.CacheableMethodKeyFactoryManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:52,115 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableMethodManager': replacing [Generic bean: class [org.onebusaway.container.cache.CacheableMethodManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.cache.CacheableMethodManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:52,117 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'cacheableAnnotationInterceptor': replacing [Generic bean: class [org.onebusaway.container.cache.CacheableAnnotationInterceptor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]] with [Generic bean: class [org.onebusaway.container.cache.CacheableAnnotationInterceptor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-caching.xml]]
2013-12-12 08:30:52,119 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'hibernateProperties': replacing [Generic bean: class [org.springframework.beans.factory.config.PropertiesFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.beans.factory.config.PropertiesFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:52,122 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'hibernateAnnotatedClasses': replacing [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:52,123 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'hibernateMappingLocations': replacing [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.beans.factory.config.ListFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:52,125 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'sessionFactory': replacing [Generic bean: class [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:52,126 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'transactionManager': replacing [Generic bean: class [org.springframework.orm.hibernate3.HibernateTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]] with [Generic bean: class [org.springframework.orm.hibernate3.HibernateTransactionManager]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context-hibernate.xml]]
2013-12-12 08:30:52,128 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'mbeanServer': replacing [Generic bean: class [org.springframework.jmx.support.MBeanServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.support.MBeanServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:52,130 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxAttributeSource': replacing [Generic bean: class [org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:52,131 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxNamingStategy': replacing [Generic bean: class [org.springframework.jmx.export.naming.MetadataNamingStrategy]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.naming.MetadataNamingStrategy]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:52,132 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'jmxInfoAssembler': replacing [Generic bean: class [org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:52,134 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'mbeanExporter': replacing [Generic bean: class [org.springframework.jmx.export.MBeanExporter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.jmx.export.MBeanExporter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:52,136 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'ehCacheMBeanRegistration': replacing [Generic bean: class [org.springframework.beans.factory.config.MethodInvokingFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]] with [Generic bean: class [org.springframework.beans.factory.config.MethodInvokingFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/container/application-context.xml]]
2013-12-12 08:30:52,138 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userIndexCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,139 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,141 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userIndicesCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,143 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userRolesCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,145 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userRoleCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,147 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'usersHibernateAnnotatedClasses': replacing [Generic bean: class [org.onebusaway.container.spring.ListBeanPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ListBeanPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,149 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'usersHibernateMappingLocations': replacing [Generic bean: class [org.onebusaway.container.spring.ListBeanPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ListBeanPostProcessor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,201 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'currentUserStrategyImpl': replacing [Generic bean: class [org.onebusaway.users.impl.CurrentUserStrategyImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.users.impl.CurrentUserStrategyImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,203 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userPropertiesService': replacing [Generic bean: class [org.onebusaway.container.spring.ProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,205 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'passwordEncoderV1': replacing [Generic bean: class [org.onebusaway.users.impl.authentication.VersionedPasswordEncoder]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.users.impl.authentication.VersionedPasswordEncoder]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,213 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userLastAccessTimeServiceCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,214 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userLastAccessTimeServiceImpl': replacing [Generic bean: class [org.onebusaway.users.impl.internal.UserLastAccessTimeServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.users.impl.internal.UserLastAccessTimeServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,216 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'lastSelectedStopServiceCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,217 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'lastSelectedStopServiceImpl': replacing [Generic bean: class [org.onebusaway.users.impl.internal.LastSelectedStopServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.users.impl.internal.LastSelectedStopServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,219 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userIndexRegistrationServiceCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,220 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'userIndexRegistrationServiceImpl': replacing [Generic bean: class [org.onebusaway.users.impl.internal.UserIndexRegistrationServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.users.impl.internal.UserIndexRegistrationServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,221 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'minApiRequestIntervalForKeyCache': replacing [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.container.spring.ehcache.EhCacheFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]]
2013-12-12 08:30:52,398 INFO  [DefaultListableBeanFactory.java:612] : Overriding bean definition for bean 'currentUserStrategyImpl': replacing [Generic bean: class [org.onebusaway.users.impl.CurrentUserStrategyImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/users/application-context.xml]] with [Generic bean: class [org.onebusaway.users.impl.AutoUserCurrentUserStrategyImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/onebusaway/webapp/application-context-webapp.xml]]
2013-12-12 08:30:53,153 INFO  [AbstractApplicationContext.java:1332] : Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2013-12-12 08:30:53,358 INFO  [AbstractApplicationContext.java:1332] : Bean 'org.springframework.transaction.config.internalTransactionAdvisor' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2013-12-12 08:30:53,410 INFO  [DefaultListableBeanFactory.java:549] : Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9826ac5: defining beans [transitDataService,dataSource,externalGeocoderImpl,wikiDocumentService,wikiRenderingService,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,defaultPropertyPlaceholderConfigurer,ehCacheConfiguration,cacheManager,cacheableKeyFactories,cacheableMethodKeyFactoryManager,cacheableMethodManager,cacheableAnnotationInterceptor,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,hibernateProperties,hibernateAnnotatedClasses,hibernateMappingLocations,sessionFactory,transactionManager,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mbeanServer,jmxAttributeSource,jmxNamingStategy,jmxInfoAssembler,mbeanExporter,ehCacheMBeanRegistration,userIndexCache,userCache,userIndicesCache,userRolesCache,userRoleCache,org.onebusaway.container.spring.DependencyConfigurer#0,usersHibernateAnnotatedClasses,usersHibernateMappingLocations,defaultUserAuthenticationProvider,userLastAccessTimeServiceImpl,userInteractionLoggingServiceImpl,apiKeyPermissionServiceImpl,currentUserServiceImpl,standardAuthoritiesServiceImpl,userDaoImpl,userDetailsServiceImpl,userPropertiesMigrationImpl,userServiceImpl,currentUserStrategyImpl,userPropertiesService,passwordEncoderV1,userLastAccessTimeServiceCache,lastSelectedStopServiceCache,lastSelectedStopServiceImpl,userIndexRegistrationServiceCache,userIndexRegistrationServiceImpl,minApiRequestIntervalForKeyCache,_filterChainProxyPostProcessor,_filterChainList,userIndexAuthenticationFilter,everyLastLoginAuthenticationFilter,indexedUserDetailsSaltSourceImpl,_authenticationManager,daoAuthenticationProvider,openid_plugin,twitter_plugin,facebook_plugin,loginManager,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,geocoderHibernateAnnotatedClasses,org.springframework.beans.factory.config.MethodInvokingFactoryBean#2,org.onebusaway.container.spring.DependencyConfigurer#1,configurationServiceImpl,defaultWebappConfigurationSource,resourceServiceImpl,bookmarkPresentationServiceImpl,defaultSearchLocationServiceImpl,initialSetupServiceImpl,serviceAreaServiceImpl,setUserDefaultSearchFromGeocoderServiceImpl,stopSelectionServiceImpl,isInitialSetupRequiredCache,configurationServiceCache,oneBusAwayServiceImpl,tccParticipantRegistrationServiceImpl,webappArrivalsAndDeparturesModel,webappServiceImpl,_filterChainProxy,_httpSessionContextIntegrationFilter,_securityContextHolderAwareRequestFilter,_accessManager,_portMapper,_exceptionTranslationFilter,_filterSecurityInterceptor,_sessionFixationProtectionFilter,_rememberMeAuthenticationProvider,_rememberMeFilter,_rememberMeServicesInjectionBeanPostProcessor,_logoutFilter,_formLoginFilter,_formLoginEntryPoint,_entryPointInjectionBeanPostProcessor,_userServiceInjectionPostProcessor,rememberMeServices,org.onebusaway.container.spring.PropertyOverrideConfigurer#0,servletContext,geocoderImpl,arrivalAndDepartureMessages,CommonResources,org.onebusaway.users.impl.CreateApiKeyAction#0]; root of factory hierarchy
2013-12-12 08:30:53,535 INFO  [DriverManagerDataSource.java:153] : Loaded JDBC driver: org.hsqldb.jdbcDriver
2013-12-12 08:30:54,041 INFO  [EhCacheConfigurationFactoryBean.java:74] : Initializing EHCache CacheManager
2013-12-12 08:30:54,098 INFO  [EhCacheConfigurationFactoryBean.java:77] : diskStorePath=java.io.tmpdir\cache-onebusaway
2013-12-12 08:30:54,101 INFO  [EhCacheConfigurationFactoryBean.java:80] : diskStorePath (translated)=C:\Users\BROMAN~1.PRI\AppData\Local\Temp\cache-onebusaway
2013-12-12 08:30:54,346 INFO  [EhCacheManagerFactoryBean.java:74] : Initializing EHCache CacheManager
2013-12-12 08:30:55,016 INFO  [Version.java:15] : Hibernate Annotations 3.4.0.GA
2013-12-12 08:30:55,033 INFO  [Environment.java:543] : Hibernate 3.3.1.GA
2013-12-12 08:30:55,037 INFO  [Environment.java:576] : hibernate.properties not found
2013-12-12 08:30:55,043 INFO  [Environment.java:709] : Bytecode provider name : javassist
2013-12-12 08:30:55,052 INFO  [Environment.java:627] : using JDK 1.4 java.sql.Timestamp handling
2013-12-12 08:30:55,151 INFO  [Version.java:14] : Hibernate Commons Annotations 3.1.0.GA
2013-12-12 08:30:55,388 INFO  [AnnotationBinder.java:419] : Binding entity from annotated class: org.onebusaway.users.model.User
2013-12-12 08:30:55,437 INFO  [EntityBinder.java:422] : Bind entity org.onebusaway.users.model.User on table oba_users
2013-12-12 08:30:55,545 INFO  [AnnotationBinder.java:419] : Binding entity from annotated class: org.onebusaway.users.model.UserIndex
2013-12-12 08:30:55,546 INFO  [EntityBinder.java:422] : Bind entity org.onebusaway.users.model.UserIndex on table oba_user_indices
2013-12-12 08:30:55,558 INFO  [AnnotationBinder.java:419] : Binding entity from annotated class: org.onebusaway.users.model.UserRole
2013-12-12 08:30:55,559 INFO  [EntityBinder.java:422] : Bind entity org.onebusaway.users.model.UserRole on table oba_user_roles
2013-12-12 08:30:55,560 INFO  [AnnotationBinder.java:419] : Binding entity from annotated class: org.onebusaway.geocoder.model.GeocoderResultsEntity
2013-12-12 08:30:55,561 INFO  [EntityBinder.java:422] : Bind entity org.onebusaway.geocoder.model.GeocoderResultsEntity on table oba_geocoder_results
2013-12-12 08:30:55,638 INFO  [CollectionBinder.java:650] : Mapping collection: org.onebusaway.users.model.User.userIndices -> oba_user_indices
2013-12-12 08:30:55,649 INFO  [AnnotationConfiguration.java:369] : Hibernate Validator not found: ignoring
2013-12-12 08:30:55,650 INFO  [LocalSessionFactoryBean.java:772] : Building new Hibernate SessionFactory
2013-12-12 08:30:55,656 INFO  [HibernateSearchEventListenerRegister.java:53] : Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
2013-12-12 08:30:55,714 INFO  [ConnectionProviderFactory.java:95] : Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2013-12-12 08:30:56,262 INFO  [?:?] : checkpointClose start
2013-12-12 08:30:56,339 INFO  [?:?] : checkpointClose end
2013-12-12 08:30:56,385 INFO  [SettingsFactory.java:116] : RDBMS: HSQL Database Engine, version: 2.2.8
2013-12-12 08:30:56,386 INFO  [SettingsFactory.java:117] : JDBC driver: HSQL Database Engine Driver, version: 2.2.8
2013-12-12 08:30:56,413 INFO  [Dialect.java:175] : Using dialect: org.hibernate.dialect.HSQLDialect
2013-12-12 08:30:56,422 INFO  [TransactionFactoryFactory.java:62] : Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
2013-12-12 08:30:56,425 INFO  [TransactionManagerLookupFactory.java:80] : No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2013-12-12 08:30:56,426 INFO  [SettingsFactory.java:170] : Automatic flush during beforeCompletion(): disabled
2013-12-12 08:30:56,426 INFO  [SettingsFactory.java:174] : Automatic session close at end of transaction: disabled
2013-12-12 08:30:56,427 INFO  [SettingsFactory.java:181] : JDBC batch size: 1000
2013-12-12 08:30:56,428 INFO  [SettingsFactory.java:184] : JDBC batch updates for versioned data: disabled
2013-12-12 08:30:56,429 INFO  [SettingsFactory.java:189] : Scrollable result sets: enabled
2013-12-12 08:30:56,430 INFO  [SettingsFactory.java:197] : JDBC3 getGeneratedKeys(): enabled
2013-12-12 08:30:56,430 INFO  [SettingsFactory.java:205] : Connection release mode: auto
2013-12-12 08:30:56,431 INFO  [SettingsFactory.java:232] : Default batch fetch size: 1
2013-12-12 08:30:56,432 INFO  [SettingsFactory.java:236] : Generate SQL with comments: enabled
2013-12-12 08:30:56,432 INFO  [SettingsFactory.java:240] : Order SQL updates by primary key: disabled
2013-12-12 08:30:56,432 INFO  [SettingsFactory.java:244] : Order SQL inserts for batching: disabled
2013-12-12 08:30:56,433 INFO  [SettingsFactory.java:420] : Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2013-12-12 08:30:56,437 INFO  [ASTQueryTranslatorFactory.java:47] : Using ASTQueryTranslatorFactory
2013-12-12 08:30:56,437 INFO  [SettingsFactory.java:252] : Query language substitutions: {}
2013-12-12 08:30:56,439 INFO  [SettingsFactory.java:257] : JPA-QL strict compliance: disabled
2013-12-12 08:30:56,439 INFO  [SettingsFactory.java:262] : Second-level cache: enabled
2013-12-12 08:30:56,439 INFO  [SettingsFactory.java:266] : Query cache: disabled
2013-12-12 08:30:56,440 INFO  [SettingsFactory.java:405] : Cache region factory : org.onebusaway.container.spring.ehcache.EhCacheRegionFactory
2013-12-12 08:30:56,449 INFO  [SettingsFactory.java:276] : Optimize cache for minimal puts: enabled
2013-12-12 08:30:56,449 INFO  [SettingsFactory.java:285] : Structured second-level cache entries: enabled
2013-12-12 08:30:56,458 INFO  [SettingsFactory.java:314] : Statistics: enabled
2013-12-12 08:30:56,459 INFO  [SettingsFactory.java:318] : Deleted entity synthetic identifier rollback: disabled
2013-12-12 08:30:56,459 INFO  [SettingsFactory.java:333] : Default entity-mode: pojo
2013-12-12 08:30:56,460 INFO  [SettingsFactory.java:337] : Named query checking : enabled
2013-12-12 08:30:56,514 INFO  [SessionFactoryImpl.java:187] : building session factory
2013-12-12 08:30:56,547 WARN  [EhcacheAccessStrategyFactoryImpl.java:44] : read-only cache configured for mutable entity [org.onebusaway.users.model.UserRole]
2013-12-12 08:30:56,808 INFO  [SessionFactoryObjectFactory.java:105] : Not binding factory to JNDI, no JNDI name configured
2013-12-12 08:30:56,819 INFO  [SchemaUpdate.java:155] : Running hbm2ddl schema update
2013-12-12 08:30:56,819 INFO  [SchemaUpdate.java:167] : fetching database metadata
2013-12-12 08:30:56,851 INFO  [SchemaUpdate.java:179] : updating schema
2013-12-12 08:30:56,951 INFO  [TableMetadata.java:62] : table found: PUBLIC.PUBLIC.OBA_GEOCODER_RESULTS
2013-12-12 08:30:56,951 INFO  [TableMetadata.java:63] : columns: [results, location]
2013-12-12 08:30:56,951 INFO  [TableMetadata.java:65] : foreign keys: []
2013-12-12 08:30:56,952 INFO  [TableMetadata.java:66] : indexes: [sys_idx_sys_pk_10026_10027]
2013-12-12 08:30:57,013 INFO  [TableMetadata.java:62] : table found: PUBLIC.PUBLIC.OBA_USER_INDICES
2013-12-12 08:30:57,014 INFO  [TableMetadata.java:63] : columns: [value, user_id, credentials, type]
2013-12-12 08:30:57,014 INFO  [TableMetadata.java:65] : foreign keys: [fk1aac12e4159a0621]
2013-12-12 08:30:57,015 INFO  [TableMetadata.java:66] : indexes: [sys_idx_10045, sys_idx_sys_pk_10030_10031]
2013-12-12 08:30:57,059 INFO  [TableMetadata.java:62] : table found: PUBLIC.PUBLIC.OBA_USER_ROLES
2013-12-12 08:30:57,060 INFO  [TableMetadata.java:63] : columns: [name]
2013-12-12 08:30:57,060 INFO  [TableMetadata.java:65] : foreign keys: []
2013-12-12 08:30:57,061 INFO  [TableMetadata.java:66] : indexes: [sys_idx_sys_pk_10033_10034]
2013-12-12 08:30:57,123 INFO  [TableMetadata.java:62] : table found: PUBLIC.PUBLIC.OBA_USER_ROLES_MAPPING
2013-12-12 08:30:57,124 INFO  [TableMetadata.java:63] : columns: [user_id, roles_name]
2013-12-12 08:30:57,125 INFO  [TableMetadata.java:65] : foreign keys: [fk3aaf66c9159a0621, fk3aaf66c9b8180675]
2013-12-12 08:30:57,125 INFO  [TableMetadata.java:66] : indexes: [sys_idx_sys_pk_10037_10038, sys_idx_10047, sys_idx_10039]
2013-12-12 08:30:57,169 INFO  [TableMetadata.java:62] : table found: PUBLIC.PUBLIC.OBA_USERS
2013-12-12 08:30:57,169 INFO  [TableMetadata.java:63] : columns: [creationtime, id, lastaccesstime, temporary, properties]
2013-12-12 08:30:57,169 INFO  [TableMetadata.java:65] : foreign keys: []
2013-12-12 08:30:57,170 INFO  [TableMetadata.java:66] : indexes: [sys_idx_sys_pk_10042_10044]
2013-12-12 08:30:57,171 INFO  [SchemaUpdate.java:217] : schema update complete
2013-12-12 08:30:57,512 INFO  [HibernateTransactionManager.java:415] : Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@2da2d3be] of Hibernate SessionFactory for HibernateTransactionManager
2013-12-12 08:30:57,838 INFO  [MBeanExporter.java:412] : Registering beans for JMX exposure on startup
2013-12-12 08:30:58,717 INFO  [RememberMeServicesInjectionBeanPostProcessor.java:33] : Setting RememberMeServices on bean userIndexAuthenticationFilter
2013-12-12 08:30:58,749 INFO  [RememberMeServicesInjectionBeanPostProcessor.java:33] : Setting RememberMeServices on bean everyLastLoginAuthenticationFilter
2013-12-12 08:30:58,804 INFO  [EntryPointInjectionBeanPostProcessor.java:30] : Selecting AuthenticationEntryPoint for use in ExceptionTranslationFilter
2013-12-12 08:30:58,839 INFO  [EntryPointInjectionBeanPostProcessor.java:38] : Using main configured AuthenticationEntryPoint.
2013-12-12 08:30:58,839 INFO  [EntryPointInjectionBeanPostProcessor.java:46] : Using bean 'org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint@31c9b6eb' as the entry point.
2013-12-12 08:30:59,139 INFO  [AbstractSecurityInterceptor.java:216] : Validated configuration attributes
2013-12-12 08:30:59,217 INFO  [RememberMeServicesInjectionBeanPostProcessor.java:33] : Setting RememberMeServices on bean _formLoginFilter
2013-12-12 08:30:59,344 WARN  [RealmVerifier.java:107] : RP discovery / realm validation disabled; 
2013-12-12 08:30:59,832 INFO  [DefaultSingletonBeanRegistry.java:422] : Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9826ac5: defining beans [transitDataService,dataSource,externalGeocoderImpl,wikiDocumentService,wikiRenderingService,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,defaultPropertyPlaceholderConfigurer,ehCacheConfiguration,cacheManager,cacheableKeyFactories,cacheableMethodKeyFactoryManager,cacheableMethodManager,cacheableAnnotationInterceptor,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,hibernateProperties,hibernateAnnotatedClasses,hibernateMappingLocations,sessionFactory,transactionManager,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,mbeanServer,jmxAttributeSource,jmxNamingStategy,jmxInfoAssembler,mbeanExporter,ehCacheMBeanRegistration,userIndexCache,userCache,userIndicesCache,userRolesCache,userRoleCache,org.onebusaway.container.spring.DependencyConfigurer#0,usersHibernateAnnotatedClasses,usersHibernateMappingLocations,defaultUserAuthenticationProvider,userLastAccessTimeServiceImpl,userInteractionLoggingServiceImpl,apiKeyPermissionServiceImpl,currentUserServiceImpl,standardAuthoritiesServiceImpl,userDaoImpl,userDetailsServiceImpl,userPropertiesMigrationImpl,userServiceImpl,currentUserStrategyImpl,userPropertiesService,passwordEncoderV1,userLastAccessTimeServiceCache,lastSelectedStopServiceCache,lastSelectedStopServiceImpl,userIndexRegistrationServiceCache,userIndexRegistrationServiceImpl,minApiRequestIntervalForKeyCache,_filterChainProxyPostProcessor,_filterChainList,userIndexAuthenticationFilter,everyLastLoginAuthenticationFilter,indexedUserDetailsSaltSourceImpl,_authenticationManager,daoAuthenticationProvider,openid_plugin,twitter_plugin,facebook_plugin,loginManager,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,geocoderHibernateAnnotatedClasses,org.springframework.beans.factory.config.MethodInvokingFactoryBean#2,org.onebusaway.container.spring.DependencyConfigurer#1,configurationServiceImpl,defaultWebappConfigurationSource,resourceServiceImpl,bookmarkPresentationServiceImpl,defaultSearchLocationServiceImpl,initialSetupServiceImpl,serviceAreaServiceImpl,setUserDefaultSearchFromGeocoderServiceImpl,stopSelectionServiceImpl,isInitialSetupRequiredCache,configurationServiceCache,oneBusAwayServiceImpl,tccParticipantRegistrationServiceImpl,webappArrivalsAndDeparturesModel,webappServiceImpl,_filterChainProxy,_httpSessionContextIntegrationFilter,_securityContextHolderAwareRequestFilter,_accessManager,_portMapper,_exceptionTranslationFilter,_filterSecurityInterceptor,_sessionFixationProtectionFilter,_rememberMeAuthenticationProvider,_rememberMeFilter,_rememberMeServicesInjectionBeanPostProcessor,_logoutFilter,_formLoginFilter,_formLoginEntryPoint,_entryPointInjectionBeanPostProcessor,_userServiceInjectionPostProcessor,rememberMeServices,org.onebusaway.container.spring.PropertyOverrideConfigurer#0,servletContext,geocoderImpl,arrivalAndDepartureMessages,CommonResources,org.onebusaway.users.impl.CreateApiKeyAction#0]; root of factory hierarchy
2013-12-12 08:30:59,843 INFO  [MBeanExporter.java:429] : Unregistering JMX-exposed beans on shutdown
2013-12-12 08:30:59,845 INFO  [AbstractSessionFactoryBean.java:246] : Closing Hibernate SessionFactory
2013-12-12 08:30:59,845 INFO  [SessionFactoryImpl.java:805] : closing
2013-12-12 08:30:59,853 INFO  [EhCacheManagerFactoryBean.java:113] : Shutting down EHCache CacheManager
2013-12-12 08:30:59,903 ERROR [ContextLoader.java:220] : Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.ConfigurationServiceImpl.setSources(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultWebappConfigurationSource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:286)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1064)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.ConfigurationServiceImpl.setSources(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultWebappConfigurationSource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:608)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
... 28 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultWebappConfigurationSource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:286)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1064)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:838)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:738)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:697)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:559)
... 30 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:608)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
... 41 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:838)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:780)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:697)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:559)
... 43 more
Caused by: org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor.java:266)
at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:235)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy26.getAgenciesWithCoverage(Unknown Source)
at org.onebusaway.presentation.impl.ServiceAreaServiceImpl.setup(ServiceAreaServiceImpl.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
... 55 more
Caused by: java.net.UnknownHostException: soak-transit-data.onebusaway.org
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.caucho.hessian.client.HessianProxy.sendRequest(HessianProxy.java:293)
at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:161)
at $Proxy25.getAgenciesWithCoverage(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:222)
... 66 more
2013-12-12 08:30:59,907 ERROR [StandardContext.java:3799] : Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.ConfigurationServiceImpl.setSources(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultWebappConfigurationSource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:286)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1064)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:448)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.ConfigurationServiceImpl.setSources(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultWebappConfigurationSource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:608)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
... 28 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultWebappConfigurationSource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:286)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1064)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:838)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:738)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:697)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:559)
... 30 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.onebusaway.presentation.impl.configuration.DefaultWebappConfigurationSource.setServiceAreaService(org.onebusaway.presentation.services.ServiceAreaService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:608)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:283)
... 41 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceAreaServiceImpl': Invocation of init method failed; nested exception is org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1405)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:838)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:780)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:697)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:559)
... 43 more
Caused by: org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service]; nested exception is java.net.UnknownHostException: soak-transit-data.onebusaway.org
at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor.java:266)
at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:235)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy26.getAgenciesWithCoverage(Unknown Source)
at org.onebusaway.presentation.impl.ServiceAreaServiceImpl.setup(ServiceAreaServiceImpl.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
... 55 more
Caused by: java.net.UnknownHostException: soak-transit-data.onebusaway.org
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.caucho.hessian.client.HessianProxy.sendRequest(HessianProxy.java:293)
at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:161)
at $Proxy25.getAgenciesWithCoverage(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:222)
... 66 more
12/12/2013 08:30:59 AM org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
12/12/2013 08:30:59 AM org.apache.catalina.core.StandardContext start
GRAVE: Falló en arranque del Contexto [/onebusaway-webapp] debido a errores previos
2013-12-12 08:31:00,126 INFO  [ApplicationContext.java:653] : Closing Spring root WebApplicationContext
Exception in thread "HSQLDB Timer @642c39d2" java.lang.NullPointerException
at org.hsqldb.lib.HsqlTimer.nextTask(Unknown Source)
at org.hsqldb.lib.HsqlTimer$TaskRunner.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
12/12/2013 08:31:01 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Arrancando Coyote HTTP/1.1 en puerto http-8080
12/12/2013 08:31:01 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
12/12/2013 08:31:01 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/64  config=null
12/12/2013 08:31:01 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
12/12/2013 08:31:01 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 18870 ms


Sheldon A. Brown

unread,
Dec 13, 2013, 7:42:00 AM12/13/13
to onebusaway...@googlegroups.com
data-sources.xml contains deployment specific info, so you need to create it yourself.  See:
http://developer.onebusaway.org/modules/onebusaway-application-modules/current/guides/installation-guide.html

Sheldon


--
You received this message because you are subscribed to the Google Groups "onebusaway-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onebusaway-devel...@googlegroups.com.
To post to this group, send email to onebusaway...@googlegroups.com.
Visit this group at http://groups.google.com/group/onebusaway-developers.
For more options, visit https://groups.google.com/groups/opt_out.

Sean Barbeau

unread,
Dec 13, 2013, 2:05:04 PM12/13/13
to onebusaway...@googlegroups.com
I believe the developer.onebusaway.org installation docs are now outdated (something we should fix by updating or removing them).  I'd suggest starting with the docs on Github, which I know are up-to-date:
https://github.com/OneBusAway/onebusaway-application-modules/wiki/Developer-Guide

Sean
...

Ben Bodenmiller

unread,
Dec 14, 2013, 5:39:15 PM12/14/13
to onebusaway...@googlegroups.com
I think it'd be great to delete the outdated docs. Additionally I think it would be good to investigate GitHub Pages or how AngularJS integrates GitHub documents for documentation rather than the wiki. Both GitHub pages and how AngularJS does documentation encourages more transparent collaboration on the documentation in a manner that developers are used to when coding using GitHub.

Sean Barbeau

unread,
Dec 16, 2013, 9:14:17 AM12/16/13
to onebusaway...@googlegroups.com
It would be nice to find a good balance between the rapid updating that the Github wikis allow (including edits by non-committers) and the versioned docs that the developer.oba.org offers.  I see the lack of good versioning per release being the main current weakness of the Github wiki, and the overhead of requiring commits/merge and a release before edits are reflected in the current version docs being the main weakness of the developer.oba.org site.  If I have time I'll look into the below and see what might be a good fit for us.
Message has been deleted

Byron Román

unread,
Dec 16, 2013, 9:33:06 AM12/16/13
to onebusaway...@googlegroups.com
thanks for your help, i already read it an make my own file, but i dont understand what do "http://soak-transit-data.onebusaway.org/puget_sound/remoting/transit-data-service", and when try run it tomcat throw an exception server not found, i review the url and it not found, i change it for http://localhost:8080/onebusaway-transit-data-federation-webapp/remoting/transit-data-service but  now tomcat non start an freeze after  this

2013-12-16 08:20:08,701 INFO  [SettingsFactory.java:314] : Statistics: enabled
2013-12-16 08:20:08,701 INFO  [SettingsFactory.java:318] : Deleted entity synthetic identifier rollback: disabled
2013-12-16 08:20:08,716 INFO  [SettingsFactory.java:333] : Default entity-mode: pojo
2013-12-16 08:20:08,716 INFO  [SettingsFactory.java:337] : Named query checking : enabled
2013-12-16 08:20:08,812 INFO  [SessionFactoryImpl.java:187] : building session factory
2013-12-16 08:20:08,882 WARN  [EhcacheAccessStrategyFactoryImpl.java:44] : read-only cache configured for mutable entity [org.onebusaway.users.model.UserRole]
2013-12-16 08:20:09,223 INFO  [SessionFactoryObjectFactory.java:105] : Not binding factory to JNDI, no JNDI name configured
2013-12-16 08:20:09,252 INFO  [SchemaUpdate.java:155] : Running hbm2ddl schema update
2013-12-16 08:20:09,252 INFO  [SchemaUpdate.java:167] : fetching database metadata
2013-12-16 08:20:09,541 INFO  [SchemaUpdate.java:179] : updating schema
2013-12-16 08:20:09,920 INFO  [TableMetadata.java:62] : table found: OBA.dbo.oba_geocoder_results
2013-12-16 08:20:09,921 INFO  [TableMetadata.java:63] : columns: [results, location]
2013-12-16 08:20:09,921 INFO  [TableMetadata.java:65] : foreign keys: []
2013-12-16 08:20:09,921 INFO  [TableMetadata.java:66] : indexes: [pk__oba_geoc__412ae05d0ea330e9]
2013-12-16 08:20:10,116 INFO  [TableMetadata.java:62] : table found: OBA.dbo.oba_user_indices
2013-12-16 08:20:10,117 INFO  [TableMetadata.java:63] : columns: [value, user_id, credentials, type]
2013-12-16 08:20:10,117 INFO  [TableMetadata.java:65] : foreign keys: [fk1aac12e4159a0621]
2013-12-16 08:20:10,117 INFO  [TableMetadata.java:66] : indexes: [pk__oba_user__47f3ecea1273c1cd]
2013-12-16 08:20:10,618 INFO  [TableMetadata.java:62] : table found: OBA.dbo.oba_user_roles
2013-12-16 08:20:10,619 INFO  [TableMetadata.java:63] : columns: [name]
2013-12-16 08:20:10,619 INFO  [TableMetadata.java:65] : foreign keys: []
2013-12-16 08:20:10,619 INFO  [TableMetadata.java:66] : indexes: [pk__oba_user__72e12f1a164452b1]
2013-12-16 08:20:10,810 INFO  [TableMetadata.java:62] : table found: OBA.dbo.oba_user_roles_mapping
2013-12-16 08:20:10,810 INFO  [TableMetadata.java:63] : columns: [user_id, roles_name]
2013-12-16 08:20:10,811 INFO  [TableMetadata.java:65] : foreign keys: [fk3aaf66c9159a0621, fk3aaf66c9b8180675]
2013-12-16 08:20:10,811 INFO  [TableMetadata.java:66] : indexes: [pk__oba_user__cf8c19721a14e395]
2013-12-16 08:20:10,859 INFO  [UpdateChecker.java:100] : New update(s) found: 2.6.5 [http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.6]. Please check http://ehcache.org for the latest version.
2013-12-16 08:20:10,975 INFO  [TableMetadata.java:62] : table found: OBA.dbo.oba_users
2013-12-16 08:20:10,975 INFO  [TableMetadata.java:63] : columns: [creationtime, id, lastaccesstime, temporary, properties]
2013-12-16 08:20:10,976 INFO  [TableMetadata.java:65] : foreign keys: []
2013-12-16 08:20:10,976 INFO  [TableMetadata.java:66] : indexes: [pk__oba_user__3213e83f1de57479]
2013-12-16 08:20:10,976 INFO  [SchemaUpdate.java:217] : schema update complete
2013-12-16 08:20:11,349 INFO  [HibernateTransactionManager.java:415] : Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@4e0fd2b1] of Hibernate SessionFactory for HibernateTransactionManager
2013-12-16 08:20:11,498 INFO  [MBeanExporter.java:412] : Registering beans for JMX exposure on startup
2013-12-16 08:20:14,735 INFO  [RememberMeServicesInjectionBeanPostProcessor.java:33] : Setting RememberMeServices on bean userIndexAuthenticationFilter
2013-12-16 08:20:14,805 INFO  [RememberMeServicesInjectionBeanPostProcessor.java:33] : Setting RememberMeServices on bean everyLastLoginAuthenticationFilter
2013-12-16 08:20:14,886 INFO  [EntryPointInjectionBeanPostProcessor.java:30] : Selecting AuthenticationEntryPoint for use in ExceptionTranslationFilter
2013-12-16 08:20:14,895 INFO  [EntryPointInjectionBeanPostProcessor.java:38] : Using main configured AuthenticationEntryPoint.
2013-12-16 08:20:14,896 INFO  [EntryPointInjectionBeanPostProcessor.java:46] : Using bean 'org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint@6ec41a30' as the entry point.
2013-12-16 08:20:14,937 INFO  [AbstractSecurityInterceptor.java:216] : Validated configuration attributes
2013-12-16 08:20:15,208 INFO  [RememberMeServicesInjectionBeanPostProcessor.java:33] : Setting RememberMeServices on bean _formLoginFilter
2013-12-16 08:20:15,616 WARN  [RealmVerifier.java:107] : RP discovery / realm validation disabled; 

Barbeau, Sean

unread,
Dec 16, 2013, 9:56:18 AM12/16/13
to onebusaway...@googlegroups.com

Byron,

You’ll need to deploy the onebusaway-api-webapp project to use the API, and the onebusaway-webapp project to see a website you can interact with.  The onebusaway-transit-data-federation-webapp doesn’t have a user interface you can interact with directly.

 

Try these instructions, they are up-to-date and should give you a working version based on the current master branch.  You may want to reclone the master from Github, since there was a recent bug introduced in the onebusaway-webapp pom.xml (at least if you’re using Eclipse) that could cause problems, but its fixed now.

 

https://github.com/OneBusAway/onebusaway-application-modules/wiki/Developer-Guide

 

Sean

--
You received this message because you are subscribed to a topic in the Google Groups "onebusaway-developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/onebusaway-developers/BURMQ1s9K8A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to onebusaway-devel...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages