Bad Response; 302 Found

Hello,
I am using the SOAP request as
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/
2001/XMLSchema">
<soap:Body>
<OpportunityQueryPage xmlns="urn:crmondemand/ws/opportunity/10/2004">
<ListOfOpportunity xmlns="urn:/crmondemand/xml/opportunity">
<Opportunity>
     <OpportunityName>LIKE 'A*' </OpportunityName>
     <SalesStage />
     <Revenue />
     <CloseDate />
     <Forecast />
     <Status />
     <Priority />
     <Probability />
     <msplMS_field />
</Opportunity>
</ListOfOpportunity>
</OpportunityQueryPage>
</soap:Body></soap:Envelope>
After sending the above request i am getting the below exception in java.
Feb 5, 2009 11:48:42 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0008: Bad Response; Found
com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:127)
     at com.crmondemand.client.CRMManager.getOpertunity(CRMManager.java:178)
     at com.crmondemand.client.CRMClient.main(CRMClient.java:11)
Caused by: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
     ... 2 more
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:304)
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
     ... 4 more
CAUSE:
java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
     at com.crmondemand.client.CRMManager.getOpertunity(CRMManager.java:178)
     at com.crmondemand.client.CRMClient.main(CRMClient.java:11)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:304)
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
     ... 4 more
CAUSE:
java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
     at com.crmondemand.client.CRMManager.getOpertunity(CRMManager.java:178)
     at com.crmondemand.client.CRMClient.main(CRMClient.java:11)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:304)
     at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
     ... 4 more
Please suggest me what is the problem..
Thanks,
--bdr_09                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

You're getting HTTP 410:
The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent. Clients with link editing capabilities SHOULD delete references to the Request-URI after user approval. If the server does not know, or has no facility to determine, whether or not the condition is permanent, the status code 404 (Not Found) SHOULD be used instead. This response is cacheable unless indicated otherwise.
The 410 response is primarily intended to assist the task of web maintenance by notifying the recipient that the resource is intentionally unavailable and that the server owners desire that remote links to that resource be removed. Such an event is common for limited-time, promotional services and for resources belonging to individuals no longer working at the server's site. It is not necessary to mark all permanently unavailable resources as "gone" or to keep the mark for any length of time -- that is left to the discretion of the server owner.
Looks like the URL in your proxy is not right.
John

Similar Messages

  • HTTP Error (302) Found when calling Web Service on XI

    Hi,
    I have a scenario where a Client is calling a web service in XI using SOAP. The Client gets the response (302) Found. I don't see any message in XI Monitoring (SXMB_MONI).
    The URL which is called has the following structure:
    http://host:port/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>&nosoap=true
    Any idea why the call fails, i.e. what the error message (302) Found means?
    Thanks in advance.
    Alex

    Hi Alex,
    This link would give u the reason of the error
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    Also have a look at this note
    SAP Note 857596 - Message server: Status code for redirect requests
    Regards,
    Prateek
    Message was edited by:
    Prateek Srivastava

  • Http 302 found response while consuming rest service

    Hi,
    When Sap Pi consumed rest service in receiver rest adpater, the response is as following:
    HTTP PUT call to http://host:port/backend/v2/test/test1  not successful. HTTP/1.1 302 Found
    when i tried  with rest client tool:
    firstly it said :
    Redirect  To: http://host:port/login.jsp with status: 302 HTTP/1.1 302 Found
    Redirection information has not been cached.
    the second is:
    Status
    200 OK Loading time: 22
    How can i redirect in sap PI?
    Thanks,
    Nurhan

    Can you please post some of the values you are using to connect to your Schema Service? (please redact the hostname URL for security purposes)
    You can also follow this tutorial:
    Data Loading and the Oracle Database Cloud Service
    Format is usually:
    username used to sign up
    password giving at sign up
    Service Instance URL

  • BPEL invoke ESB fails with javax.xml.soap.SOAPException: Bad response: 404

    I work with SOA 10.1.3.3 (Patched).
    When I call an ESB Routing Service from BPEL, are generated an exception as follow:
    <messages><input><WBPM_IKSelectDatiTx_in><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="WBPM_DASelectDatiTxSelect_pn_prog_tx_inparameters"><WBPM_DASelectDatiTxSelect_pn_prog_txInputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/top/WBPMDASelectDatiTx">
    <pn_prog_tx>3</pn_prog_tx>
    </WBPM_DASelectDatiTxSelect_pn_prog_txInputParameters>
    </part></WBPM_IKSelectDatiTx_in></input><fault><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 404 Not Found</summary>
    </part></remoteFault></fault></messages>
    I've already read the metalink note 427452.1 and I tried the 2 way indicated to solve this problem. But the problem persist.
    In the ESB console the Web Services considered above:
    WSDL URL http://wise-svr1.wise.com:7777/esb/slide/ESB_Projects/AppWBPMCicloPassivo_ESB_WBPMCicloPassivo/WBPM
    URI endpoint SOAP http://wise-svr1.wise.com:7777/event/DefaultSystem/WBPM_DASelectDatiTx
    When I click on WSDL URL explorer open an XML file
    When I click on URI endpoint SOAP explorer result "Page not Found"
    Thanks in advance
    Umberto

    Hi,
    Your problem is with the esb service since calling the endpoint in a browser should result in a test interface for the esb service. Do you have any errors in the logfiles after deploying or calling the endpoint? ($ORACLE_HOME\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml
    Kind Regards,
    Andre

  • SOAP client receives HTTP 302 Found

    Hi all
    I have a message interface for which I generated a wsdl pointing to the SOAP adapter:
    http://server:50000/XISOAPAdapter/MessageServlet?channel:=servicename:channelname
    If I am using SAP Soap Client to send a request (http, HTTP Basic Auth.) everything is fine, the message is in the SOAP adapter, in IS and I receive a correct SOAP response.
    But if am using other clients, e. g. SoapUI, I get an HTTP 302 Found error back before the data even reaches the SOAP adapter (no message there).
    Has anybody an idea how to solve this or where to find more information about it?
    Thanks in advance

    Thanks for your answers,
    but I am still lost with this error. The cluster only consists of one server node and the redirect posts to
    http*s*://server:5000*1*/XISOAPAdapter/MessageServlet?channel:=servicename:channelname
    So it changes to https. Why is this? What is the client (which is a standard application that we cannot change) supposed to do?
    Thanks for any info
    Hans

  • OracleBamAdapter: "Bad response: 401 Unauthorized"

    Hi
    I'm trying to connect BPM to BAM over the OracleBamAdapter. I set properties of the outgoing connection "eis/bam/soap" to server "localhost" and port "29001" (on which BAM Server is running) plus userName and password. The user works well with iCommand. When I run the bpmn process below-mentioned failure occurs.
    If found out when I connect to the wsdl (http://vweb01:29001/OracleBAMWS/WebServices/ManualRuleFire?WSDL) a http-user and a http-password is requiered. So I guess that this is the reasion for mentioned failure.
    What does I have to change the Adapter does the http authentication?
    Thx a lot for help.
    Pascal
    <Sep 28, 2010 4:55:51 PM CEST> <Warning> <oracle.bpm.analytics.bam> <BEA-000000> <failed on bamDataObjectCache.getBAMDataObjectBean(). Unable to find /Demos/Bookstore/COUNTER>
    <Sep 28, 2010 4:55:51 PM CEST> <Warning> <oracle.bpm.analytics.bam> <BEA-000000> <Exception
    javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:784)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:234)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:105)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.icommand.ICommandDispatch.batch(ICommandDispatch.java:78)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.cache.BAMDataObjectCache.lookupDataObject(BAMDataObjectCache.java:100)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.cache.BAMDataObjectCache.getBAMDataObjectBean(BAMDataObjectCache.java:244)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.cache.BAMDataObjectCache.addCacheEntry(BAMDataObjectCache.java:222)
    at com.collaxa.cube.engine.sensor.sa.publisher.bamMonitor.cache.BAMDataObjectCache.getDataObjectBean(BAMDataObjectCache.java:204)
    at oracle.bpm.analytics.bam.connector.BindingOperationFactory.getBAMDataObjectBean(BindingOperationFactory.java:326)
    at oracle.bpm.analytics.bam.connector.BindingOperationFactory.createBindingOperationParams(BindingOperationFactory.java:168)
    at oracle.bpm.analytics.bam.connector.BAMConnector.processCOUNTER(BAMConnector.java:281)
    at oracle.bpm.analytics.bam.connector.BAMConnector.processCOUNTER(BAMConnector.java:259)
    at oracle.bpm.analytics.bam.connector.BAMConnector.handleAuditInstance(BAMConnector.java:155)
    at oracle.bpm.analytics.bam.action.BAMCommand.execute(BAMCommand.java:76)
    at oracle.bpm.analytics.action.AbstractActionInvoker.processAuditInstance(AbstractActionInvoker.java:216)
    at oracle.bpm.analytics.action.AbstractActionInvoker.processMessage(AbstractActionInvoker.java:95)
    at oracle.bpm.analytics.bam.action.BAMActionMDB.onMessage(BAMActionMDB.java:129)
    at sun.reflect.GeneratedMethodAccessor2127.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy355.onMessage(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.run(MDListener.java:745)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Clearing all adapter config data, new config of soap jndi and restart weblogic server helped.

  • Bad Response error from Amazon service .... how to set access id.......

    Hi,
    I need to some help on creting WebService Proxies for Amazon WebService.
    I just created a proxy for Amazon web service.When i run it... I am getting Bad Response Error
    Details Below
    Code Snippet
    public class AmazonSearchPortClient {
    private String awsAccessKeyId = null;
    // private String associateTag = null;
    private demo2.proxy.AmazonSearchPort _port;
    public AmazonSearchPortClient(String awsAccessKeyId) throws Exception {
    ServiceFactory factory = ServiceFactory.newInstance();
    this.awsAccessKeyId=awsAccessKeyId;
    _port = ((demo2.proxy.AmazonSearchService)factory.loadService(demo2.proxy.AmazonSearchService.class)).getAmazonSearchPort();
    * @param args
    public static void main(String[] args) {
    try {
    demo2.proxy.AmazonSearchPortClient myPort = new demo2.proxy.AmazonSearchPortClient("MYKEY");
    System.out.println("calling " + myPort.getEndpoint());
    KeywordRequest kwr = new KeywordRequest();
    kwr.setType("Java");
    //kwr.setA
    ProductInfo pinfo = myPort.keywordSearchRequest(kwr);
    pinfo.getDetails();
    /*KeywordRequest("Hello","1","books","D3HW0PG66IPLAM",
    "heavy","D3HW0PG66IPLAM","");*/
    // Add your own code here
    } catch (Exception ex) {
    ex.printStackTrace();
    * delegate all operations to the underlying implementation class.
    public ProductInfo keywordSearchRequest(KeywordRequest keywordSearchRequest) throws java.rmi.RemoteException {
    return _port.keywordSearchRequest(keywordSearchRequest);
    When i run the code.. i got the below exception....
    java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 410 Gone
         at amazonwebclientprj.proxy.runtime.AmazonSearchBinding_Stub.keywordSearchRequest(AmazonSearchBinding_Stub.java:560)
         at amazonwebclientprj.proxy.AmazonSearchPortClient.keywordSearchRequest(AmazonSearchPortClient.java:48)
         at amazonwebclientprj.proxy.AmazonSearchPortClient.main(AmazonSearchPortClient.java:35)
    Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 410 Gone
         at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
         at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
         at amazonwebclientprj.proxy.runtime.AmazonSearchBinding_Stub.keywordSearchRequest(AmazonSearchBinding_Stub.java:543)

    You're getting HTTP 410:
    The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent. Clients with link editing capabilities SHOULD delete references to the Request-URI after user approval. If the server does not know, or has no facility to determine, whether or not the condition is permanent, the status code 404 (Not Found) SHOULD be used instead. This response is cacheable unless indicated otherwise.
    The 410 response is primarily intended to assist the task of web maintenance by notifying the recipient that the resource is intentionally unavailable and that the server owners desire that remote links to that resource be removed. Such an event is common for limited-time, promotional services and for resources belonging to individuals no longer working at the server's site. It is not necessary to mark all permanently unavailable resources as "gone" or to keep the mark for any length of time -- that is left to the discretion of the server owner.
    Looks like the URL in your proxy is not right.
    John

  • SEVERE: SAAJ0008: Bad Response; Bad Request

    Hey Guys,
    I am trying to send a SOAP request with attachments from java to a .NET webservice.
    Here is the extract from my code..
    DataSource source = new FileDataSource(file);
    DataHandler handler = new DataHandler(source);
    AttachmentPart attachment =
    message.createAttachmentPart(handler);
    attachment.setContentId("attached_text");
    message.addAttachmentPart(attachment);
    System.out.println("**************SOAP REQUEST**************\n");
    message.writeTo(System.out);
    SOAPMessage response =
    connection.call(message, endpoint);
    I get this error Any ideas ??
    Aug 10, 2005 9:52:42 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
    SEVERE: SAAJ0008: Bad Response; Bad Request
    com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (400Bad Request
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:285)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         at com.lordabbett.saaj.Request.getDocumentElement(Request.java:129)
         at com.lordabbett.saaj.Request.main(Request.java:14)
    java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (400Bad Request
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         at com.lordabbett.saaj.Request.getDocumentElement(Request.java:129)
         at com.lordabbett.saaj.Request.main(Request.java:14)

    Hi runndn2
    Thanks for your response, the two XML strings (from my code and SOAPui) were exactly the same....but I've actually found out what was wrong, just now :)
    It took a while, because the error messages that I was getting back from we pretty unhelpful, but the problem seemed to be that I needed to specify a SOAPAction in the MIME header itself like so:
              // Create message
              MessageFactory mf = MessageFactory.newInstance();
              SOAPMessage msg = mf.createMessage();
              MimeHeaders hd = msg.getMimeHeaders();
         hd.addHeader("SOAPAction", "\"document/urn:crmondemand/ws/ecbs/contact/10/2004:ContactQueryPage\"");
    With this header I can either read in the soap request from a file or build it up manually in my code, both work.
    Simply looking at the output XML message as provided by SOAPMessage.writeTo() and comparing it to what I had in soapUI was no good because it doesn't write out the MimeHeaders.
    thanks,
    P.

  • ADS: Badly formed SStringKey found in StringKey

    Hello,
    I have customizing the application TRM. There I'm using the the formular "ISR_FORM_SPI1". The formular call in the application "Tax Office Cockpit" from the taxagent in the Enterprise Portal. If I'm calling the application in language "en" it works fine. But If I'm calling it in languge "de" the webdynpro dumps with "WebDynpro Exception: Der Aufruf des ADS schlug fehl. Informationen zur Ursache finden Sie im error.pdf auf dem Applikationsserver".
    I found with debugger the error message from ADS:
    Begin operation: Render, elapsed time = 2 ms.#  
    End operation: Render, elapsed time = 1763 ms.#  
    Begin operation: Render Log, elapsed time = 1763 ms.#  
    End operation: Render Log, elapsed time = 1818 ms.#  
    om.aific error information:#   a file-system error has occurred (^0)#  
    INTERNAL ERROR! Badly formed SStringKey found in StringKey::GetKey().#   ;
    [Error Log file "2008.09.19.103624SAFPMSTURM.pdf" written  to /usr/sap/HAL/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]#
    In the 2008.09.19.103624SAFPMSTURM.pdf written:
    Severity Message Id Date/Time Description
    Warning 29203 19/09/08 10:36 AM Invalid node type: tags
    Warning 29323 19/09/08 10:36 AM The fault occurred on line 2.
    (and so on same message 9x)
    An expressionless information...?
    If I use an own formular (e.g. ZFORM) the error is:
      Processing exception during a "UsageRights" operation.#
      Request start time: Thu Sep 18 18:33:18 CEST 2008#
      com.adobe.ads.exception.FailedCreationException: ##
      Specific error information:#a file-system error has occurred (^0)#
      INTERNAL ERROR! Badly formed SStringKey found in StringKey::GetKey().###
      Exception Stack Trace:#
      com.adobe.ads.exception.FailedCreationException: ##
      Specific error information:#
      a file-system error has occurred (^0)#
    Who know an answer of the two problems?
    Reguards
    Maik

    Workaround
    This may not work for all, but this is something that seem to work for us.
    Instead of loading the pdf directly from the server like we normally do (using Response.Redirect or Server.Transfer etc).
    Let the html page load and in the onload of the html page, call a javascript to set the window.location to the server path of the pdf and then when the pdf downloads and displays, it seem to work fine for us on all versions.
    This is the general idea and the way I did in .Net was to use ClientScript.RegisterStartupScript and set the window.location as the pdf path instead of where the pdf was getting loaded from the server.
    Hope this helps someone.

  • HTTP/1.1 302 Found error while trying to connect to Cloud database Trial version from SQL*Developer 4.0.3.16.

    Hi Oracle Cloud Gurus,
    I have signed up for Oracle Database Cloud Service Trial and activated the same. I am able to login to Apex applications, SQL Workshop etc but not able to connect from SQL*Developer on my local m/c.
    I configured the "Cloud Connection" by giving the provided username, password and URL. When I try to connect, I get the error - "HTTP/1.1 302 Found". Any ideas how to resolve this ?
    Here is the complete error stack:
    oracle.dbtools.raptor.cloud.auth.AuthenticationFailedException: HTTP/1.1 302 Found
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:162)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.authenticate(BasicAuthenticationEngine.java:63)
    at oracle.dbtools.raptor.cloud.auth.basic.GUIBasicAuthenticationEngine.authenticate(GUIBasicAuthenticationEngine.java:26)
    at oracle.dbtools.raptor.cloud.connection.ConnectionCreator.createConnection(ConnectionCreator.java:24)
    at oracle.dbtools.raptor.cloud.connection.CConnections$C.getConnection(CConnections.java:39)
    at oracle.dbtools.raptor.cloud.connection.CConnections.getConnection(CConnections.java:176)
    at oracle.dbtools.raptor.cloud.navigator.CloudConnection.openConnectionImpl(CloudConnection.java:127)
    at oracle.dbtools.raptor.cloud.navigator.CloudConnection.getConnection(CloudConnection.java:89)
    at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:74)
    at oracle.dbtools.raptor.cloud.navigator.ConnectionTreeNode$LoadTask.doWork(ConnectionTreeNode.java:38)
    at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: java.io.IOException: HTTP/1.1 302 Found
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:250)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationHandler.handleError(BasicAuthenticationHandler.java:24)
    at oracle.dbtools.raptor.cloud.connection.CloudHander.handleResponse(CloudHander.java:38)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:945)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:919)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:910)
    at oracle.dbtools.raptor.cloud.connection.DefaultClient.executeRequest(DefaultClient.java:96)
    at oracle.dbtools.raptor.cloud.auth.basic.BasicAuthenticationEngine.doPost(BasicAuthenticationEngine.java:153)
    ... 17 more

    Can you please post some of the values you are using to connect to your Schema Service? (please redact the hostname URL for security purposes)
    You can also follow this tutorial:
    Data Loading and the Oracle Database Cloud Service
    Format is usually:
    username used to sign up
    password giving at sign up
    Service Instance URL

  • Http/1.1 302 found  - solution found!

    Hi,
    I've installed oracle 10.1.0.4, Windows2000 SP3, Http/server 9.0.4.0.0 and Apex 2.2.
    Running an application in Apex I get several times messages from the HTTP-server:
    a)html>HTTP/1.1 302 Found Date: Thu, 03 Aug 2006 19:56:14 GMT Server: Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server Location: (APEX-page) f?p=9300:713:4338240711105049::::: Content-Length: 164 Keep-Alive: timeout=15, max=96 Connection: Keep-Alive Content-Type: text/plain
    or
    b)html>HTTP/1.1 200 OK Date: Thu, 03 Aug 2006 20:05:54 GMT Server: Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server Content-Length: 27310 Keep-Alive: timeout=15, max=59 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8
    How can I get rid of these messages?
    Any reaction will be appreciated.
    Leo

    Thanks for your reaction!
    Here are my answers:
    1)What is your database character set?
    DUTCH_THE NETHERLANDS.WE8MSWIN1252
    2)What is the character set of your Database Access Descriptor?
    AMERICAN_AMERICA.AL32UTF8
    3)Did you apply the supplied PL/SQL Web Toolkit patch, if necessary?
    No. I only installed oracle 10g (10.1.0.2) and http-server from the companion cd, upgraded 10g to 10.1.0.4 (for datamining and workspace manager) and Apex 1.5. I upgraded 1.5 to 1.6 to 2.0 to 2.2. On a second-hand newly installed pentium3 with 512 mB. Under windows 2000 sp3.
    On another computer with windows xp I did the same and there it works fine.
    I had troubles to install 2.0 from scratch, therefore I have chosen to upgrade from the companion cd. A long but secure way (I thought).
    4)Are you seeing this in your own application, or in using Application Express?
    Only in my own application (nice question by the way)
    5) If your own application, did you modify the page template at all? Is there a chance there's a Byte Order Mark before the opening html tag?
    No, I imported the application without changes from htmldb.oracle.com (I’m developing it with two American fellows, and wanted my own backup.) I am not familiar with a byte Order Mark, and therefore Icann’t answer that question.
    6) What browser and version are you using?
    Internet Explorer, version 6.0
    Leo

  • Why get SOAPException: Bad response: 405 M ethod Not Allowed?

    I'm newer of parlayx development.
    I want to test Parlay X Web Services client application with OCMS(version 10.1.3.4) referencing parlayxjdeveloper.pdf. After successful deployed on OCMS, when I use the URL(http://127.0.0.1:8888/presencedemo/login.jsp), when I submit, I got the the following error:
    2008-10-13 10:59:49.591 WARNING OWS-03005 Unable to connect to URL: http://127.0
    .0.1:8888/aggregationproxy/presenceconsumerws/presenceconsumer due to java.secur
    ity.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 405 M
    ethod Not Allowed
    I noticed this occured on this API:consumer.subscribePresence(...) in MyPresenceService.jsp. I have tried to call other API, such as consumer.getUserPresence(new URI("sip:[email protected]"),pat) and get the same error.
    Would you pls tell me how to resolve it?
    Thanks!
    Edited by: user8028197 on Oct 13, 2008 11:09 PM

    Need reinstall OCMS with allow create the new schema and run the example from http://aseng-wiki.us.oracle.com/asengwiki/display/ASSDPPM/Oracle+Presence+and+WebCenter+integration+resources

  • How To check in Ironport log which is server is giving bad response to SMTP connection?

    How To check in Ironport log which is server is giving bad response to SMTP connection?

    You probably want to create a new log subscription for "SMTP Logs"
    Go to System Administration/Log Subcriptions.
    Click Add Log Subscription
    Pick SMTP Conversation Logs.
    Pick a log name (will be the folder name that gets created for the log files)
    The defaults for the rest should be fine... maybe tweak rollover...
    Make sure to remove it after you're done, its going to eat space and probably a little proc... its VERY verbose, but it should show you what you need.

  • Bad response: (405 Method Not Allowed)

    Hello,
    I am new with OC4J. I have deployed J2EE application with servlet based on Sun's SAAJ API. When I run it I get this error(the same code runs properly on Tomcat server):
    java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (405Method Not Allowed
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         at Test.invokeMsg(Test.java:40)
         at Test.main(Test.java:59)
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (405Method Not Allowed
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:284)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
         ... 4 more
    Thanks, Jerzy

    Hi,
    Any chance you could provide a look at the servlet code and the associated web.xml file? A 405 error code could be due to a web module misconfiguration. I guess a look at the war structure would also help (i.e. where does the servlet classs reside - WEB-INF/classes?) and the exact URL you are attempting to access.
    -- Jon

  • 302 Found

    Hello !
    I'm trying to build a redirection between IBM WebSphere Application server and Sun ONE Web Server.
    The purpose is that all requests coming from client are received by Sun ONE Web Server and then redirected to WebSphere and vice versa.
    The client must not know about the redirection.
    I installed WebSphere Web plugins which configures both the web and the application server to be aware of each others.
    For the moment all I can get is a 302 Found http code on my client. I think it is because the web server wants my client to connect itself to the new adress it sent. But the thing i wanna do is to force the web server to ask directly to the application server. I installed reversed server proxy, nothing changed.
    Any help would be really great !!!
    Thank you in advance.

    It doesn't sound like you want to do a redirect. By definition, a redirect tells the client where to find the resource, but you said it "must not know about the redirection".
    Instead, it sounds like you want Web Server to act as a reverse proxy to WebSphere. IBM provides a WebSphere plugin that can proxy certain requests to WebSphere. You need to configure which requests are proxied with WebSphere's plugin-cfg.xml file.
    There are other alternatives:
    1. Use Sun's Sun ONE Web Server 6.1 Reverse Proxy Plugin
    2. Upgrade to Sun Java System Web Server 7.0 which includes built-in reverse proxy functionality
    In all three cases, you'll need to read the documentation to find out how to configure things correctly. If you still have problems, you might want to share your configuration files, access logs, error logs, a description of what actually happens, and a description of what you want to happen.

Maybe you are looking for