You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/09/14 15:15:34 UTC

Build failed in Hudson: ODE-trunk-maven2-jdk5 #128

See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/128/changes>

Changes:

[Tammo van Lessen] fixing ODE-888.

------------------------------------------
[...truncated 6856 lines...]
 create table BPEL_XML_DATA (ID bigint not null auto_increment, DATA blob(2G), NAME varchar(255) not null, SIMPLE_VALUE varchar(255), SCOPE_ID bigint, PIID bigint, IS_SIMPLE_TYPE bit, INSERT_TIME timestamp, MLOCK integer not null, primary key (ID)) [42101-117]
[ERROR] Failed to execute:  create table STORE_DU (NAME varchar(255) not null, deployer varchar(255), DEPLOYDT timestamp, DIR varchar(255), primary key (NAME))
[ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_DU already exists; SQL statement:
 create table STORE_DU (NAME varchar(255) not null, deployer varchar(255), DEPLOYDT timestamp, DIR varchar(255), primary key (NAME)) [42101-117]
[ERROR] Failed to execute:  create table STORE_PROCESS (PID varchar(255) not null, DU varchar(255), TYPE varchar(255), version bigint, STATE varchar(255), primary key (PID))
[ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_PROCESS already exists; SQL statement:
 create table STORE_PROCESS (PID varchar(255) not null, DU varchar(255), TYPE varchar(255), version bigint, STATE varchar(255), primary key (PID)) [42101-117]
[ERROR] Failed to execute:  create table STORE_PROCESS_PROP (propId varchar(255) not null, value varchar(255), name varchar(255) not null, primary key (propId, name))
[ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_PROCESS_PROP already exists; SQL statement:
 create table STORE_PROCESS_PROP (propId varchar(255) not null, value varchar(255), name varchar(255) not null, primary key (propId, name)) [42101-117]
[ERROR] Failed to execute:  create table STORE_VERSIONS (ID integer not null, VERSION bigint, primary key (ID))
[ERROR] org.h2.jdbc.JdbcSQLException: Table STORE_VERSIONS already exists; SQL statement:
 create table STORE_VERSIONS (ID integer not null, VERSION bigint, primary key (ID)) [42101-117]
[ERROR] Failed to execute:  create table VAR_PROPERTY (ID bigint not null auto_increment, XML_DATA_ID bigint, PROP_VALUE varchar(255), PROP_NAME varchar(255) not null, INSERT_TIME timestamp, MLOCK integer not null, primary key (ID))
[ERROR] org.h2.jdbc.JdbcSQLException: Table VAR_PROPERTY already exists; SQL statement:
 create table VAR_PROPERTY (ID bigint not null auto_increment, XML_DATA_ID bigint, PROP_VALUE varchar(255), PROP_NAME varchar(255) not null, INSERT_TIME timestamp, MLOCK integer not null, primary key (ID)) [42101-117]
[ERROR] Failed to execute:  create sequence hibernate_seqhilo
[ERROR] org.h2.jdbc.JdbcSQLException: Sequence HIBERNATE_SEQHILO already exists; SQL statement:
 create sequence hibernate_seqhilo [90035-117]
[ERROR] Failed to execute:   create index IDX_CORRELATOR_CID on BPEL_CORRELATOR (CID)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_CORRELATOR_CID already exists; SQL statement:
  create index IDX_CORRELATOR_CID on BPEL_CORRELATOR (CID) [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_CORRELATOR_MESSAGE_CKEY on BPEL_CORRELATOR_MESSAGE_CKEY (CKEY)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_CORRELATOR_MESSAGE_CKEY already exists; SQL statement:
 create index IDX_BPEL_CORRELATOR_MESSAGE_CKEY on BPEL_CORRELATOR_MESSAGE_CKEY (CKEY) [42111-117]
[ERROR] Failed to execute:  create index IDX_SELECTOR_SELGRPID on BPEL_SELECTORS (SELGRPID)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_SELGRPID already exists; SQL statement:
 create index IDX_SELECTOR_SELGRPID on BPEL_SELECTORS (SELGRPID) [42111-117]
[ERROR] Failed to execute:  create index IDX_SELECTOR_CKEY on BPEL_SELECTORS (CORRELATION_KEY)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_CKEY already exists; SQL statement:
 create index IDX_SELECTOR_CKEY on BPEL_SELECTORS (CORRELATION_KEY) [42111-117]
[ERROR] Failed to execute:  create index IDX_SELECTOR_CORRELATOR on BPEL_SELECTORS (CORRELATOR)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_CORRELATOR already exists; SQL statement:
 create index IDX_SELECTOR_CORRELATOR on BPEL_SELECTORS (CORRELATOR) [42111-117]
[ERROR] Failed to execute:  create index IDX_UNMATCHED_CORRELATOR on BPEL_UNMATCHED (CORRELATOR)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_CORRELATOR already exists; SQL statement:
 create index IDX_UNMATCHED_CORRELATOR on BPEL_UNMATCHED (CORRELATOR) [42111-117]
[ERROR] Failed to execute:  create index IDX_UNMATCHED_CKEY on BPEL_UNMATCHED (CORRELATION_KEY)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_CKEY already exists; SQL statement:
 create index IDX_UNMATCHED_CKEY on BPEL_UNMATCHED (CORRELATION_KEY) [42111-117]
[ERROR] Failed to execute:  create index IDX_XMLDATA_IID on BPEL_XML_DATA (PIID) 
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_IID already exists; SQL statement:
 create index IDX_XMLDATA_IID on BPEL_XML_DATA (PIID)  [42111-117]
[ERROR] Failed to execute:  create index IDX_XMLDATA_SID on BPEL_XML_DATA (SCOPE_ID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_SID already exists; SQL statement:
 create index IDX_XMLDATA_SID on BPEL_XML_DATA (SCOPE_ID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_XMLDATA_NAME on BPEL_XML_DATA (NAME)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_NAME already exists; SQL statement:
 create index IDX_XMLDATA_NAME on BPEL_XML_DATA (NAME)   [42111-117]
[ERROR] Failed to execute:  create index IDX_XMLDATA_NAME_SID on BPEL_XML_DATA (NAME, SCOPE_ID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_XMLDATA_NAME_SID already exists; SQL statement:
 create index IDX_XMLDATA_NAME_SID on BPEL_XML_DATA (NAME, SCOPE_ID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_EVENT_IID on BPEL_EVENT (IID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_EVENT_IID already exists; SQL statement:
 create index IDX_EVENT_IID on BPEL_EVENT (IID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_EVENT_PID on BPEL_EVENT (PID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_EVENT_PID already exists; SQL statement:
 create index IDX_EVENT_PID on BPEL_EVENT (PID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_CORR_SET_NAME on BPEL_CORRELATION_SET (CORR_SET_NAME)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_CORR_SET_NAME already exists; SQL statement:
 create index IDX_CORR_SET_NAME on BPEL_CORRELATION_SET (CORR_SET_NAME)   [42111-117]
[ERROR] Failed to execute:  create index IDX_CORR_SET_SCOPE_ID on BPEL_CORRELATION_SET (SCOPE_ID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_CORR_SET_SCOPE_ID already exists; SQL statement:
 create index IDX_CORR_SET_SCOPE_ID on BPEL_CORRELATION_SET (SCOPE_ID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_INSTANCE_PROCESS_ID on BPEL_INSTANCE (PROCESS_ID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_INSTANCE_PROCESS_ID already exists; SQL statement:
 create index IDX_BPEL_INSTANCE_PROCESS_ID on BPEL_INSTANCE (PROCESS_ID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_INSTANCE_STATE on BPEL_INSTANCE (STATE)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_INSTANCE_STATE already exists; SQL statement:
 create index IDX_BPEL_INSTANCE_STATE on BPEL_INSTANCE (STATE)   [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_PROCESS_TYPE_NAME on BPEL_PROCESS (type_name)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_PROCESS_TYPE_NAME already exists; SQL statement:
 create index IDX_BPEL_PROCESS_TYPE_NAME on BPEL_PROCESS (type_name)   [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_PROCESS_TYPE_NS on BPEL_PROCESS (type_ns)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_PROCESS_TYPE_NS already exists; SQL statement:
 create index IDX_BPEL_PROCESS_TYPE_NS on BPEL_PROCESS (type_ns)   [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_CORRELATOR_PROCESS_ID on BPEL_CORRELATOR(PROCESS_ID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_CORRELATOR_PROCESS_ID already exists; SQL statement:
 create index IDX_BPEL_CORRELATOR_PROCESS_ID on BPEL_CORRELATOR(PROCESS_ID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_UNMATCHED_CORRELATOR_CKEY on BPEL_UNMATCHED (CORRELATOR,CORRELATION_KEY)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_CORRELATOR_CKEY already exists; SQL statement:
 create index IDX_UNMATCHED_CORRELATOR_CKEY on BPEL_UNMATCHED (CORRELATOR,CORRELATION_KEY)   [42111-117]
[ERROR] Failed to execute:  create index IDX_PLINK_VAL_PROCESS_IDX on BPEL_PLINK_VAL (PROCESS)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_PLINK_VAL_PROCESS_IDX already exists; SQL statement:
 create index IDX_PLINK_VAL_PROCESS_IDX on BPEL_PLINK_VAL (PROCESS)   [42111-117]
[ERROR] Failed to execute:  create index IDX_PLINK_VAL_SCOPE on BPEL_PLINK_VAL (SCOPE)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_PLINK_VAL_SCOPE already exists; SQL statement:
 create index IDX_PLINK_VAL_SCOPE on BPEL_PLINK_VAL (SCOPE)   [42111-117]
[ERROR] Failed to execute:  create index IDX_PLINK_VAL_MODELID on BPEL_PLINK_VAL (MODELID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_PLINK_VAL_MODELID already exists; SQL statement:
 create index IDX_PLINK_VAL_MODELID on BPEL_PLINK_VAL (MODELID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_SELECTOR_INSTANCE on BPEL_SELECTORS (PIID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SELECTOR_INSTANCE already exists; SQL statement:
 create index IDX_SELECTOR_INSTANCE on BPEL_SELECTORS (PIID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_VARPROP_XMLDATA on VAR_PROPERTY (XML_DATA_ID)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_VARPROP_XMLDATA already exists; SQL statement:
 create index IDX_VARPROP_XMLDATA on VAR_PROPERTY (XML_DATA_ID)   [42111-117]
[ERROR] Failed to execute:  create index IDX_VARPROP_NAME on VAR_PROPERTY (PROP_NAME)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_VARPROP_NAME already exists; SQL statement:
 create index IDX_VARPROP_NAME on VAR_PROPERTY (PROP_NAME)   [42111-117]
[ERROR] Failed to execute:  create index IDX_VARPROP_VALUE on VAR_PROPERTY (PROP_VALUE)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_VARPROP_VALUE already exists; SQL statement:
 create index IDX_VARPROP_VALUE on VAR_PROPERTY (PROP_VALUE)   [42111-117]
[ERROR] Failed to execute:  create index IDX_UNMATCHED_MEX on BPEL_UNMATCHED (MEX)  
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_UNMATCHED_MEX already exists; SQL statement:
 create index IDX_UNMATCHED_MEX on BPEL_UNMATCHED (MEX)   [42111-117]
[ERROR] Failed to execute:  create index IDX_MESSAGE_MEX on BPEL_MESSAGE(MEX) 
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_MESSAGE_MEX already exists; SQL statement:
 create index IDX_MESSAGE_MEX on BPEL_MESSAGE(MEX)  [42111-117]
[ERROR] Failed to execute:  create index IDX_MESSAGE_EXCHANGE_PIID on BPEL_MESSAGE_EXCHANGE(PIID) 
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_MESSAGE_EXCHANGE_PIID already exists; SQL statement:
 create index IDX_MESSAGE_EXCHANGE_PIID on BPEL_MESSAGE_EXCHANGE(PIID)  [42111-117]
[ERROR] Failed to execute:  create index IDX_SCOPE_PIID on BPEL_SCOPE(PIID) 
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_SCOPE_PIID already exists; SQL statement:
 create index IDX_SCOPE_PIID on BPEL_SCOPE(PIID)  [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_SELECTORS_PROC_TYPE on BPEL_SELECTORS(PROC_TYPE)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_SELECTORS_PROC_TYPE already exists; SQL statement:
 create index IDX_BPEL_SELECTORS_PROC_TYPE on BPEL_SELECTORS(PROC_TYPE) [42111-117]
[ERROR] Failed to execute:  create index IDX_BPEL_SELECTORS_SELGRPID on BPEL_SELECTORS(SELGRPID)
[ERROR] org.h2.jdbc.JdbcSQLException: Index IDX_BPEL_SELECTORS_SELGRPID already exists; SQL statement:
 create index IDX_BPEL_SELECTORS_SELGRPID on BPEL_SELECTORS(SELGRPID) [42111-117]
[INFO] 5 of 63 SQL statements executed successfully
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/ode-dao-hibernate-db-1.3.5-SNAPSHOT.jar>
[INFO] [antrun:run {execution: zip-derby-db}]
[INFO] Executing tasks

zip-derby-db:
      [zip] Building zip: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/ode-dao-hibernate-db-1.3.5-SNAPSHOT.zip>
[INFO] Executed tasks
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-dao-hibernate-db/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-dao-hibernate-db/1.3.5-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/dao-hibernate-db/target/ode-dao-hibernate-db-1.3.5-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-dao-hibernate-db/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-dao-hibernate-db/1.3.5-SNAPSHOT/ode-dao-hibernate-db-1.3.5-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: JCA Connector Implementation
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources

[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/ode-bpel-connector-1.3.5-SNAPSHOT.jar>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-connector/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-bpel-connector/1.3.5-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-connector/target/ode-bpel-connector-1.3.5-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-connector/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-bpel-connector/1.3.5-SNAPSHOT/ode-bpel-connector-1.3.5-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPEL Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[WARNING] Invalid project model for artifact [tranql-connector-derby-common:tranql:1.1]. It will be ignored by the remote resources Mojo.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-test/target/classes>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-test/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-test/builds/2010-09-14_13-08-43/archive/org.apache.ode/ode-bpel-test/1.3.5-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-test/src/main/java/org/apache/ode/test/BPELTestAbstract.java>:[125,41] package org.springframework.mock.jndi does not exist


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 42 seconds
[INFO] Finished at: Tue Sep 14 13:15:32 UTC 2010
[INFO] Final Memory: 98M/172M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped


ODE-trunk-maven2-jdk5 - Build # 132 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #132)

Status: Still Failing

Check console output at http://hudson.zones.apache.org/hudson/job/ODE-trunk-maven2-jdk5/132/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 141 - Failure

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #141)

Status: Failure

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/141/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 144 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #144)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/144/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 145 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #145)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/145/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 146 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #146)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/146/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 147 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #147)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/147/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 148 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #148)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/148/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 150 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #150)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/150/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 151 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #151)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/151/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 153 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #153)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/153/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 154 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #154)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/154/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 155 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #155)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/155/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 160 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #160)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/160/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 164 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #164)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/164/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 168 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #168)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/168/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 178 - Failure

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #178)

Status: Failure

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/178/ to view the results.

ODE-trunk-maven2-jdk5 - Build # 181 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built ODE-trunk-maven2-jdk5 (build #181)

Status: Still Failing

Check console output at https://builds.apache.org/job/ODE-trunk-maven2-jdk5/181/ to view the results.

Jenkins build is back to stable : ODE-trunk-maven2-jdk5 #184

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ODE-trunk-maven2-jdk5/184/changes>



Jenkins build is still unstable: ODE-trunk-maven2-jdk5 #183

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ODE-trunk-maven2-jdk5/changes>



Jenkins build is unstable: ODE-trunk-maven2-jdk5 #182

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ODE-trunk-maven2-jdk5/182/>



Build failed in Jenkins: ODE-trunk-maven2-jdk5 #181

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ODE-trunk-maven2-jdk5/181/>

------------------------------------------
Started by an SCM change
Building remotely on solaris2
SCM check out aborted


Build failed in Jenkins: ODE-trunk-maven2-jdk5 #180

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ODE-trunk-maven2-jdk5/180/>

------------------------------------------
Started by an SCM change
Building remotely on solaris2
Checking out a fresh workspace because /zonestorage/hudson<https://builds.apache.org/job/ODE-trunk-maven2-jdk5/ws/trunk> doesn't exist
Cleaning workspace /zonestorage/hudson<https://builds.apache.org/job/ODE-trunk-maven2-jdk5/ws/>
Checking out http://svn.apache.org/repos/asf/ode/trunk
ERROR: Failed to check out http://svn.apache.org/repos/asf/ode/trunk
org.tmatesoft.svn.core.SVNException: svn: Cannot create new file '/zonestorage/hudson<https://builds.apache.org/job/ODE-trunk-maven2-jdk5/ws/trunk/.svn/lock'>: Permission denied
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:85)
	at org.tmatesoft.svn.core.internal.wc.SVNFileUtil.createEmptyFile(SVNFileUtil.java:340)
	at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14.createVersionedDirectory(SVNAdminArea14.java:1579)
	at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15Factory.doCreateVersionedDirectory(SVNAdminArea15Factory.java:30)
	at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.createVersionedDirectory(SVNAdminAreaFactory.java:274)
	at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.createVersionedDirectory(SVNAdminAreaFactory.java:281)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:921)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:83)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:135)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:143)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:114)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:135)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:726)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:707)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:691)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1979)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: Permission denied
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:850)
	at org.tmatesoft.svn.core.internal.wc.SVNFileUtil.createNewFile(SVNFileUtil.java:354)
	at org.tmatesoft.svn.core.internal.wc.SVNFileUtil.createEmptyFile(SVNFileUtil.java:327)
	... 23 more


ODE-trunk-maven2-jdk5 - Build # 180 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built ODE-trunk-maven2-jdk5 (build #180)

Status: Failure

Check console output at https://builds.apache.org/job/ODE-trunk-maven2-jdk5/180/ to view the results.

Jenkins build is unstable: ODE-trunk-maven2-jdk5 #179

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/ODE-trunk-maven2-jdk5/179/changes>



Build failed in Jenkins: ODE-trunk-maven2-jdk5 #178

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/178/changes>

Changes:

[gpb] Minor change to test commit access.

------------------------------------------
[...truncated 6975 lines...]
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.ArrayMapper.realClass(ArrayMapper.java:96)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38)
	at com.thoughtworks.xstream.mapper.CachingMapper.realClass(CachingMapper.java:52)
	at com.thoughtworks.xstream.core.util.HierarchicalStreams.readClassType(HierarchicalStreams.java:29)
	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:136)
	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:853)
	at org.apache.activemq.transport.xstream.XStreamWireFormat.unmarshalText(XStreamWireFormat.java:55)
	at org.apache.activemq.transport.http.HttpTunnelServlet.doPost(HttpTunnelServlet.java:118)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:530)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:427)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
	at org.eclipse.jetty.server.session.SessionHandler.handle(SessionHandler.java:182)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:933)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:362)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:867)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
	at org.eclipse.jetty.server.Server.handle(Server.java:334)
	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559)
	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209)
	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406)
	at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:252)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436)
	at java.lang.Thread.run(Thread.java:595)
</pre>
<hr /><i><small>Powered by Jetty://</small></i><br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                
<br/>                                                

</body>
</html>


[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 19.266 sec <<< FAILURE!

Results :

Failed tests: 
  testTimeouts(org.apache.ode.axis2.EndpointTimeoutsTest)

Tests run: 57, Failures: 50, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-04-04_09-28-18/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-04-04_09-28-18/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-20110403.222626-8.pom
1K downloaded  (maven-bpelunit-plugin-1.5.1-20110403.222626-8.pom)
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/bpelunit/1.5.1-SNAPSHOT/bpelunit-1.5.1-20110403.221945-12.pom
14K downloaded  (bpelunit-1.5.1-20110403.221945-12.pom)
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-20110403.222626-8.jar
14K downloaded  (maven-bpelunit-plugin-1.5.1-20110403.222626-8.jar)
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-04-04_09-28-18/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-04-04 06:58:11.352:INFO::jetty-7.1.5.v20100705
2011-04-04 06:58:11.424:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-04-04 06:58:16.591:INFO::No Transaction manager found - if your webapp requires one, please configure one.
06:58:19,776 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
06:58:39,298 INFO  [BpelServerImpl] BPEL Server Started.
06:58:39,304 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
06:58:40,335 INFO  [DeploymentPoller] Poller started.
06:58:40,335 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
06:58:40,335 INFO  [ODEServer] ODE Service Engine has been started.
2011-04-04 06:58:40.382:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-20110403.222203-8.pom
4K downloaded  (framework-1.5.1-20110403.222203-8.pom)
Downloading: https://oss.sonatype.org/content/repositories/snapshots//de/schlichtherle/truezip/6.8.2/truezip-6.8.2.pom
[INFO] Unable to find resource 'de.schlichtherle:truezip:pom:6.8.2' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: https://oss.sonatype.org/content/repositories/releases//de/schlichtherle/truezip/6.8.2/truezip-6.8.2.pom
4K downloaded  (truezip-6.8.2.pom)
Downloading: https://oss.sonatype.org/content/repositories/snapshots//de/schlichtherle/asl20-oss-parent/6/asl20-oss-parent-6.pom
[INFO] Unable to find resource 'de.schlichtherle:asl20-oss-parent:pom:6' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: https://oss.sonatype.org/content/repositories/releases//de/schlichtherle/asl20-oss-parent/6/asl20-oss-parent-6.pom
8K downloaded  (asl20-oss-parent-6.pom)
[INFO] snapshot uk.com.robust-it:cloning:1.7.5-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot uk.com.robust-it:cloning:1.7.5-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot uk.com.robust-it:cloning:1.7.5-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot uk.com.robust-it:cloning:1.7.5-SNAPSHOT: checking for updates from central
[INFO] snapshot uk.com.robust-it:cloning:1.7.5-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot uk.com.robust-it:cloning:1.7.5-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//de/schlichtherle/truezip/6.8.2/truezip-6.8.2.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-20110403.222203-8.jar
[INFO] Unable to find resource 'de.schlichtherle:truezip:jar:6.8.2' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: https://oss.sonatype.org/content/repositories/releases//de/schlichtherle/truezip/6.8.2/truezip-6.8.2.jar
468K downloaded  (truezip-6.8.2.jar)
583K downloaded  (framework-1.5.1-20110403.222203-8.jar)
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/truezip/6.8.2/truezip-6.8.2.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[11] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[12] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[13] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[14] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[15] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[17] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[19] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[20] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[21] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[22] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.5-SNAPSHOT/cloning-1.7.5-SNAPSHOT.jar
urls[23] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
Bad version number in .class file
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 90 minutes 26 seconds
[INFO] Finished at: Mon Apr 04 06:58:54 EDT 2011
[INFO] Final Memory: 121M/452M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
06:58:55,562 INFO  [DeploymentPoller] Poller stopped.
06:58:55,562 INFO  [BpelServerImpl] BPEL Server Stopped.
06:58:55,742 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Jenkins build is still unstable: ODE-trunk-maven2-jdk5 #177

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is still unstable: ODE-trunk-maven2-jdk5 #176

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is still unstable: ODE-trunk-maven2-jdk5 #175

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is unstable: ODE-trunk-maven2-jdk5 #174

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/174/changes>



Build failed in Hudson: ODE-trunk-maven2-jdk5 #168

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/168/changes>

Changes:

[Tammo van Lessen] DOAP.

------------------------------------------
[...truncated 5764 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.173 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.829 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.53 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5x4mll6w1oh] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@1858aa4 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5x4mll6w1oh] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@1858aa4 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.656 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-18_04-33-25/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-18_04-33-25/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-18_04-33-25/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-18 00:23:02.633:INFO::jetty-7.1.5.v20100705
2011-01-18 00:23:02.693:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-18 00:23:08.499:INFO::No Transaction manager found - if your webapp requires one, please configure one.
00:23:10,939 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
00:23:16,225 INFO  [BpelServerImpl] BPEL Server Started.
00:23:16,231 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
00:23:19,108 INFO  [DeploymentPoller] Poller started.
00:23:19,109 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
00:23:19,109 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-18 00:23:19.153:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49 minutes 54 seconds
[INFO] Finished at: Tue Jan 18 00:23:25 EST 2011
[INFO] Final Memory: 110M/337M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
00:23:27,044 INFO  [DeploymentPoller] Poller stopped.
00:23:27,044 INFO  [BpelServerImpl] BPEL Server Stopped.
00:23:27,104 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #167

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/167/changes>

Changes:

[Tammo van Lessen] make nexus and buildr release happy.

[Tammo van Lessen] make nexus and buildr release happy.

[Tammo van Lessen] gpg task improved.

[Tammo van Lessen] don't include example binaries in distro packages.

------------------------------------------
[...truncated 5778 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.911 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.975 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.051 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wrvlr6t8ex] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@b90ff7 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wrvlr6t8ex] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@b90ff7 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.357 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-14_19-10-51/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-14_19-10-51/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-14_19-10-51/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-14 15:06:23.938:INFO::jetty-7.1.5.v20100705
2011-01-14 15:06:23.987:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-14 15:06:29.228:INFO::No Transaction manager found - if your webapp requires one, please configure one.
15:06:31,248 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
15:06:41,421 INFO  [BpelServerImpl] BPEL Server Started.
15:06:41,427 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
15:06:42,372 INFO  [DeploymentPoller] Poller started.
15:06:42,372 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
15:06:42,372 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-14 15:06:42.428:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 55 minutes 52 seconds
[INFO] Finished at: Fri Jan 14 15:06:47 EST 2011
[INFO] Final Memory: 123M/361M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
15:06:48,795 INFO  [DeploymentPoller] Poller stopped.
15:06:48,795 INFO  [BpelServerImpl] BPEL Server Stopped.
15:06:48,882 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 167 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #167)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/167/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #166

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/166/changes>

Changes:

[Tammo van Lessen] fixing ODE-892, thanks Rick!

[Tammo van Lessen] less noise on the INFO log level.

[Tammo van Lessen] html fix in deployment browser.

------------------------------------------
[...truncated 4577 lines...]
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><ConversationId xmlns="http://my.company/super/protocol" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myns="http://my.company/super/protocol">ZZYV</ConversationId></soapenv:Header><soapenv:Body><odens:helloResponse xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ode/bpel/unit-test.wsdl">Hello</TestPart></odens:helloResponse></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.836 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.375 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.687 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.382 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.558 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wohqobi25j] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@26c7da timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wohqobi25j] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@26c7da timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.074 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-13_17-34-15/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-13_17-34-15/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-13_17-34-15/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-13 13:19:14.028:INFO::jetty-7.1.5.v20100705
2011-01-13 13:19:14.095:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-13 13:19:19.541:INFO::No Transaction manager found - if your webapp requires one, please configure one.
13:19:21,229 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
13:19:28,115 INFO  [BpelServerImpl] BPEL Server Started.
13:19:28,121 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
13:19:31,013 INFO  [DeploymentPoller] Poller started.
13:19:31,013 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
13:19:31,013 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-13 13:19:31.165:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45 minutes 13 seconds
[INFO] Finished at: Thu Jan 13 13:19:32 EST 2011
[INFO] Final Memory: 110M/344M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
13:19:34,306 INFO  [DeploymentPoller] Poller stopped.
13:19:34,306 INFO  [BpelServerImpl] BPEL Server Stopped.
13:19:34,361 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 166 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #166)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/166/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #165

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/165/changes>

Changes:

[Tammo van Lessen] fixing ODE-374, ODE-887 (related to ODE-795), ODE-733 (thanks Terry!) -- all management console related issues.

[Tammo van Lessen] small osgi fix.

[Tammo van Lessen] link to deployment browser, fix for ODE-828.

[Tammo van Lessen] deployment browser to show axis2 wsdl.

[Tammo van Lessen] no need for fivesight filetypes anymore.

[Tammo van Lessen] JPA impl for ODE-795, which was horribly broken.

------------------------------------------
[...truncated 4665 lines...]
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><ConversationId xmlns="http://my.company/super/protocol" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myns="http://my.company/super/protocol">ZZYV</ConversationId></soapenv:Header><soapenv:Body><odens:helloResponse xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ode/bpel/unit-test.wsdl">Hello</TestPart></odens:helloResponse></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.894 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.313 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.928 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.139 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.16 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wo4fnqvimp] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@121f4ef timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wo4fnqvimp] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@121f4ef timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.82 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-13_14-35-38/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-13_14-35-38/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-13_14-35-38/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-13 10:21:18.405:INFO::jetty-7.1.5.v20100705
2011-01-13 10:21:18.453:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-13 10:21:23.968:INFO::No Transaction manager found - if your webapp requires one, please configure one.
10:21:26,015 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
10:21:32,166 INFO  [BpelServerImpl] BPEL Server Started.
10:21:32,172 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
10:21:35,088 INFO  [DeploymentPoller] Poller started.
10:21:35,088 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
10:21:35,088 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-13 10:21:35.134:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45 minutes 54 seconds
[INFO] Finished at: Thu Jan 13 10:21:36 EST 2011
[INFO] Final Memory: 110M/336M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
10:21:38,208 INFO  [DeploymentPoller] Poller stopped.
10:21:38,208 INFO  [BpelServerImpl] BPEL Server Stopped.
10:21:38,540 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 165 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #165)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/165/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #164

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/164/changes>

Changes:

[Tammo van Lessen] case fix.

------------------------------------------
[...truncated 4647 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.477 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.038 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.129 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wnlqo07vhf] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@174e78a timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wnlqo07vhf] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@174e78a timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.956 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-13_10-20-54/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-13_10-20-54/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-13_10-20-54/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-13 06:38:58.933:INFO::jetty-7.1.5.v20100705
2011-01-13 06:38:59.005:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-13 06:39:05.434:INFO::No Transaction manager found - if your webapp requires one, please configure one.
06:39:07,437 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
06:39:32,390 INFO  [BpelServerImpl] BPEL Server Started.
06:39:32,396 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
06:39:35,358 INFO  [DeploymentPoller] Poller started.
06:39:35,358 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
06:39:35,358 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-13 06:39:35.452:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 78 minutes 44 seconds
[INFO] Finished at: Thu Jan 13 06:39:42 EST 2011
[INFO] Final Memory: 107M/327M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
06:39:44,286 INFO  [DeploymentPoller] Poller stopped.
06:39:44,286 INFO  [BpelServerImpl] BPEL Server Stopped.
06:39:44,579 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #163

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/163/changes>

