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 Tomcat/6.0.10
Apr 24, 2007 12:31:07 PM org.apache.catalina.startup.ContextConfigdefaultWebCon
fig
INFO: No default web.xml
Apr 24, 2007 12:31:07 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8586
Apr 24, 2007 12:31:07 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8586
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.686 sec
<<< FA
ILURE!
testRequestSession(org.apache.tuscany.http.tomcat.TomcatServerTestCase)
Time el
apsed: 1.082 sec <<< ERROR!
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:372)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java
:233)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:220)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378)
at java.net.Socket.connect(Socket.java:536)
at java.net.Socket.connect(Socket.java:486)
at java.net.Socket.<init>(Socket.java:394)
at java.net.Socket.<init>(Socket.java:207)
at
org.apache.tuscany.http.tomcat.TomcatServerTestCase.testRequestSessio
n(TomcatServerTestCase.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:43)
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 sample:
>>
>> ....
>>
>> Is anyone else experiencing this?
>>
>> Simon
>
>
> Hi Simon,
>
> I don't see this but I see the itest lockups later on in the build that
> Sebastien also gets. Did you do a "mvn clean" also?
>
It was a fresh checkout so there was no need to do a clean. The only
things in my local maven repo were the artifacts built by SDO. I don't
have anything listening on port 80 or 8080.
> I did try running the databinding itest with tomcat and it wasn't very
> happy
> so switched back to jetty for the time being while chasing the lockup
> problem. I know that's not much help to you at the moment but generally
> things feel slightly amiss in the web services/app server area to me.
>
I noticed that these tests now use Tomcat instead of jetty as previously.
How do I switch between Tomcat and jetty?
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]