Bug 922695 - jbpm Console deployment error about ”ERROR [org.hibernate.tool.hbm2ddl.SchemaExport]“
Summary: jbpm Console deployment error about ”ERROR [org.hibernate.tool.hbm2ddl.Schema...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR4
: 6.0.0
Assignee: Mauricio Salatino
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-18 10:16 UTC by Ryan Zhang
Modified: 2014-08-06 20:07 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:07:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ryan Zhang 2013-03-18 10:16:49 UTC
Description of problem:
The folowing error is found when deployed jbpm-console-ng-distribution-wars-as7.0 on EAP 6.1 ER2..
Noticed that the same hibernate error is not happened when deploying to EAP6.0.1 which hibernate-core version is 4.1.6.Final instead of 4.2.0.
The jbpm console is able to log in.


17:58:52,817 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 48) HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2}
17:58:52,821 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 48) HHH000412: Hibernate Core {4.2.0.CR1-redhat-1}
17:58:52,822 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 48) HHH000206: hibernate.properties not found
17:58:52,823 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 48) HHH000021: Bytecode provider name : javassist
17:58:52,911 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 48) HHH000204: Processing PersistenceUnitInfo [
	name: org.jbpm.domain
	...]
17:58:53,637 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 48) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
17:58:53,833 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 48) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
17:58:53,836 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 48) HHH000431: Unable to determine H2 database version, certain features may not work
17:58:53,878 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 48) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
17:58:53,892 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 48) HHH000397: Using ASTQueryTranslatorFactory
17:58:53,961 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 48) HV000001: Hibernate Validator 4.3.1.Final-redhat-1
17:58:54,469 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) HHH000227: Running hbm2ddl schema export
17:58:54,473 INFO  [stdout] (ServerService Thread Pool -- 48) Hibernate: alter table Attachment drop constraint FK1C935438EF5F064
17:58:54,475 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) HHH000389: Unsuccessful: alter table Attachment drop constraint FK1C935438EF5F064
17:58:54,475 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK1C935438EF5F064 [42102-168]
17:58:54,475 INFO  [stdout] (ServerService Thread Pool -- 48) Hibernate: alter table Attachment drop constraint FK1C93543F21826D9
17:58:54,475 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) HHH000389: Unsuccessful: alter table Attachment drop constraint FK1C93543F21826D9
17:58:54,475 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK1C93543F21826D9 [42102-168]
17:58:54,476 INFO  [stdout] (ServerService Thread Pool -- 48) Hibernate: alter table BooleanExpression drop constraint FKE3D208C0AFB75F7D
17:58:54,476 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) HHH000389: Unsuccessful: alter table BooleanExpression drop constraint FKE3D208C0AFB75F7D
17:58:54,476 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) Table "BOOLEANEXPRESSION" not found; SQL statement:
alter table BooleanExpression drop constraint FKE3D208C0AFB75F7D [42102-168]

Server.log is also attached

Version-Release number of selected component (if applicable):
EAP 6.1 download url: http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-6.1.0.ER2/jboss-eap-6.1.0.ER2.zip


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ryan Zhang 2013-03-27 13:12:17 UTC
Maciej pointed out that "create-drop" (for 
> hibernate.hbm2ddl.auto) that is used in persistence.xml is causing this 
> issue. Could you please try changing that to "update" instead and see if 
> that makes any difference with deployment."

I tested on this. 
"update" is valid on EAP 6.1, but it would cause problem in EAP6.0.1.

However BPM 6 will based on EAP6.1.

So  I think it probably still need to fix in upstream. 
To create a distribution for EAP6.1 ?

Comment 2 Ryan Zhang 2013-04-11 06:28:53 UTC
The error remains for jbpm-console-ng 6.0.0.Beta1.