Changes:

[Tammo van Lessen] pingpong-bundle fix.

[Tammo van Lessen] ixing ODE-903: upgrade commands to Karaf 2.1.3.

------------------------------------------
Started by an SCM change
Building remotely on solaris2
Updating http://svn.apache.org/repos/asf/ode/trunk
U         Rakefile
U         jbi-karaf-commands/src/main/java/org/apache/ode/karaf/commands/OdeCommandsBase.java
U         jbi-karaf-commands/src/main/resources/OSGI-INF/blueprint/ode-commands.xml
U         dependencies.rb
U         distro/src/examples-jbi/maven2/ping-pong-osgi/src/main/resources/Ping.wsdl
At revision 1058220
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
No emails were triggered.
Parsing POMs
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/src/examples-jbi/maven2/helloworld2-osgi> is referenced from <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/pom.xml> but it doesn't exist



ODE-trunk-maven2-jdk5 - Build # 163 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #163)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/163/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #162

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/162/changes>

Changes:

[Tammo van Lessen] release notes and build information updated.

[Tammo van Lessen] ODE-905: JBI HTTP Binding for PMAPI. Thanks Kurt!

[Tammo van Lessen] ODE-906 applied, thanks Kurt.

------------------------------------------
Started by an SCM change
Building remotely on solaris2
Updating http://svn.apache.org/repos/asf/ode/trunk
U         Rakefile
U         jbi-karaf/src/main/resources/features.xml
U         pom.xml
A         jbi-karaf-pmapi-httpbinding
A         jbi-karaf-pmapi-httpbinding/src
A         jbi-karaf-pmapi-httpbinding/src/main
A         jbi-karaf-pmapi-httpbinding/src/main/resources
A         jbi-karaf-pmapi-httpbinding/src/main/resources/META-INF
A         jbi-karaf-pmapi-httpbinding/src/main/resources/META-INF/spring
A         jbi-karaf-pmapi-httpbinding/src/main/resources/META-INF/spring/beans.xml
A         jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl
A         jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode
A         jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode/pmapi
A         jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode/pmapi/pmapi.xsd
A         jbi-karaf-pmapi-httpbinding/src/main/resources/wsdl/ode/pmapi/pmapi.wsdl
A         jbi-karaf-pmapi-httpbinding/pom.xml
U         bpel-runtime/pom2.xml
U         RELEASE_NOTES
U         BUILDING
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/osgi.bnd
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/test
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/test/resources
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/test/resources/helloworld-soapui-project.xml
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources/META-INF
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources/META-INF/spring
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources/META-INF/spring/beans.xml
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources/HelloWorld2.wsdl
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources/deploy.xml
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/src/main/resources/HelloWorld2.bpel
A         distro/src/examples-jbi/maven2/HelloWorld2-osgi/pom.xml
U         distro/src/examples-jbi/maven2/ping-pong-osgi/osgi.bnd
U         distro/src/examples-jbi/maven2/ping-pong-osgi/src/main/resources/META-INF/spring/xbean.xml
At revision 1057972
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
No emails were triggered.
Parsing POMs
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/src/examples-jbi/maven2/helloworld2-osgi> is referenced from <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/pom.xml> but it doesn't exist



