See 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/731/>

------------------------------------------
projectStarted org.apache.sandesha2:sandesha2-persistence:1.7.0-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Sandesha2 - Persistent Storage 1.7.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted 
org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)[INFO] Deleting 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target>

[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
sandesha2-persistence ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
mojoStarted org.apache.maven.plugins:maven-remote-resources-plugin:1.1(default)
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ 
sandesha2-persistence ---
mojoSucceeded 
org.apache.maven.plugins:maven-remote-resources-plugin:1.1(default)
mojoStarted 
org.apache.maven.plugins:maven-resources-plugin:2.4(default-resources)[INFO] 
Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/src/main/resources>
[INFO] Copying 2 resources

[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ 
sandesha2-persistence ---
mojoSucceeded 
org.apache.maven.plugins:maven-resources-plugin:2.4(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.0(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.0:compile (default-compile) @ 
sandesha2-persistence ---
Compiling 8 source files to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/classes>
mojoSucceeded 
org.apache.maven.plugins:maven-compiler-plugin:2.0(default-compile)
mojoStarted 
org.apache.maven.plugins:maven-resources-plugin:2.4(default-testResources)[INFO]
 Using 'UTF-8' encoding to copy filtered resources.

[INFO] 
[INFO] [INFO] Copying 3 resources
--- maven-resources-plugin:2.4:testResources (default-testResources) @ 
sandesha2-persistence ---
[INFO] Copying 2 resources
mojoSucceeded 
org.apache.maven.plugins:maven-resources-plugin:2.4(default-testResources)
mojoStarted org.apache.maven.plugins:maven-antrun-plugin:1.1(create_test_repos)
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (create_test_repos) @ 
sandesha2-persistence ---
[INFO] Executing tasks

derby:init:
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/derby>
     [java] ij version 10.3
     [java] WSRM* -     
jdbc:derby:<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/derby/wsrm>
     [java] * = current connection
     [java] ij> -- Licensed to the Apache Software Foundation (ASF) under one
     [java] -- or more contributor license agreements. See the NOTICE file
     [java] -- distributed with this work for additional information
     [java] -- regarding copyright ownership. The ASF licenses this file
     [java] -- to you under the Apache License, Version 2.0 (the
     [java] -- "License"); you may not use this file except in compliance
     [java] -- with the License. You may obtain a copy of the License at
     [java] -- 
     [java] -- http://www.apache.org/licenses/LICENSE-2.0
     [java] -- 
     [java] -- Unless required by applicable law or agreed to in writing,
     [java] -- software distributed under the License is distributed on an
     [java] -- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     [java] -- KIND, either express or implied. See the License for the
     [java] -- specific language governing permissions and limitations
     [java] -- under the License.

     [java] drop table wsrm_sender;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_SENDER' 
because it does not exist.
     [java] ij> create table wsrm_sender (
     [java]     message_id varchar(255) not null,
     [java]     message_context_ref_key varchar(255),
     [java]     internal_sequence_id varchar(255),
     [java]     sequence_id varchar(255),
     [java]     to_address varchar(255),
     [java]     inbound_sequence_id varchar(255),
     [java]     send smallint,
     [java]     sent_count integer,
     [java]     message_number bigint,
     [java]     resend smallint,
     [java]     time_to_send bigint,
     [java]     message_type integer,
     [java]     last_message smallint,
     [java]     inbound_message_number bigint,
     [java]     transport_available smallint,
     [java]     flags integer,
     [java]     primary key (message_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_rmd;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_RMD' because 
it does not exist.
     [java] ij> create table wsrm_rmd (
     [java]     sequence_id varchar(255) not null,
     [java]     to_epr_addr varchar(255),
     [java]     to_epr blob,
     [java]     reply_to_epr_addr varchar(255),
     [java]     reply_to_epr blob,
     [java]     acks_to_epr_addr varchar(255),
     [java]     acks_to_epr blob,
     [java]     rm_version varchar(255),
     [java]     security_token_data varchar(255),
     [java]     last_activated_time bigint,
     [java]     closed smallint,
     [java]     terminated_flag smallint,
     [java]     polling_mode smallint,
     [java]     service_name varchar(255),
     [java]     flags integer,
     [java]     reference_message_key varchar(255),
     [java]     highest_in_message_id varchar(255),
     [java]     last_in_message_id varchar(255),
     [java]     server_completed_messages clob,
     [java]     outof_order_ranges clob,
     [java]     to_address varchar(255),
     [java]     outbound_internal_sequence varchar(255),
     [java]     next_msgno_to_process bigint,
     [java]     highest_in_message_number bigint,
     [java]     rmd_flags integer,
     [java]     primary key (sequence_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_rms;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_RMS' because 
it does not exist.
     [java] ij> create table wsrm_rms (
     [java]     create_seq_msg_id varchar(255) not null,
     [java]     sequence_id varchar(255),
     [java]     to_epr_addr varchar(255),
     [java]     to_epr blob,
     [java]     reply_to_epr_addr varchar(255),
     [java]     reply_to_epr blob,
     [java]     acks_to_epr_addr varchar(255),
     [java]     acks_to_epr blob,
     [java]     rm_version varchar(255),
     [java]     security_token_data varchar(255),
     [java]     last_activated_time BIGINT,
     [java]     closed smallint,
     [java]     terminated_flag smallint,
     [java]     polling_mode smallint,
     [java]     service_name varchar(255),
     [java]     flags integer,
     [java]     id bigint,
     [java]     internal_sequence_id varchar(255),
     [java]     create_sequence_msg_store_key varchar(255),
     [java]     reference_msg_store_key varchar(255),
     [java]     last_send_error blob,
     [java]     highest_out_relates_to varchar(255),
     [java]     client_completed_messages clob,
     [java]     transport_to varchar(255),
     [java]     offered_endpoint varchar(255),
     [java]     offered_endpoint_epr_addr varchar(255),
     [java]     offered_endpoint_epr blob,
     [java]     offered_sequence varchar(255),
     [java]     anonymous_uuid varchar(255),
     [java]     last_send_error_timestamp bigint,
     [java]     last_out_message bigint,
     [java]     highest_out_message_number bigint,
     [java]     next_message_number bigint,
     [java]     terminate_added smallint,
     [java]     timed_out smallint,
     [java]     sequence_closed_client smallint,
     [java]     expected_replies bigint,
     [java]     soap_version integer,
     [java]     termination_pauser_for_cs smallint,
     [java]     avoid_auto_termination smallint,
     [java]     rms_flags integer,
     [java]     reallocated smallint,
     [java]     internalSeqIDOfSeqUsedForReallocation varchar(255),
     [java]     primary key (create_seq_msg_id)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_invoker;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_INVOKER' 
because it does not exist.
     [java] ij> create table wsrm_invoker (
     [java]     message_context_ref_key varchar(255) not null,
     [java]     sequence_id varchar(255),
     [java]     context blob,
     [java]     msg_no bigint,
     [java]     flags integer,
     [java]     PRIMARY KEY (message_context_ref_key)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> drop table wsrm_msgctx;
     [java] ERROR 42Y55: 'DROP TABLE' cannot be performed on 'WSRM_MSGCTX' 
because it does not exist.
     [java] ij> create table wsrm_msgctx (
     [java]     ctx_key varchar(255) not null,
     [java]     ctx blob,
     [java]     PRIMARY KEY (ctx_key)
     [java] );
     [java] 0 rows inserted/updated/deleted
     [java] ij> 

persistence:create:
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-client>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-client/modules>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server/modules>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server/services>
    [mkdir] Created dir: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/temp/persistence>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-server/services>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-client/modules>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-client>
    [unjar] Expanding: 
/home/jenkins/jenkins-slave/workspace/sandesha2-trunk/sandesha2/modules/mar/target/sandesha2-1.7.0-SNAPSHOT.mar
 into 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/temp/persistence>
      [jar] Building jar: 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/repos/persistence-client/modules/sandesha2-UnitTest.mar>

prepare:
[INFO] Executed tasks
mojoSucceeded 
org.apache.maven.plugins:maven-antrun-plugin:1.1(create_test_repos)
mojoStarted 
org.apache.maven.plugins:maven-compiler-plugin:2.0(default-testCompile)
Compiling 2 source files to 
<https://builds.apache.org/job/sandesha2-trunk/org.apache.sandesha2$sandesha2-persistence/ws/target/test-classes>
[INFO] 
[INFO] --- maven-compiler-plugin:2.0:testCompile (default-testCompile) @ 
sandesha2-persistence ---
mojoFailed 
org.apache.maven.plugins:maven-compiler-plugin:2.0(default-testCompile)
projectFailed org.apache.sandesha2:sandesha2-persistence:1.7.0-SNAPSHOT

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to