Comment 3 Ryan Zhang 2013-04-11 07:43:43 UTC
(In reply to comment #2)
> The error remains for jbpm-console-ng 6.0.0.Beta1.
Ah, my mistake.
This issue has been fixed in 6.0.0.Beta1. 
I saw the "hbm2ddl.auto" has been changed to "update".

Mauricio, Next time after you fix  issue, please help to set the trace bugzilla to  "Modified" status, Thanks!

Comment 4 Maciej Swiderski 2013-04-12 14:21:52 UTC
Ryan, my fault, it was me who committed this change to master.

Comment 5 Ryan Zhang 2013-05-06 08:55:47 UTC
This is fixed in DR4.
Update this status to verified since this can be verified during productization phase.

Comment 9 Reza 2014-01-17 18:32:05 UTC
I receive the same error by running
1. git clone https://github.com/droolsjbpm/jbpm-console-ng.git
2. mvn clean install

-----------------------------------------------------------------------
Building jBPM Console NG - Human Tasks Backend 6.1.0-SNAPSHOT
------------------------------------------------------------------------
 
[clean:clean]
Deleting /home/mohebbi/projects/jbpm-console-ng-master/jbpm-console-ng-human-tasks/jbpm-console-ng-human-tasks-backend/target
Deleting /home/mohebbi/projects/jbpm-console-ng-master/jbpm-console-ng-human-tasks/jbpm-console-ng-human-tasks-backend (includes = [.errai/**, .niogit/**], excludes = [])
 
[enforcer:enforce]
 
[enforcer:enforce]
 
[enforcer:enforce]
 
[build-helper:parse-version]
 
[buildnumber:create-timestamp]
 
[buildnumber:create]
 
[resources:resources]
Using 'UTF-8' encoding to copy filtered resources.
Copying 2 resources
 
[compiler:compile]
Compiling 13 source files to /home/mohebbi/projects/jbpm-console-ng-master/jbpm-console-ng-human-tasks/jbpm-console-ng-human-tasks-backend/target/classes
 
[resources:testResources]
Using 'UTF-8' encoding to copy filtered resources.
Copying 7 resources
 
[compiler:testCompile]
Compiling 5 source files to /home/mohebbi/projects/jbpm-console-ng-master/jbpm-console-ng-human-tasks/jbpm-console-ng-human-tasks-backend/target/test-classes
 
[surefire:test]
Surefire report directory: /home/mohebbi/projects/jbpm-console-ng-master/jbpm-console-ng-human-tasks/jbpm-console-ng-human-tasks-backend/target/surefire-reports
 
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointLocalTest
Dec 29, 2013 12:21:44 PM org.jboss.weld.util.ServiceLoader loadClass
WARNING: Could not load service class org.uberfire.security.server.cdi.SecurityExtension
0    [main] WARN  org.jboss.solder.config.xml.model.ModelBuilder  - Solder Config could not resolve XML namspace for: {}
6327 [main] WARN  org.hibernate.service.jta.platform.internal.JtaPlatformInitiator  - 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]
7338 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3
7338 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3 [42102-168]
7346 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513
7346 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513 [42102-168]
7346 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso
7346 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "BOOLEANEXPRESSION" not found; SQL statement:
alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso [42102-168]
7347 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx
7347 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "DEADLINE" not found; SQL statement:
alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx [42102-168]
7347 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n
7347 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "DEADLINE" not found; SQL statement:
alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n [42102-168]
7348 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb
7348 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "DELEGATION_DELEGATES" not found; SQL statement:
alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb [42102-168]
7349 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3
7349 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "DELEGATION_DELEGATES" not found; SQL statement:
alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3 [42102-168]
7349 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg
7349 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "ESCALATION" not found; SQL statement:
alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg [42102-168]
7350 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p
7350 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p [42102-168]
7350 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp
7350 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp [42102-168]
7351 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp
7351 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp [42102-168]
7352 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi
7355 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi [42102-168]
7355 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2
7356 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2 [42102-168]
7358 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5
7358 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5 [42102-168]
7359 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x
7359 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x [42102-168]
7360 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry
7360 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry [42102-168]
7361 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w
7361 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w [42102-168]
7362 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9
7362 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION" not found; SQL statement:
alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9 [42102-168]
7362 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i
7362 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION_BAS" not found; SQL statement:
alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i [42102-168]
7363 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7
7363 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION_BAS" not found; SQL statement:
alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7 [42102-168]
7364 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu
7364 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:
alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu [42102-168]
7364 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47
7365 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:
alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47 [42102-168]
7365 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8
7366 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:
alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8 [42102-168]
7366 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai
7367 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:
alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai [42102-168]
7368 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2
7368 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:
alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2 [42102-168]
7370 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh
7370 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:
alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh [42102-168]
7371 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a
7371 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:
alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a [42102-168]
7378 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7
7385 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:
alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7 [42102-168]
7396 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026
7397 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:
alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026 [42102-168]
7398 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x
7398 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:
alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x [42102-168]
7399 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6
7400 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:
alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6 [42102-168]
7401 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4
7401 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:
alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4 [42102-168]
7402 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm
7402 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:
alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm [42102-168]
7403 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1
7403 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:
alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1 [42102-168]
7408 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd
7409 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "REASSIGNMENT" not found; SQL statement:
alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd [42102-168]
7410 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody
7410 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:
alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody [42102-168]
7411 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn
7412 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:
alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn [42102-168]
7412 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh
7413 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh [42102-168]
7414 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf
7414 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf [42102-168]
7415 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc
7415 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc [42102-168]
7416 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv
7417 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "TASK_COMMENT" not found; SQL statement:
alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv [42102-168]
7418 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - HHH000389: Unsuccessful: alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs
7418 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaExport  - Table "TASK_COMMENT" not found; SQL statement:
alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs [42102-168]
Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 48.981 sec <<< FAILURE! - in org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointLocalTest
testGetTasksForLongPeriod(org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointLocalTest)  Time elapsed: 0.082 sec  <<< ERROR!
java.lang.IllegalArgumentException: Illegal instant due to time zone offset transition: 2014-03-21T20:30:00.000
    at org.joda.time.chrono.ZonedChronology.localToUTC(ZonedChronology.java:143)
    at org.joda.time.chrono.ZonedChronology.getDateTimeMillis(ZonedChronology.java:119)
    at org.joda.time.chrono.AssembledChronology.getDateTimeMillis(AssembledChronology.java:133)
    at org.joda.time.base.BaseDateTime.<init>(BaseDateTime.java:254)
    at org.joda.time.DateMidnight.<init>(DateMidnight.java:268)
    at org.joda.time.LocalDate.toDateMidnight(LocalDate.java:750)
    at org.joda.time.LocalDate.toDateMidnight(LocalDate.java:727)
    at org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointImpl.transformLocalDatesToDays(TaskServiceEntryPointImpl.java:195)
    at org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointImpl.getTasksOwnedFromDateToDateByDays(TaskServiceEntryPointImpl.java:147)
    at org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointImpl.getTasksOwnedFromDateToDateByDays(TaskServiceEntryPointImpl.java:231)
    at org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointImpl$Proxy$_$$_WeldClientProxy.getTasksOwnedFromDateToDateByDays(TaskServiceEntryPointImpl$Proxy$_$$_WeldClientProxy.java)
    at org.jbpm.console.ng.ht.backend.server.TaskServiceEntryPointBaseTest.testGetTasksForLongPeriod(TaskServiceEntryPointBaseTest.java:28)
    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:597)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
    at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
    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:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
    at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
    at org.jboss.arquillian.container.test.impl.client.protocol.local.LocalContainerMethodExecutor.invoke(LocalContainerMethodExecutor.java:50)
    at org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter.execute(RemoteTestExecuter.java:120)
    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:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
    at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
    at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:57)
    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:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
    at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
    at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
    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:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
    at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
    at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
    at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
    at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
    at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
    at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
    at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
    at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
    at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
    at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
    at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
    at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
    at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
    at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
 
 
Results :
 
Tests in error:
  TaskServiceEntryPointLocalTest>TaskServiceEntryPointBaseTest.testGetTasksForLongPeriod:28 » IllegalArgument
 
Tests run: 11, Failures: 0, Errors: 1, Skipped: 0
 
------------------------------------------------------------------------


Note You need to log in before you can comment on or make changes to this bug.