ODE-trunk-maven2-jdk5 - Build # 162 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #162)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/162/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #161

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/161/changes>

Changes:

[Tammo van Lessen] fixing ODE-472, compiler part.

------------------------------------------
[...truncated 4435 lines...]

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.555 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.836 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.384 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.321 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.69 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wel2d2owf7] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5d1647 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wel2d2owf7] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5d1647 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.795 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-10_14-30-01/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-10_14-30-01/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-10_14-30-01/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-10 10:21:07.138:INFO::jetty-7.1.5.v20100705
2011-01-10 10:21:07.232:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-10 10:21:12.711:INFO::No Transaction manager found - if your webapp requires one, please configure one.
10:21:14,547 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
10:21:23,924 INFO  [BpelServerImpl] BPEL Server Started.
10:21:23,929 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
10:21:24,810 INFO  [DeploymentPoller] Poller started.
10:21:24,810 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
10:21:24,810 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-10 10:21:24.837:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51 minutes 16 seconds
[INFO] Finished at: Mon Jan 10 10:21:26 EST 2011
[INFO] Final Memory: 121M/450M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
10:21:27,441 INFO  [DeploymentPoller] Poller stopped.
10:21:27,442 INFO  [BpelServerImpl] BPEL Server Stopped.
10:21:27,514 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 161 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #161)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/161/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #160

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/160/changes>

Changes:

[Tammo van Lessen] testcase fix.

------------------------------------------
[...truncated 4432 lines...]
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.969 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.236 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.91 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wedd00bm0l] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@f61227 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wedd00bm0l] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@f61227 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.406 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-10_12-47-57/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-10_12-47-57/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-10_12-47-57/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-10 08:38:35.764:INFO::jetty-7.1.5.v20100705
2011-01-10 08:38:35.828:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-10 08:38:41.688:INFO::No Transaction manager found - if your webapp requires one, please configure one.
08:38:43,662 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
08:38:47,800 INFO  [BpelServerImpl] BPEL Server Started.
08:38:47,806 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
08:38:50,747 INFO  [DeploymentPoller] Poller started.
08:38:50,747 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
08:38:50,747 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-10 08:38:50.795:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50 minutes 58 seconds
[INFO] Finished at: Mon Jan 10 08:39:01 EST 2011
[INFO] Final Memory: 105M/340M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
08:39:02,380 INFO  [DeploymentPoller] Poller stopped.
08:39:02,381 INFO  [BpelServerImpl] BPEL Server Stopped.
08:39:02,442 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #159

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/159/changes>

Changes:

[Tammo van Lessen] missing test resources added.

[Tammo van Lessen] fixing ODE-472, thanks to Alexey Ousov for the patch!

------------------------------------------
[...truncated 5649 lines...]

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.409 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.223 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.03 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.308 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.877 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wcs3xqli0l] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@1164555 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wcs3xqli0l] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@1164555 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.302 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-10_00-37-37/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-10_00-37-37/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-10_00-37-37/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-09 20:48:50.273:INFO::jetty-7.1.5.v20100705
2011-01-09 20:48:50.345:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-09 20:48:55.446:INFO::No Transaction manager found - if your webapp requires one, please configure one.
20:48:58,578 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
20:49:05,789 INFO  [BpelServerImpl] BPEL Server Started.
20:49:05,795 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
20:49:08,857 INFO  [DeploymentPoller] Poller started.
20:49:08,857 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
20:49:08,857 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-09 20:49:08.902:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 71 minutes 27 seconds
[INFO] Finished at: Sun Jan 09 20:49:11 EST 2011
[INFO] Final Memory: 118M/432M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
20:49:12,728 INFO  [DeploymentPoller] Poller stopped.
20:49:12,728 INFO  [BpelServerImpl] BPEL Server Stopped.
20:49:12,826 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 159 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #159)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/159/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #158

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/158/changes>

Changes:

[Tammo van Lessen] license header added.

[Tammo van Lessen] test fix.

------------------------------------------
[...truncated 5742 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.221 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.815 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.268 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wcjhvoi7s1] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@26c7da timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5wcjhvoi7s1] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@26c7da timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.803 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-09_23-07-47/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-09_23-07-47/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-09_23-07-47/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-09 18:54:13.987:INFO::jetty-7.1.5.v20100705
2011-01-09 18:54:14.065:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-09 18:54:19.414:INFO::No Transaction manager found - if your webapp requires one, please configure one.
18:54:21,115 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
18:54:29,542 INFO  [BpelServerImpl] BPEL Server Started.
18:54:29,549 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
18:54:30,471 INFO  [DeploymentPoller] Poller started.
18:54:30,471 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
18:54:30,471 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-09 18:54:30.507:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 minutes 44 seconds
[INFO] Finished at: Sun Jan 09 18:54:36 EST 2011
[INFO] Final Memory: 122M/499M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
channel stopped
18:54:37,131 INFO  [DeploymentPoller] Poller stopped.
18:54:37,132 INFO  [BpelServerImpl] BPEL Server Stopped.
18:54:37,615 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 158 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #158)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/158/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #157

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/157/changes>

Changes:

[Tammo van Lessen] deps fix.

[Tammo van Lessen] fixes ODE-904: document() in XSLT can now load remote URLs.

------------------------------------------
[...truncated 2163 lines...]
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.235 sec

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [xdoclet:xdoclet {execution: default}]
[INFO] Initializing DocletTasks!!!
[INFO] Executing tasks
Jan 9, 2011 2:16:06 PM xdoclet.XDocletMain start
INFO: Running <hibernate/>
Generating mapping file for org.apache.ode.store.hib.ProcessConfDaoImpl.
   org.apache.ode.store.hib.ProcessConfDaoImpl
Generating mapping file for org.apache.ode.store.hib.DeploymentUnitDaoImpl.
   org.apache.ode.store.hib.DeploymentUnitDaoImpl
Generating mapping file for org.apache.ode.store.hib.VersionTrackerDAOImpl.
   org.apache.ode.store.hib.VersionTrackerDAOImpl
[INFO] Executed tasks
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [antrun:run {execution: openjpa-enhancer}]
[INFO] Executing tasks
623  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.jpa.DbConfStoreConnectionFactory" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.jpa.DbConfStoreConnectionFactory" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.jpa.DbConfStoreConnectionFactory". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
823  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.ProcessCleanupConfImpl" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.ProcessCleanupConfImpl" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.ProcessCleanupConfImpl". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
844  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.jpa.JpaObj" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.jpa.JpaObj" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.jpa.JpaObj". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
855  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.hib.ConfStoreConnectionHib" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.hib.ConfStoreConnectionHib" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.hib.ConfStoreConnectionHib". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
872  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.hib.ProcessConfDaoImpl" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.hib.ProcessConfDaoImpl" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.hib.ProcessConfDaoImpl". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
886  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.DocumentEntityResolver" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.DocumentEntityResolver" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.DocumentEntityResolver". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
902  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.hib.VersionTrackerDAOImpl" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.hib.VersionTrackerDAOImpl" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.hib.VersionTrackerDAOImpl". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
912  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.Messages" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.Messages" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.Messages". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
930  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.hib.HibObj" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.hib.HibObj" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.hib.HibObj". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
988  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.ProcessConfImpl" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.ProcessConfImpl" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.ProcessConfImpl". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
1039  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.DocumentRegistry" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.DocumentRegistry" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.DocumentRegistry". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
1101  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.ProcessStoreImpl" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.ProcessStoreImpl" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.ProcessStoreImpl". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
1167  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.hib.DeploymentUnitDaoImpl" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.hib.DeploymentUnitDaoImpl" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.hib.DeploymentUnitDaoImpl". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
1230  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.DeploymentUnitDir" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.DeploymentUnitDir" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.DeploymentUnitDir". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
1268  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.hib.DbConfStoreConnectionFactory" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.hib.DbConfStoreConnectionFactory" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.hib.DbConfStoreConnectionFactory". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
1284  ode-store  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.ode.store.jpa.ConfStoreConnectionJpa" has no metadata; enhancing as persistence aware. If you intended for "class org.apache.ode.store.jpa.ConfStoreConnectionJpa" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.ode.store.jpa.ConfStoreConnectionJpa". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
[INFO] Executed tasks
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-store/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.ode.store.DeploymentUnitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec
Running org.apache.ode.store.ProcessStoreTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.571 sec
Running org.apache.ode.store.hib.DaoTest
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
WARN - JDBCExceptionReporter.logWarnings(77) | SQL Warning: 10000, SQLState: 01J01
WARN - JDBCExceptionReporter.logWarnings(78) | Database 'target/testdb' not created, connection made to existing database instead.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.602 sec

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-store/target/ode-bpel-store-1.4-SNAPSHOT.jar>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-store/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-store/builds/2011-01-09_19-08-08/archive/org.apache.ode/ode-bpel-store/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-store/target/ode-bpel-store-1.4-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-store/builds/2011-01-09_19-08-08/archive/org.apache.ode/ode-bpel-store/1.4-SNAPSHOT/ode-bpel-store-1.4-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: Runtime Engine
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[WARNING] POM for 'tranql:tranql-connector-derby-common:pom:1.1:test' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/src/main/resources>
[INFO] Copying 3 resources
[WARNING] POM for 'tranql:tranql-connector-derby-common:pom:1.1:test' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 192 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 15 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/target/test-classes>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpel-runtime/builds/2011-01-09_19-08-08/archive/org.apache.ode/ode-bpel-runtime/1.4-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java>:[12,42] package org.junit.internal.matchers does not exist

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java>:[12,0] static import only from classes and interfaces

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java>:[24,27] cannot find symbol
symbol  : method containsString(java.lang.String)
location: class org.apache.ode.bpel.elang.URIResolverTest

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/URIResolverTest.java>:[45,27] cannot find symbol
symbol  : method containsString(java.lang.String)
location: class org.apache.ode.bpel.elang.URIResolverTest


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 32 seconds
[INFO] Finished at: Sun Jan 09 14:16:44 EST 2011
[INFO] Final Memory: 90M/271M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data
Sending e-mails to: dev@ode.apache.org vanto@apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 157 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #157)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/157/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #156

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/156/changes>

Changes:

[Tammo van Lessen] ODE-888: ODE schema version is now at 7.

[Tammo van Lessen] fixing ODE-881.

------------------------------------------
[...truncated 6075 lines...]
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><ConversationId xmlns="http://my.company/super/protocol" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myns="http://my.company/super/protocol">ZZYV</ConversationId></soapenv:Header><soapenv:Body><odens:helloResponse xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ode/bpel/unit-test.wsdl">Hello</TestPart></odens:helloResponse></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.066 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.967 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.999 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.617 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.928 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5w3kd07b8hr] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@3f472b timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5w3kd07b8hr] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@3f472b timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.754 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-07_03-10-33/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-07_03-10-33/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-07_03-10-33/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-06 22:57:49.388:INFO::jetty-7.1.5.v20100705
2011-01-06 22:57:49.434:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-06 22:57:54.656:INFO::No Transaction manager found - if your webapp requires one, please configure one.
22:57:56,384 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
22:58:01,023 INFO  [BpelServerImpl] BPEL Server Started.
22:58:01,029 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
22:58:03,938 INFO  [DeploymentPoller] Poller started.
22:58:03,938 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
22:58:03,938 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-06 22:58:03.966:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 minutes 28 seconds
[INFO] Finished at: Thu Jan 06 22:58:05 EST 2011
[INFO] Final Memory: 109M/333M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
22:58:06,908 INFO  [DeploymentPoller] Poller stopped.
22:58:06,908 INFO  [BpelServerImpl] BPEL Server Stopped.
22:58:07,317 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 156 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #156)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/156/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #155

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/155/changes>

Changes:

[Tammo van Lessen] test should tell what is going wrong.

[Tammo van Lessen] fixing ODE-865, thanks to Daniel Willig and Stefan Schreiber.

[Tammo van Lessen] whitespaces...

[Tammo van Lessen] removing JDK6 @Overrides.

------------------------------------------
[...truncated 4769 lines...]

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.23 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.719 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.337 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.35 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.598 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5w3gd4rl3e5] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@15bc68c timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5w3gd4rl3e5] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@15bc68c timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.322 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-07_02-15-49/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2011-01-07_02-15-49/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2011-01-07_02-15-49/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2011-01-06 22:04:03.148:INFO::jetty-7.1.5.v20100705
2011-01-06 22:04:03.201:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2011-01-06 22:04:08.526:INFO::No Transaction manager found - if your webapp requires one, please configure one.
22:04:10,193 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
22:04:15,288 INFO  [BpelServerImpl] BPEL Server Started.
22:04:15,295 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
22:04:16,361 INFO  [DeploymentPoller] Poller started.
22:04:16,361 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
22:04:16,361 INFO  [ODEServer] ODE Service Engine has been started.
2011-01-06 22:04:18.206:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 48 minutes 26 seconds
[INFO] Finished at: Thu Jan 06 22:04:19 EST 2011
[INFO] Final Memory: 108M/334M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
22:04:21,227 INFO  [DeploymentPoller] Poller stopped.
22:04:21,228 INFO  [BpelServerImpl] BPEL Server Stopped.
22:04:21,305 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #154

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/154/changes>

Changes:

[Tammo van Lessen] build fix.

[Tammo van Lessen] make the bundle compatible with newer SMX versions.

[Tammo van Lessen] jbi osgi bundling fix.

[Tammo van Lessen] osgi bundling fix.

[Tammo van Lessen] fixing jbi-karaf and jbi-karaf with buildr.

[Tammo van Lessen] ODE-739: Add recoverActivity command. Thanks to Daniel Dominguez!

Also:
  - suspend and resume commands added.
  - list command improved.

[Tammo van Lessen] ODE-901: Improved handling of SMX4 BPEL bundles. Big thanks to Kurt Westerfeld.

[Tammo van Lessen] fixes a classloading issue with JMX on SMX 4 (Kudos to Kurt Westerfeld).

[Tammo van Lessen] empty file removed.

------------------------------------------
[...truncated 3949 lines...]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-bundle/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-bundle/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Include-Resource: overriding processes/README.txt=src/main/resources/processes/README.txt,axis2.xml=src/main/resources/axis2.xml,META-INF/spring/ode-axis2.xml=src/main/resources/META-INF/spring/ode-axis2.xml,META-INF/NOTICE=target/maven-shared-archive-resources/META-INF/NOTICE,META-INF/DEPENDENCIES=target/maven-shared-archive-resources/META-INF/DEPENDENCIES,META-INF/LICENSE=target/maven-shared-archive-resources/META-INF/LICENSE,META-INF/NOTICE=target/maven-shared-archive-resources/META-INF/NOTICE,META-INF/DEPENDENCIES=target/maven-shared-archive-resources/META-INF/DEPENDENCIES,META-INF/LICENSE=target/maven-shared-archive-resources/META-INF/LICENSE with src/main/resources,@../dao-jpa-ojpa-derby/target/ode-dao-jpa-ojpa-derby-1.4-SNAPSHOT.zip,@../dao-hibernate-db/target/ode-dao-hibernate-db-1.4-SNAPSHOT.zip, (add {maven-resources} if you want to include the maven resources)
[WARNING] Warning building bundle org.apache.ode:ode-axis2-bundle:bundle:1.4-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ode.axis2, classpath: [Jar:., Jar:ode-axis2, Jar:ode-bpel-compiler, Jar:ode-utils, Jar:axiom-api, Jar:geronimo-activation_1.1_spec, Jar:geronimo-javamail_1.4_spec, Jar:commons-logging, Jar:servlet-api, Jar:jaxen, Jar:xml-apis, Jar:xercesImpl, Jar:geronimo-stax-api_1.0_spec, Jar:axiom-impl, Jar:wstx-asl, Jar:axiom-dom, Jar:wsdl4j, Jar:commons-collections, Jar:commons-httpclient, Jar:commons-codec, Jar:log4j, Jar:xstream, Jar:xpp3_min, Jar:axis2-adb, Jar:axis2-kernel, Jar:geronimo-ws-metadata_2.0_spec, Jar:geronimo-jta_1.1_spec, Jar:commons-fileupload, Jar:XmlSchema, Jar:neethi, Jar:woden-api, Jar:ant, Jar:ant-launcher, Jar:xmlParserAPIs, Jar:woden-impl-dom, Jar:mail, Jar:activation, Jar:xalan, Jar:serializer, Jar:commons-io, Jar:axis2-codegen, Jar:axis2-java2wsdl, Jar:axis2-transport-http, Jar:httpcore, Jar:axis2-transport-local, Jar:axis2-saaj, Jar:geronimo-saaj_1.3_spec, Jar:axis2-transport-jms, Jar:axis2-transport-base, Jar:geronimo-jms_1.1_spec, Jar:geronimo-jta_1.0.1B_spec, Jar:saxon, Jar:saxon-dom, Jar:saxon-xqj, Jar:saxon-xpath, Jar:commons-lang, Jar:junit, Jar:ode-bpel-api, Jar:ode-bpel-schemas, Jar:xmlbeans, Jar:stax-api, Jar:ode-bpel-obj, Jar:logkit, Jar:avalon-framework, Jar:dom4j, Jar:jdom, Jar:xom, Jar:icu4j, Jar:persistence-api, Jar:ode-bpel-connector, Jar:ode-bpel-api-jca, Jar:geronimo-j2ee-connector_1.5_spec, Jar:ode-bpel-runtime, Jar:slf4j-log4j12, Jar:slf4j-api, Jar:ode-bpel-dao, Jar:ode-bpel-store, Jar:ode-bpel-epr, Jar:derby, Jar:geronimo-connector, Jar:geronimo-transaction, Jar:howl, Jar:jencks, Jar:spring-aop, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:spring-jms, Jar:commons-pool, Jar:spring-context, Jar:spring-dao, Jar:spring-support, Jar:xapool-without-pool, Jar:commons-beanutils, Jar:ode-dao-hibernate, Jar:ode-bpel-ql, Jar:hibernate-core, Jar:antlr, Jar:jta, Jar:ode-dao-jpa, Jar:openjpa, Jar:serp, Jar:geronimo-jpa_3.0_spec, Jar:javassist, Jar:hsqldb, Jar:spring, Jar:ode-jacob, Jar:ode-agents, Jar:ode-jca-ra, Jar:ode-jca-server, Jar:ode-tools, Jar:ant, Jar:ode-scheduler-simple, Jar:tranql-connector, Jar:geronimo-spec-j2ee-connector, Jar:geronimo-spec-jta, Jar:axion, Jar:commons-primitives, Jar:javacc, Jar:regexp, Jar:rampart-core, Jar:rampart-policy, Jar:mex, Jar:axis2-mtompolicy, Jar:wss4j, Jar:xmlsec, Jar:opensaml, Jar:opensaml, Jar:openws, Jar:xmltooling, Jar:jcl-over-slf4j, Jar:log4j-over-slf4j, Jar:joda-time, Jar:bcprov-ext-jdk15, Jar:not-yet-commons-ssl, Jar:jcip-annotations, Jar:jargs, Jar:velocity, Jar:slf4j-jdk14, Jar:bcprov-jdk15, Jar:rampart-trust, Jar:org.osgi.core, Jar:spring-osgi-core, Jar:spring-osgi-io, Jar:org.springframework.aop, Jar:com.springsource.org.aopalliance, Jar:org.springframework.beans, Jar:org.springframework.core, Jar:org.springframework.context] from: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2/target/ode-axis2-1.4-SNAPSHOT.jar>
[WARNING] Warning building bundle org.apache.ode:ode-axis2-bundle:bundle:1.4-SNAPSHOT : There are split packages, use directive -split-package:=(merge-first|merge-last) on instruction to get rid of this warning: org.apache.ode.bpel.pmapi, classpath: [Jar:., Jar:ode-axis2, Jar:ode-bpel-compiler, Jar:ode-utils, Jar:axiom-api, Jar:geronimo-activation_1.1_spec, Jar:geronimo-javamail_1.4_spec, Jar:commons-logging, Jar:servlet-api, Jar:jaxen, Jar:xml-apis, Jar:xercesImpl, Jar:geronimo-stax-api_1.0_spec, Jar:axiom-impl, Jar:wstx-asl, Jar:axiom-dom, Jar:wsdl4j, Jar:commons-collections, Jar:commons-httpclient, Jar:commons-codec, Jar:log4j, Jar:xstream, Jar:xpp3_min, Jar:axis2-adb, Jar:axis2-kernel, Jar:geronimo-ws-metadata_2.0_spec, Jar:geronimo-jta_1.1_spec, Jar:commons-fileupload, Jar:XmlSchema, Jar:neethi, Jar:woden-api, Jar:ant, Jar:ant-launcher, Jar:xmlParserAPIs, Jar:woden-impl-dom, Jar:mail, Jar:activation, Jar:xalan, Jar:serializer, Jar:commons-io, Jar:axis2-codegen, Jar:axis2-java2wsdl, Jar:axis2-transport-http, Jar:httpcore, Jar:axis2-transport-local, Jar:axis2-saaj, Jar:geronimo-saaj_1.3_spec, Jar:axis2-transport-jms, Jar:axis2-transport-base, Jar:geronimo-jms_1.1_spec, Jar:geronimo-jta_1.0.1B_spec, Jar:saxon, Jar:saxon-dom, Jar:saxon-xqj, Jar:saxon-xpath, Jar:commons-lang, Jar:junit, Jar:ode-bpel-api, Jar:ode-bpel-schemas, Jar:xmlbeans, Jar:stax-api, Jar:ode-bpel-obj, Jar:logkit, Jar:avalon-framework, Jar:dom4j, Jar:jdom, Jar:xom, Jar:icu4j, Jar:persistence-api, Jar:ode-bpel-connector, Jar:ode-bpel-api-jca, Jar:geronimo-j2ee-connector_1.5_spec, Jar:ode-bpel-runtime, Jar:slf4j-log4j12, Jar:slf4j-api, Jar:ode-bpel-dao, Jar:ode-bpel-store, Jar:ode-bpel-epr, Jar:derby, Jar:geronimo-connector, Jar:geronimo-transaction, Jar:howl, Jar:jencks, Jar:spring-aop, Jar:aopalliance, Jar:spring-beans, Jar:spring-core, Jar:spring-jms, Jar:commons-pool, Jar:spring-context, Jar:spring-dao, Jar:spring-support, Jar:xapool-without-pool, Jar:commons-beanutils, Jar:ode-dao-hibernate, Jar:ode-bpel-ql, Jar:hibernate-core, Jar:antlr, Jar:jta, Jar:ode-dao-jpa, Jar:openjpa, Jar:serp, Jar:geronimo-jpa_3.0_spec, Jar:javassist, Jar:hsqldb, Jar:spring, Jar:ode-jacob, Jar:ode-agents, Jar:ode-jca-ra, Jar:ode-jca-server, Jar:ode-tools, Jar:ant, Jar:ode-scheduler-simple, Jar:tranql-connector, Jar:geronimo-spec-j2ee-connector, Jar:geronimo-spec-jta, Jar:axion, Jar:commons-primitives, Jar:javacc, Jar:regexp, Jar:rampart-core, Jar:rampart-policy, Jar:mex, Jar:axis2-mtompolicy, Jar:wss4j, Jar:xmlsec, Jar:opensaml, Jar:opensaml, Jar:openws, Jar:xmltooling, Jar:jcl-over-slf4j, Jar:log4j-over-slf4j, Jar:joda-time, Jar:bcprov-ext-jdk15, Jar:not-yet-commons-ssl, Jar:jcip-annotations, Jar:jargs, Jar:velocity, Jar:slf4j-jdk14, Jar:bcprov-jdk15, Jar:rampart-trust, Jar:org.osgi.core, Jar:spring-osgi-core, Jar:spring-osgi-io, Jar:org.springframework.aop, Jar:com.springsource.org.aopalliance, Jar:org.springframework.beans, Jar:org.springframework.core, Jar:org.springframework.context] from: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-schemas/target/ode-bpel-schemas-1.4-SNAPSHOT.jar>
[WARNING] Warning building bundle org.apache.ode:ode-axis2-bundle:bundle:1.4-SNAPSHOT : Did not find matching referal for !com.sun.mirror*
[WARNING] Warning building bundle org.apache.ode:ode-axis2-bundle:bundle:1.4-SNAPSHOT : Did not find matching referal for !junit.framework*
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-bundle/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-bundle/builds/2011-01-06_19-07-50/archive/org.apache.ode/ode-axis2-bundle/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-bundle/target/ode-axis2-bundle-1.4-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-bundle/builds/2011-01-06_19-07-50/archive/org.apache.ode/ode-axis2-bundle/1.4-SNAPSHOT/ode-axis2-bundle-1.4-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: JBI Distribution
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
Downloading: https://repository.apache.org/content/groups/public/org/apache/ws/security/wss4j/1.5.2/wss4j-1.5.2.pom
[INFO] Unable to find resource 'org.apache.ws.security:wss4j:pom:1.5.2' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/org/apache/ws/security/wss4j/1.5.2/wss4j-1.5.2.pom
[INFO] Unable to find resource 'org.apache.ws.security:wss4j:pom:1.5.2' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://repo1.maven.org/maven2//org/apache/ws/security/wss4j/1.5.2/wss4j-1.5.2.pom
[INFO] Unable to find resource 'org.apache.ws.security:wss4j:pom:1.5.2' in repository central (http://repo1.maven.org/maven2/)
Downloading: http://repository.jboss.org/nexus/content/groups/public//org/apache/ws/security/wss4j/1.5.2/wss4j-1.5.2.pom
[INFO] Unable to find resource 'org.apache.ws.security:wss4j:pom:1.5.2' in repository jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/)
Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo//org/apache/ws/security/wss4j/1.5.2/wss4j-1.5.2.pom
[INFO] Unable to find resource 'org.apache.ws.security:wss4j:pom:1.5.2' in repository servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/)
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [jbi:generate-jbi-component-descriptor {execution: jbi-generation}]
[INFO] Generating jbi.xml
[WARNING] POM for 'tranql:tranql-connector-derby-common:pom:1.1:test' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 33 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 108 resources
[INFO] Copying 1 resource to ../test/smx/ode
[INFO] Copying 1 resource to ../test/smx/ode
[INFO] Copying 3 resources
[INFO] [resources:copy-resources {execution: copy-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 169 resources
[INFO] Copying 153 resources
[INFO] [resources:copy-resources {execution: copy-resources2}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 108 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 14 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.ode.jbi.CommunicationJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.181 sec
Running org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapperTest
Retrieving document at '<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/test-classes/test.wsdl'.>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.ode.jbi.OdeJbiComponentLifeCycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
Running org.apache.ode.jbi.MagicSessionJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.228 sec
Running org.apache.ode.jbi.MagicSessionExternalJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.31 sec
Running org.apache.ode.jbi.ExtVarJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.528 sec
Running org.apache.ode.jbi.SpringPropertiesJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
Running org.apache.ode.jbi.EmptyRespJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.458 sec
Running org.apache.ode.jbi.RetireJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.355 sec
Running org.apache.ode.jbi.ReplayerJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.047 sec
Running org.apache.ode.jbi.HelloWorldJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.891 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 1

[HUDSON] Recording test results
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [jbi:generate-jbi-component-descriptor {execution: jbi-generation}]
[INFO] Generating jbi.xml
[WARNING] POM for 'tranql:tranql-connector-derby-common:pom:1.1:test' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 108 resources
[INFO] Copying 1 resource to ../test/smx/ode
[INFO] Copying 1 resource to ../test/smx/ode
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [resources:copy-resources {execution: copy-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 169 resources
[INFO] Copying 153 resources
[INFO] [resources:copy-resources {execution: copy-resources2}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 108 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.ode.jbi.CommunicationJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.77 sec
Running org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapperTest
Retrieving document at '<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/test-classes/test.wsdl'.>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.ode.jbi.OdeJbiComponentLifeCycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
Running org.apache.ode.jbi.MagicSessionJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.051 sec
Running org.apache.ode.jbi.MagicSessionExternalJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.89 sec
Running org.apache.ode.jbi.ExtVarJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.709 sec
Running org.apache.ode.jbi.SpringPropertiesJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
Running org.apache.ode.jbi.EmptyRespJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.008 sec
Running org.apache.ode.jbi.RetireJbiTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.657 sec <<< FAILURE!
Running org.apache.ode.jbi.ReplayerJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.144 sec
Running org.apache.ode.jbi.HelloWorldJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 sec

Results :

Failed tests: 
  testRetire(org.apache.ode.jbi.RetireJbiTest)

Tests run: 11, Failures: 1, Errors: 0, Skipped: 1

[ERROR] There are test failures.

Please refer to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/surefire-reports> for the individual test results.
[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/ode-jbi-1.4-SNAPSHOT.jar>
[INFO] [assembly:single {execution: jbi-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO]  already added, skipping
[INFO] Building zip: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/ode-jbi-1.4-SNAPSHOT.zip>
[INFO]  already added, skipping
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-jbi/builds/2011-01-06_19-07-50/archive/org.apache.ode/ode-jbi/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/ode-jbi-1.4-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-jbi/builds/2011-01-06_19-07-50/archive/org.apache.ode/ode-jbi/1.4-SNAPSHOT/ode-jbi-1.4-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi/target/ode-jbi-1.4-SNAPSHOT.zip> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-jbi/builds/2011-01-06_19-07-50/archive/org.apache.ode/ode-jbi/1.4-SNAPSHOT/ode-jbi-1.4-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: JBI Bundle
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
Downloading: https://repository.apache.org/content/groups/public/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[INFO] Unable to find resource 'org.osgi:org.osgi.compendium:pom:4.2.0' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[INFO] Unable to find resource 'org.osgi:org.osgi.compendium:pom:4.2.0' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://repo1.maven.org/maven2//org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom

Downloading: https://repository.apache.org/content/groups/public/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Unable to find resource 'org.osgi:org.osgi.compendium:jar:4.2.0' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Unable to find resource 'org.osgi:org.osgi.compendium:jar:4.2.0' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://repo1.maven.org/maven2//org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/target/classes>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-jbi-bundle/builds/2011-01-06_19-07-50/archive/org.apache.ode/ode-jbi-bundle/1.4-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[56,5] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[61,5] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[74,5] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[86,5] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[132,9] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[136,9] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[192,9] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeExtenderImpl.java>:[225,9] method does not override a method from its superclass

<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/jbi-bundle/src/main/java/org/apache/ode/jbi/osgi/deployer/OdeDeployedBundle.java>:[144,29] method does not override a method from its superclass


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31 minutes 8 seconds
[INFO] Finished at: Thu Jan 06 14:39:04 EST 2011
[INFO] Final Memory: 103M/329M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #153

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/153/changes>

Changes:

[Tammo van Lessen] some GC clean up tweaks during shutdown.

[Tammo van Lessen] fixing a potential NPE.

------------------------------------------
[...truncated 4821 lines...]
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.614 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 9, 2010 9:42:36 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.991 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 9, 2010 9:43:21 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.619 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 9, 2010 9:44:00 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5tf2js1w2rn] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5db8ff timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5tf2js1w2rn] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5db8ff timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.152 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-09_13-42-28/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-09_13-42-28/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-09_13-42-28/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-09 09:45:02.877:INFO::jetty-7.1.5.v20100705
2010-12-09 09:45:02.943:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-09 09:45:08.271:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 9, 2010 9:45:10 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
09:45:11,492 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
09:45:19,683 INFO  [BpelServerImpl] BPEL Server Started.
09:45:19,689 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
09:45:20,621 INFO  [DeploymentPoller] Poller started.
09:45:20,621 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
09:45:20,621 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-09 09:45:20.654:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 62 minutes 39 seconds
[INFO] Finished at: Thu Dec 09 09:45:28 EST 2010
[INFO] Final Memory: 119M/433M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
09:45:29,787 INFO  [DeploymentPoller] Poller stopped.
09:45:29,787 INFO  [BpelServerImpl] BPEL Server Stopped.
09:45:29,986 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #152

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/152/changes>

Changes:

[Tammo van Lessen] gpg signing tweaks, source packaging works now with git.

------------------------------------------
[...truncated 6176 lines...]
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 8, 2010 9:50:47 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.638 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Dec 8, 2010 9:51:11 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.754 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 8, 2010 9:51:52 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.827 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 8, 2010 9:52:17 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5tdha6kgm1b] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5995ba timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5tdha6kgm1b] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5995ba timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.697 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-09_01-55-02/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-09_01-55-02/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-09_01-55-02/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-08 21:53:03.922:INFO::jetty-7.1.5.v20100705
2010-12-08 21:53:03.998:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-08 21:53:09.496:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 8, 2010 9:53:10 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
21:53:12,129 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
21:53:18,842 INFO  [BpelServerImpl] BPEL Server Started.
21:53:18,849 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
21:53:19,792 INFO  [DeploymentPoller] Poller started.
21:53:19,792 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
21:53:19,792 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-08 21:53:19.837:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58 minutes 12 seconds
[INFO] Finished at: Wed Dec 08 21:53:21 EST 2010
[INFO] Final Memory: 121M/388M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
21:53:22,800 INFO  [DeploymentPoller] Poller stopped.
21:53:22,800 INFO  [BpelServerImpl] BPEL Server Stopped.
21:53:22,883 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 152 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #152)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/152/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #151

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/151/changes>

Changes:

[Tammo van Lessen] trying BPELUnit 1.5.1-SNAPSHOT...

------------------------------------------
[...truncated 4847 lines...]

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.95 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 7, 2010 9:40:11 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.29 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 7, 2010 9:40:31 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.215 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 7, 2010 9:40:57 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5taalvw26s5] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@13ccea timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5taalvw26s5] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@13ccea timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.258 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-08_01-58-55/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-08_01-58-55/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-20101207.223140-3.pom

[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/bpelunit/1.5.1-SNAPSHOT/bpelunit-1.5.1-20101207.221952-5.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-20101207.223140-3.jar
14K downloaded  (maven-bpelunit-plugin-1.5.1-20101207.223140-3.jar)
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-08_01-58-55/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-07 21:41:55.871:INFO::jetty-7.1.5.v20100705
2010-12-07 21:41:55.931:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-07 21:42:01.040:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 7, 2010 9:42:02 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
21:42:03,049 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
21:42:07,188 INFO  [BpelServerImpl] BPEL Server Started.
21:42:07,194 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
21:42:10,016 INFO  [DeploymentPoller] Poller started.
21:42:10,016 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
21:42:10,016 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-07 21:42:10.060:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from oss.sonatype.releases
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.5.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-20101207.222159-3.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-20101207.222159-3.jar
558K downloaded  (framework-1.5.1-20101207.222159-3.jar)
[INFO] [net.bpelunit.framework.client.maven:test {execution: test-axis2-web}]
[FATAL ERROR] net.bpelunit.framework.client.maven.BPELUnitMojo#execute() caused a linkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check the realms:
[FATAL ERROR] Plugin realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.1-SNAPSHOT/maven-bpelunit-plugin-1.5.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.1-SNAPSHOT/framework-1.5.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
[FATAL ERROR] Container realm = plexus.core.maven

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] javax/xml/stream/XMLStreamException
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
	at java.lang.Class.getMethod0(Class.java:2642)
	at java.lang.Class.getMethod(Class.java:1579)
	at org.apache.xmlbeans.XmlBeans.buildMethod(XmlBeans.java:174)
	at org.apache.xmlbeans.XmlBeans.buildNodeMethod(XmlBeans.java:195)
	at org.apache.xmlbeans.XmlBeans.buildNodeToCursorMethod(XmlBeans.java:232)
	at org.apache.xmlbeans.XmlBeans.<clinit>(XmlBeans.java:131)
	at net.bpelunit.framework.xml.extension.XMLExtensionRegistryDocument$Factory.parse(Unknown Source)
	at net.bpelunit.framework.control.util.ExtensionRegistry.loadRegistry(ExtensionRegistry.java:99)
	at net.bpelunit.framework.base.BPELUnitBaseRunner.configureExtensions(BPELUnitBaseRunner.java:68)
	at net.bpelunit.framework.BPELUnitRunner.initialize(BPELUnitRunner.java:174)
	at net.bpelunit.framework.client.maven.BPELUnitMojo.execute(BPELUnitMojo.java:192)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43 minutes 20 seconds
[INFO] Finished at: Tue Dec 07 21:42:19 EST 2010
[INFO] Final Memory: 108M/334M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
channel stopped
21:42:21,038 INFO  [DeploymentPoller] Poller stopped.
21:42:21,038 INFO  [BpelServerImpl] BPEL Server Stopped.
21:42:21,120 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #150

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/150/changes>

Changes:

[Tammo van Lessen] oss.sonatype.org releases added.

------------------------------------------
[...truncated 4892 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.812 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Dec 7, 2010 1:21:53 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.381 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 7, 2010 1:22:32 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.337 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 7, 2010 1:22:53 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.879 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 7, 2010 1:23:19 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t97d8bmnmt] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@115fd37 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t97d8bmnmt] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@115fd37 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.771 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-07_17-41-57/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-07_17-41-57/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-07_17-41-57/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-07 13:24:07.371:INFO::jetty-7.1.5.v20100705
2010-12-07 13:24:07.439:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-07 13:24:12.159:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 7, 2010 1:24:13 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
13:24:14,136 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
13:24:18,938 INFO  [BpelServerImpl] BPEL Server Started.
13:24:18,944 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
13:24:21,736 INFO  [DeploymentPoller] Poller started.
13:24:21,736 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
13:24:21,736 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-07 13:24:21.759:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.0]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.0/maven-bpelunit-plugin-1.5.0.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.0/framework-1.5.0.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.5.0:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
Bad version number in .class file
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42 minutes 21 seconds
[INFO] Finished at: Tue Dec 07 13:24:23 EST 2010
[INFO] Final Memory: 110M/322M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
13:24:24,771 INFO  [DeploymentPoller] Poller stopped.
13:24:24,771 INFO  [BpelServerImpl] BPEL Server Stopped.
13:24:24,859 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #149

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/149/changes>

