Skip to content

Instantly share code, notes, and snippets.

@iperdomo
Last active August 29, 2015 13:59
Show Gist options
  • Save iperdomo/10477487 to your computer and use it in GitHub Desktop.
Save iperdomo/10477487 to your computer and use it in GitHub Desktop.
2014-04-13 15:46:16,185 INFO [javax.servlet.ServletContextListener] Welcome to Seam 2.2.2.Final
2014-04-13 15:46:16,873 INFO [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml
2014-04-13 15:46:16,953 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.rewriteFilter
2014-04-13 15:46:16,969 INFO [org.jboss.seam.init.Initialization] reading properties from: /seam.properties
2014-04-13 15:46:17,052 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
2014-04-13 15:46:17,068 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
2014-04-13 15:46:17,069 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
2014-04-13 15:46:17,069 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
2014-04-13 15:46:17,070 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
2014-04-13 15:46:17,070 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
2014-04-13 15:46:17,071 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction
2014-04-13 15:46:17,072 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
2014-04-13 15:46:17,072 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
2014-04-13 15:46:17,072 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
2014-04-13 15:46:17,073 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.credentials
2014-04-13 15:46:17,073 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
2014-04-13 15:46:17,074 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector
2014-04-13 15:46:17,074 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider
2014-04-13 15:46:17,164 INFO [org.jboss.seam.Component] Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer
2014-04-13 15:46:17,188 INFO [org.jboss.seam.Component] Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService
2014-04-13 15:46:17,194 INFO [org.jboss.seam.Component] Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService
2014-04-13 15:46:17,198 INFO [org.jboss.seam.Component] Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService
2014-04-13 15:46:17,203 INFO [org.jboss.seam.Component] Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService
2014-04-13 15:46:17,208 INFO [org.jboss.seam.Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator
2014-04-13 15:46:17,216 INFO [org.jboss.seam.Component] Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList
2014-04-13 15:46:17,221 INFO [org.jboss.seam.Component] Component: authorizeAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.AuthorizeAction
2014-04-13 15:46:17,226 INFO [org.jboss.seam.Component] Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService
2014-04-13 15:46:17,229 INFO [org.jboss.seam.Component] Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer
2014-04-13 15:46:17,233 INFO [org.jboss.seam.Component] Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService
2014-04-13 15:46:17,236 INFO [org.jboss.seam.Component] Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService
2014-04-13 15:46:17,239 INFO [org.jboss.seam.Component] Component: configurationUpdateTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ConfigurationUpdateTimer
2014-04-13 15:46:17,245 INFO [org.jboss.seam.Component] Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl
2014-04-13 15:46:17,249 INFO [org.jboss.seam.Component] Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory
2014-04-13 15:46:17,255 INFO [org.jboss.seam.Component] Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ExternalAuthenticationService
2014-04-13 15:46:17,262 INFO [org.jboss.seam.Component] Component: federationCheckTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.FederationCheckTimer
2014-04-13 15:46:17,266 INFO [org.jboss.seam.Component] Component: federationDataService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.FederationDataService
2014-04-13 15:46:17,269 INFO [org.jboss.seam.Component] Component: federationDataWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.federation.ws.rs.FederationDataWSImpl
2014-04-13 15:46:17,272 INFO [org.jboss.seam.Component] Component: federationMetadataService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.FederationMetadataService
2014-04-13 15:46:17,275 INFO [org.jboss.seam.Component] Component: federationMetadataWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.federation.ws.rs.FederationMetadataWSImpl
2014-04-13 15:46:17,278 INFO [org.jboss.seam.Component] Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService
2014-04-13 15:46:17,286 INFO [org.jboss.seam.Component] Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService
2014-04-13 15:46:17,291 INFO [org.jboss.seam.Component] Component: idGenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenService
2014-04-13 15:46:17,302 INFO [org.jboss.seam.Component] Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService
2014-04-13 15:46:17,312 INFO [org.jboss.seam.Component] Component: introspectionWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.introspection.ws.rs.IntrospectionWebService
2014-04-13 15:46:17,315 INFO [org.jboss.seam.Component] Component: inumGenerator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.InumGenerator
2014-04-13 15:46:17,317 INFO [org.jboss.seam.Component] Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService
2014-04-13 15:46:17,321 INFO [org.jboss.seam.Component] Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService
2014-04-13 15:46:17,325 INFO [org.jboss.seam.Component] Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService
2014-04-13 15:46:17,327 INFO [org.jboss.seam.Component] Component: ldapStatusTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.status.ldap.LdapStatusTimer
2014-04-13 15:46:17,330 INFO [org.jboss.seam.Component] Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction
2014-04-13 15:46:17,333 INFO [org.jboss.seam.Component] Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService
2014-04-13 15:46:17,335 INFO [org.jboss.seam.Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
2014-04-13 15:46:17,339 INFO [org.jboss.seam.Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
2014-04-13 15:46:17,343 INFO [org.jboss.seam.Component] Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider
2014-04-13 15:46:17,348 INFO [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
2014-04-13 15:46:17,350 INFO [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
2014-04-13 15:46:17,351 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
2014-04-13 15:46:17,354 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
2014-04-13 15:46:17,356 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
2014-04-13 15:46:17,357 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
2014-04-13 15:46:17,358 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
2014-04-13 15:46:17,359 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
2014-04-13 15:46:17,360 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
2014-04-13 15:46:17,361 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
2014-04-13 15:46:17,363 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
2014-04-13 15:46:17,364 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
2014-04-13 15:46:17,365 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
2014-04-13 15:46:17,368 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
2014-04-13 15:46:17,370 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
2014-04-13 15:46:17,371 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
2014-04-13 15:46:17,372 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
2014-04-13 15:46:17,373 INFO [org.jboss.seam.Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
2014-04-13 15:46:17,376 INFO [org.jboss.seam.Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
2014-04-13 15:46:17,378 INFO [org.jboss.seam.Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
2014-04-13 15:46:17,379 INFO [org.jboss.seam.Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
2014-04-13 15:46:17,381 INFO [org.jboss.seam.Component] Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
2014-04-13 15:46:17,386 INFO [org.jboss.seam.Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
2014-04-13 15:46:17,390 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
2014-04-13 15:46:17,392 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
2014-04-13 15:46:17,393 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
2014-04-13 15:46:17,394 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
2014-04-13 15:46:17,395 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
2014-04-13 15:46:17,395 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
2014-04-13 15:46:17,397 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
2014-04-13 15:46:17,397 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
2014-04-13 15:46:17,398 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
2014-04-13 15:46:17,399 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
2014-04-13 15:46:17,400 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
2014-04-13 15:46:17,402 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
2014-04-13 15:46:17,404 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
2014-04-13 15:46:17,408 INFO [org.jboss.seam.Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
2014-04-13 15:46:17,410 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
2014-04-13 15:46:17,411 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
2014-04-13 15:46:17,416 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
2014-04-13 15:46:17,418 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
2014-04-13 15:46:17,419 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
2014-04-13 15:46:17,420 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
2014-04-13 15:46:17,424 INFO [org.jboss.seam.Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
2014-04-13 15:46:17,429 INFO [org.jboss.seam.Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
2014-04-13 15:46:17,432 INFO [org.jboss.seam.Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
2014-04-13 15:46:17,433 INFO [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
2014-04-13 15:46:17,443 INFO [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
2014-04-13 15:46:17,445 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application
2014-04-13 15:46:17,450 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap
2014-04-13 15:46:17,453 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.resourceAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyResourceAdapter
2014-04-13 15:46:17,455 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
2014-04-13 15:46:17,457 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.OAuthCredentials
2014-04-13 15:46:17,458 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
2014-04-13 15:46:17,459 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
2014-04-13 15:46:17,461 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
2014-04-13 15:46:17,463 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
2014-04-13 15:46:17,467 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
2014-04-13 15:46:17,470 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
2014-04-13 15:46:17,473 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
2014-04-13 15:46:17,481 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
2014-04-13 15:46:17,483 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
2014-04-13 15:46:17,486 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
2014-04-13 15:46:17,487 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
2014-04-13 15:46:17,490 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
2014-04-13 15:46:17,492 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
2014-04-13 15:46:17,493 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
2014-04-13 15:46:17,495 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
2014-04-13 15:46:17,499 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
2014-04-13 15:46:17,500 INFO [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
2014-04-13 15:46:17,501 INFO [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
2014-04-13 15:46:17,502 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
2014-04-13 15:46:17,503 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
2014-04-13 15:46:17,505 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction
2014-04-13 15:46:17,507 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
2014-04-13 15:46:17,508 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector
2014-04-13 15:46:17,511 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
2014-04-13 15:46:17,514 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
2014-04-13 15:46:17,518 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
2014-04-13 15:46:17,519 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
2014-04-13 15:46:17,520 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
2014-04-13 15:46:17,521 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
2014-04-13 15:46:17,522 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
2014-04-13 15:46:17,523 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
2014-04-13 15:46:17,524 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
2014-04-13 15:46:17,525 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.authenticationFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.auth.AuthenticationFilter
2014-04-13 15:46:17,528 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
2014-04-13 15:46:17,529 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
2014-04-13 15:46:17,530 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
2014-04-13 15:46:17,531 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
2014-04-13 15:46:17,531 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
2014-04-13 15:46:17,532 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
2014-04-13 15:46:17,533 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
2014-04-13 15:46:17,534 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
2014-04-13 15:46:17,534 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter
2014-04-13 15:46:17,535 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
2014-04-13 15:46:17,536 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
2014-04-13 15:46:17,537 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
2014-04-13 15:46:17,539 INFO [org.jboss.seam.Component] Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService
2014-04-13 15:46:17,542 INFO [org.jboss.seam.Component] Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService
2014-04-13 15:46:17,546 INFO [org.jboss.seam.Component] Component: registerRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.register.ws.rs.RegisterRestWebServiceImpl
2014-04-13 15:46:17,551 INFO [org.jboss.seam.Component] Component: requestAuthorizationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl
2014-04-13 15:46:17,555 INFO [org.jboss.seam.Component] Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl
2014-04-13 15:46:17,557 INFO [org.jboss.seam.Component] Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl
2014-04-13 15:46:17,562 INFO [org.jboss.seam.Component] Component: requestTokenRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl
2014-04-13 15:46:17,567 INFO [org.jboss.seam.Component] Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl
2014-04-13 15:46:17,569 INFO [org.jboss.seam.Component] Component: requestValidateTokenRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.token.ws.rs.ValidateTokenRestWebServiceImpl
2014-04-13 15:46:17,572 INFO [org.jboss.seam.Component] Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager
2014-04-13 15:46:17,574 INFO [org.jboss.seam.Component] Component: resourceSetPermissionRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetPermissionRegistrationRestWebServiceImpl
2014-04-13 15:46:17,577 INFO [org.jboss.seam.Component] Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationRestWebServiceImpl
2014-04-13 15:46:17,580 INFO [org.jboss.seam.Component] Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService
2014-04-13 15:46:17,582 INFO [org.jboss.seam.Component] Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager
2014-04-13 15:46:17,584 INFO [org.jboss.seam.Component] Component: rptPermissionAuthorizationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptPermissionAuthorizationRestWebServiceImpl
2014-04-13 15:46:17,586 INFO [org.jboss.seam.Component] Component: rptRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptRestWebServiceImpl
2014-04-13 15:46:17,589 INFO [org.jboss.seam.Component] Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusRestWebServiceImpl
2014-04-13 15:46:17,593 INFO [org.jboss.seam.Component] Component: schemaService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.SchemaService
2014-04-13 15:46:17,595 INFO [org.jboss.seam.Component] Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService
2014-04-13 15:46:17,597 INFO [org.jboss.seam.Component] Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient
2014-04-13 15:46:17,598 INFO [org.jboss.seam.Component] Component: sessionIdService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionIdService
2014-04-13 15:46:17,600 INFO [org.jboss.seam.Component] Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionId
2014-04-13 15:46:17,607 INFO [org.jboss.seam.Component] Component: shibbolethLoginService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.sso.ShibbolethLoginService
2014-04-13 15:46:17,612 INFO [org.jboss.seam.Component] Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService
2014-04-13 15:46:17,614 INFO [org.jboss.seam.Component] Component: umaAuthorizationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.authorization.AuthorizationService
2014-04-13 15:46:17,617 INFO [org.jboss.seam.Component] Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.MetaDataConfigurationRestWebServiceImpl
2014-04-13 15:46:17,619 INFO [org.jboss.seam.Component] Component: umaPolicyService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.PolicyService
2014-04-13 15:46:17,621 INFO [org.jboss.seam.Component] Component: umaRsPermissionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.PermissionService
2014-04-13 15:46:17,623 INFO [org.jboss.seam.Component] Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService
2014-04-13 15:46:17,625 INFO [org.jboss.seam.Component] Component: umaScopeIconRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ScopeIconWS
2014-04-13 15:46:17,628 INFO [org.jboss.seam.Component] Component: umaScopeRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ScopeWS
2014-04-13 15:46:17,631 INFO [org.jboss.seam.Component] Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService
2014-04-13 15:46:17,634 INFO [org.jboss.seam.Component] Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService
2014-04-13 15:46:17,637 INFO [org.jboss.seam.Component] Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService
2014-04-13 15:46:17,648 INFO [org.jboss.seam.Component] Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService
2014-04-13 15:46:17,653 INFO [org.jboss.seam.Component] Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService
2014-04-13 15:46:17,656 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2014-04-13 15:46:17,679 DEBUG [org.xdi.oxauth.util.FileConfiguration] Loading '/home/vagrant/tomcat/conf/oxauth-ldap.properties' configuration file from config folder
2014-04-13 15:46:17,950 INFO [org.xdi.oxauth.model.config.ConfigurationFactory] Loading configuration from LDAP...
2014-04-13 15:46:18,191 DEBUG [org.xdi.oxauth.service.AppInitializer] Created ldapEntryManager: org.gluu.site.ldap.persistence.LdapEntryManager@72a40d00
2014-04-13 15:46:18,206 TRACE [org.xdi.oxauth.model.config.ConfigurationFactory] Failed to find entry: ou=oxAuth,ou=configuration,o=@!1111,o=gluu
org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entry: ou=oxAuth,ou=configuration,o=@!1111,o=gluu
at org.gluu.site.ldap.persistence.LdapEntryManager.find(LdapEntryManager.java:217)
at org.gluu.site.ldap.persistence.AbstractEntryManager.find(AbstractEntryManager.java:416)
at org.gluu.site.ldap.persistence.AbstractEntryManager.find(AbstractEntryManager.java:367)
at org.gluu.site.ldap.persistence.AbstractEntryManager.find(AbstractEntryManager.java:356)
at org.xdi.oxauth.model.config.ConfigurationFactory.createFromLdap(ConfigurationFactory.java:155)
at org.xdi.oxauth.model.config.ConfigurationFactory.create(ConfigurationFactory.java:97)
at org.xdi.oxauth.service.AppInitializer.createApplicationComponents(AppInitializer.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)
at org.xdi.oxauth.service.AppInitializer_$$_javassist_seam_1.createApplicationComponents(AppInitializer_$$_javassist_seam_1.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
at org.jboss.seam.Component.callComponentMethod(Component.java:2275)
at org.jboss.seam.Component.callCreateMethod(Component.java:2198)
at org.jboss.seam.Component.newInstance(Component.java:2158)
at org.jboss.seam.Component.getInstance(Component.java:2024)
at org.jboss.seam.Component.getInstance(Component.java:1986)
at org.jboss.seam.Component.getInstance(Component.java:1980)
at org.jboss.seam.Component.getInstanceFromFactory(Component.java:2081)
at org.jboss.seam.Component.getInstance(Component.java:2014)
at org.jboss.seam.Component.getInstance(Component.java:1986)
at org.jboss.seam.Component.getInstance(Component.java:1980)
at org.jboss.seam.Component.getInstanceInAllNamespaces(Component.java:2375)
at org.jboss.seam.Component.getValueToInject(Component.java:2327)
at org.jboss.seam.Component.injectAttributes(Component.java:1739)
at org.jboss.seam.Component.inject(Component.java:1557)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:61)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)
at org.xdi.oxauth.service.AuthenticationFilterService_$$_javassist_seam_0.init(AuthenticationFilterService_$$_javassist_seam_0.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
at org.jboss.seam.Component.callComponentMethod(Component.java:2275)
at org.jboss.seam.Component.callCreateMethod(Component.java:2198)
at org.jboss.seam.Component.newInstance(Component.java:2158)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:143)
at org.jboss.seam.init.Initialization.init(Initialization.java:744)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4973)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
2014-04-13 15:46:18,219 INFO [org.xdi.oxauth.model.config.ConfigurationFactory] Unable to find configuration in LDAP, try to create configuration entry in LDAP...
2014-04-13 15:46:18,594 ERROR [org.xdi.oxauth.model.config.ConfigurationFactory] Failed to load id gen script from file: /home/vagrant/tomcat/conf/oxauth-id-gen.py
2014-04-13 15:46:18,677 INFO [org.xdi.oxauth.model.config.ConfigurationFactory] Configuration entry is created in LDAP.
2014-04-13 15:46:18,678 INFO [org.xdi.oxauth.model.config.ConfigurationFactory] Configuration loaded successfully.
2014-04-13 15:46:19,538 DEBUG [org.xdi.oxauth.service.BaseAuthFilterService] Authentication filter with parameters: 'AutheticationFilterWithParameters [authenticationFilter=BaseFilter [filter=(&(mail=*{0}*)(inum={1})), bind=false, bindPasswordAttribute=null, baseDn=o=gluu], variableNames=[mail, inum], indexedVariables=[IndexedParameter [paramName=mail, paramIndex={0}], IndexedParameter [paramName=inum, paramIndex={1}]]]'.
2014-04-13 15:46:19,539 DEBUG [org.xdi.oxauth.service.BaseAuthFilterService] Authentication filter with parameters: 'AutheticationFilterWithParameters [authenticationFilter=BaseFilter [filter=uid={0}, bind=true, bindPasswordAttribute=not_null, baseDn=o=gluu], variableNames=[uid], indexedVariables=[IndexedParameter [paramName=uid, paramIndex={0}]]]'.
2014-04-13 15:46:19,645 INFO [org.jboss.seam.resteasy.ResteasyBootstrap] bootstrapping JAX-RS application
2014-04-13 15:46:19,702 INFO [org.jboss.seam.resteasy.ResteasyBootstrap] registering built-in RESTEasy providers
2014-04-13 15:46:20,066 DEBUG [org.xdi.oxauth.service.BaseAuthFilterService] Authentication filter with parameters: 'AutheticationFilterWithParameters [authenticationFilter=BaseFilter [filter=myCustomAttr1={0}, bind=null, bindPasswordAttribute=null, baseDn=ou=clients,o=@!1111,o=gluu], variableNames=[mycustomattr1], indexedVariables=[IndexedParameter [paramName=mycustomattr1, paramIndex={0}]]]'.
2014-04-13 15:46:20,082 INFO [org.xdi.oxauth.model.common.AuthorizationGrantList] Created LDAP authorization grant list
2014-04-13 15:46:20,096 INFO [org.xdi.oxauth.service.uma.RPTManager] Created LDAP UMA RPT manager
2014-04-13 15:46:20,100 INFO [org.xdi.oxauth.service.uma.ResourceSetPermissionManager] Created LDAP UMA resource set manager
2014-04-13 15:46:20,103 DEBUG [org.xdi.oxauth.service.CleanerTimer] Initializing CleanerTimer
2014-04-13 15:46:20,786 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.hotDeployFilter
2014-04-13 15:46:20,786 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
2014-04-13 15:46:20,786 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
2014-04-13 15:46:20,786 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
2014-04-13 15:46:20,786 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
2014-04-13 15:46:20,787 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.authenticationFilter
2014-04-13 15:46:20,787 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
2014-04-13 15:46:20,788 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.rewriteFilter
2014-04-13 15:51:30,145 INFO [javax.servlet.ServletContextListener] Welcome to Seam 2.2.2.Final
2014-04-13 15:51:30,808 INFO [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml
2014-04-13 15:51:30,846 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.rewriteFilter
2014-04-13 15:51:30,852 INFO [org.jboss.seam.init.Initialization] reading properties from: /seam.properties
2014-04-13 15:51:30,884 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
2014-04-13 15:51:30,899 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.transaction
2014-04-13 15:51:30,899 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
2014-04-13 15:51:30,899 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
2014-04-13 15:51:30,899 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.cache.cacheProvider
2014-04-13 15:51:30,900 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
2014-04-13 15:51:30,900 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
2014-04-13 15:51:30,900 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
2014-04-13 15:51:30,901 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.credentials
2014-04-13 15:51:30,901 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
2014-04-13 15:51:30,901 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.ui.clientUidSelector
2014-04-13 15:51:30,901 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
2014-04-13 15:51:30,901 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
2014-04-13 15:51:30,901 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
2014-04-13 15:51:30,951 INFO [org.jboss.seam.Component] Component: appInitializer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AppInitializer
2014-04-13 15:51:30,973 INFO [org.jboss.seam.Component] Component: applianceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ApplianceService
2014-04-13 15:51:30,979 INFO [org.jboss.seam.Component] Component: attributeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AttributeService
2014-04-13 15:51:30,983 INFO [org.jboss.seam.Component] Component: authenticationFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationFilterService
2014-04-13 15:51:30,987 INFO [org.jboss.seam.Component] Component: authenticationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.AuthenticationService
2014-04-13 15:51:30,991 INFO [org.jboss.seam.Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.auth.Authenticator
2014-04-13 15:51:31,000 INFO [org.jboss.seam.Component] Component: authorizationGrantList, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.AuthorizationGrantList
2014-04-13 15:51:31,004 INFO [org.jboss.seam.Component] Component: authorizeAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.AuthorizeAction
2014-04-13 15:51:31,009 INFO [org.jboss.seam.Component] Component: cacheService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.CacheService
2014-04-13 15:51:31,012 INFO [org.jboss.seam.Component] Component: cleanerTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.CleanerTimer
2014-04-13 15:51:31,015 INFO [org.jboss.seam.Component] Component: clientFilterService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientFilterService
2014-04-13 15:51:31,018 INFO [org.jboss.seam.Component] Component: clientService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ClientService
2014-04-13 15:51:31,021 INFO [org.jboss.seam.Component] Component: configurationUpdateTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ConfigurationUpdateTimer
2014-04-13 15:51:31,026 INFO [org.jboss.seam.Component] Component: endSessionRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl
2014-04-13 15:51:31,030 INFO [org.jboss.seam.Component] Component: errorResponseFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.model.error.ErrorResponseFactory
2014-04-13 15:51:31,035 INFO [org.jboss.seam.Component] Component: externalAuthenticationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.ExternalAuthenticationService
2014-04-13 15:51:31,042 INFO [org.jboss.seam.Component] Component: federationCheckTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.FederationCheckTimer
2014-04-13 15:51:31,046 INFO [org.jboss.seam.Component] Component: federationDataService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.FederationDataService
2014-04-13 15:51:31,049 INFO [org.jboss.seam.Component] Component: federationDataWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.federation.ws.rs.FederationDataWSImpl
2014-04-13 15:51:31,052 INFO [org.jboss.seam.Component] Component: federationMetadataService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.FederationMetadataService
2014-04-13 15:51:31,054 INFO [org.jboss.seam.Component] Component: federationMetadataWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.federation.ws.rs.FederationMetadataWSImpl
2014-04-13 15:51:31,057 INFO [org.jboss.seam.Component] Component: grantService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.GrantService
2014-04-13 15:51:31,064 INFO [org.jboss.seam.Component] Component: httpService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.net.HttpService
2014-04-13 15:51:31,069 INFO [org.jboss.seam.Component] Component: idGenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenService
2014-04-13 15:51:31,081 INFO [org.jboss.seam.Component] Component: idGenWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.IdGenRestWebService
2014-04-13 15:51:31,090 INFO [org.jboss.seam.Component] Component: introspectionWS, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.introspection.ws.rs.IntrospectionWebService
2014-04-13 15:51:31,093 INFO [org.jboss.seam.Component] Component: inumGenerator, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.idgen.ws.rs.InumGenerator
2014-04-13 15:51:31,095 INFO [org.jboss.seam.Component] Component: inumService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.InumService
2014-04-13 15:51:31,098 INFO [org.jboss.seam.Component] Component: jsonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.JsonService
2014-04-13 15:51:31,102 INFO [org.jboss.seam.Component] Component: ldapCustomAuthenticationConfigurationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.LdapCustomAuthenticationConfigurationService
2014-04-13 15:51:31,105 INFO [org.jboss.seam.Component] Component: ldapStatusTimer, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.status.ldap.LdapStatusTimer
2014-04-13 15:51:31,107 INFO [org.jboss.seam.Component] Component: logoutAction, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.LogoutAction
2014-04-13 15:51:31,109 INFO [org.jboss.seam.Component] Component: objectSerializationService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.ObjectSerializationService
2014-04-13 15:51:31,111 INFO [org.jboss.seam.Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
2014-04-13 15:51:31,115 INFO [org.jboss.seam.Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
2014-04-13 15:51:31,119 INFO [org.jboss.seam.Component] Component: org.jboss.seam.cache.cacheProvider, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider
2014-04-13 15:51:31,124 INFO [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
2014-04-13 15:51:31,125 INFO [org.jboss.seam.Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
2014-04-13 15:51:31,125 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
2014-04-13 15:51:31,128 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
2014-04-13 15:51:31,130 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
2014-04-13 15:51:31,131 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
2014-04-13 15:51:31,131 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
2014-04-13 15:51:31,132 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
2014-04-13 15:51:31,133 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
2014-04-13 15:51:31,133 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
2014-04-13 15:51:31,135 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
2014-04-13 15:51:31,135 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
2014-04-13 15:51:31,137 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
2014-04-13 15:51:31,140 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
2014-04-13 15:51:31,141 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
2014-04-13 15:51:31,142 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
2014-04-13 15:51:31,143 INFO [org.jboss.seam.Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
2014-04-13 15:51:31,144 INFO [org.jboss.seam.Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
2014-04-13 15:51:31,146 INFO [org.jboss.seam.Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
2014-04-13 15:51:31,147 INFO [org.jboss.seam.Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
2014-04-13 15:51:31,148 INFO [org.jboss.seam.Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
2014-04-13 15:51:31,150 INFO [org.jboss.seam.Component] Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
2014-04-13 15:51:31,155 INFO [org.jboss.seam.Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
2014-04-13 15:51:31,158 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
2014-04-13 15:51:31,160 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
2014-04-13 15:51:31,161 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
2014-04-13 15:51:31,161 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
2014-04-13 15:51:31,162 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
2014-04-13 15:51:31,162 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
2014-04-13 15:51:31,163 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
2014-04-13 15:51:31,163 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
2014-04-13 15:51:31,164 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
2014-04-13 15:51:31,164 INFO [org.jboss.seam.Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
2014-04-13 15:51:31,165 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
2014-04-13 15:51:31,167 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
2014-04-13 15:51:31,169 INFO [org.jboss.seam.Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
2014-04-13 15:51:31,172 INFO [org.jboss.seam.Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
2014-04-13 15:51:31,174 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
2014-04-13 15:51:31,175 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
2014-04-13 15:51:31,179 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
2014-04-13 15:51:31,181 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
2014-04-13 15:51:31,182 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
2014-04-13 15:51:31,183 INFO [org.jboss.seam.Component] Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
2014-04-13 15:51:31,186 INFO [org.jboss.seam.Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
2014-04-13 15:51:31,191 INFO [org.jboss.seam.Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
2014-04-13 15:51:31,194 INFO [org.jboss.seam.Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
2014-04-13 15:51:31,195 INFO [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
2014-04-13 15:51:31,200 INFO [org.jboss.seam.Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
2014-04-13 15:51:31,202 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.application, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.Application
2014-04-13 15:51:31,206 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.bootstrap, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyBootstrap
2014-04-13 15:51:31,208 INFO [org.jboss.seam.Component] Component: org.jboss.seam.resteasy.resourceAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.resteasy.ResteasyResourceAdapter
2014-04-13 15:51:31,210 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
2014-04-13 15:51:31,211 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.OAuthCredentials
2014-04-13 15:51:31,212 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
2014-04-13 15:51:31,213 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
2014-04-13 15:51:31,214 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
2014-04-13 15:51:31,216 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
2014-04-13 15:51:31,219 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
2014-04-13 15:51:31,222 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
2014-04-13 15:51:31,224 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
2014-04-13 15:51:31,231 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
2014-04-13 15:51:31,233 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
2014-04-13 15:51:31,236 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
2014-04-13 15:51:31,237 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
2014-04-13 15:51:31,239 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
2014-04-13 15:51:31,241 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
2014-04-13 15:51:31,242 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
2014-04-13 15:51:31,244 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
2014-04-13 15:51:31,247 INFO [org.jboss.seam.Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
2014-04-13 15:51:31,248 INFO [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
2014-04-13 15:51:31,249 INFO [org.jboss.seam.Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
2014-04-13 15:51:31,250 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
2014-04-13 15:51:31,250 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
2014-04-13 15:51:31,252 INFO [org.jboss.seam.Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.NoTransaction
2014-04-13 15:51:31,254 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
2014-04-13 15:51:31,255 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.service.FixedClientUidSelector
2014-04-13 15:51:31,257 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
2014-04-13 15:51:31,260 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
2014-04-13 15:51:31,264 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
2014-04-13 15:51:31,265 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
2014-04-13 15:51:31,266 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
2014-04-13 15:51:31,266 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
2014-04-13 15:51:31,267 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
2014-04-13 15:51:31,267 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
2014-04-13 15:51:31,268 INFO [org.jboss.seam.Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
2014-04-13 15:51:31,269 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.authenticationFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.auth.AuthenticationFilter
2014-04-13 15:51:31,272 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
2014-04-13 15:51:31,273 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
2014-04-13 15:51:31,273 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
2014-04-13 15:51:31,274 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
2014-04-13 15:51:31,274 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
2014-04-13 15:51:31,275 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
2014-04-13 15:51:31,275 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
2014-04-13 15:51:31,276 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
2014-04-13 15:51:31,276 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter
2014-04-13 15:51:31,277 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
2014-04-13 15:51:31,277 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
2014-04-13 15:51:31,278 INFO [org.jboss.seam.Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
2014-04-13 15:51:31,280 INFO [org.jboss.seam.Component] Component: pythonService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.PythonService
2014-04-13 15:51:31,282 INFO [org.jboss.seam.Component] Component: redirectionUriService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.RedirectionUriService
2014-04-13 15:51:31,286 INFO [org.jboss.seam.Component] Component: registerRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.register.ws.rs.RegisterRestWebServiceImpl
2014-04-13 15:51:31,291 INFO [org.jboss.seam.Component] Component: requestAuthorizationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.authorize.ws.rs.AuthorizeRestWebServiceImpl
2014-04-13 15:51:31,294 INFO [org.jboss.seam.Component] Component: requestClientInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.clientinfo.ws.rs.ClientInfoRestWebServiceImpl
2014-04-13 15:51:31,296 INFO [org.jboss.seam.Component] Component: requestJwkRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.jwk.ws.rs.JwkRestWebServiceImpl
2014-04-13 15:51:31,301 INFO [org.jboss.seam.Component] Component: requestTokenRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl
2014-04-13 15:51:31,305 INFO [org.jboss.seam.Component] Component: requestUserInfoRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.userinfo.ws.rs.UserInfoRestWebServiceImpl
2014-04-13 15:51:31,307 INFO [org.jboss.seam.Component] Component: requestValidateTokenRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.token.ws.rs.ValidateTokenRestWebServiceImpl
2014-04-13 15:51:31,309 INFO [org.jboss.seam.Component] Component: resourceSetPermissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetPermissionManager
2014-04-13 15:51:31,312 INFO [org.jboss.seam.Component] Component: resourceSetPermissionRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetPermissionRegistrationRestWebServiceImpl
2014-04-13 15:51:31,314 INFO [org.jboss.seam.Component] Component: resourceSetRegistrationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ResourceSetRegistrationRestWebServiceImpl
2014-04-13 15:51:31,316 INFO [org.jboss.seam.Component] Component: resourceSetService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ResourceSetService
2014-04-13 15:51:31,319 INFO [org.jboss.seam.Component] Component: rptManager, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.RPTManager
2014-04-13 15:51:31,321 INFO [org.jboss.seam.Component] Component: rptPermissionAuthorizationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptPermissionAuthorizationRestWebServiceImpl
2014-04-13 15:51:31,322 INFO [org.jboss.seam.Component] Component: rptRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptRestWebServiceImpl
2014-04-13 15:51:31,324 INFO [org.jboss.seam.Component] Component: rptStatusRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.RptStatusRestWebServiceImpl
2014-04-13 15:51:31,328 INFO [org.jboss.seam.Component] Component: schemaService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.SchemaService
2014-04-13 15:51:31,330 INFO [org.jboss.seam.Component] Component: scopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.ScopeService
2014-04-13 15:51:31,331 INFO [org.jboss.seam.Component] Component: sessionClient, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.session.SessionClient
2014-04-13 15:51:31,333 INFO [org.jboss.seam.Component] Component: sessionIdService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.SessionIdService
2014-04-13 15:51:31,334 INFO [org.jboss.seam.Component] Component: sessionUser, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.model.common.SessionId
2014-04-13 15:51:31,341 INFO [org.jboss.seam.Component] Component: shibbolethLoginService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.sso.ShibbolethLoginService
2014-04-13 15:51:31,345 INFO [org.jboss.seam.Component] Component: tokenService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.token.TokenService
2014-04-13 15:51:31,347 INFO [org.jboss.seam.Component] Component: umaAuthorizationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.authorization.AuthorizationService
2014-04-13 15:51:31,350 INFO [org.jboss.seam.Component] Component: umaMetaDataConfigurationRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.MetaDataConfigurationRestWebServiceImpl
2014-04-13 15:51:31,351 INFO [org.jboss.seam.Component] Component: umaPolicyService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.PolicyService
2014-04-13 15:51:31,353 INFO [org.jboss.seam.Component] Component: umaRsPermissionService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.PermissionService
2014-04-13 15:51:31,355 INFO [org.jboss.seam.Component] Component: umaRsResourceService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.resourceserver.RsResourceService
2014-04-13 15:51:31,357 INFO [org.jboss.seam.Component] Component: umaScopeIconRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ScopeIconWS
2014-04-13 15:51:31,359 INFO [org.jboss.seam.Component] Component: umaScopeRestWebService, scope: EVENT, type: JAVA_BEAN, class: org.xdi.oxauth.uma.ws.rs.ScopeWS
2014-04-13 15:51:31,362 INFO [org.jboss.seam.Component] Component: umaScopeService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.ScopeService
2014-04-13 15:51:31,365 INFO [org.jboss.seam.Component] Component: umaValidationService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.uma.UmaValidationService
2014-04-13 15:51:31,367 INFO [org.jboss.seam.Component] Component: userGroupService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserGroupService
2014-04-13 15:51:31,370 INFO [org.jboss.seam.Component] Component: userService, scope: STATELESS, type: JAVA_BEAN, class: org.xdi.oxauth.service.UserService
2014-04-13 15:51:31,373 INFO [org.jboss.seam.Component] Component: xmlService, scope: APPLICATION, type: JAVA_BEAN, class: org.xdi.service.XmlService
2014-04-13 15:51:31,375 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
2014-04-13 15:51:31,401 DEBUG [org.xdi.oxauth.util.FileConfiguration] Loading '/home/vagrant/tomcat/conf/oxauth-ldap.properties' configuration file from config folder
2014-04-13 15:51:31,599 INFO [org.xdi.oxauth.model.config.ConfigurationFactory] Loading configuration from LDAP...
2014-04-13 15:51:31,832 DEBUG [org.xdi.oxauth.service.AppInitializer] Created ldapEntryManager: org.gluu.site.ldap.persistence.LdapEntryManager@49f4d059
2014-04-13 15:51:32,012 INFO [org.xdi.oxauth.model.config.ConfigurationFactory] Configuration loaded successfully.
2014-04-13 15:51:32,870 DEBUG [org.xdi.oxauth.service.BaseAuthFilterService] Authentication filter with parameters: 'AutheticationFilterWithParameters [authenticationFilter=BaseFilter [filter=(&(mail=*{0}*)(inum={1})), bind=false, bindPasswordAttribute=null, baseDn=o=gluu], variableNames=[mail, inum], indexedVariables=[IndexedParameter [paramName=mail, paramIndex={0}], IndexedParameter [paramName=inum, paramIndex={1}]]]'.
2014-04-13 15:51:32,871 DEBUG [org.xdi.oxauth.service.BaseAuthFilterService] Authentication filter with parameters: 'AutheticationFilterWithParameters [authenticationFilter=BaseFilter [filter=uid={0}, bind=true, bindPasswordAttribute=not_null, baseDn=o=gluu], variableNames=[uid], indexedVariables=[IndexedParameter [paramName=uid, paramIndex={0}]]]'.
2014-04-13 15:51:32,922 INFO [org.jboss.seam.resteasy.ResteasyBootstrap] bootstrapping JAX-RS application
2014-04-13 15:51:32,954 INFO [org.jboss.seam.resteasy.ResteasyBootstrap] registering built-in RESTEasy providers
2014-04-13 15:51:33,159 DEBUG [org.xdi.oxauth.service.BaseAuthFilterService] Authentication filter with parameters: 'AutheticationFilterWithParameters [authenticationFilter=BaseFilter [filter=myCustomAttr1={0}, bind=null, bindPasswordAttribute=null, baseDn=ou=clients,o=@!1111,o=gluu], variableNames=[mycustomattr1], indexedVariables=[IndexedParameter [paramName=mycustomattr1, paramIndex={0}]]]'.
2014-04-13 15:51:33,176 INFO [org.xdi.oxauth.model.common.AuthorizationGrantList] Created LDAP authorization grant list
2014-04-13 15:51:33,191 INFO [org.xdi.oxauth.service.uma.RPTManager] Created LDAP UMA RPT manager
2014-04-13 15:51:33,196 INFO [org.xdi.oxauth.service.uma.ResourceSetPermissionManager] Created LDAP UMA resource set manager
2014-04-13 15:51:33,200 DEBUG [org.xdi.oxauth.service.CleanerTimer] Initializing CleanerTimer
2014-04-13 15:52:03,389 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.hotDeployFilter
2014-04-13 15:52:03,389 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
2014-04-13 15:52:03,390 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
2014-04-13 15:52:03,390 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
2014-04-13 15:52:03,390 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
2014-04-13 15:52:03,390 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.authenticationFilter
2014-04-13 15:52:03,390 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
2014-04-13 15:52:03,391 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.rewriteFilter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment