3 Replies Latest reply on May 29, 2015 10:37 AM by mmusaji

    java.lang.LinkageError:org/hibernate/validator/ValidationMessages

    sivaprasad9394

      Hello,

      I am migration my application to the below technology,I am getting the error message while accessing my application in the browser.

      I have attached the error message log also.

      Really I am struck with this problem.Its a blocker one for me.

      Migrating to new Tech:

      Rich Faces 4.5.5 version

      JSF 2.1

      Seam 2.3.2

      We are using Jboss EAP6.2.


      When I am accessing the web application URL in the browser, I am getting the below error.How to resolve it.I have tried with many hibernate Validator jar file also.

      Attached jar file Versions:

      FileNew1.png

      FileNew2.png

       

      LOG File:

      15:07:14,481 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final-redhat-2

      15:07:16,696 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1

      15:07:16,793 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015899: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) starting

      15:07:23,012 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

      15:07:23,041 INFO  [org.xnio] (MSC service thread 1-8) XNIO Version 3.0.7.GA-redhat-1

      15:07:23,044 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

      15:07:23,049 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.0.7.GA-redhat-1

      15:07:23,056 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 3.2.18.GA-redhat-1

      15:07:23,551 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 42) JBAS013171: Activating Security Subsystem

      15:07:23,577 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) JBAS010280: Activating Infinispan subsystem.

      15:07:23,610 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 46) JBAS015537: Activating WebServices Extension

      15:07:23,617 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 35) JBAS012605: Activated the following JSF Implementations: [main, 1.2]

      15:07:23,621 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 37) JBAS011800: Activating Naming Subsystem

      15:07:23,630 INFO  [org.jboss.as.security] (MSC service thread 1-7) JBAS013170: Current PicketBox version=4.0.19.SP2-redhat-1

      15:07:23,698 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.23.Final-redhat-1)

      15:07:23,740 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

      15:07:23,748 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]

      15:07:24,225 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 25) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      15:07:24,405 INFO  [org.apache.coyote.http11] (MSC service thread 1-5) JBWEB003001: Coyote HTTP/1.1 initializing on : http-localhost/127.0.0.1:8080

      15:07:24,413 INFO  [org.apache.coyote.http11] (MSC service thread 1-5) JBWEB003000: Coyote HTTP/1.1 starting on: http-localhost/127.0.0.1:8080

      15:07:24,468 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      15:07:24,506 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 25) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 10.2)

      15:07:24,530 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:/jdbc/simpleReportingDS]

      15:07:29,044 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) JBAS015012: Started FileSystemDeploymentService for directory D:\Softwares\Jboss\jboss-eap-6.2.0\jboss-eap-6.2\standalone\deployments

      15:07:29,061 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "SimpleReporting.war" (runtime-name: "SimpleReporting.war")

      15:07:29,066 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:4447

      15:07:29,066 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on 127.0.0.1:9999

      15:07:29,647 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

      15:07:39,884 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) 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.

      15:07:39,884 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) 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.

      15:07:39,933 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) 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.

      15:07:39,934 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) 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.

      15:07:39,934 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) 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.

      15:07:39,934 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) 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.

      15:07:40,150 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015893: Encountered invalid class name 'com.sun.faces.vendor.Tomcat6InjectionProvider:org.apache.catalina.util.DefaultAnnotationProcessor' for service type 'com.sun.faces.spi.injectionprovider'

      15:07:40,150 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015893: Encountered invalid class name 'com.sun.faces.vendor.Jetty6InjectionProvider:org.mortbay.jetty.plus.annotation.InjectionCollection' for service type 'com.sun.faces.spi.injectionprovider'

      15:07:40,171 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for simpleReportingDS

      15:07:40,657 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.

      15:07:40,658 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.

      15:07:40,744 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.

      15:07:40,745 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.

      15:07:40,745 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.

      15:07:40,745 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.

      15:07:41,167 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) 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

       

      15:07:41,168 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) 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

       

      15:07:41,682 WARN  [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016012: Deployment deployment "SimpleReporting.war" contains CDI annotations but beans.xml was not found.

      15:07:41,725 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 48) JBAS011402: Starting Persistence Unit Service 'SimpleReporting.war#simpleReportingDS'

      15:07:41,999 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 48) HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2}

      15:07:42,005 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 48) HHH000412: Hibernate Core {4.2.7.SP1-redhat-3}

      15:07:42,008 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 48) HHH000206: hibernate.properties not found

      15:07:42,010 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 48) HHH000021: Bytecode provider name : javassist

      15:07:42,034 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 48) HHH000204: Processing PersistenceUnitInfo [

          name: simpleReportingDS

          ...]

      15:07:42,226 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 48) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

      15:07:42,299 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 48) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect

      15:07:42,311 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

      15:07:42,490 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 48) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

      15:07:42,495 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 48) HHH000397: Using ASTQueryTranslatorFactory

      15:07:42,676 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

      15:07:42,679 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.

      15:07:42,683 INFO  [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 48) HHH000248: Starting query cache at region: SimpleReporting.war#simpleReportingDS.org.hibernate.cache.internal.StandardQueryCache

      15:07:42,684 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.

      15:07:42,724 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 48) HV000001: Hibernate Validator 4.3.1.Final-redhat-1

      15:07:42,925 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.

      15:07:43,163 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.

      15:07:43,168 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.

      15:07:43,175 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.

      15:07:43,212 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.

      15:07:43,241 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.

      15:07:43,243 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]

      15:07:43,572 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 48) HHH000229: Running schema validator

      15:07:43,572 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 48) HHH000102: Fetching database metadata

      15:07:43,693 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.MIMETYPE

      15:07:43,693 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, mimetype, fileextension]

      15:07:43,713 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.SHORTID

      15:07:43,713 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, media_shortid, media_name, shortid, mimetype_id]

      15:07:43,723 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTERKEY

      15:07:43,723 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, counterkey]

      15:07:43,734 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTERNAME

      15:07:43,734 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [countername, id, counterlabel, shortid_id, counterkey_id, countrycode_id]

      15:07:43,746 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTERNAME_SUMMARY

      15:07:43,748 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [requestdate, id, countername_id, pagevisits, pagevisitors, pagerequests]

      15:07:43,757 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000261: Table found: WF.COUNTRYCODE

      15:07:43,757 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 48) HHH000037: Columns: [id, countrycode]

      15:07:43,996 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:43,996 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,022 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,023 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,035 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,035 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,054 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,054 WARN  [org.hibernate.dialect.function.TemplateRenderer] (ServerService Thread Pool -- 48) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered

      15:07:44,114 INFO  [org.jboss.web] (ServerService Thread Pool -- 54) JBAS018210: Register web context: /SimpleReporting

      15:07:44,133 INFO  [org.apache.catalina.core] (ServerService Thread Pool -- 54) JBWEB001093: The listener com.sun.faces.config.ConfigureListener is already configured for this context, the duplicate definition has been ignored

      15:07:44,144 INFO  [org.richfaces.log.Webapp] (ServerService Thread Pool -- 54) Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'

      15:07:44,158 INFO  [javax.servlet.ServletContextListener] (ServerService Thread Pool -- 54) Welcome to Seam 2.3.2-SNAPSHOT

      15:07:45,164 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) reading /WEB-INF/components.xml

      15:07:45,241 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) reading properties from: /seam.properties

      15:07:45,263 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init

      15:07:45,273 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.web.parameters

      15:07:45,273 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.manager

      15:07:45,274 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider

      15:07:45,274 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.security.identity

      15:07:45,274 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.locale

      15:07:45,274 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.expressions

      15:07:45,274 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.locale

      15:07:45,275 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole

      15:07:45,275 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection

      15:07:45,275 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations

      15:07:45,275 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal

      15:07:45,276 INFO  [org.jboss.seam.init.Initialization] (ServerService Thread Pool -- 54) two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader

      15:07:45,340 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: cache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cache.EhCacheProvider

      15:07:45,343 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.authenticator, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.Authenticator

      15:07:45,366 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.ivUserAuthenticationFilter, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.IvUserAuthenticationFilter

      15:07:45,523 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.roleManagerLdap, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.RoleManager

      15:07:45,528 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.userManagerLdap, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.UserManager

      15:07:45,532 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: com.bosch.commons.security.wamDistinctionFilter, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.commons.security.WamDistinctionFilter

      15:07:45,537 WARN  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component class should be serializable: dbClean

      15:07:45,537 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: dbClean, scope: CONVERSATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.session.DatabaseClean

      15:07:45,542 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext

      15:07:45,544 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler

      15:07:45,545 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher

      15:07:45,584 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha

      15:07:45,586 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage

      15:07:45,586 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator

      15:07:45,591 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts

      15:07:45,593 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation

      15:07:45,594 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries

      15:07:45,595 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList

      15:07:45,596 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation

      15:07:45,596 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack

      15:07:45,597 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events

      15:07:45,598 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions

      15:07:45,598 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator

      15:07:45,599 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale

      15:07:45,601 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager

      15:07:45,602 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle

      15:07:45,603 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader

      15:07:45,604 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators

      15:07:45,605 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts

      15:07:45,607 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector

      15:07:45,612 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf2.DebugRedirect

      15:07:45,613 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore

      15:07:45,615 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache

      15:07:45,618 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory

      15:07:45,621 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter

      15:07:45,624 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions

      15:07:45,629 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels

      15:07:45,631 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter

      15:07:45,632 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext

      15:07:45,632 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage

      15:07:45,633 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError

      15:07:45,634 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect

      15:07:45,634 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer

      15:07:45,635 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher

      15:07:45,635 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent

      15:07:45,636 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation

      15:07:45,637 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate

      15:07:45,640 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime

      15:07:45,643 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime

      15:07:45,667 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image

      15:07:45,670 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector

      15:07:45,672 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages

      15:07:45,680 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages

      15:07:45,682 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone

      15:07:45,683 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector

      15:07:45,684 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones

      15:07:45,688 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.jmx.jbossClusterMonitor, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.jmx.JBossClusterMonitor

      15:07:45,689 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession

      15:07:45,694 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages

      15:07:45,699 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions

      15:07:45,700 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts

      15:07:45,703 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider

      15:07:45,710 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.gwt.gwtRemoteService, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWT14Service

      15:07:45,712 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter

      15:07:45,713 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.messaging.SubscriptionRegistry.userTokens, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.UserTokens

      15:07:45,716 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting

      15:07:45,718 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration

      15:07:45,719 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials

      15:07:45,720 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker

      15:07:45,723 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents

      15:07:45,726 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy

      15:07:45,729 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: com.bosch.commons.security.SRIdentity

      15:07:45,749 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager

      15:07:45,755 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction

      15:07:45,760 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch

      15:07:45,774 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction

      15:07:45,778 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch

      15:07:45,782 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash

      15:07:45,783 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch

      15:07:45,787 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager

      15:07:45,789 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper

      15:07:45,790 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver

      15:07:45,792 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe

      15:07:45,795 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver

      15:07:45,796 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme

      15:07:45,797 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector

      15:07:45,798 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents

      15:07:45,798 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations

      15:07:45,799 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction

      15:07:45,802 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter

      15:07:45,802 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector

      15:07:45,805 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore

      15:07:45,808 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader

      15:07:45,812 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory

      15:07:45,813 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager

      15:07:45,813 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager

      15:07:45,815 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.faces.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler

      15:07:45,816 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource

      15:07:45,816 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore

      15:07:45,819 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter

      15:07:45,820 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter

      15:07:45,820 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter

      15:07:45,821 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole

      15:07:45,821 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter

      15:07:45,822 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter

      15:07:45,823 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters

      15:07:45,823 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter

      15:07:45,824 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.rewriteFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RewriteFilter

      15:07:45,824 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts

      15:07:45,825 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session

      15:07:45,825 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal

      15:07:45,826 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: reporting, scope: CONVERSATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.session.Reporting

      15:07:45,831 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase

      15:07:45,834 INFO  [org.jboss.seam.Component] (ServerService Thread Pool -- 54) Component: sharedComponent, scope: APPLICATION, type: JAVA_BEAN, class: com.bosch.wcms.simplereporting.common.SharedComponent

      15:07:45,843 WARN  [org.jboss.seam.security.permission.PersistentPermissionResolver] (ServerService Thread Pool -- 54) no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.

      15:07:45,950 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 54) Initializing Mojarra 2.1.28 ( 20140303-1517 https://svn.java.net/svn/mojarra~svn/tags/2.1.28@12942) for context '/SimpleReporting'

      15:07:50,222 INFO  [org.richfaces.log.Cache] (ServerService Thread Pool -- 54) Selected [org.richfaces.cache.JBossCacheCacheFactory]

      15:07:50,504 INFO  [org.jboss.cache.jmx.PlatformMBeanServerRegistration] (ServerService Thread Pool -- 54) JBossCache MBeans were successfully registered to the platform mbean server.

      15:07:50,506 INFO  [org.jboss.cache.factories.ComponentRegistry] (ServerService Thread Pool -- 54) JBoss Cache version: JBossCache 'Malagueta' 3.2.7.GA

      15:07:50,517 INFO  [org.richfaces.log.Application] (ServerService Thread Pool -- 54) RichFaces Core by JBoss by Red Hat, version 4.5.5.Final

      15:07:50,815 WARNING [org.richfaces.log.Application] (ServerService Thread Pool -- 54) 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

      15:07:50,867 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.hotDeployFilter

      15:07:50,867 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.redirectFilter

      15:07:50,868 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.exceptionFilter

      15:07:50,868 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.multipartFilter

      15:07:50,868 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: com.bosch.commons.security.ivUserAuthenticationFilter

      15:07:50,868 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.identityFilter

      15:07:50,868 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: com.bosch.commons.security.wamDistinctionFilter

      15:07:50,868 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.loggingFilter

      15:07:50,869 INFO  [org.jboss.seam.servlet.SeamFilter] (ServerService Thread Pool -- 54) Initializing filter: org.jboss.seam.web.rewriteFilter

      15:07:50,964 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "SimpleReporting.war" (runtime-name : "SimpleReporting.war")

      15:07:51,054 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

      15:07:51,054 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      15:07:51,055 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) started in 39165ms - Started 316 of 377 services (59 services are passive or on-demand)

      15:08:01,440 INFO  [com.bosch.commons.security.Authenticator] (http-localhost/127.0.0.1:8080-1) User zer8szh logged into the application.

      15:08:02,209 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

       

      15:08:03,585 INFO  [com.bosch.commons.security.Authenticator] (http-localhost/127.0.0.1:8080-3) User zer8szh logged into the application.

      15:08:04,042 INFO  [com.bosch.commons.security.Authenticator] (http-localhost/127.0.0.1:8080-4) User zer8szh logged into the application.

       

        • 1. Re: java.lang.LinkageError:org/hibernate/validator/ValidationMessages
          jamezp

          Are you including those Hibernate dependencies in your application? If so you definitely don't want to do that. Also the log4j and slf4j ones should not be needed.

           

          --

          James R. Perkins

          • 2. Re: java.lang.LinkageError:org/hibernate/validator/ValidationMessages
            sivaprasad9394

            Hi James,

             

            Thank you for your reply.

            I have added all the related .jar file in the /lib.

             

            hibernate-validator-3.1.0.GA.jar

            hibernate-annotations-3.4.0.GA.jar

            hibernate-commons-annotations-3.1.0.GA.jar

            hibernate-core-3.3.1.GA.jar

            hibernate-ehcache-4.2.0.Final.jar

             

            Its a migration of existing application which is running in Richfaces3x to Richfaces 4.5.5.

            This is not a maven based project.

             

            Thank you.

            • 3. Re: java.lang.LinkageError:org/hibernate/validator/ValidationMessages
              mmusaji

              The reason James asked that is because of the error you're getting

               

              15:08:02,209 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)

               

              This is because you are packaging api jar or impl of an api jar which does not match up with the api contained in JBoss or JDK. In this case Hibernate in JBoss. If you look at what is shipped in EAP 6.2 (4.3.1.Final), you're using an version that is fairly old compared to this, this is what is causing the LinkageError (Java Platform SE 7 )