Changes:

[Tammo van Lessen] use BPELUnit 1.5.0

------------------------------------------
[...truncated 4849 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.673 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 7, 2010 8:34:03 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.783 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 7, 2010 8:34:31 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t8jq5f6aux] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@4d9ebf timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t8jq5f6aux] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@4d9ebf timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.57 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-07_12-13-32/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-07_12-13-32/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.5.0/maven-bpelunit-plugin-1.5.0.pom
[INFO] Unable to find resource 'net.bpelunit:maven-bpelunit-plugin:pom:1.5.0' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: http://repo1.maven.org/maven2/net/bpelunit/maven-bpelunit-plugin/1.5.0/maven-bpelunit-plugin-1.5.0.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/bpelunit/1.5.0/bpelunit-1.5.0.pom
[INFO] Unable to find resource 'net.bpelunit:bpelunit:pom:1.5.0' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: http://repo1.maven.org/maven2/net/bpelunit/bpelunit/1.5.0/bpelunit-1.5.0.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.5.0/maven-bpelunit-plugin-1.5.0.jar
[INFO] Unable to find resource 'net.bpelunit:maven-bpelunit-plugin:maven-plugin:1.5.0' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: http://repo1.maven.org/maven2/net/bpelunit/maven-bpelunit-plugin/1.5.0/maven-bpelunit-plugin-1.5.0.jar

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-07_12-13-32/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-07 08:35:40.376:INFO::jetty-7.1.5.v20100705
2010-12-07 08:35:40.504:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-07 08:35:45.725:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 7, 2010 8:35:46 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
08:35:50,600 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
08:35:57,603 INFO  [BpelServerImpl] BPEL Server Started.
08:35:57,609 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
08:36:00,562 INFO  [DeploymentPoller] Poller started.
08:36:00,562 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
08:36:00,562 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-07 08:36:00.606:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/framework/1.5.0/framework-1.5.0.pom
[INFO] Unable to find resource 'net.bpelunit:framework:pom:1.5.0' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: http://repo1.maven.org/maven2/net/bpelunit/framework/1.5.0/framework-1.5.0.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/framework/1.5.0/framework-1.5.0.jar
[INFO] Unable to find resource 'net.bpelunit:framework:jar:1.5.0' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: http://repo1.maven.org/maven2/net/bpelunit/framework/1.5.0/framework-1.5.0.jar

-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.5.0]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.5.0/maven-bpelunit-plugin-1.5.0.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.5.0/framework-1.5.0.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.5.0:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
Bad version number in .class file
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 82 minutes 30 seconds
[INFO] Finished at: Tue Dec 07 08:36:06 EST 2010
[INFO] Final Memory: 105M/353M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
08:36:20,539 INFO  [DeploymentPoller] Poller stopped.
08:36:20,539 INFO  [BpelServerImpl] BPEL Server Stopped.
08:36:20,839 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 149 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #149)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/149/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #148

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/148/changes>

Changes:

[Tammo van Lessen] license headers.

------------------------------------------
[...truncated 4761 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.324 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Dec 6, 2010 11:03:15 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.58 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 6, 2010 11:03:57 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.752 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 6, 2010 11:04:18 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.969 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 6, 2010 11:04:44 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t7b3rnbmdb] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@48268a timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t7b3rnbmdb] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@48268a timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.15 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-07_03-08-36/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-07_03-08-36/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-07_03-08-36/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-06 23:05:32.756:INFO::jetty-7.1.5.v20100705
2010-12-06 23:05:32.815:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-06 23:05:37.709:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 6, 2010 11:05:38 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
23:05:41,084 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
23:05:45,827 INFO  [BpelServerImpl] BPEL Server Started.
23:05:45,833 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
23:05:48,779 INFO  [DeploymentPoller] Poller started.
23:05:48,779 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
23:05:48,779 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-06 23:05:48.825:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
net.bpelunit.framework.client.maven.BPELUnitMojo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57 minutes 10 seconds
[INFO] Finished at: Mon Dec 06 23:05:50 EST 2010
[INFO] Final Memory: 107M/323M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
23:05:51,806 INFO  [DeploymentPoller] Poller stopped.
23:05:51,807 INFO  [BpelServerImpl] BPEL Server Stopped.
23:05:51,897 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #147

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/147/changes>

Changes:

[Tammo van Lessen] adding a couple of debug logging guards.

[Tammo van Lessen] pmd task added. Run with 'buildr ode:pmd'

------------------------------------------
[...truncated 6093 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.805 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Dec 6, 2010 4:58:39 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.336 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 6, 2010 4:59:17 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.867 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 6, 2010 4:59:37 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.191 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 6, 2010 5:00:02 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t6hrg8s8ol] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5138a4 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t6hrg8s8ol] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5138a4 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.614 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-06_21-18-51/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-06_21-18-51/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-06_21-18-51/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-06 17:00:51.528:INFO::jetty-7.1.5.v20100705
2010-12-06 17:00:51.638:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-06 17:00:56.922:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 6, 2010 5:00:57 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
17:00:58,768 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
17:01:03,155 INFO  [BpelServerImpl] BPEL Server Started.
17:01:03,161 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
17:01:06,138 INFO  [DeploymentPoller] Poller started.
17:01:06,139 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
17:01:06,139 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-06 17:01:06.163:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
net.bpelunit.framework.client.maven.BPELUnitMojo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42 minutes 11 seconds
[INFO] Finished at: Mon Dec 06 17:01:07 EST 2010
[INFO] Final Memory: 110M/336M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org vanto@apache.org
channel stopped
17:01:09,330 INFO  [DeploymentPoller] Poller stopped.
17:01:09,330 INFO  [BpelServerImpl] BPEL Server Stopped.
17:01:09,427 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #146

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/146/changes>

Changes:

[Tammo van Lessen] ODE-876: performance improvements, thanks to Mateusz Nowakowski!

------------------------------------------
[...truncated 4806 lines...]

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.468 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Dec 6, 2010 12:36:31 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.635 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 6, 2010 12:37:10 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.156 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 6, 2010 12:37:38 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t5w5jm6g4d] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@207d99 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5t5w5jm6g4d] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@207d99 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.484 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-06_16-16-53/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-06_16-16-53/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-06_16-16-53/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-06 12:38:39.906:INFO::jetty-7.1.5.v20100705
2010-12-06 12:38:39.991:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-06 12:38:45.730:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 6, 2010 12:38:46 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
12:38:47,902 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
12:38:54,408 INFO  [BpelServerImpl] BPEL Server Started.
12:38:54,414 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
12:38:57,062 INFO  [DeploymentPoller] Poller started.
12:38:57,063 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
12:38:57,063 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-06 12:38:57.197:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from apache.snapshots
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
net.bpelunit.framework.client.maven.BPELUnitMojo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 82 minutes 3 seconds
[INFO] Finished at: Mon Dec 06 12:39:03 EST 2010
[INFO] Final Memory: 106M/332M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
12:39:18,922 INFO  [DeploymentPoller] Poller stopped.
12:39:18,922 INFO  [BpelServerImpl] BPEL Server Stopped.
12:39:19,131 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #145

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/145/changes>

Changes:

[Tammo van Lessen] Nexus deployments + GPG signing.

------------------------------------------
[...truncated 4895 lines...]
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 103.548 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Dec 2, 2010 11:03:52 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 107.369 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Dec 2, 2010 11:05:40 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 86.538 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Dec 2, 2010 11:07:08 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.623 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Dec 2, 2010 11:08:40 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5ssm68u6e1r] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@8c8a04 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5ssm68u6e1r] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@8c8a04 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.777 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-03_02-47-09/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-12-03_02-47-09/archive/org.apache.ode/ode-axis2-war/1.4-SNAPSHOT/ode-axis2-war-1.4-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-12-03_02-47-09/archive/org.apache.ode/ode-bpelunit-itests/1.4-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-12-02 23:09:27.568:INFO::jetty-7.1.5.v20100705
2010-12-02 23:09:27.624:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.4-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-12-02 23:09:32.735:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Dec 2, 2010 11:10:41 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
23:10:42,135 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
23:10:47,371 INFO  [BpelServerImpl] BPEL Server Started.
23:10:47,377 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
23:10:49,560 INFO  [DeploymentPoller] Poller started.
23:10:49,560 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
23:10:49,560 INFO  [ODEServer] ODE Service Engine has been started.
2010-12-02 23:10:49.592:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
net.bpelunit.framework.client.maven.BPELUnitMojo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 83 minutes 36 seconds
[INFO] Finished at: Thu Dec 02 23:10:51 EST 2010
[INFO] Final Memory: 107M/427M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
23:10:52,146 INFO  [DeploymentPoller] Poller stopped.
23:10:52,147 INFO  [BpelServerImpl] BPEL Server Stopped.
23:10:52,240 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #144

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/144/changes>

