Guest User

startuplog

a guest
Aug 9th, 2011
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.13 KB | None | 0 0
  1. INFO: TopLevel AvailabilityService.getAvailabilityEnabled => true
  2. INFO: TopLevel EjbAvailabilityService.getAvailabilityEnabled => true
  3. INFO: **Global AvailabilityEnabled => true; isAppHAEnabled: false
  4. INFO: StatefulContainerBuilder AvailabilityEnabled for this app => false
  5. INFO: StatefulContainerBuilder.buildStoreManager() storeName: GenericHibernateDao-86044805776277504-BackingStore
  6. INFO: [FileBackingStore::initialize] Successfully Created and initialized store. Working dir: D:\JAVA\Servidores\Glassfish\glassfish-3.1.1-b09\glassfish3\glassfish\domains\domain1\session-store\GenericHibernateDao-86044805776277504; Configuration: BackingStoreConfiguration{clusterName='null', instanceName='null', storeName='GenericHibernateDao-86044805776277504-BackingStore', shortUniqueName='86044805776277504', storeType='file', maxIdleTimeInSeconds=-1, relaxVersionCheck='null', maxLoadWaitTimeInSeconds=0, baseDirectoryName='D:\JAVA\Servidores\Glassfish\glassfish-3.1.1-b09\glassfish3\glassfish\domains\domain1\session-store\GenericHibernateDao-86044805776277504', keyClazz=interface java.io.Serializable, valueClazz=class org.glassfish.ha.store.util.SimpleMetadata, synchronousSave=false, typicalPayloadSizeInKiloBytes=0, vendorSpecificSettings={start.gms=false, async.replication=true, key.transformer=com.sun.ejb.base.sfsb.util.SimpleKeyGenerator@16167ab, local.caching=true, value.class.is.thread.safe=true, broadcast.remove.expired=false}}
  7. AVISO: StatefulContainerbuilder instantiated store: org.glassfish.ha.store.adapter.file.FileBackingStore@1dd21cd; ha-enabled: false ==> BackingStoreConfiguration{clusterName='null', instanceName='null', storeName='GenericHibernateDao-86044805776277504-BackingStore', shortUniqueName='86044805776277504', storeType='file', maxIdleTimeInSeconds=-1, relaxVersionCheck='null', maxLoadWaitTimeInSeconds=0, baseDirectoryName='D:\JAVA\Servidores\Glassfish\glassfish-3.1.1-b09\glassfish3\glassfish\domains\domain1\session-store\GenericHibernateDao-86044805776277504', keyClazz=interface java.io.Serializable, valueClazz=class org.glassfish.ha.store.util.SimpleMetadata, synchronousSave=false, typicalPayloadSizeInKiloBytes=0, vendorSpecificSettings={start.gms=false, async.replication=true, key.transformer=com.sun.ejb.base.sfsb.util.SimpleKeyGenerator@16167ab, local.caching=true, value.class.is.thread.safe=true, broadcast.remove.expired=false}}
  8. INFO: Portable JNDI names for EJB GenericHibernateDao : [java:global/AdvRooms/GenericHibernateDao, java:global/AdvRooms/GenericHibernateDao!br.com.advancedit.rooms.dao.impl.GenericHibernateDao]
  9. INFO: WELD-000900 ${parsedVersion (osgiVersion})
  10. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  11. INFO: Inicializando Mojarra 2.1.3 (FCS b01) para o contexto '/AdvRooms'
  12. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  13. INFO: Running on PrimeFaces 3.0.M2
  14. INFO: OpenWebBeans Container is starting...
  15. INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
  16. INFO: added beans.xml marker: jar:file:/C:/Users/rmpestano/Documents/NetBeansProjects/adv-rooms/build/web/WEB-INF/lib/myfaces-extcdi-dist-jsf20-1.0.0-20110606.013036-31.jar!/META-INF/beans.xml
  17. INFO: added beans.xml marker: jndi:/server/AdvRooms/WEB-INF/beans.xml
  18. INFO: All injection points were validated successfully.
  19. INFO: OpenWebBeans Container has started, it took [1720] ms.
  20. INFO: WEB0671: Loading application [AdvRooms] at [/AdvRooms]
  21. INFO: AdvRooms was successfully deployed in 30.787 milliseconds.
  22. INFO: [Started] MyFaces CODI JPA-Module v1.0.0-SNAPSHOT
  23.  
  24. INFO: [Started] MyFaces CODI Bean-Validation-Module v1.0.0-SNAPSHOT
  25. INFO: [Started] MyFaces CODI JSF-Module v1.0.0-SNAPSHOT for JSF 2.0
  26. Used JSF implementation: Mojarra v2.1.3-FCS
  27. config implementation: org.apache.myfaces.extensions.cdi.jsf.api.config.JsfModuleConfig
  28.    method:  isInitialRedirectEnabled
  29.    value:   true
  30.    method:  isUseViewConfigsAsNavigationCasesEnabled
  31.    value:   true
  32.    method:  isInvalidValueAwareMessageInterpolatorEnabled
  33.    value:   true
  34.    method:  isAlwaysKeepMessages
  35.    value:   true
  36. config implementation: org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.WindowContextConfig
  37.    method:  isUrlParameterSupported
  38.    value:   true
  39.    method:  isUnknownWindowIdsAllowed
  40.    value:   false
  41.    method:  isAddWindowIdToActionUrlsEnabled
  42.    value:   false
  43.    method:  getWindowContextTimeoutInMinutes
  44.    value:   60
  45.    method:  getMaxWindowContextCount
  46.    value:   64
  47.    method:  isCloseEmptyWindowContextsEnabled
  48.    value:   false
  49.    method:  isEagerWindowContextDetectionEnabled
  50.    value:   true
  51.    method:  isCreateWindowContextEventEnabled
  52.    value:   false
  53.    method:  isCloseWindowContextEventEnabled
  54.    value:   false
  55. config implementation: org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config.ConversationConfig
  56.    method:  getConversationTimeoutInMinutes
  57.    value:   30
  58.    method:  isScopeBeanEventEnabled
  59.    value:   false
  60.    method:  isAccessBeanEventEnabled
  61.    value:   false
  62.    method:  isUnscopeBeanEventEnabled
  63.    value:   false
  64.    method:  isStartConversationEventEnabled
  65.    value:   false
  66.    method:  isCloseConversationEventEnabled
  67.    value:   false
  68.    method:  isRestartConversationEventEnabled
  69.    value:   false
  70.    method:  isConversationRequiredEnabled
  71.    value:   true
  72. MessageContextConfig class: org.apache.myfaces.extensions.cdi.message.impl.DefaultMessageContextConfig
  73.    MessageInterpolator class: class org.apache.myfaces.extensions.cdi.jsf.impl.message.FacesMessageInterpolator
  74.    MessageResolver class: class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareApplicationMessagesMessageResolver
  75.    MessageHandler class: class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareMessageHandler
  76.    LocaleResolver class: class org.apache.myfaces.extensions.cdi.jsf.impl.message.JsfAwareLocaleResolver
  77.    FormatterFactory class: class org.apache.myfaces.extensions.cdi.message.impl.DefaultFormatterFactory
  78.  
  79. INFO: [Started] MyFaces CODI (Extensions CDI) Core v1.0.0 r1132512
  80. Used CDI implementation: OpenWebBeans v1.1.0
  81. project-stage: Production
  82. project-stage class: org.apache.myfaces.extensions.cdi.core.api.projectstage.ProjectStage$Production
  83. application-parameters:
  84.    name:    com.sun.faces.forceLoadConfiguration
  85.    value:   true
  86.    name:    com.sun.faces.validateXml
  87.    value:   true
  88.    name:    javax.faces.PROJECT_STAGE
  89.    value:   Production
  90.    name:    primefaces.THEME
  91.    value:   #{themeMBean.theme}
  92. config implementation: org.apache.myfaces.extensions.cdi.core.api.config.CodiCoreConfig
  93.    method:  isAdvancedQualifierRequiredForDependencyInjection
  94.    value:   true
  95.    method:  isConfigurationLoggingEnabled
  96.    value:   true
  97.    method:  isInvalidBeanCreationEventEnabled
  98.    value:   false
  99.  
  100. INFO: [Started] MyFaces CODI Scripting-Module v1.0.0-SNAPSHOT
  101.  
  102. INFO: Skipping call to libraryExists().  Please set context-param com.sun.faces.enableMissingResourceLibraryDetection to true to verify if library http://java.sun.com/jsf/composite/components/rooms actually exists
  103. INFO: Skipping call to libraryExists().  Please set context-param com.sun.faces.enableMissingResourceLibraryDetection to true to verify if library http://java.sun.com/jsf/composite/components/rooms actually exists
Advertisement
Add Comment
Please, Sign In to add comment