[jboss-user] [JBoss Seam] - [PROBLEM] Migrating to 2.0.0 and deploying on JBoss AS 4.2.2

w17chm4n do-not-reply at jboss.com
Fri Nov 9 03:52:13 EST 2007


While I was trying to migrate from Seam 1.2.1.GA to 2.0.0.GA this morning I got two exception which I don`t know how to handle.


  | 09:45:58,430 INFO  [EARDeployer] Init J2EE application: file:/home/w17chm4n/jboss-4.2.2.GA/server/default/deploy/Inquisitor.ear
  | 09:46:03,611 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
  | 09:46:03,617 INFO  [JmxKernelAbstraction] installing MBean: persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS with dependencies:
  | 09:46:03,618 INFO  [JmxKernelAbstraction] 	jboss.jca:name=InquisitorDS,service=DataSourceBinding
  | 09:46:03,620 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:03,665 INFO  [Version] Hibernate EntityManager 3.2.1.GA
  | 09:46:03,701 INFO  [Version] Hibernate Annotations 3.2.1.GA
  | 09:46:03,716 INFO  [Environment] Hibernate 3.2.4.sp1
  | 09:46:03,899 INFO  [Environment] hibernate.properties not found
  | 09:46:03,903 INFO  [Environment] Bytecode provider name : javassist
  | 09:46:03,911 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 09:46:04,157 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Poll
  | 09:46:04,205 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Question
  | 09:46:04,206 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.QuestionType
  | 09:46:04,207 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.QuestionCategory
  | 09:46:04,209 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Picture
  | 09:46:04,210 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Answer
  | 09:46:04,212 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Test
  | 09:46:04,213 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Outcome
  | 09:46:04,214 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.User
  | 09:46:04,215 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.blstream.inquisitor.ejb3.entities.Group
  | 09:46:04,285 INFO  [Configuration] Reading mappings from resource : META-INF/orm.xml
  | 09:46:04,308 INFO  [Ejb3Configuration] [PersistenceUnit: InquisitorDS] no META-INF/orm.xml found
  | 09:46:04,867 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Poll
  | 09:46:04,961 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Poll on table Polls
  | 09:46:05,182 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Question
  | 09:46:05,183 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Question on table Questions
  | 09:46:05,210 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.QuestionType
  | 09:46:05,210 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.QuestionType on table questionTypes
  | 09:46:05,214 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.QuestionCategory
  | 09:46:05,215 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.QuestionCategory on table QuestionCategories
  | 09:46:05,220 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Picture
  | 09:46:05,221 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Picture on table Pictures
  | 09:46:05,250 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Answer
  | 09:46:05,251 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Answer on table Answers
  | 09:46:05,260 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Test
  | 09:46:05,261 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Test on table Tests
  | 09:46:05,266 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Outcome
  | 09:46:05,267 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Outcome on table Outcomes
  | 09:46:05,271 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.User
  | 09:46:05,272 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.User on table Users
  | 09:46:05,274 INFO  [AnnotationBinder] Binding entity from annotated class: com.blstream.inquisitor.ejb3.entities.Group
  | 09:46:05,274 INFO  [EntityBinder] Bind entity com.blstream.inquisitor.ejb3.entities.Group on table Groups
  | 09:46:05,589 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
  | 09:46:05,596 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
  | 09:46:05,870 INFO  [SettingsFactory] RDBMS: PostgreSQL, version: 8.2.5
  | 09:46:05,872 INFO  [SettingsFactory] JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.2 JDBC3 with SSL (build 504)
  | 09:46:05,916 INFO  [Dialect] Using dialect: org.hibernate.dialect.PostgreSQLDialect
  | 09:46:05,930 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
  | 09:46:05,935 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
  | 09:46:05,939 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
  | 09:46:05,939 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
  | 09:46:05,940 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
  | 09:46:05,940 INFO  [SettingsFactory] JDBC batch size: 15
  | 09:46:05,940 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
  | 09:46:05,942 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 09:46:05,942 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 09:46:05,942 INFO  [SettingsFactory] Connection release mode: auto
  | 09:46:05,944 INFO  [SettingsFactory] Default batch fetch size: 1
  | 09:46:05,944 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 09:46:05,944 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
  | 09:46:05,944 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
  | 09:46:05,944 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 09:46:05,950 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
  | 09:46:05,971 INFO  [SettingsFactory] Query language substitutions: {}
  | 09:46:05,971 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
  | 09:46:05,971 INFO  [SettingsFactory] Second-level cache: enabled
  | 09:46:05,971 INFO  [SettingsFactory] Query cache: disabled
  | 09:46:05,972 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
  | 09:46:05,975 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
  | 09:46:05,975 INFO  [SettingsFactory] Cache region prefix: Inquisitor_ear,ejb3_jar,InquisitorDS
  | 09:46:05,975 INFO  [SettingsFactory] Structured second-level cache entries: disabled
  | 09:46:05,988 INFO  [SettingsFactory] Statistics: disabled
  | 09:46:05,988 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
  | 09:46:05,990 INFO  [SettingsFactory] Default entity-mode: pojo
  | 09:46:05,990 INFO  [SettingsFactory] Named query checking : enabled
  | 09:46:06,069 INFO  [SessionFactoryImpl] building session factory
  | 09:46:07,196 INFO  [SessionFactoryObjectFactory] Factory name: persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:07,200 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 09:46:07,205 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:07,222 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
  | 09:46:07,230 INFO  [SchemaUpdate] Running hbm2ddl schema update
  | 09:46:07,231 INFO  [SchemaUpdate] fetching database metadata
  | 09:46:07,237 INFO  [SchemaUpdate] updating schema
  | 09:46:07,527 INFO  [TableMetadata] table found: public.answers
  | 09:46:07,527 INFO  [TableMetadata] columns: [created, correct, answer, question_id, picture_id, id]
  | 09:46:07,527 INFO  [TableMetadata] foreign keys: [fk30b65055f03651e5, fk30b650554659cdaf]
  | 09:46:07,527 INFO  [TableMetadata] indexes: [answers_pkey]
  | 09:46:07,572 INFO  [TableMetadata] table found: public.groups
  | 09:46:07,572 INFO  [TableMetadata] columns: [created, poll_id, test_id, id, groupname]
  | 09:46:07,572 INFO  [TableMetadata] foreign keys: [fk7fa2c5f4d1cb2fe5, fk7fa2c5f4edac4c5]
  | 09:46:07,572 INFO  [TableMetadata] indexes: [groups_pkey]
  | 09:46:07,660 INFO  [TableMetadata] table found: public.groups_questions
  | 09:46:07,660 INFO  [TableMetadata] columns: [groups_id, questions_id]
  | 09:46:07,660 INFO  [TableMetadata] foreign keys: [fk792340a2ac87ff1e, fk792340a252e85bda]
  | 09:46:07,660 INFO  [TableMetadata] indexes: [groups_questions_questions_id_key]
  | 09:46:07,708 INFO  [TableMetadata] table found: public.outcomes
  | 09:46:07,708 INFO  [TableMetadata] columns: [created, user_id, answers_id, test_id, poll_id, score, question_id, id]
  | 09:46:07,708 INFO  [TableMetadata] foreign keys: [fk74f4781f03651e5, fk74f47811dcfb945, fk74f4781eb6bd98e, fk74f4781edac4c5, fk74f4781d1cb2fe5]
  | 09:46:07,708 INFO  [TableMetadata] indexes: [outcomes_pkey]
  | 09:46:07,753 INFO  [TableMetadata] table found: public.pictures
  | 09:46:07,753 INFO  [TableMetadata] columns: [created, answer_id, imgdata, filename, question_id, id]
  | 09:46:07,753 INFO  [TableMetadata] foreign keys: [fkd855a755f03651e5, fkd855a755171f21a5]
  | 09:46:07,753 INFO  [TableMetadata] indexes: [pictures_pkey]
  | 09:46:07,808 INFO  [TableMetadata] table found: public.polls
  | 09:46:07,809 INFO  [TableMetadata] columns: [created, title, published, id]
  | 09:46:07,809 INFO  [TableMetadata] foreign keys: []
  | 09:46:07,809 INFO  [TableMetadata] indexes: [polls_pkey]
  | 09:46:07,853 INFO  [TableMetadata] table found: public.polls_questions
  | 09:46:07,853 INFO  [TableMetadata] columns: [questions_id, polls_id]
  | 09:46:07,853 INFO  [TableMetadata] foreign keys: [fk7928cb22475ccfd0, fk7928cb22ac87ff1e]
  | 09:46:07,853 INFO  [TableMetadata] indexes: [polls_questions_questions_id_key]
  | 09:46:07,933 INFO  [TableMetadata] table found: public.questioncategories
  | 09:46:07,934 INFO  [TableMetadata] columns: [created, categoryname, id]
  | 09:46:07,934 INFO  [TableMetadata] foreign keys: []
  | 09:46:07,934 INFO  [TableMetadata] indexes: [questioncategories_pkey]
  | 09:46:07,977 INFO  [TableMetadata] table found: public.questioncategories_questions
  | 09:46:07,978 INFO  [TableMetadata] columns: [questioncategories_id, questionlist_id]
  | 09:46:07,978 INFO  [TableMetadata] foreign keys: [fk100b43f0ca78b787, fk100b43f05d6d1de7]
  | 09:46:07,978 INFO  [TableMetadata] indexes: [questioncategories_questions_questionlist_id_key]
  | 09:46:08,022 INFO  [TableMetadata] table found: public.questions
  | 09:46:08,023 INFO  [TableMetadata] columns: [created, questionvalue, category_id, picture_id, question, id, questiontype_id]
  | 09:46:08,023 INFO  [TableMetadata] foreign keys: [fkd37612dcc63d9eb, fkd37612dda71b645, fkd37612d4659cdaf]
  | 09:46:08,023 INFO  [TableMetadata] indexes: [questions_pkey]
  | 09:46:08,066 INFO  [TableMetadata] table found: public.questions_answers
  | 09:46:08,066 INFO  [TableMetadata] columns: [answers_id, questions_id]
  | 09:46:08,066 INFO  [TableMetadata] foreign keys: [fka193db43eb6bd98e, fka193db43ac87ff1e]
  | 09:46:08,066 INFO  [TableMetadata] indexes: [questions_answers_answers_id_key]
  | 09:46:08,116 INFO  [TableMetadata] table found: public.questions_polls
  | 09:46:08,116 INFO  [TableMetadata] columns: [pools_id, questions_id]
  | 09:46:08,116 INFO  [TableMetadata] foreign keys: [fk379adee2ac87ff1e, fk379adee24c7b59ad]
  | 09:46:08,116 INFO  [TableMetadata] indexes: []
  | 09:46:08,203 INFO  [TableMetadata] table found: public.questions_tests
  | 09:46:08,204 INFO  [TableMetadata] columns: [tests_id, questions_id]
  | 09:46:08,204 INFO  [TableMetadata] foreign keys: [fk37cecc6fe24787f6, fk37cecc6fac87ff1e]
  | 09:46:08,204 INFO  [TableMetadata] indexes: []
  | 09:46:08,252 INFO  [TableMetadata] table found: public.tests
  | 09:46:08,263 INFO  [TableMetadata] columns: [created, title, published, id]
  | 09:46:08,263 INFO  [TableMetadata] foreign keys: []
  | 09:46:08,263 INFO  [TableMetadata] indexes: [tests_pkey]
  | 09:46:08,319 INFO  [TableMetadata] table found: public.tests_questions
  | 09:46:08,319 INFO  [TableMetadata] columns: [questions_id, tests_id]
  | 09:46:08,319 INFO  [TableMetadata] foreign keys: [fkd10eec6fac87ff1e, fkd10eec6fe24787f6]
  | 09:46:08,319 INFO  [TableMetadata] indexes: [tests_questions_questions_id_key]
  | 09:46:08,360 INFO  [TableMetadata] table found: public.users
  | 09:46:08,361 INFO  [TableMetadata] columns: [created, id]
  | 09:46:08,361 INFO  [TableMetadata] foreign keys: []
  | 09:46:08,361 INFO  [TableMetadata] indexes: [users_pkey]
  | 09:46:08,402 INFO  [TableMetadata] table found: public.questiontypes
  | 09:46:08,402 INFO  [TableMetadata] columns: [questiontype, id]
  | 09:46:08,402 INFO  [TableMetadata] foreign keys: []
  | 09:46:08,402 INFO  [TableMetadata] indexes: [questiontypes_pkey]
  | 09:46:08,810 INFO  [TableMetadata] table found: public.questiontypes_questions
  | 09:46:08,810 INFO  [TableMetadata] columns: [questiontypes_id, questionslist_id]
  | 09:46:08,810 INFO  [TableMetadata] foreign keys: [fk2fdea4217f4f2040, fk2fdea421efb83132]
  | 09:46:08,810 INFO  [TableMetadata] indexes: [questiontypes_questions_questionslist_id_key]
  | 09:46:08,812 INFO  [SchemaUpdate] schema update complete
  | 09:46:08,815 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 09:46:09,056 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:09,064 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=QuestionManagerBean,service=EJB3 with dependencies:
  | 09:46:09,065 INFO  [JmxKernelAbstraction] 	persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:09,421 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.QuestionManagerBean ejbName: QuestionManagerBean
  | 09:46:09,471 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:09,471 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=QuestionTypeManagerBean,service=EJB3 with dependencies:
  | 09:46:09,471 INFO  [JmxKernelAbstraction] 	persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:09,597 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.QuestionTypeManagerBean ejbName: QuestionTypeManagerBean
  | 09:46:09,603 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:09,609 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=OutcomeManagerBean,service=EJB3 with dependencies:
  | 09:46:09,638 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.OutcomeManagerBean ejbName: OutcomeManagerBean
  | 09:46:09,684 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:09,684 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=PictureManagerBean,service=EJB3 with dependencies:
  | 09:46:09,684 INFO  [JmxKernelAbstraction] 	persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:09,706 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.PictureManagerBean ejbName: PictureManagerBean
  | 09:46:09,830 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:09,830 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=UserManagerBean,service=EJB3 with dependencies:
  | 09:46:09,871 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.UserManagerBean ejbName: UserManagerBean
  | 09:46:09,888 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:09,889 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=GroupManagerBean,service=EJB3 with dependencies:
  | 09:46:09,924 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.GroupManagerBean ejbName: GroupManagerBean
  | 09:46:09,936 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:09,936 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=AnswerManagerBean,service=EJB3 with dependencies:
  | 09:46:09,936 INFO  [JmxKernelAbstraction] 	persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:09,955 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.AnswerManagerBean ejbName: AnswerManagerBean
  | 09:46:09,960 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:09,961 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=QuestionCategoryManagerBean,service=EJB3 with dependencies:
  | 09:46:09,961 INFO  [JmxKernelAbstraction] 	persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:09,998 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.QuestionCategoryManagerBean ejbName: QuestionCategoryManagerBean
  | 09:46:10,033 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:10,034 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=UploadManagerBean,service=EJB3 with dependencies:
  | 09:46:10,034 INFO  [JmxKernelAbstraction] 	persistence.units:ear=Inquisitor.ear,jar=ejb3.jar,unitName=InquisitorDS
  | 09:46:10,153 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.UploadManagerBean ejbName: UploadManagerBean
  | 09:46:10,208 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:10,208 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=PollManagerBean,service=EJB3 with dependencies:
  | 09:46:10,259 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.PollManagerBean ejbName: PollManagerBean
  | 09:46:10,287 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:10,287 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=TestManagerBean,service=EJB3 with dependencies:
  | 09:46:10,364 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.TestManagerBean ejbName: TestManagerBean
  | 09:46:10,398 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:10,399 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=PropertiesManagerBean,service=EJB3 with dependencies:
  | 09:46:10,539 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.beans.PropertiesManagerBean ejbName: PropertiesManagerBean
  | 09:46:10,544 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:10,544 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=QuestionCategoryControllerBean,service=EJB3 with dependencies:
  | 09:46:10,567 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.controllers.QuestionCategoryControllerBean ejbName: QuestionCategoryControllerBean
  | 09:46:10,573 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:10,573 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=QuestionControllerBean,service=EJB3 with dependencies:
  | 09:46:10,624 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.controllers.QuestionControllerBean ejbName: QuestionControllerBean
  | 09:46:10,631 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:10,631 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=ejb3.jar,name=AnswerControllerBean,service=EJB3 with dependencies:
  | 09:46:10,665 INFO  [EJBContainer] STARTED EJB: com.blstream.inquisitor.ejb3.controllers.AnswerControllerBean ejbName: AnswerControllerBean
  | 09:46:10,674 INFO  [EJB3Deployer] Deployed: file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/ejb3.jar
  | 09:46:10,732 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 09:46:10,732 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=jboss-seam-2.0.0.GA.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
  | 09:46:10,779 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
  | 09:46:10,812 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
  | 09:46:10,812 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Inquisitor.ear,jar=jboss-seam-2.0.0.GA.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
  | 09:46:10,846 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
  | 09:46:10,852 INFO  [EJB3Deployer] Deployed: file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/jboss-seam-2.0.0.GA.jar
  | 09:46:10,857 INFO  [TomcatDeployer] deploy, ctxPath=/inquisitor, warUrl=.../tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/
  | 09:46:10,889 INFO  [WebappClassLoader] validateJarFile(/home/w17chm4n/jboss-4.2.2.GA/server/default/./tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/servlet-api-2.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
  | 09:46:11,961 ERROR [STDERR] javax.faces.FacesException: org.jboss.seam.jsf.SeamApplicationFactory
  | 09:46:11,962 ERROR [STDERR] 	at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:569)
  | 09:46:11,962 ERROR [STDERR] 	at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:448)
  | 09:46:11,962 ERROR [STDERR] 	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:249)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.config.ConfigureListener$InitFacesContext.getApplication(ConfigureListener.java:1614)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.util.MessageFactory.getApplication(MessageFactory.java:255)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:144)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:828)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486)
  | 09:46:11,963 ERROR [STDERR] 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
  | 09:46:11,963 ERROR [STDERR] 	at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | 09:46:11,963 ERROR [STDERR] 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
  | 09:46:11,963 ERROR [STDERR] 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
  | 09:46:11,963 ERROR [STDERR] 	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
  | 09:46:11,963 ERROR [STDERR] 	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
  | 09:46:11,963 ERROR [STDERR] 	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | 09:46:11,963 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 09:46:11,963 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 09:46:11,963 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 09:46:11,963 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 09:46:11,964 ERROR [STDERR] 	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 09:46:11,964 ERROR [STDERR] 	at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
  | 09:46:11,964 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 09:46:11,964 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 09:46:11,964 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 09:46:11,964 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 09:46:11,964 ERROR [STDERR] 	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.web.WebModule.startModule(WebModule.java:83)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.web.WebModule.startService(WebModule.java:61)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | 09:46:11,964 ERROR [STDERR] 	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 09:46:11,964 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | 09:46:11,965 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 09:46:11,965 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | 09:46:11,965 ERROR [STDERR] 	at $Proxy0.start(Unknown Source)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | 09:46:11,965 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | 09:46:11,965 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 09:46:11,965 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 09:46:11,965 ERROR [STDERR] 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 09:46:11,966 ERROR [STDERR] 	at $Proxy44.start(Unknown Source)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
  | 09:46:11,966 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 09:46:11,966 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 09:46:11,966 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 09:46:11,966 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
  | 09:46:11,966 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 09:46:11,967 ERROR [STDERR] 	at $Proxy45.start(Unknown Source)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | 09:46:11,967 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
  | 09:46:11,967 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 09:46:11,967 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 09:46:11,967 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 09:46:11,968 ERROR [STDERR] 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 09:46:11,968 ERROR [STDERR] 	at $Proxy9.deploy(Unknown Source)
  | 09:46:11,968 ERROR [STDERR] 	at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | 09:46:11,968 ERROR [STDERR] 	at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
  | 09:46:11,968 ERROR [STDERR] 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | 09:46:11,968 ERROR [STDERR] 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
  | 09:46:11,968 ERROR [STDERR] 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
  | 09:46:11,969 ERROR [STDERR] Caused by: java.lang.InstantiationException: org.jboss.seam.jsf.SeamApplicationFactory
  | 09:46:11,969 ERROR [STDERR] 	at java.lang.Class.newInstance0(Class.java:335)
  | 09:46:11,969 ERROR [STDERR] 	at java.lang.Class.newInstance(Class.java:303)
  | 09:46:11,969 ERROR [STDERR] 	at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:567)
  | 09:46:11,969 ERROR [STDERR] 	... 101 more
  | 09:46:11,987 ERROR [[/inquisitor]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | javax.faces.FacesException: org.jboss.seam.jsf.SeamApplicationFactory
  | 	at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:569)
  | 	at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:448)
  | 	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:249)
  | 	at com.sun.faces.config.ConfigureListener$InitFacesContext.getApplication(ConfigureListener.java:1614)
  | 	at com.sun.faces.util.MessageFactory.getApplication(MessageFactory.java:255)
  | 	at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:144)
  | 	at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122)
  | 	at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 	at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:828)
  | 	at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486)
  | 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
  | 	at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | 	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
  | 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
  | 	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
  | 	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
  | 	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
  | 	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
  | 	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
  | 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
  | 	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
  | 	at org.jboss.web.WebModule.startModule(WebModule.java:83)
  | 	at org.jboss.web.WebModule.startService(WebModule.java:61)
  | 	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | 	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | 	at $Proxy0.start(Unknown Source)
  | 	at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | 	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 	at $Proxy44.start(Unknown Source)
  | 	at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 	at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
  | 	at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
  | 	at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
  | 	at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
  | 	at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 	at $Proxy45.start(Unknown Source)
  | 	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  | 	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
  | 	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  | 	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | 	at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 	at $Proxy9.deploy(Unknown Source)
  | 	at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | 	at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
  | 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
  | 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
  | Caused by: java.lang.InstantiationException: org.jboss.seam.jsf.SeamApplicationFactory
  | 	at java.lang.Class.newInstance0(Class.java:335)
  | 	at java.lang.Class.newInstance(Class.java:303)
  | 	at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:567)
  | 	... 101 more
  | 09:46:11,992 INFO  [ServletContextListener] Welcome to Seam 2.0.0.GA
  | 09:46:12,018 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/jboss-seam-2.0.0.GA.jar
  | 09:46:12,078 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-ui-2.0.0.GA.jar
  | 09:46:12,083 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-2.0.0.GA.jar
  | 09:46:12,121 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
  | 09:46:12,123 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
  | 09:46:12,125 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/ejb3.jar
  | 09:46:12,161 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-debug-2.0.0.GA.jar
  | 09:46:12,175 INFO  [Initialization] reading /WEB-INF/components.xml
  | 09:46:12,363 INFO  [Initialization] reading jar:file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/jboss-seam-2.0.0.GA.jar!/META-INF/components.xml
  | 09:46:12,366 INFO  [Initialization] reading jar:file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-2.0.0.GA.jar!/META-INF/components.xml
  | 09:46:12,370 INFO  [Initialization] reading jar:file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-ui-2.0.0.GA.jar!/META-INF/components.xml
  | 09:46:12,375 INFO  [Initialization] reading properties from: /seam.properties
  | 09:46:12,376 INFO  [Initialization] reading properties from: /jndi.properties
  | 09:46:12,380 INFO  [Initialization] initializing Seam
  | 09:46:12,438 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/ejb3.jar
  | 09:46:12,665 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-debug-2.0.0.GA.jar
  | 09:46:12,684 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/jboss-seam-2.0.0.GA.jar
  | 09:46:15,396 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-ui-2.0.0.GA.jar
  | 09:46:15,764 INFO  [Scanner] scanning: /home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/WEB-INF/lib/jboss-seam-2.0.0.GA.jar
  | 09:46:16,700 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
  | 09:46:16,704 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
  | 09:46:16,705 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
  | 09:46:16,705 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
  | 09:46:16,736 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
  | 09:46:16,738 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
  | 09:46:16,750 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
  | 09:46:16,752 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity
  | 09:46:16,753 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.multipartFilter
  | 09:46:16,753 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.bpm.businessProcess
  | 09:46:16,753 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
  | 09:46:16,754 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
  | 09:46:16,762 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
  | 09:46:16,940 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
  | 09:46:17,660 WARN  [Initialization] Did not install PojoCache due to NoClassDefFoundError: org/jgroups/MembershipListener
  | 09:46:17,661 INFO  [Initialization] Installing components...
  | 09:46:17,747 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
  | 09:46:17,794 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
  | 09:46:17,808 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
  | 09:46:17,822 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
  | 09:46:17,930 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
  | 09:46:17,948 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
  | 09:46:17,960 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
  | 09:46:17,971 INFO  [Component] Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Events
  | 09:46:17,986 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
  | 09:46:17,998 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
  | 09:46:18,011 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
  | 09:46:18,054 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
  | 09:46:18,314 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
  | 09:46:18,326 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
  | 09:46:18,343 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
  | 09:46:18,356 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
  | 09:46:18,371 INFO  [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
  | 09:46:18,391 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
  | 09:46:18,994 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
  | 09:46:19,212 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
  | 09:46:19,223 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
  | 09:46:19,297 INFO  [Component] Component: org.jboss.seam.faces.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
  | 09:46:19,382 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
  | 09:46:19,393 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
  | 09:46:19,408 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
  | 09:46:19,427 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
  | 09:46:19,438 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
  | 09:46:19,449 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
  | 09:46:19,463 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
  | 09:46:19,474 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
  | 09:46:19,583 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
  | 09:46:19,600 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
  | 09:46:19,624 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
  | 09:46:19,639 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
  | 09:46:19,651 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
  | 09:46:19,663 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
  | 09:46:19,674 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
  | 09:46:19,688 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
  | 09:46:19,718 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
  | 09:46:19,738 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
  | 09:46:19,749 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
  | 09:46:19,785 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
  | 09:46:19,799 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
  | 09:46:19,814 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
  | 09:46:19,856 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
  | 09:46:19,915 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
  | 09:46:19,947 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
  | 09:46:19,960 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
  | 09:46:19,980 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverter
  | 09:46:19,992 INFO  [Component] Component: org.jboss.seam.ui.entityConverterStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverterStore
  | 09:46:20,054 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
  | 09:46:20,076 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
  | 09:46:20,088 INFO  [Component] Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.StyleResource
  | 09:46:20,099 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
  | 09:46:20,123 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
  | 09:46:20,143 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
  | 09:46:20,154 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
  | 09:46:20,178 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
  | 09:46:20,201 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
  | 09:46:20,217 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
  | 09:46:20,227 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
  | 09:46:20,243 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
  | 09:46:20,299 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
  | 09:46:20,301 INFO  [Contexts] starting up: org.jboss.seam.ui.resource.styleResource
  | 09:46:20,302 INFO  [Contexts] starting up: org.jboss.seam.ui.graphicImage.graphicImageResource
  | 09:46:20,303 INFO  [Contexts] starting up: org.jboss.seam.ui.resource.webResource
  | 09:46:20,375 INFO  [Initialization] done initializing Seam
  | 09:46:20,375 ERROR [StandardContext] Error listenerStart
  | 09:46:20,375 ERROR [StandardContext] Context [/inquisitor] startup failed due to previous errors
  | 09:46:20,573 WARN  [ServiceController] Problem starting service jboss.web.deployment:war=webapp.war,id=244650603
  | org.jboss.deployment.DeploymentException: URL file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/ deployment failed
  | 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
  | 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
  | 	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
  | 	at org.jboss.web.WebModule.startModule(WebModule.java:83)
  | 	at org.jboss.web.WebModule.startService(WebModule.java:61)
  | 	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | 	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | 	at $Proxy0.start(Unknown Source)
  | 	at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | 	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 	at $Proxy44.start(Unknown Source)
  | 	at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 	at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
  | 	at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
  | 	at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
  | 	at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
  | 	at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 	at $Proxy45.start(Unknown Source)
  | 	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  | 	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
  | 	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  | 	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | 	at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 	at $Proxy9.deploy(Unknown Source)
  | 	at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | 	at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
  | 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
  | 	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
  | 09:46:20,574 ERROR [MainDeployer] Could not start deployment: file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp.war
  | org.jboss.deployment.DeploymentException: URL file:/home/w17chm4n/jboss-4.2.2.GA/server/default/tmp/deploy/tmp43400Inquisitor.ear-contents/webapp-exp.war/ deployment failed
  | 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
  | 	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
  | 	at org.j

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103178#4103178

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103178



More information about the jboss-user mailing list