Changes:

[Tammo van Lessen] next trunk version is (most probably) 1.4-SNAPSHOT

------------------------------------------
Started by an SCM change
Building remotely on solaris2
Updating http://svn.apache.org/repos/asf/ode/trunk
U         agents/pom.xml
U         Rakefile
U         axis2/pom.xml
U         jbi-karaf/pom.xml
U         bpel-api/pom.xml
U         bpel-obj/pom.xml
U         pom.xml
U         bpel-ql/pom.xml
U         axis2-bundle/pom.xml
U         jca-ra/pom.xml
U         tools/pom.xml
U         jca-server/pom.xml
U         dao-hibernate/pom.xml
U         bpel-runtime/pom.xml
U         bpel-schemas/pom.xml
U         scheduler-simple/pom.xml
U         dao-jpa-ojpa-derby/pom.xml
U         bpel-epr/pom.xml
U         bpel-scripts/pom.xml
U         bpel-itest/pom.xml
U         dao-jpa/pom.xml
U         bpel-dao/pom.xml
U         bpel-api-jca/pom.xml
U         dao-hibernate-db/pom.xml
U         bpel-compiler/pom.xml
U         bpel-test/pom.xml
U         utils/pom.xml
U         distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
U         distro/pom.xml
U         jbi/pom.xml
U         bpel-connector/pom.xml
U         jbi-bundle/pom.xml
U         bpel-store/pom.xml
U         jacob-ap/pom.xml
U         axis2-war/pom.xml
U         jacob/pom.xml
At revision 1041559
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
No emails were triggered.
Parsing POMs
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -XX:MaxPermSize=128m -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/tools/maven/apache-maven-2.2.1/boot/classworlds-1.1.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /zonestorage/hudson/home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 48052 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/pom.xml> clean test integration-test -Pdistro -cpu
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   ODE
[INFO]   ODE :: Agents
[INFO]   ODE :: Utilities
[INFO]   ODE :: Java Concurrent Objects (JACOB)
[INFO]   ODE :: BPEL Schemas
[INFO]   ODE :: BPEL Test Script Files
[INFO]   ODE :: OBJ
[INFO]   ODE :: APIs
[INFO]   ODE :: JCA Connector
[INFO]   ODE :: DAO Interfaces
[INFO]   ODE :: OpenJPA DAO Impl
[INFO]   ODE :: JCA Resource Archive
[INFO]   ODE :: JCA Server
[INFO]   ODE :: BPEL Scheduler Simple
[INFO]   ODE :: BPEL Compiler
[INFO]   ODE :: Interface Layers Common
[INFO]   ODE :: BPEL Query Language
[INFO]   ODE :: Hibernate DAO Implementation
[INFO]   ODE :: Command Line Tools
[INFO]   ODE :: Process Store
[INFO]   ODE :: Runtime Engine
[INFO]   ODE :: OpenJPA DDL Generation
[INFO]   ODE :: Hibernate DAO DDL Generation
[INFO]   ODE :: JCA Connector Implementation
[INFO]   ODE :: BPEL Tests
[INFO]   ODE :: AXIS2
[INFO]   ODE :: Axis2 Bundle
[INFO]   ODE :: JBI Distribution
[INFO]   ODE :: JBI Bundle
[INFO]   ODE :: JBI Karaf Features
[INFO]   ODE :: Examples :: Ping Pong OSGi
[INFO]   ODE :: Axis2 Based Web Application
[INFO]   ODE :: BPELUnit Integration Tests
[INFO]   ODE :: Distribution
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/target> (included: [**], excluded: [])
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode/builds/2010-12-02_20-15-41/archive/org.apache.ode/ode/1.4-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: Agents
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/target/ode-agents-1.4-SNAPSHOT.jar>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-agents/builds/2010-12-02_20-15-41/archive/org.apache.ode/ode-agents/1.4-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/agents/target/ode-agents-1.4-SNAPSHOT.jar> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-agents/builds/2010-12-02_20-15-41/archive/org.apache.ode/ode-agents/1.4-SNAPSHOT/ode-agents-1.4-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: Utilities
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/utils/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 87 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/utils/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 56 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 18 source files to <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/utils/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/utils/target/surefire-reports>
[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/utils/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-utils/builds/2010-12-02_20-15-41/archive/org.apache.ode/ode-utils/1.4-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error creating properties files for forking; nested exception is java.io.IOException: No space left on device

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 seconds
[INFO] Finished at: Thu Dec 02 15:16:19 EST 2010
[INFO] Final Memory: 47M/191M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org vanto@apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Build failed in Hudson: ODE-trunk-maven2-jdk5 #143

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/143/changes>

Changes:

[Tammo van Lessen] Test case for ODE-763, ODE-900 added. Thanks Rick!

[Tammo van Lessen] less trafic for the garbage collector.

[Tammo van Lessen] new testcase for doc() added. (Thanks to Dave Carver)

------------------------------------------
[...truncated 4872 lines...]
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 97.665 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Nov 24, 2010 1:54:51 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.869 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Nov 24, 2010 1:56:35 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 120.681 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Nov 24, 2010 1:58:34 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 103.076 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Nov 24, 2010 2:00:25 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5s22nkpe4rv] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@11c9fcc timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5s22nkpe4rv] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@11c9fcc timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.626 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-11-24_17-38-18/archive/org.apache.ode/ode-axis2-war/1.3.5-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.3.5-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-11-24_17-38-18/archive/org.apache.ode/ode-axis2-war/1.3.5-SNAPSHOT/ode-axis2-war-1.3.5-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-11-24_17-38-18/archive/org.apache.ode/ode-bpelunit-itests/1.3.5-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-11-24 14:01:35.716:INFO::jetty-7.1.5.v20100705
2010-11-24 14:01:35.763:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.3.5-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-11-24 14:01:40.920:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Nov 24, 2010 2:03:11 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
14:03:12,524 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
14:03:16,533 INFO  [BpelServerImpl] BPEL Server Started.
14:03:16,539 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
14:03:18,394 INFO  [DeploymentPoller] Poller started.
14:03:18,394 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
14:03:18,394 INFO  [ODEServer] ODE Service Engine has been started.
2010-11-24 14:03:18.424:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
net.bpelunit.framework.client.maven.BPELUnitMojo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 84 minutes 55 seconds
[INFO] Finished at: Wed Nov 24 14:03:19 EST 2010
[INFO] Final Memory: 104M/467M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
14:03:20,716 INFO  [DeploymentPoller] Poller stopped.
14:03:20,716 INFO  [BpelServerImpl] BPEL Server Stopped.
14:03:20,794 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 143 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #143)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/143/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #142

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/142/changes>

Changes:

[jeffyu] * ODE-900, update the boolean data type return value.

------------------------------------------
[...truncated 4831 lines...]

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 260.892 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Nov 24, 2010 11:40:15 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 244.87 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Nov 24, 2010 11:44:15 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 234.65 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Nov 24, 2010 11:47:46 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5s1qpxm5n5n] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@207d99 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5s1qpxm5n5n] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@207d99 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.162 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-11-24_14-38-34/archive/org.apache.ode/ode-axis2-war/1.3.5-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.3.5-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-11-24_14-38-34/archive/org.apache.ode/ode-axis2-war/1.3.5-SNAPSHOT/ode-axis2-war-1.3.5-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-11-24_14-38-34/archive/org.apache.ode/ode-bpelunit-itests/1.3.5-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-11-24 11:49:10.854:INFO::jetty-7.1.5.v20100705
2010-11-24 11:49:10.920:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.3.5-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-11-24 11:49:16.840:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Nov 24, 2010 11:52:28 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
11:52:29,091 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
11:52:33,777 INFO  [BpelServerImpl] BPEL Server Started.
11:52:33,783 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
11:52:35,705 INFO  [DeploymentPoller] Poller started.
11:52:35,705 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
11:52:35,705 INFO  [ODEServer] ODE Service Engine has been started.
2010-11-24 11:52:35.742:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from apache.snapshots
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
net.bpelunit.framework.client.maven.BPELUnitMojo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 133 minutes 51 seconds
[INFO] Finished at: Wed Nov 24 11:52:40 EST 2010
[INFO] Final Memory: 104M/510M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
11:52:41,948 INFO  [DeploymentPoller] Poller stopped.
11:52:41,949 INFO  [BpelServerImpl] BPEL Server Stopped.
11:52:42,022 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


ODE-trunk-maven2-jdk5 - Build # 142 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #142)

Status: Still Failing

Check console output at https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/142/ to view the results.

Build failed in Hudson: ODE-trunk-maven2-jdk5 #141

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/141/changes>

Changes:

[Tammo van Lessen] fixing a migration issue, adding a missing hashCode + equals impl.

------------------------------------------
[...truncated 4840 lines...]
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 118.592 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Nov 23, 2010 2:04:51 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 101.219 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Nov 23, 2010 2:06:34 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.065 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Nov 23, 2010 2:08:26 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"><faultcode>axis2ns1:Fault</faultcode><faultstring>Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5rwvgl0gmff] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5138a4 timed out(2000 ms) when waiting for a response!</faultstring><detail><Exception>org.apache.ode.axis2.OdeFault: Timeout or execution error when waiting for response to MEX {MyRoleMex#38900 [Client hqejbhcnphr5rwvgl0gmff] calling {http://ode/bpel/unit-test.wsdl}HelloService.hello(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@5138a4 timed out(2000 ms) when waiting for a response!
	at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:173)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:69)
	at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:52)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
	at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:266)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Exception in thread "HttpConnection-8888-2" java.lang.IllegalStateException: Response already committed
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.assertNotCommitted(AxisHttpResponseImpl.java:75)
	at org.apache.axis2.transport.http.server.AxisHttpResponseImpl.sendError(AxisHttpResponseImpl.java:110)
	at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:313)
	at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
[HUDSON] Recording test results	at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.468 sec

Results :

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0


[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-11-23_17-45-48/archive/org.apache.ode/ode-axis2-war/1.3.5-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.3.5-SNAPSHOT.war> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-axis2-war/builds/2010-11-23_17-45-48/archive/org.apache.ode/ode-axis2-war/1.3.5-SNAPSHOT/ode-axis2-war-1.3.5-SNAPSHOT.war
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: BPELUnit Integration Tests
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:bpelunit:1.4.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/bpelunit/1.4.1-SNAPSHOT/bpelunit-1.4.1-20101104.100748-9.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots//org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Unable to find resource 'org.sonatype.oss:oss-parent:pom:5' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target> (included: [**], excluded: [])
[INFO] snapshot net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-20101104.101956-4.jar
15K downloaded  (maven-bpelunit-plugin-1.4.1-20101104.101956-4.jar)
[INFO] Reloading plugin container for: net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT. The plugin artifact has changed.
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing jetty:run-war
[WARNING] Removing: run-war from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-bpelunit-itests/builds/2010-11-23_17-45-48/archive/org.apache.ode/ode-bpelunit-itests/1.3.5-SNAPSHOT/pom.xml
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jetty:run-war {execution: start-jetty}]
[INFO] Configuring Jetty for project: ODE :: BPELUnit Integration Tests
[INFO] Context path = /ode
[INFO] Tmp directory = /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp>
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] Starting jetty 7.1.5.v20100705 ...
2010-11-23 14:09:48.129:INFO::jetty-7.1.5.v20100705
2010-11-23 14:09:48.191:INFO::Extract jar:file:/zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/ode-axis2-war-1.3.5-SNAPSHOT.war!/> to /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp>
2010-11-23 14:09:52.989:INFO::No Transaction manager found - if your webapp requires one, please configure one.
Nov 23, 2010 2:11:20 PM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
14:11:21,136 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
14:11:25,200 INFO  [BpelServerImpl] BPEL Server Started.
14:11:25,206 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/conf/schedules.xml>
14:11:27,479 INFO  [DeploymentPoller] Poller started.
14:11:27,479 INFO  [ODEServer] Process deployment polling started on path /zonestorage/hudson<https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes.>
14:11:27,479 INFO  [ODEServer] ODE Service Engine has been started.
2010-11-23 14:11:27.512:INFO::Started SelectChannelConnector@0.0.0.0:8080
[INFO] Started Jetty Server
Downloading: https://oss.sonatype.org/content/repositories/snapshots//net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-20101104.101956-4.pom

