Apache

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Test suit Error

    1 answers - 4929 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    By default the client tries to connect to 8081, use axis' tcpmon to forward connections from 8081 to the port your tomcat is running on.
    Message
    From: Ruben DF [mailto:rdocasalf (AT) yahoo (DOT) es]
    Sent: 18 January 2006 14:47
    To: Maierhofer,A,Andreas,CXR7A C; kandula-dev (AT) ws (DOT) apache.org
    Subject: RE: Test suit Error
    I'm using 5.5.12 version TMCAT and Axis 1.3. I think
    is the newest version of TMCAT. The content of my
    file is:
    Testsuite:
    Tests run: 1, Failures: 0, Errors: 1, Time elapsed:
    8,292 sec
    Testcase: took 8,232
    sec
    Caused an ERRR
    ; nested exception is:
    java.net.ConnectException: Connection refused:
    connect
    AxisFault
    faultCode:
    {}Server.userException
    faultSubcode:
    faultString: java.net.ConnectException: Connection
    refused: connect
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}
    Connection refused: connect
    at (Native
    Method)
    at
    (PlainSocketImpl.java:333)
    at
    (PlainSocketImpl.java:195)
    at
    (PlainSocketImpl.java:182)
    at
    (SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at
    (DefaultSocketFactory.java:153)
    at
    (DefaultSocketFactory.java:120)
    at
    (HTTPSender.java:191)
    at
    (HTTPSender.java:404)
    at
    (HTTPSender.java:138)
    at
    (InvocationStrategy.java:32)
    at
    (SimpleChain.java:118)
    at
    (SimpleChain.java:83)
    at
    (AxisClient.java:165)
    at
    (Call.java:2784)
    at (Call.java:2767)
    at (Call.java:2443)
    at (Call.java:2366)
    at (Call.java:1812)
    at
    (Unknown
    Source)
    at
    (Unknown
    Source)
    {http://xml.apache.org/axis/}hostname:rubendf
    java.net.ConnectException: Connection refused: connect
    at
    (AxisFault.java:101)
    at
    (HTTPSender.java:154)
    at
    (InvocationStrategy.java:32)
    at
    (SimpleChain.java:118)
    at
    (SimpleChain.java:83)
    at
    (AxisClient.java:165)
    at
    (Call.java:2784)
    at (Call.java:2767)
    at (Call.java:2443)
    at (Call.java:2366)
    at (Call.java:1812)
    at
    (Unknown
    Source)
    at
    (Unknown
    Source)
    Caused by: java.net.ConnectException: Connection
    refused: connect
    at (Native
    Method)
    at
    (PlainSocketImpl.java:333)
    at
    (PlainSocketImpl.java:195)
    at
    (PlainSocketImpl.java:182)
    at
    (SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at
    (DefaultSocketFactory.java:153)
    at
    (DefaultSocketFactory.java:120)
    at
    (HTTPSender.java:191)
    at
    (HTTPSender.java:404)
    at
    (HTTPSender.java:138)
    40 more
    I think you're right, Andreas, the error can be due to
    the wrong installation (I can list the services but I
    have the error I said you in the previous posting). I
    will go on exploring what happens with that.
    Thank you very much
    regards
    andreas.maierhofer (AT) bt (DOT) com :
    As far as I can tell you are running the test
    correctly, see
    in the
    test-case1 dir
    for details of your error.
    If you still cannot list the installed services as
    mentioned in your previous posting something is
    wrong with your installation.
    If you followed the steps in README.1st you could
    try upgrading your tomcat installation, I remember
    having troubles with new axis versions and old
    tomcat installations.
    Message
    From: Ruben DF [mailto:rdocasalf (AT) yahoo (DOT) es]
    Sent: 18 January 2006 13:54
    To: kandula kandula
    Subject: Test suit Error
    Hi,
    I've made Test-suite1 by the follow command:
    "ant test"
    The output shows me an error and I dont know why
    happen that. The output is:
    D:\misDatos\TFC\Kandula_1\src\samples\test-suite1>ant
    test
    Buildfile: build.xml
    test:
    [junit] Running
    [junit] Tests run: 1, Failures: 0, Errors: 1,
    Time
    elapsed: 8,292 sec
    [junit] Test
    FAILED
    BUILD SUCCESSFUL
    Total time: 15 seconds
    is it correct? Am I using the correct command? if
    not,
    how can I test the Test-Suite1? At README.1st file
    there is not how test it.
    Thanks
    Regards
    LLama Gratis a cualquier PC del Mundo.
    Llamadas a fijos y desde 1 por
    minuto.
    http://es.voice.yahoo.com
    To unsubscribe, e-mail:
    kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail:
    kandula-dev-help (AT) ws (DOT) apache.org
    To unsubscribe, e-mail:
    kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail:
    kandula-dev-help (AT) ws (DOT) apache.org
    LLama Gratis a cualquier PC del Mundo.
    Llamadas a fijos y desde 1 por minuto.
    http://es.voice.yahoo.com
    To unsubscribe, e-mail: kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail: kandula-dev-help (AT) ws (DOT) apache.org
  • No.1 | | 5196 bytes | |

    Quoting andreas.maierhofer (AT) bt (DOT) com:

    I added this to the README.1st

    By default the client tries to connect to 8081, use axis' tcpmon to forward
    connections from 8081 to the port your tomcat is running on.

    Message
    From: Ruben DF [mailto:rdocasalf (AT) yahoo (DOT) es]
    Sent: 18 January 2006 14:47
    To: Maierhofer,A,Andreas,CXR7A C; kandula-dev (AT) ws (DOT) apache.org
    Subject: RE: Test suit Error

    I'm using 5.5.12 version TMCAT and Axis 1.3. I think
    is the newest version of TMCAT. The content of my
    file is:

    Testsuite:
    Tests run: 1, Failures: 0, Errors: 1, Time elapsed:
    8,292 sec

    Testcase: took 8,232
    sec
    Caused an ERRR
    ; nested exception is:
    java.net.ConnectException: Connection refused:
    connect
    AxisFault
    faultCode:
    {}Server.userException
    faultSubcode:
    faultString: java.net.ConnectException: Connection
    refused: connect
    faultActor:
    faultNode:
    faultDetail:

    {http://xml.apache.org/axis/}
    Connection refused: connect
    at (Native
    Method)
    at
    (PlainSocketImpl.java:333)
    at
    (PlainSocketImpl.java:195)
    at
    (PlainSocketImpl.java:182)
    at
    (SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at

    (DefaultSocketFactory.java:153)
    at

    (DefaultSocketFactory.java:120)
    at
    (HTTPSender.java:191)
    at
    (HTTPSender.java:404)
    at
    (HTTPSender.java:138)
    at

    (InvocationStrategy.java:32)
    at
    (SimpleChain.java:118)
    at
    (SimpleChain.java:83)
    at
    (AxisClient.java:165)
    at
    (Call.java:2784)
    at (Call.java:2767)
    at (Call.java:2443)
    at (Call.java:2366)
    at (Call.java:1812)
    at
    (Unknown
    Source)
    at
    (Unknown
    Source)

    {http://xml.apache.org/axis/}hostname:rubendf

    java.net.ConnectException: Connection refused: connect
    at
    (AxisFault.java:101)
    at
    (HTTPSender.java:154)
    at

    (InvocationStrategy.java:32)
    at
    (SimpleChain.java:118)
    at
    (SimpleChain.java:83)
    at
    (AxisClient.java:165)
    at
    (Call.java:2784)
    at (Call.java:2767)
    at (Call.java:2443)
    at (Call.java:2366)
    at (Call.java:1812)
    at
    (Unknown
    Source)
    at
    (Unknown
    Source)
    Caused by: java.net.ConnectException: Connection
    refused: connect
    at (Native
    Method)
    at
    (PlainSocketImpl.java:333)
    at
    (PlainSocketImpl.java:195)
    at
    (PlainSocketImpl.java:182)
    at
    (SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at

    (DefaultSocketFactory.java:153)
    at

    (DefaultSocketFactory.java:120)
    at
    (HTTPSender.java:191)
    at
    (HTTPSender.java:404)
    at
    (HTTPSender.java:138)
    40 more

    I think you're right, Andreas, the error can be due to
    the wrong installation (I can list the services but I
    have the error I said you in the previous posting). I
    will go on exploring what happens with that.

    Thank you very much

    regards

    andreas.maierhofer (AT) bt (DOT) com :

    As far as I can tell you are running the test
    correctly, see
    in the
    test-case1 dir
    for details of your error.

    If you still cannot list the installed services as
    mentioned in your previous posting something is
    wrong with your installation.

    If you followed the steps in README.1st you could
    try upgrading your tomcat installation, I remember
    having troubles with new axis versions and old
    tomcat installations.

    Message
    From: Ruben DF [mailto:rdocasalf (AT) yahoo (DOT) es]
    Sent: 18 January 2006 13:54
    To: kandula kandula
    Subject: Test suit Error

    Hi,

    I've made Test-suite1 by the follow command:

    "ant test"

    The output shows me an error and I dont know why
    happen that. The output is:

    D:\misDatos\TFC\Kandula_1\src\samples\test-suite1>ant
    test
    Buildfile: build.xml

    test:
    [junit] Running

    [junit] Tests run: 1, Failures: 0, Errors: 1,
    Time
    elapsed: 8,292 sec
    [junit] Test
    FAILED

    BUILD SUCCESSFUL
    Total time: 15 seconds

    is it correct? Am I using the correct command? if
    not,
    how can I test the Test-Suite1? At README.1st file
    there is not how test it.

    Thanks

    Regards

    LLama Gratis a cualquier PC del Mundo.
    Llamadas a fijos y desde 1 por
    minuto.
    http://es.voice.yahoo.com

    To unsubscribe, e-mail:
    kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail:
    kandula-dev-help (AT) ws (DOT) apache.org

    To unsubscribe, e-mail:
    kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail:
    kandula-dev-help (AT) ws (DOT) apache.org

    LLama Gratis a cualquier PC del Mundo.
    Llamadas a fijos y desde 1 por minuto.
    http://es.voice.yahoo.com

    To unsubscribe, e-mail: kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail: kandula-dev-help (AT) ws (DOT) apache.org

    To unsubscribe, e-mail: kandula-dev-unsubscribe (AT) ws (DOT) apache.org
    For additional commands, e-mail: kandula-dev-help (AT) ws (DOT) apache.org

Re: Test suit Error


max 4000 letters.
Your nickname that display:
In order to stop the spam: 1 + 0 =
QUESTION ON "Apache"

EMSDN.COM