No, the issue is in your change when resolving merge conflicts, you are starting all of the servers twice. The servers are now stored in a list and not as individual fields. Take a look at https://asterix-gerrit.ics.uci.edu/#/c/935/18/asterixdb/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/CCApplicationEntryPoint.java
Thanks, -MDB On Wed, Aug 17, 2016 at 1:40 PM Yingyi Bu <[email protected]> wrote: > It seems there is some existing instance on the docker instance and hence > it complains that the port is already used. > > Best, > Yingyi > > On Wed, Aug 17, 2016 at 10:37 AM, Kaveen Rodrigo <[email protected]> > wrote: > > > It seems some of the tests have failed, as evident from > > https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit- > > notopic/2259/org.apache.asterix$asterix-app/testReport/ > > the errors that are yielding are mostly cannot bind problems, looking > over > > my code to see if there is anything conflicting, But from first glance > > nothing should conflict since my work is mostly in resources > > > > On 17 August 2016 at 22:02, Ian Maxon <[email protected]> wrote: > > > > > The integraiton tests have been faced with some issues lately, but the > > > other tests should be fine. > > > > > > On Wed, Aug 17, 2016 at 3:58 AM, Kaveen Rodrigo < > [email protected] > > > > > > wrote: > > > > > > > Hello all, > > > > > > > > I had to do some work on my gerrit patch, after rebasing and submit > my > > > > build becomes unstable but Jenkins build log shows every module has > > built > > > > and its a success > > > > > > > > https://asterix-gerrit.ics.uci.edu/#/c/935 > > > > > > > > am I doing anything wrong? > > > > > > > > -- > > > > Kaveen Rodrigo > > > > Personal Website - (lifeofenigma.com) > > > > > > > > > > > > Software Engineering Undergraduate, > > > > Informatics Institute of Technology Sri Lanka (Affiliated with > > University > > > > of Westminster, UK) > > > > > > > > > > > > *Contact Information* > > > > > > > > *Mobile* +94779684740 > > > > > > > > *E-Mail* [email protected] | [email protected] > > > > > > > > > > > > > > > -- > > Kaveen Rodrigo > > Personal Website - (lifeofenigma.com) > > > > > > Software Engineering Undergraduate, > > Informatics Institute of Technology Sri Lanka (Affiliated with University > > of Westminster, UK) > > > > > > *Contact Information* > > > > *Mobile* +94779684740 > > > > *E-Mail* [email protected] | [email protected] > > >
