Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601928 Details for
Bug 845229
Many warnings occur when deploying BRMS 5.3.0 .war files on EAP 6.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
server.log with many class-path reference warnings
many_warnings_eap6.log (text/plain), 59.18 KB, created by
Jiri Svitak
on 2012-08-02 11:27:42 UTC
(
hide
)
Description:
server.log with many class-path reference warnings
Filename:
MIME Type:
Creator:
Jiri Svitak
Created:
2012-08-02 11:27:42 UTC
Size:
59.18 KB
patch
obsolete
>10:28:34,159 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-5) beging searching for Errai extensions ... >10:28:34,162 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-5) added extension binding: org.jboss.errai.bus.client.framework.ModelAdapter >10:28:34,163 INFO [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (MSC service thread 1-5) total extension binding: 1 >10:28:34,190 INFO [stdout] (MSC service thread 1-5) Failed to create servicebpel/EntityManagerFactory -- service jboss.naming.context.java.bpel.EntityManagerFactory >10:28:34,202 INFO [stdout] (MSC service thread 1-5) Failed to create servicebpel/EntityManagerFactory -- service jboss.naming.context.java.bpel.EntityManagerFactory >10:28:34,212 INFO [stdout] (MSC service thread 1-5) Failed to create servicebpel/EntityManagerFactory -- service jboss.naming.context.java.bpel.EntityManagerFactory >10:28:34,232 INFO [stdout] (MSC service thread 1-5) Failed to create servicebpel/EntityManagerFactory -- service jboss.naming.context.java.bpel.EntityManagerFactory >10:28:34,233 INFO [org.jboss.errai.bus.server.service.metadata.EntityProcessor] (MSC service thread 1-5) Checking ErraiApp.properties for configured types ... >10:28:34,233 INFO [org.jboss.errai.bus.server.service.bootstrap.BootstrapContext] (MSC service thread 1-5) Running deferred bootstrap tasks ... >10:28:34,234 INFO [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (MSC service thread 1-5) Bootstrap complete. Ready to rumble! >10:28:34,235 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /business-central >10:28:34,285 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015960: Class Path entry activation.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jbpm-human-task.war/WEB-INF/lib/mail-1.4.jar does not point to a valid jar for a Class-Path reference. >10:28:34,322 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory' >10:28:34,324 INFO [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for org.jbpm.task >10:28:34,478 INFO [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011907: Register module: Module "deployment.jbpm-human-task.war:main" from Service Module Loader >10:28:34,484 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011402: Starting Persistence Unit Service 'jbpm-human-task.war#org.jbpm.task' >10:28:34,484 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-7) HHH000204: Processing PersistenceUnitInfo [ > name: org.jbpm.task > ...] >10:28:34,745 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-7) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider >10:28:34,779 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-7) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect >10:28:34,780 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-7) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException >10:28:34,781 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-7) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory >10:28:34,782 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-7) HHH000397: Using ASTQueryTranslatorFactory >10:28:34,964 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000228: Running hbm2ddl schema update >10:28:34,964 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000102: Fetching database metadata >10:28:34,965 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000396: Updating schema >10:28:35,003 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.attachment >10:28:35,003 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, attachmentcontentid, taskdata_attachments_id, attachment_size, attachedby_id, name, attachedat, contenttype, accesstype] >10:28:35,003 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk1c93543f21826d9, fk1c935438ef5f064] >10:28:35,004 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [attachment_pkey] >10:28:35,036 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.booleanexpression >10:28:35,037 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [expression, id, escalation_constraints_id, type] >10:28:35,037 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fke3d208c0afb75f7d] >10:28:35,037 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [booleanexpression_pkey] >10:28:35,069 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.content >10:28:35,069 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [content, id] >10:28:35,069 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [] >10:28:35,070 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [content_pkey] >10:28:35,113 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.deadline >10:28:35,114 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, escalated, deadlines_startdeadline_id, deadlines_enddeadline_id, deadline_date] >10:28:35,114 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk21df3e7827abeb8a, fk21df3e78684baca3] >10:28:35,114 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [deadline_pkey] >10:28:35,151 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.delegation_delegates >10:28:35,152 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,152 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk47485d5736b2f154, fk47485d572c122ed2] >10:28:35,152 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,208 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.escalation >10:28:35,209 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, deadline_escalation_id, name] >10:28:35,209 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk67b2c6b5c7a04c70] >10:28:35,209 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [escalation_pkey] >10:28:35,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.i18ntext >10:28:35,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_names_id, id, text, notification_descriptions_id, notification_names_id, reassignment_documentation_id, notification_subjects_id, deadline_documentation_id, task_descriptions_id, notification_documentation_id, language, task_subjects_id] >10:28:35,272 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk2349686b98b62b, fk2349686b5eebb6d9, fk2349686b3330f6d9, fk2349686bf952cee4, fk2349686bd488ceeb, fk2349686bb2fa6b18, fk2349686b8046a239, fk2349686b69b21ee8, fk2349686b2162dfb4] >10:28:35,273 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [i18ntext_pkey] >10:28:35,309 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.notification >10:28:35,309 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, escalation_notifications_id, priority, dtype] >10:28:35,309 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk2d45dd0b3e0890b] >10:28:35,310 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [notification_pkey] >10:28:35,345 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.notification_bas >10:28:35,345 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,345 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk2dd68ee09c76eaba, fk2dd68ee02c122ed2] >10:28:35,345 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,376 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.notification_recipients >10:28:35,376 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,377 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk98fd214e9c76eaba, fk98fd214e2c122ed2] >10:28:35,377 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,414 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.notification_email_header >10:28:35,414 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [emailheaders_id, notification_id, mapkey] >10:28:35,414 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkf30fe34430be501c, fkf30fe3441f7b912a] >10:28:35,414 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [notification_email_header_pkey, notification_email_header_emailheaders_id_key] >10:28:35,449 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.organizationalentity >10:28:35,449 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, dtype] >10:28:35,449 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [] >10:28:35,449 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [organizationalentity_pkey] >10:28:35,487 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.peopleassignments_bas >10:28:35,487 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,487 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9d8cf4ec36b2f154, fk9d8cf4ec2c122ed2] >10:28:35,487 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,521 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.peopleassignments_exclowners >10:28:35,522 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,522 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkc77b97e436b2f154, fkc77b97e42c122ed2] >10:28:35,522 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,557 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.peopleassignments_potowners >10:28:35,557 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,557 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk1ee418d36b2f154, fk1ee418d2c122ed2] >10:28:35,558 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,593 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.peopleassignments_recipients >10:28:35,593 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,593 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkc6f615c22c122ed2, fkc6f615c236b2f154] >10:28:35,593 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,628 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.peopleassignments_stakeholders >10:28:35,628 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,628 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk482f79d536b2f154, fk482f79d52c122ed2] >10:28:35,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,660 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.reassignment >10:28:35,660 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [escalation_reassignments_id, id] >10:28:35,660 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk724d0560a5c17ee0] >10:28:35,660 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [reassignment_pkey] >10:28:35,709 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.reassignment_potentialowners >10:28:35,709 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [task_id, entity_id] >10:28:35,709 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk90b59cffe17e130f, fk90b59cff2c122ed2] >10:28:35,709 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [] >10:28:35,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.subtasksstrategy >10:28:35,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, name, task_id, dtype] >10:28:35,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkde5df2e136b2f154] >10:28:35,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [subtasksstrategy_pkey] >10:28:35,783 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.task >10:28:35,783 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [outputcontentid, parentid, optlock, expirationtime, previousstatus, faultname, id, createdby_id, archived, skipable, priority, faulttype, taskinitiator_id, documentcontentid, faultaccesstype, outputaccesstype, allowedtodelegate, status, documentaccesstype, outputtype, createdon, faultcontentid, activationtime, processinstanceid, processsessionid, actualowner_id, workitemid, documenttype, processid] >10:28:35,783 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk27a9a5f213f8b5, fk27a9a56ce1ef3a, fk27a9a59e619a0] >10:28:35,784 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [task_pkey] >10:28:35,815 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.email_header >10:28:35,815 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, body, replytoaddress, subject, fromaddress, language] >10:28:35,815 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [] >10:28:35,815 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [email_header_pkey] >10:28:35,853 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: public.task_comment >10:28:35,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, taskdata_comments_id, text, addedat, addedby_id] >10:28:35,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk61f475a52ff04688, fk61f475a5b35e68f5] >10:28:35,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [task_comment_pkey] >10:28:35,855 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000232: Schema update complete >10:28:35,856 WARN [org.hibernate.internal.SessionFactoryImpl] (MSC service thread 1-7) HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession() >10:28:36,164 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry activation.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/business-central-server.war/WEB-INF/lib/mail-1.4.jar does not point to a valid jar for a Class-Path reference. >10:28:36,177 INFO [org.hibernate.cfg.Configuration] (MSC service thread 1-4) HHH000221: Reading mappings from resource: META-INF/Taskorm.xml >10:28:36,268 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory' >10:28:36,271 INFO [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for org.jbpm.persistence.jpa >10:28:36,341 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-4) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect >10:28:36,341 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-4) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException >10:28:36,342 WARN [org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (MSC service thread 1-4) HHH000427: Using deprecated org.hibernate.transaction.TransactionManagerLookup strategy [hibernate.transaction.manager_lookup_class], use newer org.hibernate.service.jta.platform.spi.JtaPlatform strategy instead [hibernate.transaction.jta.platform] >10:28:36,344 INFO [org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (MSC service thread 1-4) HHH000428: Encountered legacy TransactionManagerLookup specified; convert to newer org.hibernate.service.jta.platform.spi.JtaPlatform contract specified via hibernate.transaction.jta.platform setting >10:28:36,344 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-4) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory >10:28:36,344 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-4) HHH000397: Using ASTQueryTranslatorFactory >10:28:36,435 INFO [org.jboss.as.osgi] (MSC service thread 1-7) JBAS011907: Register module: Module "deployment.business-central-server.war:main" from Service Module Loader >10:28:36,436 INFO [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011402: Starting Persistence Unit Service 'business-central-server.war#org.jbpm.persistence.jpa' >10:28:36,437 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-5) HHH000204: Processing PersistenceUnitInfo [ > name: org.jbpm.persistence.jpa > ...] >10:28:36,472 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-4) HHH000228: Running hbm2ddl schema update >10:28:36,473 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-4) HHH000102: Fetching database metadata >10:28:36,474 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-4) HHH000396: Updating schema >10:28:36,496 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (MSC service thread 1-5) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! >10:28:36,528 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.attachment >10:28:36,529 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, attachmentcontentid, taskdata_attachments_id, attachment_size, attachedby_id, name, attachedat, contenttype, accesstype] >10:28:36,529 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk1c93543f21826d9, fk1c935438ef5f064] >10:28:36,529 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [attachment_pkey] >10:28:36,545 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-5) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider >10:28:36,563 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-5) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect >10:28:36,564 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-5) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException >10:28:36,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.booleanexpression >10:28:36,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [expression, id, escalation_constraints_id, type] >10:28:36,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fke3d208c0afb75f7d] >10:28:36,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [booleanexpression_pkey] >10:28:36,575 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-5) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory >10:28:36,576 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-5) HHH000397: Using ASTQueryTranslatorFactory >10:28:36,641 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.content >10:28:36,642 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [content, id] >10:28:36,642 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [] >10:28:36,642 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [content_pkey] >10:28:36,678 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH000228: Running hbm2ddl schema update >10:28:36,678 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH000102: Fetching database metadata >10:28:36,679 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH000396: Updating schema >10:28:36,682 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.deadline >10:28:36,682 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, escalated, deadlines_startdeadline_id, deadlines_enddeadline_id, deadline_date] >10:28:36,682 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk21df3e7827abeb8a, fk21df3e78684baca3] >10:28:36,683 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [deadline_pkey] >10:28:36,718 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.delegation_delegates >10:28:36,718 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:36,718 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk47485d5736b2f154, fk47485d572c122ed2] >10:28:36,718 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:36,710 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.eventtypes >10:28:36,720 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jaxb-api.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar does not point to a valid jar for a Class-Path reference. >10:28:36,720 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [element, instanceid] >10:28:36,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [fkb0e5621f7665489a] >10:28:36,721 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry activation.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar does not point to a valid jar for a Class-Path reference. >10:28:36,721 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [] >10:28:36,721 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jsr173_1.0_api.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar does not point to a valid jar for a Class-Path reference. >10:28:36,721 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jaxb1-impl.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar does not point to a valid jar for a Class-Path reference. >10:28:36,740 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xercesImpl.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/xalan-2.7.1.jar does not point to a valid jar for a Class-Path reference. >10:28:36,741 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xml-apis.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/xalan-2.7.1.jar does not point to a valid jar for a Class-Path reference. >10:28:36,741 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry serializer.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/xalan-2.7.1.jar does not point to a valid jar for a Class-Path reference. >10:28:36,751 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.escalation >10:28:36,751 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, deadline_escalation_id, name] >10:28:36,752 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk67b2c6b5c7a04c70] >10:28:36,752 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [escalation_pkey] >10:28:36,757 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.nodeinstancelog >10:28:36,758 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [id, nodename, log_date, nodeinstanceid, type, processinstanceid, processid, nodeid] >10:28:36,758 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [] >10:28:36,758 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [nodeinstancelog_pkey] >10:28:36,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry activation.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/mail-1.4.1.jar does not point to a valid jar for a Class-Path reference. >10:28:36,763 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry avalon-framework-4.2.0.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry batik-all-1.7.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry commons-io-1.3.1.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry serializer-2.7.0.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry servlet-2.2.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xalan-2.7.0.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xercesImpl-2.7.1.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xml-apis-1.3.04.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xml-apis-ext-1.3.04.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xmlgraphics-commons-1.3.1.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,766 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry fop-hyph.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,766 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jai_codec.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,766 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jai_core.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,766 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jai_imageio.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,767 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry jimi-1.0.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,767 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xmlunit1.0.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/fop-0.95.jar does not point to a valid jar for a Class-Path reference. >10:28:36,786 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xml-apis.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/serializer-2.7.1.jar does not point to a valid jar for a Class-Path reference. >10:28:36,789 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry xercesImpl-2.9.1.jarxml-apis-1.0.b2.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar does not point to a valid jar for a Class-Path reference. >10:28:36,789 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry commons-lang-2.6.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar does not point to a valid jar for a Class-Path reference. >10:28:36,789 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry commons-io-2.1.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar does not point to a valid jar for a Class-Path reference. >10:28:36,789 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015960: Class Path entry log4j-1.2.16.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/designer.war/WEB-INF/lib/jbpmmigration-0.11.jar does not point to a valid jar for a Class-Path reference. >10:28:36,793 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.processinstanceinfo >10:28:36,794 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [startdate, lastreaddate, state, processinstancebytearray, optlock, instanceid, lastmodificationdate, processid] >10:28:36,794 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [] >10:28:36,794 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [processinstanceinfo_pkey] >10:28:36,804 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory' >10:28:36,810 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.i18ntext >10:28:36,811 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_names_id, id, text, notification_descriptions_id, notification_names_id, reassignment_documentation_id, notification_subjects_id, deadline_documentation_id, task_descriptions_id, notification_documentation_id, language, task_subjects_id] >10:28:36,811 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk2349686b98b62b, fk2349686b5eebb6d9, fk2349686b3330f6d9, fk2349686bf952cee4, fk2349686bd488ceeb, fk2349686bb2fa6b18, fk2349686b8046a239, fk2349686b69b21ee8, fk2349686b2162dfb4] >10:28:36,811 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [i18ntext_pkey] >10:28:36,823 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.processinstancelog >10:28:36,823 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [id, end_date, start_date, processinstanceid, processid] >10:28:36,823 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [] >10:28:36,823 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [processinstancelog_pkey] >10:28:36,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.notification >10:28:36,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, escalation_notifications_id, priority, dtype] >10:28:36,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk2d45dd0b3e0890b] >10:28:36,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [notification_pkey] >10:28:36,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.sessioninfo >10:28:36,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [rulesbytearray, id, startdate, optlock, lastmodificationdate] >10:28:36,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [] >10:28:36,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [sessioninfo_pkey] >10:28:36,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.notification_bas >10:28:36,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:36,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.variableinstancelog >10:28:36,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk2dd68ee09c76eaba, fk2dd68ee02c122ed2] >10:28:36,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [id, variableinstanceid, variableid, value, log_date, processinstanceid, processid] >10:28:36,886 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:36,886 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [] >10:28:36,886 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [variableinstancelog_pkey] >10:28:36,916 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000261: Table found: public.workiteminfo >10:28:36,917 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000037: Columns: [workitembytearray, name, workitemid, state, optlock, creationdate, processinstanceid] >10:28:36,917 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000108: Foreign keys: [] >10:28:36,917 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH000126: Indexes: [workiteminfo_pkey] >10:28:36,917 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH000232: Schema update complete >10:28:36,927 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.notification_recipients >10:28:36,928 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:36,928 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk98fd214e9c76eaba, fk98fd214e2c122ed2] >10:28:36,928 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:36,966 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.notification_email_header >10:28:36,966 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [emailheaders_id, notification_id, mapkey] >10:28:36,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkf30fe34430be501c, fkf30fe3441f7b912a] >10:28:36,967 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [notification_email_header_pkey, notification_email_header_emailheaders_id_key] >10:28:37,001 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.organizationalentity >10:28:37,001 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, dtype] >10:28:37,001 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [] >10:28:37,001 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [organizationalentity_pkey] >10:28:37,002 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.jboss.bpm.console.server.ConsoleServerApplication >10:28:37,002 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.report.ReportFacade from Application javax.ws.rs.core.Application >10:28:37,004 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.ProcessMgmtFacade from Application javax.ws.rs.core.Application >10:28:37,004 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.ProcessHistoryFacade from Application javax.ws.rs.core.Application >10:28:37,004 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.TaskMgmtFacade from Application javax.ws.rs.core.Application >10:28:37,005 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.UserMgmtFacade from Application javax.ws.rs.core.Application >10:28:37,005 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.InfoFacade from Application javax.ws.rs.core.Application >10:28:37,005 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.FormProcessingFacade from Application javax.ws.rs.core.Application >10:28:37,005 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.EngineFacade from Application javax.ws.rs.core.Application >10:28:37,016 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Adding singleton resource org.jboss.bpm.console.server.TaskListFacade from Application javax.ws.rs.core.Application >10:28:37,041 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.peopleassignments_bas >10:28:37,041 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:37,041 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk9d8cf4ec36b2f154, fk9d8cf4ec2c122ed2] >10:28:37,041 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:37,078 INFO [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /business-central-server >10:28:37,079 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.peopleassignments_exclowners >10:28:37,079 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:37,080 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkc77b97e436b2f154, fkc77b97e42c122ed2] >10:28:37,080 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:37,113 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.peopleassignments_potowners >10:28:37,114 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:37,114 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk1ee418d36b2f154, fk1ee418d2c122ed2] >10:28:37,114 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:37,146 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.peopleassignments_recipients >10:28:37,147 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:37,147 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkc6f615c22c122ed2, fkc6f615c236b2f154] >10:28:37,147 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:37,172 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.peopleassignments_stakeholders >10:28:37,172 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:37,172 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk482f79d536b2f154, fk482f79d52c122ed2] >10:28:37,172 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:37,208 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.reassignment >10:28:37,208 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [escalation_reassignments_id, id] >10:28:37,208 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk724d0560a5c17ee0] >10:28:37,208 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [reassignment_pkey] >10:28:37,236 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: Module "deployment.designer.war:main" from Service Module Loader >10:28:37,240 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.reassignment_potentialowners >10:28:37,240 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [task_id, entity_id] >10:28:37,247 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk90b59cffe17e130f, fk90b59cff2c122ed2] >10:28:37,247 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [] >10:28:37,250 INFO [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /designer >10:28:42,700 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.subtasksstrategy >10:28:42,701 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, name, task_id, dtype] >10:28:42,701 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fkde5df2e136b2f154] >10:28:42,701 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [subtasksstrategy_pkey] >10:28:42,745 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.task >10:28:42,745 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [outputcontentid, parentid, optlock, expirationtime, previousstatus, faultname, id, createdby_id, archived, skipable, priority, faulttype, taskinitiator_id, documentcontentid, faultaccesstype, outputaccesstype, allowedtodelegate, status, documentaccesstype, outputtype, createdon, faultcontentid, activationtime, processinstanceid, processsessionid, actualowner_id, workitemid, documenttype, processid] >10:28:42,745 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk27a9a5f213f8b5, fk27a9a56ce1ef3a, fk27a9a59e619a0] >10:28:42,746 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [task_pkey] >10:28:42,781 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.email_header >10:28:42,782 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, body, replytoaddress, subject, fromaddress, language] >10:28:42,782 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [] >10:28:42,782 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [email_header_pkey] >10:28:42,805 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000261: Table found: public.task_comment >10:28:42,805 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000037: Columns: [id, taskdata_comments_id, text, addedat, addedby_id] >10:28:42,805 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000108: Foreign keys: [fk61f475a52ff04688, fk61f475a5b35e68f5] >10:28:42,805 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-4) HHH000126: Indexes: [task_comment_pkey] >10:28:42,806 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-4) HHH000232: Schema update complete >10:28:42,806 WARN [org.hibernate.internal.SessionFactoryImpl] (MSC service thread 1-4) HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession() >10:28:42,965 WARN [org.hibernate.ejb.internal.EntityManagerFactoryRegistry] (MSC service thread 1-4) HHH000436: Entity manager factory name (org.jbpm.task) is already registered. If entity manager will be clustered or passivated, specify a unique value for property 'hibernate.ejb.entitymanager_factory_name' >10:28:43,153 WARN [org.jbpm.task.service.TaskServiceSession] (MSC service thread 1-4) User Administrator already exists in Task Server >10:28:43,156 INFO [stdout] (MSC service thread 1-4) HornetQ Task service started correctly ! >10:28:43,157 INFO [stdout] (MSC service thread 1-4) HornetQ Task service running ... >10:28:43,158 INFO [org.jbpm.task.service.UserGroupCallbackManager] (MSC service thread 1-4) Unregistering UserGroupCallback >10:28:43,158 INFO [stdout] (MSC service thread 1-4) Task service startup completed successfully ! >10:28:43,158 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /jbpm-human-task >10:28:43,310 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-80) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) >10:28:43,323 WARNING [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-80) Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this. >10:28:43,386 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-80) Started Netty Acceptor version 3.2.3.Final-r1 localhost:5446 for CORE protocol >10:28:43,387 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-80) Server is now live >10:28:43,387 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-80) HornetQ Server version 2.2.10.GA (HQ_2_2_10_EAP_GA_BUILD2, 122) [ca512503-dc77-11e1-9f89-f0def167dbd3]) started >10:28:44,205 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_cs.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,205 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_de_DE.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,205 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_es.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,205 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_fr.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,205 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_hu.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_it.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_ja_JP.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_ko_KR.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_pl.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_pt_BR.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_ru.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,206 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_zh_CN.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,207 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry derbyLocale_zh_TW.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/derby-10.5.3.0_1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,208 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry activation.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/mail-1.4.jar does not point to a valid jar for a Class-Path reference. >10:28:44,210 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry iText-toolbox.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/itext-2.1.2.jar does not point to a valid jar for a Class-Path reference. >10:28:44,210 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry iText-toolbox-2.1.2.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/itext-2.1.2.jar does not point to a valid jar for a Class-Path reference. >10:28:44,242 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry jaxb-api.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,242 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry activation.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,242 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry jsr173_1.0_api.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,242 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry jaxb1-impl.jar in /home/jsvitak/DP/brms-p-5.3.0.GA-deployable/jboss-eap-6.0/standalone/deployments/jboss-brms.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar does not point to a valid jar for a Class-Path reference. >10:28:44,289 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory' >10:28:44,290 WARN [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory' > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 845229
: 601928