]
Juergen Zimmermann commented on RF-12525:
-----------------------------------------
same issue with richfaces-showcase-4.3.0.20120802-M1-jee6.war after disabling JMS inside
WEB-INF\web.xml and changing WEB-INF/classes/META-INF/persistence.xml to use
java:jboss/datasources/ExampleDS as jta data source and removed
transaction-type="RESOURCE_LOCAL"
Showcase doesn't work with JBossAS 7.1.2 and 7.1.3
--------------------------------------------------
Key: RF-12525
URL:
https://issues.jboss.org/browse/RF-12525
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: showcase
Affects Versions: 4.3.0.Milestone1
Reporter: Juergen Zimmermann
I tried to run the showcase of 4.3.0.M1 using JBoss 7.1.2 and 7.1.3, but got the
stacktrace below. I started JBossAS using the web profile, i.e. I ran standalone.bat.
Since the web profile doesn't provide JMS I set org.richfaces.push.jms.enabled to
false inside WEB-INF/web.xml.
The stacktrace (with German messages which are now produced by JBoss 7 instead of English
messages):
15:19:44,597 INFO [org.jboss.as.server.deployment] JBAS015876: Starting deployment of
"richfaces-showcase.war"
15:19:47,578 INFO [org.jboss.as.jpa] JBAS011401: Read persistence.xml for
richfaces-showcase
15:19:47,720 WARN [org.jboss.as.dependency.private] JBAS018567: Deployment
"deployment.richfaces-showcase.war" is using a private module
("com.google.guava:main") which may be changed or removed in future versions
without notice.
15:19:47,720 WARN [org.jboss.as.dependency.private] JBAS018567: Deployment
"deployment.richfaces-showcase.war" is using a private module
("org.jboss.as.protocol:main") which may be changed or removed in future
versions without notice.
15:19:47,720 WARN [org.jboss.as.dependency.private] JBAS018567: Deployment
"deployment.richfaces-showcase.war" is using a private module
("org.jboss.marshalling.river:main") which may be changed or removed in future
versions without notice.
15:19:48,095 INFO [org.jboss.weld.deployer] JBAS016002: Bearbeite Weld-Deployment
richfaces-showcase.war
15:19:48,875 INFO [org.jboss.weld.deployer] JBAS016005: Starte Dienste für
CDI-Deployment: richfaces-showcase.war
15:19:48,938 INFO [org.jboss.weld.Version] WELD-000900 1.1.8 (Final)
15:19:48,985 INFO [org.jboss.as.osgi] JBAS011907: Register module: Module
"deployment.richfaces-showcase.war:main" from Service Module Loader
15:19:48,985 INFO [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data
source [jboss/datasources/showcase]
15:19:48,985 INFO [org.jboss.as.jpa] JBAS011402: Starte Persistence Unit Dienst
'richfaces-showcase.war#richfaces-showcase'
15:19:49,125 INFO [org.hibernate.annotations.common.Version] HCANN000001: Hibernate
Commons Annotations {4.0.1.Final}
15:19:49,125 INFO [org.hibernate.Version] HHH000412: Hibernate Core {4.1.7.Final}
15:19:49,125 INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not
found
15:19:49,141 INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name :
javassist
15:19:49,156 INFO [org.hibernate.ejb.Ejb3Configuration] HHH000204: Processing
PersistenceUnitInfo [
name: richfaces-showcase
...]
15:19:50,108 INFO [org.jboss.weld.deployer] JBAS016008: Starte Weld-Dienst für
Deployment richfaces-showcase.war
15:19:54,571 ERROR [org.apache.catalina.core.StandardContext] Error listenerStart
15:19:54,571 ERROR [org.apache.catalina.core.StandardContext] Context [/showcase] startup
failed due to previous errors
15:19:54,586 ERROR [org.jboss.msc.service.fail] MSC00001: Failed to start service
jboss.web.deployment.default-host./showcase: org.jboss.msc.service.StartException in
service jboss.web.deployment.default-host./showcase: JBAS018040: Starten von Kontext
fehlgeschlagen
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[rt.jar:1.7.0_07]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[rt.jar:1.7.0_07]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
--
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: