You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Michele Mazzucco (JIRA)" <ji...@apache.org> on 2007/02/15 10:50:05 UTC

[jira] Created: (AXIS2-2187) HTTP Transport error: '400' - 'Bad Request'

HTTP Transport error: '400' - 'Bad Request'
-------------------------------------------

                 Key: AXIS2-2187
                 URL: https://issues.apache.org/jira/browse/AXIS2-2187
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: client-api
    Affects Versions: nightly
         Environment: linux + sun jdk 1.5.0_10 + axis2 13/02/2007
            Reporter: Michele Mazzucco


[java] INFO  CodestoreServer:<clinit> The repository is /home/nmm42/devel/repository/
     [java] INFO  FileHelper:parseServicesXml Found service [Service2]
     [java] INFO  FileHelper:parseServicesXml Found service [EntropyAnalyserService]
     [java] INFO  FileHelper:parseServicesXml Found service [Service1]
     [java] INFO  FileHelper:parseServicesXml Found service [MyService]
     [java] INFO  FileHelper:parseServicesXml Found service [Service3]
     [java] INFO  SOAPHelper:sendAddedServiceMsg Manager EPR is [http://eskdale.ncl.ac.uk:8080/axis2/services/RoutingService]
     [java] FATAL Repository:initRepository Unable to send the set of services to the controllerHTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java] FATAL: Unable to send the set of services to the controllerHTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java] FATAL Repository:initRepository org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:219)
     [java]     at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:526)
     [java]     at org.apache.axis2.description.OutOnlyAxisOperationClient.execute(OutOnlyAxisOperation.java:250)
     [java]     at ncl.qosp.codestore.SOAPHelper.sendAddedServiceMsg(SOAPHelper.java:125)
     [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:95)
     [java]     at ncl.qosp.codestore.socket.CodestoreServer.main(CodestoreServer.java:610)
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:321)
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:196)
     [java]     ... 5 more
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:130)
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:311)
     [java]     ... 6 more
     [java]
     [java] FATAL: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:219)
     [java]     at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:526)
     [java]     at org.apache.axis2.description.OutOnlyAxisOperationClient.execute(OutOnlyAxisOperation.java:250)
     [java]     at ncl.qosp.codestore.SOAPHelper.sendAddedServiceMsg(SOAPHelper.java:125)
     [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:95)
     [java]     at ncl.qosp.codestore.socket.CodestoreServer.main(CodestoreServer.java:610)
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:321)
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:196)
     [java]     ... 5 more
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:130)
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:311)
     [java]     ... 6 more
     [java]
     [java] Exception in thread "main" ncl.qosp.core.FatalException: Unable to send the set of services to the controller
     [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:110)
     [java]     at ncl.qosp.codestore.socket.CodestoreServer.main(CodestoreServer.java:610)
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:219)
     [java]     at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:526)
     [java]     at org.apache.axis2.description.OutOnlyAxisOperationClient.execute(OutOnlyAxisOperation.java:250)
     [java]     at ncl.qosp.codestore.SOAPHelper.sendAddedServiceMsg(SOAPHelper.java:125)
     [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:95)
     [java]     ... 1 more
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
     [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:321)
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:196)
     [java]     ... 5 more
     [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
     [java]     at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:130)
     [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:311)
     [java]     ... 6 more



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2187) HTTP Transport error: '400' - 'Bad Request'

Posted by "Michele Mazzucco (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michele Mazzucco resolved AXIS2-2187.
-------------------------------------

    Resolution: Fixed

> HTTP Transport error: '400' - 'Bad Request'
> -------------------------------------------
>
>                 Key: AXIS2-2187
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2187
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: client-api
>    Affects Versions: nightly
>         Environment: linux + sun jdk 1.5.0_10 + axis2 13/02/2007
>            Reporter: Michele Mazzucco
>         Attachments: AbstractSender.java, catalina.out, DefaultSender.java, Repository.java, SOAPHelper.java
>
>
> [java] INFO  CodestoreServer:<clinit> The repository is /home/nmm42/devel/repository/
>      [java] INFO  FileHelper:parseServicesXml Found service [Service2]
>      [java] INFO  FileHelper:parseServicesXml Found service [EntropyAnalyserService]
>      [java] INFO  FileHelper:parseServicesXml Found service [Service1]
>      [java] INFO  FileHelper:parseServicesXml Found service [MyService]
>      [java] INFO  FileHelper:parseServicesXml Found service [Service3]
>      [java] INFO  SOAPHelper:sendAddedServiceMsg Manager EPR is [http://eskdale.ncl.ac.uk:8080/axis2/services/RoutingService]
>      [java] FATAL Repository:initRepository Unable to send the set of services to the controllerHTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java] FATAL: Unable to send the set of services to the controllerHTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java] FATAL Repository:initRepository org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:219)
>      [java]     at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:526)
>      [java]     at org.apache.axis2.description.OutOnlyAxisOperationClient.execute(OutOnlyAxisOperation.java:250)
>      [java]     at ncl.qosp.codestore.SOAPHelper.sendAddedServiceMsg(SOAPHelper.java:125)
>      [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:95)
>      [java]     at ncl.qosp.codestore.socket.CodestoreServer.main(CodestoreServer.java:610)
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:321)
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:196)
>      [java]     ... 5 more
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:130)
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:311)
>      [java]     ... 6 more
>      [java]
>      [java] FATAL: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:219)
>      [java]     at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:526)
>      [java]     at org.apache.axis2.description.OutOnlyAxisOperationClient.execute(OutOnlyAxisOperation.java:250)
>      [java]     at ncl.qosp.codestore.SOAPHelper.sendAddedServiceMsg(SOAPHelper.java:125)
>      [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:95)
>      [java]     at ncl.qosp.codestore.socket.CodestoreServer.main(CodestoreServer.java:610)
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:321)
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:196)
>      [java]     ... 5 more
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:130)
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:311)
>      [java]     ... 6 more
>      [java]
>      [java] Exception in thread "main" ncl.qosp.core.FatalException: Unable to send the set of services to the controller
>      [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:110)
>      [java]     at ncl.qosp.codestore.socket.CodestoreServer.main(CodestoreServer.java:610)
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:219)
>      [java]     at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:526)
>      [java]     at org.apache.axis2.description.OutOnlyAxisOperationClient.execute(OutOnlyAxisOperation.java:250)
>      [java]     at ncl.qosp.codestore.SOAPHelper.sendAddedServiceMsg(SOAPHelper.java:125)
>      [java]     at ncl.qosp.codestore.Repository.initRepository(Repository.java:95)
>      [java]     ... 1 more
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'; nested exception is:
>      [java]     org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:321)
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:196)
>      [java]     ... 5 more
>      [java] Caused by: org.apache.axis2.AxisFault: HTTP Transport error: '400' - 'Bad Request'
>      [java]     at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:130)
>      [java]     at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:311)
>      [java]     ... 6 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org