[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from oss.sonatype.snapshots
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from central
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot net.bpelunit:framework:1.4.1-SNAPSHOT: checking for updates from apache.snapshots
Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-20101104.101051-4.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots//uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.pom
[INFO] Unable to find resource 'uk.com.robust-it:cloning:pom:1.7.4' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: https://repository.apache.org/content/groups/public/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.pom
[INFO] Unable to find resource 'uk.com.robust-it:cloning:pom:1.7.4' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.pom
[INFO] Unable to find resource 'uk.com.robust-it:cloning:pom:1.7.4' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://repo1.maven.org/maven2//uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.pom

Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-20101104.101051-4.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots//uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
[INFO] Unable to find resource 'uk.com.robust-it:cloning:jar:1.7.4' in repository oss.sonatype.snapshots (https://oss.sonatype.org/content/repositories/snapshots/)
Downloading: https://repository.apache.org/content/groups/public/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
[INFO] Unable to find resource 'uk.com.robust-it:cloning:jar:1.7.4' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
[INFO] Unable to find resource 'uk.com.robust-it:cloning:jar:1.7.4' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://repo1.maven.org/maven2//uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar

568K downloaded  (framework-1.4.1-20101104.101051-4.jar)
-----------------------------------------------------
this realm = app0.child-container[net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT]
urls[0] = file:/export/home/hudson/.m2/repository/net/bpelunit/maven-bpelunit-plugin/1.4.1-SNAPSHOT/maven-bpelunit-plugin-1.4.1-SNAPSHOT.jar
urls[1] = file:/export/home/hudson/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[2] = file:/export/home/hudson/.m2/repository/net/bpelunit/framework/1.4.1-SNAPSHOT/framework-1.4.1-SNAPSHOT.jar
urls[3] = file:/export/home/hudson/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
urls[4] = file:/export/home/hudson/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
urls[5] = file:/export/home/hudson/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
urls[6] = file:/export/home/hudson/.m2/repository/de/schlichtherle/io/truezip/6.6/truezip-6.6.jar
urls[7] = file:/export/home/hudson/.m2/repository/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.jar
urls[8] = file:/export/home/hudson/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
urls[9] = file:/export/home/hudson/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar
urls[10] = file:/export/home/hudson/.m2/repository/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar
urls[11] = file:/export/home/hudson/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
urls[12] = file:/export/home/hudson/.m2/repository/jetty/jetty/5.1.10/jetty-5.1.10.jar
urls[13] = file:/export/home/hudson/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
urls[14] = file:/export/home/hudson/.m2/repository/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.jar
urls[15] = file:/export/home/hudson/.m2/repository/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar
urls[16] = file:/export/home/hudson/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar
urls[17] = file:/export/home/hudson/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
urls[18] = file:/export/home/hudson/.m2/repository/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar
urls[19] = file:/export/home/hudson/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
urls[20] = file:/export/home/hudson/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[21] = file:/export/home/hudson/.m2/repository/uk/com/robust-it/cloning/1.7.4/cloning-1.7.4.jar
urls[22] = file:/export/home/hudson/.m2/repository/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core.maven
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8


this realm = plexus.core
urls[0] = file:/home/hudson/hudson-slave/maven2.1-interceptor.jar
urls[1] = file:/home/hudson/hudson-slave/maven-interceptor.jar
urls[2] = file:/zonestorage/hudson/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
Number of imports: 10
import: org.codehaus.classworlds.Entry@a6c57a42
import: org.codehaus.classworlds.Entry@12f43f3b
import: org.codehaus.classworlds.Entry@20025374
import: org.codehaus.classworlds.Entry@f8e44ca4
import: org.codehaus.classworlds.Entry@92758522
import: org.codehaus.classworlds.Entry@ebf2705b
import: org.codehaus.classworlds.Entry@bb25e54
import: org.codehaus.classworlds.Entry@bece5185
import: org.codehaus.classworlds.Entry@3fee8e37
import: org.codehaus.classworlds.Entry@3fee19d8
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'net.bpelunit:maven-bpelunit-plugin:1.4.1-SNAPSHOT:test': Unable to find the mojo 'test' (or one of its required components) in the plugin 'net.bpelunit:maven-bpelunit-plugin'
Bad version number in .class file
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 85 minutes 44 seconds
[INFO] Finished at: Tue Nov 23 14:11:38 EST 2010
[INFO] Final Memory: 105M/431M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
14:11:39,311 INFO  [DeploymentPoller] Poller stopped.
14:11:39,312 INFO  [BpelServerImpl] BPEL Server Stopped.
14:11:39,415 INFO  [ODEServer] Shutdown completed. 
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Hudson build is still unstable: ODE-trunk-maven2-jdk5 #140

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is still unstable: ODE-trunk-maven2-jdk5 #139

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is unstable: ODE-trunk-maven2-jdk5 #138

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/138/changes>



Build failed in Hudson: ODE-trunk-maven2-jdk5 #137

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/137/changes>

Changes:

[jeffyu] * ODE-890, apply Gary's fix, thanks Gary.

[jeffyu] * added info so that we know which test we are running.
* commentted two failed tests for now, which will look into it later.

------------------------------------------
[...truncated 6147 lines...]
Running TestSuite
##### Running org.apache.ode.axis2.management.Retire2Test
Test config: default.
Sep 24, 2010 8:24:29 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=> [2, 1]
###############################################
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:firstResponse xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart xmlns:tns="http://ode/bpel/test/retire/responder.wsdl" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">TEST2</TestPart></odens:firstResponse></soapenv:Body></soapenv:Envelope>

###############################################
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 320.386 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Sep 24, 2010 8:34:05 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanSuccessHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 470.793 sec
Running TestSuite
##### Running org.apache.ode.axis2.BpelActivityTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Sep 24, 2010 8:43:39 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 542.524 sec
Running TestSuite
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.662 sec
Running TestSuite
##### Running org.apache.ode.axis2.NoP2PTest
Test config: default.
Sep 24, 2010 8:51:18 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><PingResponse xmlns="urn:/PingPong">
                            <tns:out xmlns:tns="urn:/PingPong">magic</tns:out>
                        </PingResponse></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 437.958 sec
Running TestSuite
##### Running org.apache.ode.axis2.SoapHeaderTest
Test config: default.
Sep 24, 2010 9:00:14 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><ConversationId xmlns="http://my.company/super/protocol" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myns="http://my.company/super/protocol">ZZYV</ConversationId></soapenv:Header><soapenv:Body><odens:helloResponse xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ode/bpel/unit-test.wsdl">Hello</TestPart></odens:helloResponse></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 537.264 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFailureTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Sep 24, 2010 9:06:18 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 340.176 sec
Running TestSuite
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Sep 24, 2010 9:14:50 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns3="http://axis2.ode.apache.org">axis2ns3:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns1="http://axis2.ode.apache.org" xmlns:axis2ns2="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns6="http://axis2.ode.apache.org">axis2ns6:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns4="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns9="http://axis2.ode.apache.org">axis2ns9:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns7="http://axis2.ode.apache.org" xmlns:axis2ns8="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns12="http://axis2.ode.apache.org">axis2ns12:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns10="http://axis2.ode.apache.org" xmlns:axis2ns11="http://schemas.xmlsoap.org/soap/envelope/"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns15="http://axis2.ode.apache.org">axis2ns15:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns14="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns13="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns18="http://axis2.ode.apache.org">axis2ns18:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns17="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns16="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
##### Running org.apache.ode.axis2.instancecleanup.CleanFaultHibTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring xmlns:axis2ns21="http://axis2.ode.apache.org">axis2ns21:DummyException</faultstring><detail><DummyException xmlns="http://axis2.ode.apache.org" xmlns:axis2ns20="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns19="http://axis2.ode.apache.org"><reason xmlns="">Something went wrong. Fortunately, it was meant to be.</reason></DummyException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Profiling config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
[SimpleHTTPServer] Stop called
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 565.513 sec
Running TestSuite
##### Running org.apache.ode.axis2.correlation.CorrelationJoinLazyTest
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.jpa-derby.>
Sep 24, 2010 9:21:43 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;3;2;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 431.496 sec
Running TestSuite
##### Running org.apache.ode.axis2.hydration.InstanceCountTest
Test config: default.
Sep 24, 2010 9:27:08 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
=>
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><odens:hello1Response xmlns:odens="http://ode/bpel/unit-test.wsdl"><TestPart>1;2;3;</TestPart></odens:hello1Response></soapenv:Body></soapenv:Envelope>

[SimpleHTTPServer] Stop called
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 251.08 sec
Running TestSuite
##### Running org.apache.ode.axis2.EndpointTimeoutsTest
Test config: default.
Sep 24, 2010 9:35:58 AM org.apache.axis2.deployment.util.TempFileManager <clinit>
INFO: TempFileManager::unable to delete /var/tmp/axis2-tmp-25688.tmp
Build timed out. Aborting
Sending e-mails to: dev@ode.apache.org
killed.
Sending e-mails to: dev@ode.apache.org
channel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:222)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:192)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:107)
	at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:731)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:414)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:691)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:890)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:58)
	at hudson.remoting.Command.<init>(Command.java:47)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel.close(Channel.java:732)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:472)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
	at hudson.model.Run.run(Run.java:1273)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:291)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 338 minutes 26 seconds
[INFO] Finished at: Fri Sep 24 09:36:04 EDT 2010
[INFO] Final Memory: 91M/513M
[INFO] ------------------------------------------------------------------------


ODE-trunk-maven2-jdk5 - Build # 137 - Failure

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #137)

Status: Failure

Check console output at http://hudson.zones.apache.org/hudson/job/ODE-trunk-maven2-jdk5/137/ to view the results.

Hudson build is still unstable: ODE-trunk-maven2-jdk5 #136

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is still unstable: ODE-trunk-maven2-jdk5 #135

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is still unstable: ODE-trunk-maven2-jdk5 #134

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/changes>



Hudson build is unstable: ODE-trunk-maven2-jdk5 #133

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/133/>



Build failed in Hudson: ODE-trunk-maven2-jdk5 #132

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/132/>

------------------------------------------
[...truncated 18090 lines...]
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HProcessInstance.correlatorSelectors -> BPEL_SELECTORS
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HProcessInstance.messageExchanges -> BPEL_MESSAGE_EXCHANGE
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HProcessInstance.scopes -> BPEL_SCOPE
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HProcessInstance.correlationSets -> BPEL_CORRELATION_SET
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HProcessInstance.activityRecoveries -> BPEL_ACTIVITY_RECOVERY
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HCorrelator.messageCorrelations -> BPEL_UNMATCHED
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HCorrelator.selectors -> BPEL_SELECTORS
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HPartnerLink.messageExchanges -> BPEL_MESSAGE_EXCHANGE
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HScope.correlationSets -> BPEL_CORRELATION_SET
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HScope.variables -> BPEL_XML_DATA
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HScope.partnerLinks -> BPEL_PLINK_VAL
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HCorrelationSet.properties -> BPEL_CORRELATION_PROP
Sep 21, 2010 9:13:44 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: org.apache.ode.daohib.bpel.hobj.HXmlData.properties -> VAR_PROPERTY
Sep 21, 2010 9:13:44 AM org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.apache.ode.daohib.DataSourceConnectionProvider
Sep 21, 2010 9:13:47 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: H2, version: 1.1.117 (2009-08-09)
Sep 21, 2010 9:13:47 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: H2 JDBC Driver, version: 1.1.117 (2009-08-09)
Sep 21, 2010 9:13:48 AM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.H2Dialect
Sep 21, 2010 9:13:48 AM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Transaction strategy: org.hibernate.transaction.JTATransactionFactory
Sep 21, 2010 9:13:48 AM org.hibernate.util.NamingHelper getInitialContext
INFO: JNDI InitialContext properties:{}
Sep 21, 2010 9:13:48 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: instantiating TransactionManagerLookup: org.apache.ode.daohib.HibernateTransactionManagerLookup
Sep 21, 2010 9:13:48 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: instantiated TransactionManagerLookup
Sep 21, 2010 9:13:48 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: instantiating TransactionManagerLookup: org.apache.ode.daohib.HibernateTransactionManagerLookup
Sep 21, 2010 9:13:48 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: instantiated TransactionManagerLookup
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL inserts for batching: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
Sep 21, 2010 9:13:48 AM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory createRegionFactory
INFO: Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
Sep 21, 2010 9:13:48 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Named query checking : enabled
Sep 21, 2010 9:13:48 AM org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
Sep 21, 2010 9:13:48 AM org.apache.ode.axis2.ODEServer initDAO
SEVERE: Error instantiating DAO Connection Factory class org.apache.ode.axis2.instancecleanup.HibDaoConnectionFactoryImpl.
org.hibernate.HibernateException: Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]
	at org.hibernate.tuple.entity.EntityTuplizerFactory.constructTuplizer(EntityTuplizerFactory.java:110)
	at org.hibernate.tuple.entity.EntityTuplizerFactory.constructDefaultTuplizer(EntityTuplizerFactory.java:135)
	at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:80)
	at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:323)
	at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:456)
	at org.hibernate.persister.entity.SingleTableEntityPersister.<init>(SingleTableEntityPersister.java:131)
	at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84)
	at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:267)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341)
	at org.apache.ode.daohib.SessionManager.<init>(SessionManager.java:73)
	at org.apache.ode.axis2.instancecleanup.HibDaoConnectionFactoryImpl$1.<init>(HibDaoConnectionFactoryImpl.java:57)
	at org.apache.ode.axis2.instancecleanup.HibDaoConnectionFactoryImpl.createSessionManager(HibDaoConnectionFactoryImpl.java:55)
	at org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl.init(BpelDAOConnectionFactoryImpl.java:119)
	at org.apache.ode.il.dbutil.Database.createDaoCF(Database.java:122)
	at org.apache.ode.axis2.ODEServer.initDAO(ODEServer.java:453)
	at org.apache.ode.axis2.ODEServer.init(ODEServer.java:188)
	at org.apache.ode.axis2.ODEAxis2Server.start(ODEAxis2Server.java:92)
	at org.apache.ode.axis2.Axis2TestBase.startServer(Axis2TestBase.java:177)
	at org.apache.ode.axis2.Axis2TestBase.startServer(Axis2TestBase.java:158)
	at org.apache.ode.axis2.Axis2TestBase.setUp(Axis2TestBase.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:580)
	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:398)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:427)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:617)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:885)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:126)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:110)
	at org.testng.TestRunner.runWorkers(TestRunner.java:712)
	at org.testng.TestRunner.privateRun(TestRunner.java:582)
	at org.testng.TestRunner.run(TestRunner.java:477)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:324)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:319)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:292)
	at org.testng.SuiteRunner.run(SuiteRunner.java:198)
	at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:788)
	at org.testng.TestNG.run(TestNG.java:708)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:62)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:102)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.hibernate.tuple.entity.EntityTuplizerFactory.constructTuplizer(EntityTuplizerFactory.java:107)
	... 50 more
Caused by: java.lang.NoClassDefFoundError: javassist/util/proxy/MethodFilter
	at org.hibernate.bytecode.javassist.BytecodeProviderImpl.getProxyFactoryFactory(BytecodeProviderImpl.java:49)
	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactoryInternal(PojoEntityTuplizer.java:208)
	at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:186)
	at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:151)
	at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:78)
	... 55 more
Tests run: 3, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 486.204 sec <<< FAILURE!
[SimpleHTTPServer] Stop called
Running TestSuite
Sep 21, 2010 9:14:03 AM org.apache.ode.axis2.Axis2TestBase <clinit>
INFO: test.ports=8888,7070
Test config: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf.hib-derby.>
Sep 21, 2010 9:14:04 AM org.apache.ode.axis2.ODEAxis2Server <init>
INFO: Ode Root Dir: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF>
Sep 21, 2010 9:14:04 AM org.apache.ode.axis2.ODEAxis2Server <init>
INFO: Axis2 Conf file: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF/conf/axis2.xml>
Sep 21, 2010 9:14:04 AM org.apache.ode.axis2.ODEAxis2Server <init>
INFO: Axis2 Repo dir: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/axis2-war/target/webapp/WEB-INF>
Build timed out. Aborting
Sending e-mails to: dev@ode.apache.org
killed.
[HUDSON] Recording test resultsSending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org

channel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:222)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:192)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:107)
	at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:731)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:414)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:691)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:890)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:58)
	at hudson.remoting.Command.<init>(Command.java:47)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel.close(Channel.java:732)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:472)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
	at hudson.model.Run.run(Run.java:1273)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:291)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 238 minutes 17 seconds
[INFO] Finished at: Tue Sep 21 09:22:14 EDT 2010
[INFO] Final Memory: 111M/465M
[INFO] ------------------------------------------------------------------------


Build failed in Hudson: ODE-trunk-maven2-jdk5 #131

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/131/>

------------------------------------------
Failed to access build log

hudson.util.IOException2: remote file operation failed: /home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5 at hudson.remoting.Channel@4262547a:ubuntu1
	at hudson.FilePath.act(FilePath.java:749)
	at hudson.FilePath.act(FilePath.java:735)
	at hudson.FilePath.toURI(FilePath.java:790)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:271)
	at hudson.tasks.MailSender.getMail(MailSender.java:146)
	at hudson.tasks.MailSender.execute(MailSender.java:94)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:607)
	at hudson.model.Run.run(Run.java:1315)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:291)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: SSH channel is closed. (Close requested by remote)
	at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:383)
	at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63)
	at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
	at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
	at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
	at hudson.remoting.Channel.send(Channel.java:419)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.FilePath.act(FilePath.java:742)
	... 10 more


Build failed in Hudson: ODE-trunk-maven2-jdk5 #130

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/130/>

------------------------------------------
Failed to access build log

hudson.util.IOException2: remote file operation failed: /home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5 at hudson.remoting.Channel@4262547a:ubuntu1
	at hudson.FilePath.act(FilePath.java:749)
	at hudson.FilePath.act(FilePath.java:735)
	at hudson.FilePath.toURI(FilePath.java:790)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:271)
	at hudson.tasks.MailSender.getMail(MailSender.java:146)
	at hudson.tasks.MailSender.execute(MailSender.java:94)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:607)
	at hudson.model.Run.run(Run.java:1315)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:291)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: SSH channel is closed. (Close requested by remote)
	at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:383)
	at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63)
	at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
	at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
	at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
	at hudson.remoting.Channel.send(Channel.java:419)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.FilePath.act(FilePath.java:742)
	... 10 more


Build failed in Hudson: ODE-trunk-maven2-jdk5 #129

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/129/changes>

Changes:

[Tammo van Lessen] build fix (again).

