I am migrating my application. When I am accessing the application via browser, the below error is pop-up up in the EAP server log file:
{noformat} 11:14:14,578 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final-redhat-2 11:14:14,894 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1 11:14:15,040 INFO [org.jboss.as] (MSC service thread 1-8) JBAS015899: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) starting 11:14:16,263 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found SimpleReporting.war in deployment directory. To trigger deployment create a file called SimpleReporting.war.dodeploy 11:14:16,285 INFO [org.xnio] (MSC service thread 1-6) XNIO Version 3.0.7.GA-redhat-1 11:14:16,287 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http) 11:14:16,293 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.0.7.GA-redhat-1 11:14:16,300 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 3.2.18.GA-redhat-1 11:14:16,388 INFO [org.jboss.as.connector.logging] (MSC service thread 1-8) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.23.Final-redhat-1) 11:14:16,396 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) JBAS010280: Activating Infinispan subsystem. 11:14:16,435 INFO [org.jboss.as.security] (ServerService Thread Pool -- 42) JBAS013171: Activating Security Subsystem 11:14:16,446 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 35) JBAS012605: Activated the following JSF Implementations: [main, 1.2] 11:14:16,466 INFO [org.jboss.as.security] (MSC service thread 1-8) JBAS013170: Current PicketBox version=4.0.19.SP2-redhat-1 11:14:16,469 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 37) JBAS011800: Activating Naming Subsystem 11:14:16,471 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 46) JBAS015537: Activating WebServices Extension 11:14:16,495 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service 11:14:16,512 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default] 11:14:16,574 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 25) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 11:14:16,652 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 25) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 10.2) 11:14:17,092 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) JBAS015012: Started FileSystemDeploymentService for directory D:\Softwares\Jboss\jboss-eap-6.2.0\jboss-eap-6.2\standalone\deployments 11:14:17,098 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "SimpleReporting.war" (runtime-name: "SimpleReporting.war") 11:14:17,149 INFO [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:4447 11:14:17,151 INFO [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on 127.0.0.1:9999 11:14:17,226 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.3.Final-redhat-1 11:14:17,251 INFO [org.apache.coyote.http11] (MSC service thread 1-5) JBWEB003001: Coyote HTTP/1.1 initializing on : http-localhost/127.0.0.1:8080 11:14:17,258 INFO [org.apache.coyote.http11] (MSC service thread 1-5) JBWEB003000: Coyote HTTP/1.1 starting on: http-localhost/127.0.0.1:8080 11:14:17,408 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] 11:14:17,421 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:/jdbc/simpleReportingDS] 11:14:26,873 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry commons-lang-2.4.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,873 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry ehcache-core-2.2.0.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,874 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jboss-seam-debug.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,874 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jboss-seam.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,874 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jsf-api.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,874 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry richfaces-api.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,875 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry servlet-api.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,875 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry slf4j-api-1.6.1.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,876 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry slf4j-log4j12-1.6.1.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/bosch-commons-security.jar does not point to a valid jar for a Class-Path reference. 11:14:26,920 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry iText-toolbox.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/itext.jar does not point to a valid jar for a Class-Path reference. 11:14:26,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry iText-toolbox-2.1.2.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/itext.jar does not point to a valid jar for a Class-Path reference. 11:14:26,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry bcmail-jdk14-138.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/itext.jar does not point to a valid jar for a Class-Path reference. 11:14:26,923 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry bcprov-jdk14-138.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/itext.jar does not point to a valid jar for a Class-Path reference. 11:14:26,989 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry bosch-common-util.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/simplereportingEntities.jar does not point to a valid jar for a Class-Path reference. 11:14:26,989 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry ejb3-persistence.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/simplereportingEntities.jar does not point to a valid jar for a Class-Path reference. 11:14:26,989 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry hibernate-entitymanager.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/simplereportingEntities.jar does not point to a valid jar for a Class-Path reference. 11:14:26,990 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry hibernate-jmx.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/simplereportingEntities.jar does not point to a valid jar for a Class-Path reference. 11:14:26,990 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry hibernate-validator.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/simplereportingEntities.jar does not point to a valid jar for a Class-Path reference. 11:14:26,990 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry ojdbc6.jar in /D:/Softwares/Jboss/jboss-eap-6.2.0/jboss-eap-6.2/standalone/deployments/SimpleReporting.war/WEB-INF/lib/simplereportingEntities.jar does not point to a valid jar for a Class-Path reference. 11:14:27,093 INFO [org.jboss.as.jpa] (MSC service thread 1-6) JBAS011401: Read persistence.xml for simpleReportingDS 11:14:27,459 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.SimpleReporting.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice. 11:14:27,459 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.SimpleReporting.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice. 11:14:27,461 WARN [org.jboss.as.dependency.unsupported] (MSC service thread 1-8) JBAS018568: Deployment "deployment.SimpleReporting.war" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice. 11:14:27,461 WARN [org.jboss.as.dependency.unsupported] (MSC service thread 1-8) JBAS018568: Deployment "deployment.SimpleReporting.war" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice. 11:14:27,462 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.SimpleReporting.war" is using a private module ("com.sun.jsf-impl:main") which may be changed or removed in future versions without notice. 11:14:27,462 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.SimpleReporting.war" is using a private module ("com.sun.jsf-impl:main") which may be changed or removed in future versions without notice. 11:14:27,671 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named EjbSynchronizations in deployment unit deployment "SimpleReporting.war" are as follows:
java:global/SimpleReporting/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations java:app/SimpleReporting/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations java:module/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations java:global/SimpleReporting/EjbSynchronizations java:app/SimpleReporting/EjbSynchronizations java:module/EjbSynchronizations
11:14:27,672 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit deployment "SimpleReporting.war" are as follows:
java:global/SimpleReporting/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher java:app/SimpleReporting/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher java:module/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher java:global/SimpleReporting/TimerServiceDispatcher java:app/SimpleReporting/TimerServiceDispatcher java:module/TimerServiceDispatcher
11:14:27,904 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016012: Deployment deployment "SimpleReporting.war" contains CDI annotations but beans.xml was not found. 11:14:27,931 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) JBAS011402: Starting Persistence Unit Service 'SimpleReporting.war#simpleReportingDS' 11:14:28,043 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 48) HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2} 11:14:28,048 INFO [org.hibernate.Version] (ServerService Thread Pool -- 48) HHH000412: Hibernate Core {4.2.7.SP1-redhat-3} 11:14:28,052 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 48) HHH000206: hibernate.properties not found 11:14:28,054 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 48) HHH000021: Bytecode provider name : javassist 11:14:28,076 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 48) HHH000204: Processing PersistenceUnitInfo [ name: simpleReportingDS ...] 11:14:28,204 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 48) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 11:14:28,261 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 48) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 11:14:28,269 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 48) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 11:14:28,501 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 48) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory 11:14:28,504 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 48) HHH000397: Using ASTQueryTranslatorFactory 11:14:28,635 INFO [org.hibernate.cache.spi.UpdateTimestampsCache] (ServerService Thread Pool -- 48) HHH000250: Starting update timestamps cache at region: SimpleReporting.war#simpleReportingDS.org.hibernate.cache.spi.UpdateTimestampsCache 11:14:28,636 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.org.hibernate.cache.spi.UpdateTimestampsCache]; using defaults. 11:14:28,639 INFO [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 48) HHH000248: Starting query cache at region: SimpleReporting.war#simpleReportingDS.org.hibernate.cache.internal.StandardQueryCache 11:14:28,640 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.org.hibernate.cache.internal.StandardQueryCache]; using defaults. 11:14:28,663 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 48) HV000001: Hibernate Validator 4.3.1.Final-redhat-1 11:14:28,864 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.CounterKey]; using defaults. 11:14:28,942 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.CountryCode]; using defaults. 11:14:28,947 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.CounterName]; using defaults. 11:14:28,952 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.CounterNameSummary]; using defaults. 11:14:28,959 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.Shortid]; using defaults. 11:14:28,964 WARN [org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory] (ServerService Thread Pool -- 48) HHH020003: Could not find a specific ehcache configuration for cache named [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.Mimetype]; using defaults. 11:14:28,965 WARN [org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl] (ServerService Thread Pool -- 48) HHH020007: read-only cache configured for mutable entity [SimpleReporting.war#simpleReportingDS.com.bosch.webaccess.hibernate.Mimetype] 11:14:29,066 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 48) HHH000229: Running schema validator 11:14:29,067 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 48) HHH000102: Fetching database metadata 11:14:29,171 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.MIMETYPE 11:14:29,172 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, mimetype, fileextension] 11:14:29,184 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.SHORTID 11:14:29,184 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, media_shortid, media_name, shortid, mimetype_id] 11:14:29,192 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTERKEY 11:14:29,192 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, counterkey] 11:14:29,204 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTERNAME 11:14:29,205 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [countername, id, counterlabel, shortid_id, counterkey_id, countrycode_id] 11:14:29,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTERNAME_SUMMARY 11:14:29,216 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [requestdate, id, countername_id, pagevisits, pagevisitors, pagerequests] 11:14:29,223 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTRYCODE 11:14:29,223 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, countrycode] 11:14:29,330 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,331 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,355 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,355 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,365 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,365 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,382 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,382 WARN [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered 11:14:29,419 INFO [org.jboss.web] (ServerService Thread Pool -- 50) JBAS018210: Register web context: /SimpleReporting 11:14:29,437 INFO [org.richfaces.log.Webapp] (ServerService Thread Pool -- 50) Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/ * ' 11:14:29,451 INFO [javax.servlet.ServletContextListener] (ServerService Thread Pool -- 50) Welcome to Seam 2.3.2-SNAPSHOT 11:14:30,310 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) reading /WEB-INF/components.xml 11:14:30,345 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) reading properties from: /seam.properties 11:14:30,365 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 11:14:30,373 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection 11:14:30,374 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole 11:14:30,374 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider 11:14:30,374 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.web.parameters 11:14:30,374 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.core.locale 11:14:30,375 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader 11:14:30,375 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.core.expressions 11:14:30,375 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.security.identity 11:14:30,375 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal 11:14:30,375 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.core.manager 11:14:30,375 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations 11:14:30,376 INFO [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 50) two components with same name, higher precedence wins: org.jboss.seam.core.locale 11:14:30,433 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: cache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider 11:14:30,437 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: com.bosch.commons.security.authenticator, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.Authenticator 11:14:30,465 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: com.bosch.commons.security.ivUserAuthenticationFilter, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.IvUserAuthenticationFilter 11:14:30,469 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: com.bosch.commons.security.roleManagerLdap, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.RoleManager 11:14:30,473 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: com.bosch.commons.security.userManagerLdap, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.UserManager 11:14:30,478 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: com.bosch.commons.security.wamDistinctionFilter, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.WamDistinctionFilter 11:14:30,482 WARN [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component class should be serializable: dbClean 11:14:30,483 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: dbClean, scope: CONVERSATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.session.DatabaseClean 11:14:30,488 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext 11:14:30,489 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler 11:14:30,490 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher 11:14:30,497 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha 11:14:30,499 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage 11:14:30,499 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator 11:14:30,504 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts 11:14:30,505 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 11:14:30,506 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries 11:14:30,507 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 11:14:30,507 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation 11:14:30,508 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 11:14:30,509 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events 11:14:30,510 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions 11:14:30,511 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 11:14:30,512 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale 11:14:30,517 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager 11:14:30,520 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 11:14:30,521 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader 11:14:30,522 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators 11:14:30,523 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts 11:14:30,527 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector 11:14:30,533 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf2.DebugRedirect 11:14:30,535 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore 11:14:30,538 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache 11:14:30,541 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory 11:14:30,546 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter 11:14:30,549 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions 11:14:30,552 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels 11:14:30,554 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter 11:14:30,555 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext 11:14:30,555 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage 11:14:30,556 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError 11:14:30,556 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect 11:14:30,557 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer 11:14:30,557 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher 11:14:30,558 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent 11:14:30,558 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation 11:14:30,559 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate 11:14:30,561 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime 11:14:30,563 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime 11:14:30,568 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image 11:14:30,570 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector 11:14:30,571 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages 11:14:30,577 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages 11:14:30,579 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone 11:14:30,580 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector 11:14:30,582 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones 11:14:30,586 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.jmx.jbossClusterMonitor, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.jmx.JBossClusterMonitor 11:14:30,588 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession 11:14:30,591 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages 11:14:30,594 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions 11:14:30,595 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts 11:14:30,597 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider 11:14:30,602 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.remoting.gwt.gwtRemoteService, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWT14Service 11:14:30,604 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter 11:14:30,604 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.remoting.messaging.SubscriptionRegistry.userTokens, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.UserTokens 11:14:30,606 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting 11:14:30,607 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration 11:14:30,608 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials 11:14:30,609 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker 11:14:30,611 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents 11:14:30,612 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy 11:14:30,614 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: com.bosch.commons.security.SRIdentity 11:14:30,623 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager 11:14:30,626 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction 11:14:30,629 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch 11:14:30,635 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction 11:14:30,638 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch 11:14:30,647 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash 11:14:30,649 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch 11:14:30,654 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager 11:14:30,657 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper 11:14:30,659 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver 11:14:30,662 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe 11:14:30,666 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver 11:14:30,667 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme 11:14:30,670 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector 11:14:30,672 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents 11:14:30,673 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations 11:14:30,674 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction 11:14:30,678 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter 11:14:30,679 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector 11:14:30,684 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore 11:14:30,689 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader 11:14:30,695 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory 11:14:30,696 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager 11:14:30,697 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager 11:14:30,701 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.faces.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler 11:14:30,703 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource 11:14:30,705 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore 11:14:30,708 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter 11:14:30,709 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter 11:14:30,710 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter 11:14:30,711 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole 11:14:30,711 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter 11:14:30,713 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter 11:14:30,714 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters 11:14:30,715 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter 11:14:30,716 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter 11:14:30,717 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts 11:14:30,718 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session 11:14:30,719 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal 11:14:30,720 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: reporting, scope: CONVERSATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.session.Reporting 11:14:30,724 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase 11:14:30,727 INFO [org.jboss.seam.Component] (ServerService Thread Pool -- 50) Component: sharedComponent, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.common.SharedComponent 11:14:30,734 WARN [org.jboss.seam.security.permission.PersistentPermissionResolver] (ServerService Thread Pool -- 50) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required. 11:14:30,871 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 50) Initializing Mojarra 2.1.28 ( 20140303-1517 https://svn.java.net/svn/mojarra~svn/tags/2.1.28@12942) for context '/SimpleReporting' 11:14:34,662 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 50) Selected [org.richfaces.cache.JBossCacheCacheFactory] 11:14:34,916 INFO [org.jboss.cache.jmx.PlatformMBeanServerRegistration] (ServerService Thread Pool -- 50) JBossCache MBeans were successfully registered to the platform mbean server. 11:14:34,917 INFO [org.jboss.cache.factories.ComponentRegistry] (ServerService Thread Pool -- 50) JBoss Cache version: JBossCache 'Malagueta' 3.2.7.GA 11:14:34,928 INFO [org.richfaces.log.Application] (ServerService Thread Pool -- 50) RichFaces Core by JBoss by Red Hat, version 4.5.5.Final 11:14:34,968 WARNING [org.richfaces.log.Application] (ServerService Thread Pool -- 50) 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:14:34,984 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.hotDeployFilter 11:14:34,984 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.redirectFilter 11:14:34,984 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.exceptionFilter 11:14:34,985 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.multipartFilter 11:14:34,985 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: com.bosch.commons.security.ivUserAuthenticationFilter 11:14:34,985 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.identityFilter 11:14:34,985 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: com.bosch.commons.security.wamDistinctionFilter 11:14:34,985 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.loggingFilter 11:14:34,985 INFO [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 50) Initializing filter: org.jboss.seam.web.rewriteFilter 11:14:35,052 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "SimpleReporting.war" (runtime-name : "SimpleReporting.war") 11:14:35,122 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management 11:14:35,123 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990 11:14:35,123 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) started in 20962ms - Started 218 of 279 services (59 services are passive or on-demand) 11:14:58,158 INFO [com.bosch.commons.security.Authenticator] (http-localhost/127.0.0.1:8080-1) User zer8szh logged into the application. 11:14:58,900 WARN [org.jboss.modules] (http-localhost/127.0.0.1:8080-1) Failed to define class org/hibernate/validator/ValidationMessages in Module "deployment.SimpleReporting.war:main" from Service Module Loader: java.lang.LinkageError: Failed to link org/hibernate/validator/ValidationMessages (Module "deployment.SimpleReporting.war:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:428) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:261) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:76) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.Module.loadModuleClass(Module.java:548) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:189) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118) [jboss-modules.jar:1.3.0.Final-redhat-2] at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2566) [rt.jar:1.7.0_71] at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1436) [rt.jar:1.7.0_71] at java.util.ResourceBundle.findBundle(ResourceBundle.java:1400) [rt.jar:1.7.0_71] at java.util.ResourceBundle.findBundle(ResourceBundle.java:1354) [rt.jar:1.7.0_71] at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1296) [rt.jar:1.7.0_71] at java.util.ResourceBundle.getBundle(ResourceBundle.java:1028) [rt.jar:1.7.0_71] at org.jboss.seam.core.ResourceLoader.loadBundle(ResourceLoader.java:74) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.core.SeamResourceBundle.loadBundlesForCurrentLocale(SeamResourceBundle.java:99) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.core.SeamResourceBundle.getBundlesForCurrentLocale(SeamResourceBundle.java:78) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.core.SeamResourceBundle.handleGetObject(SeamResourceBundle.java:142) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at java.util.ResourceBundle.getObject(ResourceBundle.java:389) [rt.jar:1.7.0_71] at java.util.ResourceBundle.getString(ResourceBundle.java:355) [rt.jar:1.7.0_71] at com.sun.faces.application.resource.ResourceManager.getLocalePrefix(ResourceManager.java:495) [jsf-impl-2.1.28.jar:2.1.28] at com.sun.faces.application.resource.ResourceManager.findResource(ResourceManager.java:174) [jsf-impl-2.1.28.jar:2.1.28] at com.sun.faces.application.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:143) [jsf-impl-2.1.28.jar:2.1.28] at org.richfaces.resource.ResourceFactoryImpl.createCompiledCSSResource(ResourceFactoryImpl.java:117) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceFactoryImpl.createDynamicResource(ResourceFactoryImpl.java:433) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:348) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:266) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:280) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.mapping.ResourceServletMapping.getMappedPath(ResourceServletMapping.java:81) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.mapping.ResourceServletMapping.getResourcePath(ResourceServletMapping.java:72) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.external.MappedResourceFactoryImpl.createResource(MappedResourceFactoryImpl.java:112) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_71] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_71] at org.richfaces.application.ServiceTracker$1.invoke(ServiceTracker.java:153) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at com.sun.proxy.$Proxy69.createResource(Unknown Source) at org.richfaces.resource.ResourceFactoryImpl.resolveMappedResource(ResourceFactoryImpl.java:393) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceFactoryImpl.createMappedResource(ResourceFactoryImpl.java:360) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:343) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:266) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:280) [richfaces-core-4.5.5.Final.jar:4.5.5.Final] at com.sun.faces.renderkit.html_basic.StylesheetRenderer.encodeEnd(StylesheetRenderer.java:97) [jsf-impl-2.1.28.jar:2.1.28] at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:877) [jsf-api-2.1.28.jar:2.1] at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1826) [jsf-api-2.1.28.jar:2.1] at com.sun.faces.renderkit.html_basic.HeadRenderer.encodeHeadResources(HeadRenderer.java:105) [jsf-impl-2.1.28.jar:2.1.28] at com.sun.faces.renderkit.html_basic.HeadRenderer.encodeEnd(HeadRenderer.java:92) [jsf-impl-2.1.28.jar:2.1.28] at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:877) [jsf-api-2.1.28.jar:2.1] at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1826) [jsf-api-2.1.28.jar:2.1] at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1822) [jsf-api-2.1.28.jar:2.1] at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:447) [jsf-impl-2.1.28.jar:2.1.28] at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125) [jsf-impl-2.1.28.jar:2.1.28] at org.jboss.seam.jsf.SeamViewHandler.renderView(SeamViewHandler.java:188) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286) [jsf-api-2.1.28.jar:2.1] at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120) [jsf-impl-2.1.28.jar:2.1.28] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.28.jar:2.1.28] at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.28.jar:2.1.28] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jsf-api-2.1.28.jar:2.1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:63) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at com.bosch.commons.security.WamDistinctionFilter.doFilter(WamDistinctionFilter.java:194) [bosch-commons-security.jar:] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at com.bosch.commons.security.IvUserAuthenticationFilter.doFilter(IvUserAuthenticationFilter.java:131) [bosch-commons-security.jar:] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.web.HotDeployFilter.doFilter(HotDeployFilter.java:53) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.2.jar:2.3.2-SNAPSHOT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:407) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.3.0.Final-redhat-14.jar:7.3.0.Final-redhat-14] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71] Caused by: java.lang.NoClassDefFoundError: IllegalName: org/hibernate/validator/ValidationMessages at java.lang.ClassLoader.preDefineClass(ClassLoader.java:655) [rt.jar:1.7.0_71] at java.lang.ClassLoader.defineClass(ClassLoader.java:794) [rt.jar:1.7.0_71] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:345) [jboss-modules.jar:1.3.0.Final-redhat-2] at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:423) [jboss-modules.jar:1.3.0.Final-redhat-2] ... 96 more
11:14:58,968 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http-localhost/127.0.0.1:8080-1) JSF1091: No mime type could be found for file stylesheet/theme.xcss. To resolve this, add a mime-type mapping to the applications web.xml. 11:14:58,972 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http-localhost/127.0.0.1:8080-1) JSF1091: No mime type could be found for file stylesheet/theme.xcss. To resolve this, add a mime-type mapping to the applications web.xml. {noformat}
* +Below are migrating Versions:+* * Rich Faces 4.5.5 version * JSF 2.1 * Seam 2.3.2
We are using Jboss EAP6.2.
I have tried 3 days to resolve this error but no use. Please see the attachment for the log file.
|
|