Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Kevin Williams
I am now building cleanly with 532452. Thanks! On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > ant elder wrote: > > On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: > >> > >> On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: >

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Simon Laws
On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: > On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: >> >> On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: >> > >> > >> > >> > On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> > > >> > > Simon Laws wr

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Jean-Sebastien Delfino
ant elder wrote: On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > Simon Laws wrote: > > > On 4/24/07, Kevin Williams <[EMAIL PROTECTED]> wrote: > > >> > > >> Hi Sebas

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread ant elder
On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > Simon Laws wrote: > > > On 4/24/07, Kevin Williams <[EMAIL PROTECTED]> wrote: > > >> > > >> Hi Sebastien, > > >> The t

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Simon Laws
On 4/25/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Simon Laws wrote: > > On 4/24/07, Kevin Williams <[EMAIL PROTECTED]> wrote: > >> > >> Hi Sebastien, > >> The test runs fines from /http-tomcat. > >> --Kevin > >> > >> On 4/24/07,

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Simon Laws
On 4/25/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 4/24/07, Kevin Williams <[EMAIL PROTECTED]> wrote: >> >> Hi Sebastien, >> The test runs fines from /http-tomcat. >> --Kevin >> >> On 4/24/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: >> > >> > [snip] >>

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 4/24/07, Kevin Williams <[EMAIL PROTECTED]> wrote: Hi Sebastien, The test runs fines from /http-tomcat. --Kevin On 4/24/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > [snip] > Kevin Williams wrote: > > Now, I am getting the Connection refused error: > > > > INFO

Re: Tomcat errors when trying to build the latest trunk

2007-04-25 Thread Simon Laws
On 4/24/07, Kevin Williams <[EMAIL PROTECTED]> wrote: Hi Sebastien, The test runs fines from /http-tomcat. --Kevin On 4/24/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > [snip] > Kevin Williams wrote: > > Now, I am getting the Connection refused error: > > > > INFO: Stopping Coyote H

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Kevin Williams
Hi Sebastien, The test runs fines from /http-tomcat. --Kevin On 4/24/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: [snip] Kevin Williams wrote: > Now, I am getting the Connection refused error: > > INFO: Stopping Coyote HTTP/1.1 on http-8586 > Apr 24, 2007 12:31:07 PM org.apache.catalin

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Simon Nash
Jean-Sebastien Delfino wrote: To switch to Jetty, in modules/binding-ws-axis2/pom.xml change tuscany-http-tomcat to tuscany-http-jetty. I am not seeing these errors on Linux. I made this change and I got a clean build on Windows. I'll try to find out more about why I get so many problems w

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Raymond Feng
: Sent: Tuesday, April 24, 2007 12:30 PM Subject: Re: Tomcat errors when trying to build the latest trunk On 4/24/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: [snip] Simon Laws wrote: > > I did try running the databinding itest with tomcat and it wasn't very > h

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Jean-Sebastien Delfino
[snip] Kevin Williams wrote: Now, I am getting the Connection refused error: INFO: Stopping Coyote HTTP/1.1 on http-8586 Apr 24, 2007 12:31:07 PM org.apache.catalina.startup.Embedded start INFO: Starting tomcat server Apr 24, 2007 12:31:07 PM org.apache.catalina.core.StandardEngine start INFO: S

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Simon Laws
On 4/24/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: [snip] Simon Laws wrote: > > I did try running the databinding itest with tomcat and it wasn't very > happy Simon, what exceptions are you getting when running the databinding itest with tomcat? do you have a log? Thanks. -- Jean-S

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: I did try running the databinding itest with tomcat and it wasn't very happy Simon, what exceptions are you getting when running the databinding itest with tomcat? do you have a log? Thanks. -- Jean-Sebastien -

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Jean-Sebastien Delfino
Simon Nash wrote: Simon Laws wrote: On 4/24/07, Simon Nash <[EMAIL PROTECTED]> wrote: I'm seeing lots of Tomcat-related test failures when trying to build the latest trunk code. I've done a new checkout and cleaned out my maven repo. Here's a sample: Is anyone else experiencing this

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Simon Laws
On 4/24/07, Simon Nash <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 4/24/07, Simon Nash <[EMAIL PROTECTED]> wrote: > >> >> I'm seeing lots of Tomcat-related test failures when trying to build >> the latest trunk code. I've done a new checkout and cleaned out my >> maven repo. Here's a sa

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Kevin Williams
Now, I am getting the Connection refused error: INFO: Stopping Coyote HTTP/1.1 on http-8586 Apr 24, 2007 12:31:07 PM org.apache.catalina.startup.Embedded start INFO: Starting tomcat server Apr 24, 2007 12:31:07 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Simon Nash
Simon Laws wrote: On 4/24/07, Simon Nash <[EMAIL PROTECTED]> wrote: I'm seeing lots of Tomcat-related test failures when trying to build the latest trunk code. I've done a new checkout and cleaned out my maven repo. Here's a sample: Is anyone else experiencing this? Simon Hi S

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Luciano Resende
You might want to check if you have any http server up or something using ports 80 or 8080... On 4/24/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/24/07, Simon Nash <[EMAIL PROTECTED]> wrote: > > I'm seeing lots of Tomcat-related test failures when trying to build > the latest trunk code. I'

Re: Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Simon Laws
On 4/24/07, Simon Nash <[EMAIL PROTECTED]> wrote: I'm seeing lots of Tomcat-related test failures when trying to build the latest trunk code. I've done a new checkout and cleaned out my maven repo. Here's a sample: Running org.apache.tuscany.binding.axis2.itests.HelloWorldTestCase log4j:WARN

Tomcat errors when trying to build the latest trunk

2007-04-24 Thread Simon Nash
I'm seeing lots of Tomcat-related test failures when trying to build the latest trunk code. I've done a new checkout and cleaned out my maven repo. Here's a sample: Running org.apache.tuscany.binding.axis2.itests.HelloWorldTestCase log4j:WARN No appenders could be found for logger (org.apache.