------------------------------------------
[...truncated 20218 lines...]
23:15:23,268 INFO  [BpelServerImpl] Registered process {http://example.com/NewDiagram/Pool}Pool-6.
23:15:23,268 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://example.com/NewDiagram/Pool}Pool-6
23:15:23,268 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://example.com/NewDiagram/Pool}Pool-6
23:15:23,268 ERROR [DeploymentPoller] Error while creating  file TestAssignDate-6.deployed ,deployment could be inconsistent
23:15:23,268 INFO  [DeploymentWebService] Deployment of artifact TestAssignDate-6 successful.
[INFO] Running BPELUnit: TestAssignDate.bpts
[INFO] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.111 sec
23:15:24,628 INFO  [BpelServerImpl] Unregistered process {http://example.com/NewDiagram/Pool}Pool-6.
23:15:24,679 INFO  [BpelServerImpl] Deleted only the process {http://example.com/NewDiagram/Pool}Pool-6.
23:15:24,682 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://example.com/NewDiagram/Pool}Pool-6
23:15:24,684 ERROR [DeploymentPoller] Error while deleting file TestAssignDate-6.deployed , please check if file is locked or if it really exist
23:15:24,747 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestComposeUrl-7/ComposeUrl.bpel:57:76:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:24,748 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestComposeUrl-7/ComposeUrl.bpel:64:80:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:24,748 WARN  [BpelObjectFactory] Validation errors during parsing, continuing due to -Dorg.apache.ode.compiler.failOnValidationErrors=false switch
23:15:24,785 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}ComposeUrl-7
23:15:24,785 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test}ComposeUrl-7
23:15:24,818 INFO  [BpelProcess] Created new process DAO for {http://ode/bpel/unit-test}ComposeUrl-7 (guid=3pe4hcmw6qj8luw1fn3qiie3s75stivf)
23:15:24,818 INFO  [BpelProcess] Created new process DAO for {http://ode/bpel/unit-test}ComposeUrl-7 (guid=3pe4hcmw6qj8luw1fn3qiie3s75stivf).
23:15:24,822 INFO  [BpelServerImpl] Registered process {http://ode/bpel/unit-test}ComposeUrl-7.
23:15:24,822 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}ComposeUrl-7
23:15:24,822 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test}ComposeUrl-7
23:15:24,822 ERROR [DeploymentPoller] Error while creating  file TestComposeUrl-7.deployed ,deployment could be inconsistent
23:15:24,822 INFO  [DeploymentWebService] Deployment of artifact TestComposeUrl-7 successful.
[INFO] Running BPELUnit: TestComposeUrl.bpts
[INFO] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.204 sec
23:15:26,097 INFO  [BpelServerImpl] Unregistered process {http://ode/bpel/unit-test}ComposeUrl-7.
23:15:26,186 INFO  [BpelServerImpl] Deleted only the process {http://ode/bpel/unit-test}ComposeUrl-7.
23:15:26,189 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}ComposeUrl-7
23:15:26,192 ERROR [DeploymentPoller] Error while deleting file TestComposeUrl-7.deployed , please check if file is locked or if it really exist
23:15:26,269 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestAssignComplex-8/AssignComplex.bpel:71:33:cvc-complex-type.2.4.a: Invalid content was found starting with element 'bpel:query'. One of '{"http://schemas.xmlsoap.org/ws/2004/03/business-process/":documentation, WC[##other:"http://schemas.xmlsoap.org/ws/2004/03/business-process/"], "http://schemas.xmlsoap.org/ws/2004/03/business-process/":literal}' is expected.
23:15:26,269 WARN  [BpelObjectFactory] Validation errors during parsing, continuing due to -Dorg.apache.ode.compiler.failOnValidationErrors=false switch
23:15:26,318 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://example.com/ComplexVariables/Variable}AssignComplex-8
23:15:26,318 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://example.com/ComplexVariables/Variable}AssignComplex-8
23:15:26,365 INFO  [BpelProcess] Created new process DAO for {http://example.com/ComplexVariables/Variable}AssignComplex-8 (guid=qgwu0n3fat5hjwwu55sg8o0rssl3op7n)
23:15:26,365 INFO  [BpelProcess] Created new process DAO for {http://example.com/ComplexVariables/Variable}AssignComplex-8 (guid=qgwu0n3fat5hjwwu55sg8o0rssl3op7n).
23:15:26,369 INFO  [BpelServerImpl] Registered process {http://example.com/ComplexVariables/Variable}AssignComplex-8.
23:15:26,369 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://example.com/ComplexVariables/Variable}AssignComplex-8
23:15:26,369 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://example.com/ComplexVariables/Variable}AssignComplex-8
23:15:26,369 ERROR [DeploymentPoller] Error while creating  file TestAssignComplex-8.deployed ,deployment could be inconsistent
23:15:26,369 INFO  [DeploymentWebService] Deployment of artifact TestAssignComplex-8 successful.
[INFO] Running BPELUnit: TestAssignComplex.bpts
[INFO] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.099 sec
23:15:27,548 INFO  [BpelServerImpl] Unregistered process {http://example.com/ComplexVariables/Variable}AssignComplex-8.
23:15:27,586 INFO  [BpelServerImpl] Deleted only the process {http://example.com/ComplexVariables/Variable}AssignComplex-8.
23:15:27,589 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://example.com/ComplexVariables/Variable}AssignComplex-8
23:15:27,591 ERROR [DeploymentPoller] Error while deleting file TestAssignComplex-8.deployed , please check if file is locked or if it really exist
23:15:27,657 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestCorrelationJoinOnMessage-9/CorrelationJoinOnMessageTest.bpel:39:18:cvc-complex-type.2.4.a: Invalid content was found starting with element 'bpel:variables'. One of '{"http://docs.oasis-open.org/wsbpel/2.0/process/executable":faultHandlers, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":eventHandlers, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":assign, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":compensate, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":compensateScope, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":empty, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":exit, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":extensionActivity, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":flow, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":forEach, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":if, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":invoke, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":pick, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":receive, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":repeatUntil, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":reply, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":rethrow, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":scope, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":sequence, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":throw, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":validate, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":wait, "http://docs.oasis-open.org/wsbpel/2.0/process/executable":while}' is expected.
23:15:27,661 WARN  [BpelObjectFactory] Validation errors during parsing, continuing due to -Dorg.apache.ode.compiler.failOnValidationErrors=false switch
23:15:27,721 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode.apache.org/test4/process}Process-9
23:15:27,721 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode.apache.org/test4/process}Process-9
23:15:27,777 INFO  [BpelProcess] Created new process DAO for {http://ode.apache.org/test4/process}Process-9 (guid=2xct5qg0tn0i169rvn8fqfm3xmhssv4t)
23:15:27,777 INFO  [BpelProcess] Created new process DAO for {http://ode.apache.org/test4/process}Process-9 (guid=2xct5qg0tn0i169rvn8fqfm3xmhssv4t).
23:15:27,782 INFO  [BpelServerImpl] Registered process {http://ode.apache.org/test4/process}Process-9.
23:15:27,783 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode.apache.org/test4/process}Process-9
23:15:27,783 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode.apache.org/test4/process}Process-9
23:15:27,783 ERROR [DeploymentPoller] Error while creating  file TestCorrelationJoinOnMessage-9.deployed ,deployment could be inconsistent
23:15:27,783 INFO  [DeploymentWebService] Deployment of artifact TestCorrelationJoinOnMessage-9 successful.
[INFO] Running BPELUnit: TestCorrelationJoinOnMessage.bpts
[INFO] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.013 sec
23:15:28,897 INFO  [BpelServerImpl] Unregistered process {http://ode.apache.org/test4/process}Process-9.
23:15:28,908 WARN  [Runtime] Detected possible orphaned reference to deleted object "org.apache.ode.dao.jpa.CorrelatorDAOImpl-112" in "org.apache.ode.dao.jpa.MessageExchangeDAOImpl._correlator".
23:15:28,915 INFO  [BpelServerImpl] Deleted only the process {http://ode.apache.org/test4/process}Process-9.
23:15:28,916 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode.apache.org/test4/process}Process-9
23:15:28,919 ERROR [DeploymentPoller] Error while deleting file TestCorrelationJoinOnMessage-9.deployed , please check if file is locked or if it really exist
23:15:29,029 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
23:15:29,029 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
23:15:29,063 INFO  [BpelProcess] Created new process DAO for {http://ode/bpel/unit-test}TestIf-10 (guid=1c484fsfbh5n78a99j1ftigtnlb4vxb0)
23:15:29,064 INFO  [BpelProcess] Created new process DAO for {http://ode/bpel/unit-test}TestIf-10 (guid=1c484fsfbh5n78a99j1ftigtnlb4vxb0).
23:15:29,067 INFO  [BpelServerImpl] Registered process {http://ode/bpel/unit-test}TestIf-10.
23:15:29,067 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
23:15:29,067 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
23:15:29,067 ERROR [DeploymentPoller] Error while creating  file TestIf-10.deployed ,deployment could be inconsistent
23:15:29,067 INFO  [DeploymentWebService] Deployment of artifact TestIf-10 successful.
[INFO] Running BPELUnit: TestIf.bpts
23:15:29,150 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
23:15:29,150 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
[INFO] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.101 sec
23:15:30,315 INFO  [BpelServerImpl] Unregistered process {http://ode/bpel/unit-test}TestIf-10.
23:15:30,355 INFO  [BpelServerImpl] Deleted only the process {http://ode/bpel/unit-test}TestIf-10.
23:15:30,357 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test}TestIf-10
23:15:30,360 ERROR [DeploymentPoller] Error while deleting file TestIf-10.deployed , please check if file is locked or if it really exist
23:15:30,421 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:69:37:cvc-complex-type.3.2.2: Attribute 'xml:space' is not allowed to appear in element 'literal'.
23:15:30,423 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:103:98:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,424 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:107:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,424 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:115:98:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,424 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:128:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,425 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:152:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,426 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:165:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,426 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:190:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,427 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:203:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,427 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:224:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,428 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:237:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,428 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:247:95:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,429 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:260:95:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,429 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:271:95:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,429 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:284:95:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,430 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:295:48:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,431 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:301:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,431 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:314:97:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,432 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:326:49:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,432 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:332:98:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,432 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:345:98:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,433 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:356:49:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,433 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:362:98:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,434 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:375:98:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,434 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:386:53:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,434 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:392:95:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,435 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:400:95:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,436 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:414:127:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,436 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:418:114:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,436 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:424:114:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,437 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:440:106:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,437 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:446:106:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,438 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:453:108:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'from'.
23:15:30,438 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:454:100:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,438 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:457:108:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'from'.
23:15:30,438 WARN  [BpelObjectFactory$BOMSAXErrorHandler] null:file:///zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ODE-trunk-maven2-jdk5/trunk/bpel-itest/target/tmp/webapp/WEB-INF/processes/TestFlowActivity1-11/TestActivityFlow.bpel:458:102:cvc-complex-type.3.2.2: Attribute 'query' is not allowed to appear in element 'to'.
23:15:30,439 WARN  [BpelObjectFactory] Validation errors during parsing, continuing due to -Dorg.apache.ode.compiler.failOnValidationErrors=false switch
23:15:30,535 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11
23:15:30,535 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11
23:15:30,600 INFO  [BpelProcess] Created new process DAO for {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11 (guid=2mb8ob9senakadwtd1rh35lf7de7q3xb)
23:15:30,600 INFO  [BpelProcess] Created new process DAO for {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11 (guid=2mb8ob9senakadwtd1rh35lf7de7q3xb).
23:15:30,604 INFO  [BpelServerImpl] Registered process {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11.
23:15:30,604 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11
23:15:30,604 INFO  [CronScheduler] Scheduling PROCESS CRON jobs for: {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11
23:15:30,604 ERROR [DeploymentPoller] Error while creating  file TestFlowActivity1-11.deployed ,deployment could be inconsistent
23:15:30,604 INFO  [DeploymentWebService] Deployment of artifact TestFlowActivity1-11 successful.
[INFO] Running BPELUnit: TestFlowActivity1.bpts
23:15:30,645 WARN  [BpelRuntimeContextImpl] Couldn't extract property '{OProperty {http://ode/bpel/unit-test/testFlowActivity1.wsdl}testFlow1}' and variable {Variable __PROCESS_SCOPE:TestActivityFlow.request:OMessageVarType#9({http://ode/bpel/unit-test/testFlowActivity1.wsdl}requestMessage)} at TestActivityFlow:51 in property pre-extraction: org.apache.ode.bpel.common.FaultException: No results for expression: 'typens:flowIndicators/typens:indicatorOne' against '<?xml version="1.0" encoding="UTF-8"?>
<request xmlns="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">
  <typens:requestID xmlns:typens="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">null</typens:requestID>
  <typens:requestText xmlns:typens="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">null</typens:requestText>
  <typens:flowIndicator xmlns:typens="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">
  	<typens:indicatorOne>yes</typens:indicatorOne><typens:indicatorTwo>yes</typens:indicatorTwo>
  </typens:flowIndicator>
  <loopIndicator xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable">null</loopIndicator>
</request>'
23:15:30,645 WARN  [BpelRuntimeContextImpl] Couldn't extract property '{OProperty {http://ode/bpel/unit-test/testFlowActivity1.wsdl}loopInd}' and variable {Variable __PROCESS_SCOPE:TestActivityFlow.request:OMessageVarType#9({http://ode/bpel/unit-test/testFlowActivity1.wsdl}requestMessage)} at TestActivityFlow:51 in property pre-extraction: org.apache.ode.bpel.common.FaultException: No results for expression: 'typens:loopIndicator' against '<?xml version="1.0" encoding="UTF-8"?>
<request xmlns="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">
  <typens:requestID xmlns:typens="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">null</typens:requestID>
  <typens:requestText xmlns:typens="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">null</typens:requestText>
  <typens:flowIndicator xmlns:typens="http://ode/bpel/unit-test/testFlowActivity1.wsdl.types">
  	<typens:indicatorOne>yes</typens:indicatorOne><typens:indicatorTwo>yes</typens:indicatorTwo>
  </typens:flowIndicator>
  <loopIndicator xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable">null</loopIndicator>
</request>'
[INFO] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.263 sec
23:15:31,968 INFO  [BpelServerImpl] Unregistered process {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11.
23:15:32,063 INFO  [BpelServerImpl] Deleted only the process {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11.
23:15:32,067 INFO  [CronScheduler] Cancelling PROCESS CRON jobs for: {http://ode/bpel/unit-test/testFlowActivity1}TestActivityFlow-11
23:15:32,070 ERROR [DeploymentPoller] Error while deleting file TestFlowActivity1-11.deployed , please check if file is locked or if it really exist
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: Distribution
[INFO]    task-segment: [clean, test, integration-test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: war-distro}]
[INFO] Reading assembly descriptor: src/main/assembly/war.xml
[WARNING] Cannot include project artifact: org.apache.ode:ode-distro:pom:1.3.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.ode:ode-distro:pom:1.3.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.ode:ode-distro:pom:1.3.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building zip: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/target/apache-ode-war-1.3.5-SNAPSHOT.zip>
[INFO] [assembly:single {execution: jbi-distro}]
[INFO] Reading assembly descriptor: src/main/assembly/jbi.xml
[WARNING] Cannot include project artifact: org.apache.ode:ode-distro:pom:1.3.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.ode:ode-distro:pom:1.3.5-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] Cannot include project artifact: org.apache.ode:ode-distro:pom:1.3.5-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building zip: <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/target/apache-ode-jbi-1.3.5-SNAPSHOT.zip>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/pom.xml> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-distro/builds/2010-09-20_21-29-45/archive/org.apache.ode/ode-distro/1.3.5-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/target/apache-ode-war-1.3.5-SNAPSHOT.zip> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-distro/builds/2010-09-20_21-29-45/archive/org.apache.ode/ode-distro/1.3.5-SNAPSHOT/apache-ode-war-1.3.5-SNAPSHOT.zip
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/ODE-trunk-maven2-jdk5/ws/trunk/distro/target/apache-ode-jbi-1.3.5-SNAPSHOT.zip> to /home/hudson/hudson/jobs/ODE-trunk-maven2-jdk5/modules/org.apache.ode$ode-distro/builds/2010-09-20_21-29-45/archive/org.apache.ode/ode-distro/1.3.5-SNAPSHOT/apache-ode-jbi-1.3.5-SNAPSHOT.zip
Build timed out. Aborting
Sending e-mails to: dev@ode.apache.org vanto@apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
Sending e-mails to: dev@ode.apache.org
channel stopped
00:29:08,298 INFO  [DeploymentPoller] Poller stopped.
00:29:08,299 INFO  [BpelServerImpl] BPEL Server Stopped.
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:222)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:192)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:107)
	at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:731)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:414)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:557)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:691)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:890)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:58)
	at hudson.remoting.Command.<init>(Command.java:47)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:687)
	at hudson.remoting.Channel.close(Channel.java:732)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:472)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
	at hudson.model.Run.run(Run.java:1273)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:291)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 177 minutes 22 seconds
[INFO] Finished at: Tue Sep 21 00:29:08 GMT+00:00 2010
[INFO] Final Memory: 109M/371M
[INFO] ------------------------------------------------------------------------
00:29:09,679 INFO  [ODEServer] Shutdown completed. 


ODE-trunk-maven2-jdk5 - Build # 129 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
The Apache Hudson build system has built ODE-trunk-maven2-jdk5 (build #129)

Status: Still Failing

Check console output at http://hudson.zones.apache.org/hudson/job/ODE-trunk-maven2-jdk5/129/ to view the results.