Unable to run or debugging ODK Aggregate under Eclipse

Hi ODKers

I am working on a custom version of ODK Aggregate, for this time (just
beginning), I am trying to get running after make minimal Eclipse Setup . I
followed all steps exactly as said "AggregateEclipseProjectSetup " and
Configure.TXT Instruction.... after make the step (7) of the
configure.txt....: "Click on the red toolbox (GWT compile) to compile the
GWT Java code into javascript. For the Project, specify
'eclipse-gae-project..............'" I get These errors

at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 39 more

sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Failed startup of context
com.google.appengine.tools.development.DevAppEngineWebAppContext@2bc130c2{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war}
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AutomaticInstanceHolder.startUp(AutomaticInstanceHolder.java:26)
at
com.google.appengine.tools.development.AbstractModule.startup(AbstractModule.java:79)
at com.google.appengine.tools.development.Modules.startup(Modules.java:97)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:255)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 39 more

sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Nested in
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.:
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AutomaticInstanceHolder.startUp(AutomaticInstanceHolder.java:26)
at
com.google.appengine.tools.development.AbstractModule.startup(AbstractModule.java:79)
at com.google.appengine.tools.development.Modules.startup(Modules.java:97)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:255)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)

sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:8888
sep 03, 2014 11:03:33 PM
com.google.appengine.tools.development.AbstractModule startup
INFORMACIÓN: Module instance default is running at http://localhost:8888/
sep 03, 2014 11:03:33 PM
com.google.appengine.tools.development.AbstractModule startup
INFORMACIÓN: The admin console is running at http://localhost:8888/_ah/admin
sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: jetty-6.1.x
sep 03, 2014 11:03:33 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
INFORMACIÓN: javax.servlet.ServletContext log: Initializing Spring root
WebApplicationContext
sep 03, 2014 11:03:33 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
INFORMACIÓN: Root WebApplicationContext: initialization started
sep 03, 2014 11:03:33 PM
org.springframework.web.context.support.XmlWebApplicationContext
prepareRefresh
INFORMACIÓN: Refreshing Root WebApplicationContext: startup date [Wed Sep
03 23:03:33 BOT 2014]; root of context hierarchy
sep 03, 2014 11:03:33 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-settings.xml]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from ServletContext resource
[/WEB-INF/applicationContext-security.xml]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-security-settings.xml]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-common-security-settings.xml]
sep 03, 2014 11:03:34 PM
org.springframework.security.core.SpringSecurityCoreVersion
performVersionChecks
INFORMACIÓN: You are running with Spring Security Core 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:34 PM
org.springframework.security.config.SecurityNamespaceHandler
INFORMACIÓN: Spring Security 'config' module version is 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for /_ah/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/Aggregate.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /aggregateui/preferenceservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/aggregateui/securityservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/filterservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/submissionservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/formservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/formadminservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/servicesadminservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /aggregateui/securityadminservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/odktablesadmin
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdataservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdiffservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/servertableservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/servertableaclservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/aggregateui/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/images/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/javascript/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for /res/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/stylesheets/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/access-denied.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/over-quota.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/robots.txt
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/service-error.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/AggregateUI.css
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/favicon.ico
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/index.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/logout.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/odk_color.png
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/openid_login.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/relogin.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'isFullyAuthenticated() and hasRole('AUTH_LOCAL')' for /local_login.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/formList
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for /formXml
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_OWNER')' for
/submission
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /formUpload
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /upload
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsDownload
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsList
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsManifest
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /www/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER') or hasRole('ROLE_ATTACHMENT_VIEWER')' for
/view/binaryData
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /view/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /auth/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /ssl/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER') or
hasRole('ROLE_SITE_ACCESS_ADMIN')' for /enk/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for /gae/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/remote_api
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /odktables/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /appLevelFileUpload/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileUpload/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileDownload/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableKeyValueManifest/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /uploadTableFromCSV/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'isAnonymous()'
for /**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[jdbc.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:34 PM
org.opendatakit.common.persistence.engine.gae.DatastoreImpl
INFORMACIÓN: Running on MASTER_SLAVE datastore
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Version: v1.4.4 Production
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Hostname:
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Port: 8888
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SecurePort: 8443
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsRequired: no
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsAvailable: no
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: RealmString: opendatakit.org ODK Aggregate
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: isGaeEnvironment: yes
sep 03, 2014 11:03:34 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
GRAVE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:34 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Failed startup of context
com.google.appengine.tools.development.DevAppEngineWebAppContext@521d2df0{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war}
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:34 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Nested in
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.:
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)

sep 03, 2014 11:03:34 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:59550
sep 03, 2014 11:03:34 PM
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper
startup
INFORMACIÓN: server: 0.background is running on port 59550
sep 03, 2014 11:03:35 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: jetty-6.1.x
sep 03, 2014 11:03:35 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
INFORMACIÓN: javax.servlet.ServletContext log: Initializing Spring root
WebApplicationContext
sep 03, 2014 11:03:35 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
INFORMACIÓN: Root WebApplicationContext: initialization started
sep 03, 2014 11:03:35 PM
org.springframework.web.context.support.XmlWebApplicationContext
prepareRefresh
INFORMACIÓN: Refreshing Root WebApplicationContext: startup date [Wed Sep
03 23:03:35 BOT 2014]; root of context hierarchy
sep 03, 2014 11:03:35 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-settings.xml]
sep 03, 2014 11:03:35 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from ServletContext resource
[/WEB-INF/applicationContext-security.xml]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-security-settings.xml]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-common-security-settings.xml]
sep 03, 2014 11:03:36 PM
org.springframework.security.core.SpringSecurityCoreVersion
performVersionChecks
INFORMACIÓN: You are running with Spring Security Core 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:36 PM
org.springframework.security.config.SecurityNamespaceHandler
INFORMACIÓN: Spring Security 'config' module version is 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for /_ah/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/Aggregate.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /aggregateui/preferenceservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/aggregateui/securityservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/filterservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/submissionservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/formservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/formadminservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/servicesadminservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /aggregateui/securityadminservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/odktablesadmin
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdataservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdiffservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/servertableservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/servertableaclservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/aggregateui/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/images/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/javascript/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for /res/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/stylesheets/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/access-denied.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/over-quota.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/robots.txt
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/service-error.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/AggregateUI.css
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/favicon.ico
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/index.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/logout.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/odk_color.png
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/openid_login.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/relogin.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'isFullyAuthenticated() and hasRole('AUTH_LOCAL')' for /local_login.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/formList
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for /formXml
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_OWNER')' for
/submission
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /formUpload
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /upload
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsDownload
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsList
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsManifest
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /www/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER') or hasRole('ROLE_ATTACHMENT_VIEWER')' for
/view/binaryData
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /view/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /auth/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /ssl/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER') or
hasRole('ROLE_SITE_ACCESS_ADMIN')' for /enk/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for /gae/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/remote_api
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /odktables/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /appLevelFileUpload/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileUpload/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileDownload/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableKeyValueManifest/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /uploadTableFromCSV/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'isAnonymous()'
for /**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[jdbc.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:36 PM
org.opendatakit.common.persistence.engine.gae.DatastoreImpl
INFORMACIÓN: Running on MASTER_SLAVE datastore
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Version: v1.4.4 Production
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Hostname:
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Port: 8888
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SecurePort: 8443
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsRequired: no
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsAvailable: no
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: RealmString: opendatakit.org ODK Aggregate
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: isGaeEnvironment: yes
sep 03, 2014 11:03:36 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
GRAVE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:36 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Failed startup of context
com.google.appengine.tools.development.DevAppEngineWebAppContext@1bd1bac9{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war}
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:36 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Nested in
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.:
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)

sep 03, 2014 11:03:36 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:59551
sep 03, 2014 11:03:36 PM
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper
startup
INFORMACIÓN: server: -1.background is running on port 59551
sep 03, 2014 11:03:36 PM
com.google.appengine.tools.development.DevAppServerImpl doStart
INFORMACIÓN: Dev App Server is now running
sep 03, 2014 11:03:36 PM
com.google.appengine.tools.development.InstanceHelper sendStartRequest
ADVERTENCIA: Start request to /_ah/start on server 0.background failed
(HTTP status code=503). Retrying...
sep 03, 2014 11:03:37 PM
com.google.appengine.tools.development.InstanceHelper sendStartRequest
ADVERTENCIA: Start request to /_ah/start on server 0.background failed
(HTTP status code=503). Retrying...
sep 03, 2014 11:03:38 PM
com.google.appengine.tools.development.InstanceHelper sendStartRequest
ADVERTENCIA: Start request to /_ah/start on server 0.background failed
(HTTP status code=503). Retrying...

Please, help me. I tryed in several ways with no succes...

Regards, Joel Molina

Within the odk-gae-settings project, edit your security.properties file
and change the lines below -- replacing 'msundt' with the ODK Aggregate
username you want to use when logging in.

security.server.superUser=# Define a superUserUsername to insert an ODK
Aggregate username that can

access the server. The initial password for this username is 'aggregate'

security.server.superUserUsername=msundt
Then save the file, run the Ant build script on the odk-gae-settings
project, refresh your eclipse project, and try again.

I suspect you entered your username in the superUser field, rather than in
the superUserUsername field.

··· On Wed, Sep 3, 2014 at 8:32 PM, Joel Molina wrote:

Hi ODKers

I am working on a custom version of ODK Aggregate, for this time (just
beginning), I am trying to get running after make minimal Eclipse Setup . I
followed all steps exactly as said "AggregateEclipseProjectSetup " and
Configure.TXT Instruction.... after make the step (7) of the
configure.txt....: "Click on the red toolbox (GWT compile) to compile the
GWT Java code into javascript. For the Project, specify
'eclipse-gae-project..............'" I get These errors

at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 39 more

sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Failed startup of context
com.google.appengine.tools.development.DevAppEngineWebAppContext@2bc130c2
{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war}
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AutomaticInstanceHolder.startUp(AutomaticInstanceHolder.java:26)
at
com.google.appengine.tools.development.AbstractModule.startup(AbstractModule.java:79)
at com.google.appengine.tools.development.Modules.startup(Modules.java:97)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:255)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 39 more

sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Nested in
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.:
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AutomaticInstanceHolder.startUp(AutomaticInstanceHolder.java:26)
at
com.google.appengine.tools.development.AbstractModule.startup(AbstractModule.java:79)
at com.google.appengine.tools.development.Modules.startup(Modules.java:97)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:255)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)

sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:8888
sep 03, 2014 11:03:33 PM
com.google.appengine.tools.development.AbstractModule startup
INFORMACIÓN: Module instance default is running at http://localhost:8888/
sep 03, 2014 11:03:33 PM
com.google.appengine.tools.development.AbstractModule startup
INFORMACIÓN: The admin console is running at
http://localhost:8888/_ah/admin
sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: jetty-6.1.x
sep 03, 2014 11:03:33 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
INFORMACIÓN: javax.servlet.ServletContext log: Initializing Spring root
WebApplicationContext
sep 03, 2014 11:03:33 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
INFORMACIÓN: Root WebApplicationContext: initialization started
sep 03, 2014 11:03:33 PM
org.springframework.web.context.support.XmlWebApplicationContext
prepareRefresh
INFORMACIÓN: Refreshing Root WebApplicationContext: startup date [Wed Sep
03 23:03:33 BOT 2014]; root of context hierarchy
sep 03, 2014 11:03:33 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-settings.xml]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from ServletContext resource
[/WEB-INF/applicationContext-security.xml]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-security-settings.xml]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-common-security-settings.xml]
sep 03, 2014 11:03:34 PM
org.springframework.security.core.SpringSecurityCoreVersion
performVersionChecks
INFORMACIÓN: You are running with Spring Security Core 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:34 PM
org.springframework.security.config.SecurityNamespaceHandler
INFORMACIÓN: Spring Security 'config' module version is 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/_ah/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/Aggregate.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /aggregateui/preferenceservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/aggregateui/securityservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/filterservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/submissionservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/formservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/formadminservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/servicesadminservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /aggregateui/securityadminservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/odktablesadmin
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdataservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdiffservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/servertableservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/servertableaclservice
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/aggregateui/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/images/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/javascript/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/res/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/stylesheets/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/access-denied.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/over-quota.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/robots.txt
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/service-error.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/AggregateUI.css
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/favicon.ico
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/index.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/logout.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/odk_color.png
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/openid_login.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/relogin.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'isFullyAuthenticated() and hasRole('AUTH_LOCAL')' for /local_login.html
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/formList
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for /formXml
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_OWNER')' for
/submission
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /formUpload
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /upload
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsDownload
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsList
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsManifest
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /www/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER') or hasRole('ROLE_ATTACHMENT_VIEWER')' for
/view/binaryData
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /view/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /auth/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /ssl/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER') or
hasRole('ROLE_SITE_ACCESS_ADMIN')' for /enk/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/gae/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/remote_api
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /odktables/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /appLevelFileUpload/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileUpload/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileDownload/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableKeyValueManifest/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /uploadTableFromCSV/**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'isAnonymous()'
for /**
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:34 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[jdbc.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:34 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:34 PM
org.opendatakit.common.persistence.engine.gae.DatastoreImpl
INFORMACIÓN: Running on MASTER_SLAVE datastore
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Version: v1.4.4 Production
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Hostname:
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Port: 8888
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SecurePort: 8443
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsRequired: no
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsAvailable: no
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: RealmString: opendatakit.org ODK Aggregate
sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: isGaeEnvironment: yes
sep 03, 2014 11:03:34 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
GRAVE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:34 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Failed startup of context
com.google.appengine.tools.development.DevAppEngineWebAppContext@521d2df0
{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war}
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:34 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Nested in
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.:
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)

sep 03, 2014 11:03:34 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:59550
sep 03, 2014 11:03:34 PM
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper
startup
INFORMACIÓN: server: 0.background is running on port 59550
sep 03, 2014 11:03:35 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: jetty-6.1.x
sep 03, 2014 11:03:35 PM
com.google.appengine.tools.development.ApiProxyLocalImpl log
INFORMACIÓN: javax.servlet.ServletContext log: Initializing Spring root
WebApplicationContext
sep 03, 2014 11:03:35 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
INFORMACIÓN: Root WebApplicationContext: initialization started
sep 03, 2014 11:03:35 PM
org.springframework.web.context.support.XmlWebApplicationContext
prepareRefresh
INFORMACIÓN: Refreshing Root WebApplicationContext: startup date [Wed Sep
03 23:03:35 BOT 2014]; root of context hierarchy
sep 03, 2014 11:03:35 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-settings.xml]
sep 03, 2014 11:03:35 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from ServletContext resource
[/WEB-INF/applicationContext-security.xml]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-security-settings.xml]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
loadBeanDefinitions
INFORMACIÓN: Loading XML bean definitions from class path resource
[odk-common-security-settings.xml]
sep 03, 2014 11:03:36 PM
org.springframework.security.core.SpringSecurityCoreVersion
performVersionChecks
INFORMACIÓN: You are running with Spring Security Core 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:36 PM
org.springframework.security.config.SecurityNamespaceHandler
INFORMACIÓN: Spring Security 'config' module version is 3.2.4.odk-SNAPSHOT
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/_ah/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/Aggregate.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /aggregateui/preferenceservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for
/aggregateui/securityservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/filterservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/submissionservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/formservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/formadminservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /aggregateui/servicesadminservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /aggregateui/securityadminservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/odktablesadmin
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdataservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdiffservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/servertableservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/servertableaclservice
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/aggregateui/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/images/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/javascript/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/res/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/stylesheets/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/access-denied.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/over-quota.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/robots.txt
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/service-error.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/AggregateUI.css
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/favicon.ico
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/index.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/logout.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/odk_color.png
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/openid_login.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/relogin.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'isFullyAuthenticated() and hasRole('AUTH_LOCAL')' for /local_login.html
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/formList
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for /formXml
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_OWNER')' for
/submission
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /formUpload
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /upload
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsDownload
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsList
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for
/xformsManifest
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_USER')' for /www/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER') or hasRole('ROLE_ATTACHMENT_VIEWER')' for
/view/binaryData
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_VIEWER')' for /view/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_OWNER')' for /auth/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /ssl/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER') or
hasRole('ROLE_SITE_ACCESS_ADMIN')' for /enk/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/gae/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'true' for
/remote_api
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /odktables/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /appLevelFileUpload/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileUpload/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableFileDownload/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')'
for /tableKeyValueManifest/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute
'hasRole('ROLE_ADMINISTER_TABLES')' for /uploadTableFromCSV/**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser
parseInterceptUrlsForFilterInvocationRequestMap
INFORMACIÓN: Creating access control expression attribute 'isAnonymous()'
for /**
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:36 PM
org.springframework.security.config.http.MatcherType fromElement
ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher'
instead.
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[jdbc.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[security.properties]
sep 03, 2014 11:03:36 PM
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
loadProperties
INFORMACIÓN: Loading properties file from class path resource
[logging.properties]
sep 03, 2014 11:03:36 PM
org.opendatakit.common.persistence.engine.gae.DatastoreImpl
INFORMACIÓN: Running on MASTER_SLAVE datastore
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Version: v1.4.4 Production
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Hostname:
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: Port: 8888
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SecurePort: 8443
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsRequired: no
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: SslIsAvailable: no
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: RealmString: opendatakit.org ODK Aggregate
sep 03, 2014 11:03:36 PM org.opendatakit.common.security.Realm
afterPropertiesSet
INFORMACIÓN: isGaeEnvironment: yes
sep 03, 2014 11:03:36 PM org.springframework.web.context.ContextLoader
initWebApplicationContext
GRAVE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:36 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Failed startup of context
com.google.appengine.tools.development.DevAppEngineWebAppContext@1bd1bac9
{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war}
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
Caused by: java.lang.IllegalStateException: superUserEmail is malformed.
Must be of the form 'mailto:user@gmail.com' or other supported OpenID
provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
... 38 more

sep 03, 2014 11:03:36 PM com.google.apphosting.utils.jetty.JettyLogger warn
ADVERTENCIA: Nested in
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'user_service' defined in class path resource
[odk-settings.xml]: Invocation of init method failed; nested exception is
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.:
java.lang.IllegalStateException: superUserEmail is malformed. Must be of
the form 'mailto:user@gmail.com' or other supported OpenID provider.
at
org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602)
at java.security.AccessController.doPrivileged(Native Method)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250)
at
com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305)
at
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper.startup(AbstractBackendServers.java:726)
at
com.google.appengine.tools.development.AbstractBackendServers.startupAll(AbstractBackendServers.java:264)
at
com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:266)
at
com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213)
at
com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211)
at
com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)

sep 03, 2014 11:03:36 PM com.google.apphosting.utils.jetty.JettyLogger info
INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:59551
sep 03, 2014 11:03:36 PM
com.google.appengine.tools.development.AbstractBackendServers$ServerWrapper
startup
INFORMACIÓN: server: -1.background is running on port 59551
sep 03, 2014 11:03:36 PM
com.google.appengine.tools.development.DevAppServerImpl doStart
INFORMACIÓN: Dev App Server is now running
sep 03, 2014 11:03:36 PM
com.google.appengine.tools.development.InstanceHelper sendStartRequest
ADVERTENCIA: Start request to /_ah/start on server 0.background failed
(HTTP status code=503). Retrying...
sep 03, 2014 11:03:37 PM
com.google.appengine.tools.development.InstanceHelper sendStartRequest
ADVERTENCIA: Start request to /_ah/start on server 0.background failed
(HTTP status code=503). Retrying...
sep 03, 2014 11:03:38 PM
com.google.appengine.tools.development.InstanceHelper sendStartRequest
ADVERTENCIA: Start request to /_ah/start on server 0.background failed
(HTTP status code=503). Retrying...

Please, help me. I tryed in several ways with no succes...

Regards, Joel Molina

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Oh!!!

Thanks!!!!! Incredible!!!! corrected this mistake and is running without
errors, Thanks again!!!!

Regards, Joel

··· On Wednesday, September 3, 2014 11:32:43 PM UTC-4, Joel Molina wrote: > > Hi ODKers > > I am working on a custom version of ODK Aggregate, for this time (just > beginning), I am trying to get running after make minimal Eclipse Setup . I > followed all steps exactly as said "AggregateEclipseProjectSetup " and > Configure.TXT Instruction.... after make the step (7) of the > configure.txt....: "Click on the red toolbox (GWT compile) to compile the > GWT Java code into javascript. For the Project, specify > 'eclipse-gae-project..............'" I get These errors > > > > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549) > ... 39 more > > sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger warn > ADVERTENCIA: Failed startup of context > com.google.appengine.tools.development.DevAppEngineWebAppContext@2bc130c2{/,C:\Users\Usuario\workspace\indigo\opendatakit.aggregate\eclipse-aggregate-gae\war} > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'user_service' defined in class path resource > [odk-settings.xml]: Invocation of init method failed; nested exception is > java.lang.IllegalStateException: superUserEmail is malformed. Must be of > the form 'mailto:user@gmail.com' or other supported OpenID provider. > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475) > at > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304) > at > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) > at > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195) > at > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703) > at > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760) > at > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482) > at > org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403) > at > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306) > at > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106) > at > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548) > at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) > at > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) > at > org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517) > at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at > org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at > org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) > at org.mortbay.jetty.Server.doStart(Server.java:224) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at > com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250) > at > com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305) > at > com.google.appengine.tools.development.AutomaticInstanceHolder.startUp(AutomaticInstanceHolder.java:26) > at > com.google.appengine.tools.development.AbstractModule.startup(AbstractModule.java:79) > at com.google.appengine.tools.development.Modules.startup(Modules.java:97) > at > com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:255) > at > com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47) > at > com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213) > at > com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211) > at java.security.AccessController.doPrivileged(Native Method) > at > com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211) > at > com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97) > at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509) > at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093) > at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836) > at com.google.gwt.dev.DevMode.main(DevMode.java:311) > Caused by: java.lang.IllegalStateException: superUserEmail is malformed. > Must be of the form 'mailto:user@gmail.com' or other supported OpenID > provider. > at > org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602) > at java.security.AccessController.doPrivileged(Native Method) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549) > ... 39 more > > sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger warn > ADVERTENCIA: Nested in > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'user_service' defined in class path resource > [odk-settings.xml]: Invocation of init method failed; nested exception is > java.lang.IllegalStateException: superUserEmail is malformed. Must be of > the form 'mailto:user@gmail.com' or other supported OpenID provider.: > java.lang.IllegalStateException: superUserEmail is malformed. Must be of > the form 'mailto:user@gmail.com' or other supported OpenID provider. > at > org.opendatakit.common.security.spring.UserServiceImpl.afterPropertiesSet(UserServiceImpl.java:82) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1602) > at java.security.AccessController.doPrivileged(Native Method) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1599) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1549) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475) > at > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304) > at > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) > at > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195) > at > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703) > at > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760) > at > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482) > at > org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403) > at > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306) > at > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106) > at > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548) > at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) > at > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) > at > org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517) > at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at > org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at > org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) > at org.mortbay.jetty.Server.doStart(Server.java:224) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at > com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:250) > at > com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:305) > at > com.google.appengine.tools.development.AutomaticInstanceHolder.startUp(AutomaticInstanceHolder.java:26) > at > com.google.appengine.tools.development.AbstractModule.startup(AbstractModule.java:79) > at com.google.appengine.tools.development.Modules.startup(Modules.java:97) > at > com.google.appengine.tools.development.DevAppServerImpl.doStart(DevAppServerImpl.java:255) > at > com.google.appengine.tools.development.DevAppServerImpl.access$000(DevAppServerImpl.java:47) > at > com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:213) > at > com.google.appengine.tools.development.DevAppServerImpl$1.run(DevAppServerImpl.java:211) > at java.security.AccessController.doPrivileged(Native Method) > at > com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:211) > at > com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:97) > at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509) > at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093) > at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836) > at com.google.gwt.dev.DevMode.main(DevMode.java:311) > > sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger info > INFORMACIÓN: Started SelectChannelConnector@0.0.0.0:8888 > sep 03, 2014 11:03:33 PM > com.google.appengine.tools.development.AbstractModule startup > INFORMACIÓN: Module instance default is running at http://localhost:8888/ > sep 03, 2014 11:03:33 PM > com.google.appengine.tools.development.AbstractModule startup > INFORMACIÓN: The admin console is running at > http://localhost:8888/_ah/admin > sep 03, 2014 11:03:33 PM com.google.apphosting.utils.jetty.JettyLogger info > INFORMACIÓN: jetty-6.1.x > sep 03, 2014 11:03:33 PM > com.google.appengine.tools.development.ApiProxyLocalImpl log > INFORMACIÓN: javax.servlet.ServletContext log: Initializing Spring root > WebApplicationContext > sep 03, 2014 11:03:33 PM org.springframework.web.context.ContextLoader > initWebApplicationContext > INFORMACIÓN: Root WebApplicationContext: initialization started > sep 03, 2014 11:03:33 PM > org.springframework.web.context.support.XmlWebApplicationContext > prepareRefresh > INFORMACIÓN: Refreshing Root WebApplicationContext: startup date [Wed Sep > 03 23:03:33 BOT 2014]; root of context hierarchy > sep 03, 2014 11:03:33 PM > org.springframework.beans.factory.xml.XmlBeanDefinitionReader > loadBeanDefinitions > INFORMACIÓN: Loading XML bean definitions from class path resource > [odk-settings.xml] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.xml.XmlBeanDefinitionReader > loadBeanDefinitions > INFORMACIÓN: Loading XML bean definitions from ServletContext resource > [/WEB-INF/applicationContext-security.xml] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.xml.XmlBeanDefinitionReader > loadBeanDefinitions > INFORMACIÓN: Loading XML bean definitions from class path resource > [odk-security-settings.xml] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.xml.XmlBeanDefinitionReader > loadBeanDefinitions > INFORMACIÓN: Loading XML bean definitions from class path resource > [odk-common-security-settings.xml] > sep 03, 2014 11:03:34 PM > org.springframework.security.core.SpringSecurityCoreVersion > performVersionChecks > INFORMACIÓN: You are running with Spring Security Core 3.2.4.odk-SNAPSHOT > sep 03, 2014 11:03:34 PM > org.springframework.security.config.SecurityNamespaceHandler > INFORMACIÓN: Spring Security 'config' module version is 3.2.4.odk-SNAPSHOT > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /_ah/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for > /Aggregate.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_USER')' for /aggregateui/preferenceservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_USER') or hasRole('ROLE_SITE_ACCESS_ADMIN')' for > /aggregateui/securityservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/filterservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/submissionservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_VIEWER')' for /aggregateui/formservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_OWNER')' for /aggregateui/formadminservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_OWNER')' for /aggregateui/servicesadminservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /aggregateui/securityadminservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/odktablesadmin > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdataservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/serverdiffservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /aggregateui/servertableservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_ADMINISTER_TABLES')' for /aggregateui/servertableaclservice > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /aggregateui/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /images/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /javascript/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /res/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /stylesheets/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /access-denied.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /over-quota.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /robots.txt > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /service-error.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /AggregateUI.css > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /favicon.ico > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /index.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /logout.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /odk_color.png > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /openid_login.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /relogin.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'isFullyAuthenticated() and hasRole('AUTH_LOCAL')' for /local_login.html > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for > /formList > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for /formXml > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_OWNER')' for > /submission > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_OWNER')' for /formUpload > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_OWNER')' for /upload > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for > /xformsDownload > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for > /xformsList > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER')' for > /xformsManifest > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_USER')' for /www/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_VIEWER') or hasRole('ROLE_ATTACHMENT_VIEWER')' for > /view/binaryData > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_VIEWER')' for /view/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_OWNER')' for /auth/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SITE_ACCESS_ADMIN')' for /ssl/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_DATA_COLLECTOR') or hasRole('ROLE_DATA_VIEWER') or > hasRole('ROLE_SITE_ACCESS_ADMIN')' for /enk/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /gae/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'true' for > /remote_api > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES')' for /odktables/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')' > for /appLevelFileUpload/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')' > for /tableFileUpload/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')' > for /tableFileDownload/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_SYNCHRONIZE_TABLES') or hasRole('ROLE_ADMINISTER_TABLES')' > for /tableKeyValueManifest/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute > 'hasRole('ROLE_ADMINISTER_TABLES')' for /uploadTableFromCSV/** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser > parseInterceptUrlsForFilterInvocationRequestMap > INFORMACIÓN: Creating access control expression attribute 'isAnonymous()' > for /** > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.MatcherType fromElement > ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher' > instead. > sep 03, 2014 11:03:34 PM > org.springframework.security.config.http.MatcherType fromElement > ADVERTENCIA: 'path-type' is deprecated. Please use 'request-matcher' > instead. > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer > loadProperties > INFORMACIÓN: Loading properties file from class path resource > [security.properties] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer > loadProperties > INFORMACIÓN: Loading properties file from class path resource > [logging.properties] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer > loadProperties > INFORMACIÓN: Loading properties file from class path resource > [jdbc.properties] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer > loadProperties > INFORMACIÓN: Loading properties file from class path resource > [security.properties] > sep 03, 2014 11:03:34 PM > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer > loadProperties > INFORMACIÓN: Loading properties file from class path resource > [logging.properties] > sep 03, 2014 11:03:34 PM > org.opendatakit.common.persistence.engine.gae.DatastoreImpl > INFORMACIÓN: Running on MASTER_SLAVE datastore > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: Version: v1.4.4 Production > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: Hostname: > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: Port: 8888 > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: SecurePort: 8443 > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: SslIsRequired: no > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: SslIsAvailable: no > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: RealmString: opendatakit.org ODK Aggregate > sep 03, 2014 11:03:34 PM org.opendatakit.common.security.Realm > afterPropertiesSet > INFORMACIÓN: isGaeEnvironment: yes > sep 03, 2014 11:03:34 PM org.springframework.web.context.ContextLoader > initWebApplicationContext > GRAVE: Context initialization failed > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'user_service' defined in class path resource > [odk-settings.xml]: Invocation of init method failed; nested exception is > java.lang.IllegalStateException: superUserEmail is malformed. Must be of > the form 'mailto:user@gmail.com' or other supported OpenID provider. > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1553) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475) > <span class="Apple-tab-span" style="white > ... </details>