[ 
https://issues.jboss.org/browse/RF-12859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Leathem updated RF-12859:
-------------------------------

    Fix Version/s: 4.3.2

    
> richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
> ------------------------------------------------------------------------------
>
>                 Key: RF-12859
>                 URL: https://issues.jboss.org/browse/RF-12859
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Jan Papousek
>             Fix For: 4.3.2
>
>
> Richfaces Kitchensink Archetype 4.3.1.Final-1 generated by:
> {code}
> mvn -U archetype:generate \
> -Dbasedir=./ \
> -DarchetypeGroupId=org.richfaces.archetypes \
> -DarchetypeArtifactId=richfaces-archetype-kitchensink \
> -DarchetypeVersion=4.3.1.Final-1 \
> -DgroupId=org.richfaces.tests.archetypes \
> -DartifactId=richfaces-kitchensink \
> -Dversion=4.3.1.Final-1 \
> -Dpackage=org.richfaces.tests.archetypes.kitchensink \
> -DinteractiveMode=false
> -DarchetypeRepository=https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-055/
> {code}
> There are some errors and warning during the deployment on EAP 6.1.0.Alpha1. 
> Here is the log from console:
> {code}
> 11:20:26,030 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) 
> JBAS015876: Starting deployment of "richfaces-kitchensink.war" (runtime-name: 
> "richfaces-kitchensink.war")
> 11:20:26,882 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: 
> Read persistence.xml for primary
> 11:20:27,140 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC 
> service thread 1-1) JBAS010400: Bound data source 
> [java:jboss/datasources/KitchensinkrfQuickstartDS]
> 11:20:27,444 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) 
> JBAS016002: Processing weld deployment richfaces-kitchensink.war
> 11:20:27,451 INFO  
> [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor]
>  (MSC service thread 1-3) JNDI bindings for session bean named 
> MemberRegistration in deployment unit deployment "richfaces-kitchensink.war" 
> are as follows:
>       
> java:global/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
>       
> java:app/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
>       
> java:module/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
>       java:global/richfaces-kitchensink/MemberRegistration
>       java:app/richfaces-kitchensink/MemberRegistration
>       java:module/MemberRegistration
> 11:20:27,648 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) 
> JBAS016005: Starting Services for CDI deployment: richfaces-kitchensink.war
> 11:20:27,691 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) 
> WELD-000900 1.1.10 (Final)
> 11:20:27,734 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) 
> JBAS016008: Starting weld service for deployment richfaces-kitchensink.war
> 11:20:27,735 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 23) 
> JBAS011402: Starting Persistence Unit Service 
> 'richfaces-kitchensink.war#primary'
> 11:20:27,868 INFO  [org.hibernate.annotations.common.Version] (ServerService 
> Thread Pool -- 23) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
> 11:20:27,874 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 23) 
> HHH000412: Hibernate Core {4.2.0.CR1}
> 11:20:27,876 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool 
> -- 23) HHH000206: hibernate.properties not found
> 11:20:27,878 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool 
> -- 23) HHH000021: Bytecode provider name : javassist
> 11:20:27,897 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService 
> Thread Pool -- 23) HHH000204: Processing PersistenceUnitInfo [
>       name: primary
>       ...]
> 11:20:28,125 INFO  
> [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] 
> (ServerService Thread Pool -- 23) HHH000130: Instantiating explicit 
> connection provider: 
> org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
> 11:20:28,297 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool 
> -- 23) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
> 11:20:28,301 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread 
> Pool -- 23) HHH000431: Unable to determine H2 database version, certain 
> features may not work
> 11:20:28,303 INFO  [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] 
> (ServerService Thread Pool -- 23) HHH000423: Disabling contextual LOB 
> creation as JDBC driver reported JDBC version [3] less than 4
> 11:20:28,310 INFO  
> [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] 
> (ServerService Thread Pool -- 23) HHH000268: Transaction strategy: 
> org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
> 11:20:28,313 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] 
> (ServerService Thread Pool -- 23) HHH000397: Using ASTQueryTranslatorFactory
> 11:20:28,342 INFO  [org.hibernate.validator.internal.util.Version] 
> (ServerService Thread Pool -- 23) HV000001: Hibernate Validator 4.3.1.Final
> 11:20:28,551 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService 
> Thread Pool -- 23) HHH000227: Running hbm2ddl schema export
> 11:20:28,558 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService 
> Thread Pool -- 23) HHH000389: Unsuccessful: drop sequence hibernate_sequence
> 11:20:28,559 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService 
> Thread Pool -- 23) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
> drop sequence hibernate_sequence [90036-168]
> 11:20:28,562 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService 
> Thread Pool -- 23) HHH000230: Schema export complete
> 11:20:28,963 INFO  [org.jboss.web] (ServerService Thread Pool -- 10) 
> JBAS018210: Register web context: /richfaces-kitchensink
> 11:20:29,027 INFO  [javax.enterprise.resource.webcontainer.jsf.config] 
> (ServerService Thread Pool -- 10) Initializing Mojarra 2.1.18-jbossorg-1 
> 20130205-1414 for context '/richfaces-kitchensink'
> 11:20:30,427 INFO  [org.richfaces.log.Cache] (ServerService Thread Pool -- 
> 10) Selected fallback cache factory
> 11:20:30,428 INFO  [org.richfaces.log.Cache] (ServerService Thread Pool -- 
> 10) Creating LRUMap cache instance using parameters: 
> {resteasy.scanned.resources=org.richfaces.tests.archetypes.kitchensink.rest.MemberResourceRESTService,
>  org.richfaces.resourceOptimization.enabled=true, 
> javax.ws.rs.Application=org.richfaces.tests.archetypes.kitchensink.rest.JaxRsActivator,
>  resteasy.injector.factory=org.jboss.resteasy.cdi.CdiInjectorFactory, 
> org.richfaces.skin=classic, javax.faces.PROJECT_STAGE=Production, 
> resteasy.servlet.mapping.prefix=/rest, 
> resteasy.unwrapped.exceptions=javax.ejb.EJBException}
> 11:20:30,433 INFO  [org.richfaces.log.Cache] (ServerService Thread Pool -- 
> 10) Creating LRUMap cache instance of 512 items capacity
> 11:20:30,444 INFO  [org.richfaces.log.Application] (ServerService Thread Pool 
> -- 10) RichFaces Core Implementation by JBoss by Red Hat, version 4.3.1.Final
> 11:20:30,463 WARNING [org.richfaces.log.Application] (ServerService Thread 
> Pool -- 10) JMS API was found on the classpath; if you want to enable 
> RichFaces Push JMS integration, set context-param 
> 'org.richfaces.push.jms.enabled' in web.xml
> 11:20:30,478 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) RewriteFilter starting up...
> 11:20:30,488 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [1] 
> org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener 
> [org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge<-100>]
> 11:20:30,488 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [2] 
> org.ocpsoft.rewrite.servlet.spi.RequestCycleWrapper 
> [org.ocpsoft.rewrite.servlet.impl.HttpRewriteRequestCycleWrapper<0>, 
> org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge<0>]
> 11:20:30,488 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.spi.RewriteProvider 
> [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider<0>, 
> org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge<100>]
> 11:20:30,489 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [1] 
> org.ocpsoft.rewrite.servlet.spi.InboundRewriteProducer 
> [org.ocpsoft.rewrite.servlet.impl.HttpInboundRewriteProducer<0>]
> 11:20:30,489 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [1] 
> org.ocpsoft.rewrite.servlet.spi.OutboundRewriteProducer 
> [org.ocpsoft.rewrite.servlet.impl.HttpOutboundRewriteProducer<0>]
> 11:20:30,490 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.ContextListener 
> []
> 11:20:30,492 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestListener 
> []
> 11:20:30,493 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [0] 
> org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider []
> 11:20:30,509 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [1] 
> org.ocpsoft.rewrite.spi.ExpressionLanguageProvider 
> [org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider]
> 11:20:30,510 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.spi.InvocationResultHandler 
> []
> 11:20:30,512 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [1] org.ocpsoft.common.spi.ServiceEnricher 
> [org.ocpsoft.rewrite.cdi.CdiServiceEnricher]
> 11:20:30,514 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) Loaded [1] 
> org.ocpsoft.rewrite.config.ConfigurationProvider 
> [org.richfaces.tests.archetypes.kitchensink.util.RewriteConfigurationProvider<10>]
> 11:20:30,514 INFO  [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService 
> Thread Pool -- 10) RewriteFilter initialized.
> 11:20:30,723 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) 
> JBAS018559: Deployed "richfaces-kitchensink.war" (runtime-name : 
> "richfaces-kitchensink.war")
> {code}
> It works correctly on EAP 6.0.1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to