Https  SOAPMessage  fail

I meet a problem about https.
I create a web project using axis, config a servlet (public class KeyResponse extends JAXMServlet implements ReqRespListener),
in the client, declare SOAPConnection conn,SOAPMessage req,resp,correct defined, resp = conn.call(req,new URL("...")), the url is the servlet above.
if the url is http ,works well,but if the url changes to https(I have config the certificate,made by keytool,when I click the web page ,the certificate is ok),
the problem comes, the call function throws exceptions , why? what's the problem?

Hi @ashleyparkes and Matias
Thanks a lot for the suggestions. Here is some more information
Maybe I'm missing something, what you describe sounds fundamentally flawed
2) Why redirect, why not just ajax to the right https-address? You're basically connecting to an API and should now the place.
       - It is actually the AJAX calls that fail. I tried both, with HTTP and HTTPS addresses (using JQuery). The server I m connecting to is a Proxy which makes a 302 redirect incase of an HTTP call. Now, this redirect works on a normal browser, but fails in the Embedded browser.
3) Since certificate validation is done by the Chrome embedded to CEP, it will only recognize those certs Chrome had as root CAs at the time it was embedded. Also means no selfsigned stuff (there is no "Accept untrusted server"-popup) but you'd have to get some well established commercial cert for your domain that works with Chrome 2012-2015 (Win and Mac).
4) The AJAX-layer of Chrome operates under the RFC rules (https://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send%28%29-me thod) so it might behave differently from setting browser Url. For example AJAX-redirects require correct Location-header response and forbid domain changes (to avoid cross site scripting attacks).
   -  Absolutely. "there is no "Accept untrusted server"-popup", I think this could be the reason why the CEP browse blocks the requests (??). Can someone verify ?
Using Node.js sounds like a good idea (more control) if you need redirects.
- This is not possible at the moment for us, as it would interfere with our custom GUI framework. Currently we have disabled Node.js on the extension.
Thanks once again
Gayatri

Similar Messages

  • Access to HTTPS port failed

    Hi
    Access to Https port failed after changing the Keystore to "Custom Identity and Trust". I have generated the identity and trust certificates and placed the path info with passphrase.
    I have also set my SSL private key alias name to the key name generated during private key.
    But still it doesn't work.
    Any suggestions?
    Thanks,
    KR

    Hi
    Access to Https port failed after changing the Keystore to "Custom Identity and Trust". I have generated the identity and trust certificates and placed the path info with passphrase.
    I have also set my SSL private key alias name to the key name generated during private key.
    But still it doesn't work.
    Any suggestions?
    Thanks,
    KR

  • ORA-29273: HTTP request failed ORA-12535: TNS:operation timed out

    SQL*Plus: Release 11.2.0.3.0
    Solaris 10 SPARC
    Hi,
    I get the following error when trying to make an HTTP request. Below is the snippet of code I run. I get the error after exactly 60 seconds(default timeout?). I searched through the forums and found many similar errors but nothing that helped me resolve this issue. The problem does not exist in the rest of our environments, only our test environment.
    Help is greatly appreciated. Thanks.
    DECLARE
       p_mid_tier    VARCHAR2 (500);
       responsestr   VARCHAR2 (500);
    BEGIN
       SELECT *****
         INTO p_mid_tier
         FROM *****
        WHERE profile_type = '*****';
       UTL_HTTP.set_wallet ('file://$ORACLE_HOME/network/admin/wallets');
       UTL_HTTP.set_transfer_timeout (6000);
       UTL_HTTP.set_response_error_check (TRUE);
       responsestr :=
          UTL_HTTP.request (
             UTL_URL.ESCAPE (p_mid_tier || '*****'));
       DBMS_OUTPUT.put_line (responsestr);
    END;
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1722
    ORA-12535: TNS:operation timed out
    ORA-06512: at line 15

    1001371 wrote:
    SQL*Plus: Release 11.2.0.3.0
    Solaris 10 SPARC
    Hi,
    I get the following error when trying to make an HTTP request. Below is the snippet of code I run. I get the error after exactly 60 seconds(default timeout?). I searched through the forums and found many similar errors but nothing that helped me resolve this issue. The problem does not exist in the rest of our environments, only our test environment.
    Help is greatly appreciated. Thanks.
    DECLARE 
       p_mid_tier    VARCHAR2 (500); 
       responsestr   VARCHAR2 (500); 
    BEGIN 
       SELECT ***** 
         INTO p_mid_tier 
         FROM ***** 
        WHERE profile_type = '*****'; 
       UTL_HTTP.set_wallet ('file://$ORACLE_HOME/network/admin/wallets'); 
       UTL_HTTP.set_transfer_timeout (6000); 
       UTL_HTTP.set_response_error_check (TRUE); 
       responsestr := 
          UTL_HTTP.request ( 
             UTL_URL.ESCAPE (p_mid_tier || '*****')); 
       DBMS_OUTPUT.put_line (responsestr); 
    END; 
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1722
    ORA-12535: TNS:operation timed out
    ORA-06512: at line 15
    the most frequent cause for TIMEOUT is a FireWall on or between client & server.
    when was last time this worked without error?
    what changed since then?

  • HTTP request failed. Error code: "500". Error message

    Hi ,
    When we are trying to test webservices (exposed webservice in PI)  scenarios in PI box we are getting error related Adapter framework service
    HTTP request failed. Error code: "500". Error message: "Internal Server Error [http://xxxx:xxxx/AdapterFramework/rtc]"
    in the RWB it is showing that
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENERAL:com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 01d76ce0-972e-11e0-c652-b25394b91e0c(INBOUND) expired
    Can any body help .
    Edited by: subhaniABAP on Jun 15, 2011 11:30 AM

    Hi,
    If you want to resolve this error when dealing with the messages, please try the cache refresh with the link:
    http://host:j2eeport/CPACache/refresh?mode=full
    And also go thorugh:
    - In Integration Repository/Directory go to menu Environment ->
    Clear SLD Data Cache
    - In R/3 go to transaction SXI_CACHE -> menu XI Runtime Cache -> Start
    Complete Cache Refresh
    MESSAGE EXPIRED:
    Increase the value of the timeout parameter 'xiadapter.inbound.timeout.default' under Services -> 'XPI Adapter:XI'
    to a higher value say '600000'.
    Regards,
    Caio Cagnani

  • HTTP request failed. Error code: "503". Service Unavailable in RWB and Cache Refresh

    Dear Experts,,
    We have MDM and PI in our landscape. We are using MDM Adapter for the integration between the two.
    When we try to run the T Code SXMB_IFR, we are getting HTTP request failed error. i.e., “Error Code: 503 -- Service Unavailable”. And also the RWB communication channel is not working because of this error and we are unable to refresh the cache too because of this error.
    We have checked from MDM side, and messages are flowing from ready folder but not coming into PI. We had monitored the messages using
    SXMB_MONI.
    We have restarted the Java Server but it’s taking too much time to restart around 12 to 15 hours & we checked after that but still facing the same issue.
    Could you please help me to figure out this issue.
    Thank you for your support in advance.
    Thanks and Regards,
    Priti.

    Hi Priti,
    You can check the suggestion of Jyothi Anagani
    Because of J2EE application com.sap.aii.af.ms.app not active
             The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.
    Runtime Workbench "503 Service Unavailable" Error After JSPM SP Update
    Regards,
    Nabendu.

  • HTTP request failed :Error code 500 internal server error

    In PI 7.0 system we are getting http error for rwb and exchage profile portal function
    Detail:
    HTTP request failed : Errro code 500 internal server error
    ( http://hostname:50000/adapterframework/rtc)
    If I do a connection test  for  ping(sap >bc >ping) from SICF, I am getting HTTP error.
    Please help me out to resolve this problem.
    I would be thankful for your suggestion

    from SM59 I tested the connection of INTEGRATION_DIRECTORY_HMI(HTTP connection to ABAP system)
    detail:
    staus HTTP response 500
    status text : internal server server
    duration test call 17173 ms
    Please help me out to resolve this issue

  • "HTTP Post Failed" when trying to unlock 6212 Clas...

    Hi,
    Here is my problem:
    When I run the UnlockMidlet applet on 3 different 6212 Classic phones, it fails with the error message: "HTTP Post Failed".
    I have successfully unlocked 16 of these phones in the past 10 months following the exact same procedure.
    The provider is T-Mobile.
    When I launch the applet, it says, "Connecting to server", then "Connected to server" and then displays the error message mentionned above.
    Could somebody help me figure out if:
    1. The Nokia server is down,
    2. T-Mobile is somehow blocking the connection to the unlocking server?
    The T-mobile access point name is epc.tmobile.com if it makes any difference.
    Any help would be greatly appreciated. I really don't know why it stopped working.
    Thanks.

    It's working today! All 3 phones unlocked without problems.
    I am guessing the Nokia service was down for the last couple of days. I wish I knew where to look to find out if it's up or not.

  • FormsGraph: open HTTP connection failed

    I have the forms 9i demos installed and they work fine. However when I put my own form into the bigraph\forms directory and try to run it, the form itself runs but I have no chart. The implementation class is the same as in the FormsGraph demo.
    I have copied the [bigraph] config information in forms90demo.cfg to my own config, changing only the fmx name and the userid. However, the java console shows
    ..java.lang....open HTTP connection failed
    followed by a number of java classes.
    What could be going wrong?
    Adrian

    Frank, this is from the java console
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 90290
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    and this is the forms90demo.cfg, which I have
    modified to make sure I hadn't missed anything
    for FormsGraph capabilities
    (I have stripped out the other named configs)
    # Forms 9i Samples and Demos Configurations
    # Generic settings for the Demos and Samples
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    baseHTML=demo90base.html
    baseHTMLie=demo90baseie.html
    baseHTMLJInitiator=demo90basejini.html
    HTMLdelimiter=%
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    envFile=forms90demo.env
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x.
    # The Demos want to use JInitiator as we ahve many demos that need a 1.3 JVM
    IE=JInitiator
    # These settings support running and debugging a form from the Builder:
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=
    term=
    # Values for the Forms applet parameters:
    serverURL=/forms90demo/l90servlet
    codebase=/forms90demo/java
    imageBase=DocumentBase
    formsMessageListener=
    recordFileName=
    serverApp=default
    # General Shared settings which define the Look and feel of the Demos
    width=675
    height=480
    separateFrame=false
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=blue
    background=/forms90demo/images/blue.gif
    logo=/forms90demo/images/Forms9i.gif
    # Other settings
    scripting=false
    # Default JARs
    archive=f90all.jar,/forms90demo/jars/demo90.jar
    archive_jini=f90all_jinit.jar,/forms90demo/jars/demo90.jar
    archive_ie=f90all.cab,/forms90demo/jars/demo90.cab
    # Jinitiator and iAS general settings
    # Number of times client should retry if a network failure occurs. Only
    # change after having read the documentation.
    networkRetries=0
    # 4) Parameters for JInitiator (used with Windows clients)
    # Page displayed to Netscape users to allow them to download JInitiator.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90demo/jinitiator/us/jinit_download.htm
    # Parameters related to the version of JInitiator.
    jinit_classid=clsid:CAFECAFE-0013-0001-0013-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,13
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.13
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    [qt]
    userid=capel/james@bond
    form=portfoliomanager.fmx
    #width=960
    #height=1200
    #baseHTML=qtbase.htm
    #baseHTMLjinitiator=qtbasejini.htm
    #baseHTMLjpi=qtbasejpi.htm
    #baseHTMLie=qtbaseie.htm
    archive=f90all_jinit.jar,/forms90demo/jars/demo90.jar,/forms90demo/jars/FormsGraph.jar
    archive_jini=f90all_jinit.jar,/forms90demo/jars/demo90.jar,/forms90demo/jars/FormsGraph.jar
    #background=NO
    #look-and-feel=Generic
    #logo=NO
    imagebase=codebase
    # End
    Even when I replace graph90.fmx in the [bigraph] named configuration with my portfoliomanager.fmx I still get these errors. This leads me to think there is something wrong with the form itself. The demos work fine.

  • Open HTTP connection failed

    Hi all.
    The environment is J2SDK4 + Tomcat4.0.4
    I tried to implement the WebClient.java in SUN/Marty Hall's book "Core Servlets and JavaServer Pages".
    Everything compiles okay. All the java and class files are in a package under the /examples folder in tomcat.
    When I invoke WebClient.html in "http://localhost:8080/examples/" I got this error:
    load: class com.omh.utilities.WebClient not found.
    java.lang.ClassNotFoundException: com.omh.utilities.WebClient
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    ...etc...
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
    ...etc...
    Other servlets okay.
    Can someone point me in the right direction please.
    TIA :-)

    Oops, forgot about the dukes.
    Here is a more detailed description of my problem:
    My environment is j2sdk4 and TC404. I am trying to implement SUN/Marty hall's WebClient for administering host, port and requests. The code uses java.net's SocketUtil. e.g.
    (NetworkClient.java)
    Socket client = new Socket(host, port);
    handleConnection(client);
    protected void handleConnection(Socket client){
    PrintWriter out = SocketUtil.getWriter(client);
    BufferedReader in = SocketUtil.getReader(client);
    etc
    I'm not sure whether this is TC4 or a java related problem, but all java code compiles to class file okay.
    My path is $CATALINA_HOME/webapps/examples/
    In the server.xml I've uncommented the example Context, like this:
    (server.xml)
    <Connector className="...Ajp13Connector" ...etc...>
    <Connector className="org.apache.catalina.connector,http.HttpConnector
    port="8080" minprocessors="3" maxProcessors="10"
    enableLookups="true" acceptCount="3" debug="0"/>
    <Engine jvmRoute="blurb" name="blurb" defaultHost="localHost" debug="2">
    <Logger...>
    <Realm...>
    <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
    <Valve...>
    <Logger...>
    <Context path=/examples" docBase="examples"
    debug="0" reloadable="true" crossContext="true">
    </Context>
    In my TC log, I've this error:
    "GET /examples/com/omh/utilities/WebClient.class HTTP/1.1" 404 675
    On the java console, I have these errors (they tend to be very long and tedious):
    load: class com.omh.utilities.WebClient not found.java.lang.ClassNotFoundException: com.omh.utilities.WebClient     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     ...etc...Caused by: java.io.IOException: open HTTP connection failed.     at sun.applet.AppletClassLoader.getBytes(Unknown Source)     at sun.applet.AppletClassLoader.access$100(Unknown Source)
    ...etc...
    Other demo and example servlets and jsp that come with the standard install work find. Other stuff I put in examples work find as well.
    Is this a TC setup error on my part???
    TIA

  • HTTP connection failed Web Clipping

    Hi, I try to use webclipping to integrate content in portal but i am getting following error
    An exception has occurred : oracle.portal.wcs.transport.http.HttpTransportException WCS-510 -- HTTP connection failed to URL http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=webcenter by method get
    Any help please
    Muhammad Nasir

    Thanks lot sir for your kind reply. I have worked two days on this problem and just few moments ago I solved this problem.
    I am not behind any proxy server I did following changes to provider.xml file in proxy section
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <!-- <httpProxyHost></httpProxyHost>
    <httpProxyPort></httpProxyPort>
    <dontProxyFor>*.mycompany.com</dontProxyFor> -->
    <proxyUseAuth></proxyUseAuth>
    <proxyType></proxyType>
    <proxyRealm></proxyRealm>
    <proxyUseGlobal></proxyUseGlobal>
    <proxyUser></proxyUser>
    </proxyInfo>
    commented first three tags and removed value from remaining tags.
    I am following your book Oracle WebCenter 11g PS3 Administration Cookbook very well written :) . I have also embedded Google docs by following your book successfully but
    on portal Google docs page is blank I dont know why.
    Thank you,
    Muhammad Nasir

  • Apex_web_service.make_request throws ORA-29273: HTTP request failed. How to get the soap fault XML?

    I am trying to call a web service using apex_web_service.make_request function.
    It works fine when all the parameters are correct. However, when something is wrong in the request XML, it throws an exception instead of returning the soap:fault message:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1369
    ORA-29269: HTTP server error 500 - Internal Server Error
    ORA-06512: at "APEX_040200.WWV_FLOW_WEBSERVICES_API", line 130
    ORA-06512: at line 37
    I need to get back the soap:fault and parse it to display a proper error message to the users (e.g. what was wrong with the input), yet the call throws an exception instead of returning it.
    I am trying the exact same request from soapUI and it returns me the soap:fault below:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
       <soap:Body>
          <soap:Fault>
             <soap:Code>
                <soap:Value>soap:Receiver</soap:Value>
             </soap:Code>
             <soap:Reason>
                <soap:Text xml:lang="en">Fault occurred while processing.</soap:Text>
             </soap:Reason>
             <soap:Detail>
                <ns1:RegisterFault xmlns:ns1="http://www.exchangenetwork.net/wsdl/register/1">
                   <description xmlns:ns2="http://www.exchangenetwork.net/wsdl/register/1">The security token has expired.</description>
                   <errorCode xsi:type="ns2:RegisterErrorCode" xmlns:ns2="http://www.exchangenetwork.net/wsdl/register/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">E_TokenExpired</errorCode>
                </ns1:RegisterFault>
             </soap:Detail>
          </soap:Fault>
       </soap:Body>
    </soap:Envelope>
    How do I get this back from APEX?
    Thanks!

    Hi,
       I've just run into this.
       If the webservice returns a fault, such as:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>INVALID_REQUESTER_INFO</faultstring></soap:Fault></soap:Body></soap:Envelope>
       then the user gets presented with an unfriendly error message and there's no chance to output a more friendly one.
       The response above is seen when testing the webservice, when run from the Form/Report page, we get something like:
    soap:ServerINVALID_REQUESTER_INFO
    Contact your application administrator.
    OK
       When OK button is clicked everything is rolled back and we don't even get the fault XML.
       It would be good if Apex could be optionally set to not give the unfriendly messages, so that we could code such a message ourselves.
       Unless anybody has a workaround for this, I guess that I'll have to see if I can code this in PLSQL.
    Regards,
    Chris

  • Java.io.IOException: open HTTP connection failed

    I got this error message when trying to load applets in a web page, with J2SDK_Forte:
    ==================================
    load: class myClass.class not found.
    java.lang.ClassNotFoundException: myClass.class
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:151)
         at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:189)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:478)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:548)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1621)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:477)
         at sun.applet.AppletPanel.run(AppletPanel.java:290)
         at java.lang.Thread.run(Thread.java:536)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:224)
         at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:40)
         at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:141)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:138)
         ... 10 more
    ==================================
    The applet is in the same directory as the ASP. It is a NT 4 (SP6) server. The applets loaded and ran fine with jdk1.3. Do I need to do something different in my ASP, or IIS setup to allow java applet HTTP connection in JDK1.4?
    Thanks!

    I have the exact same problem but have yet to find a solution.
    It works fine in 1.3 but fails occasionally in 1.4. If I refresh the browser several times it eventually
    loads.
    Scott

  • [svn:bz-trunk] 14593: Bug: BLZ-495 - HTTP channel failed to deserialize Externalizable( ArrayCollection ) body in AsyncMessage.

    Revision: 14593
    Revision: 14593
    Author:   [email protected]
    Date:     2010-03-05 00:50:36 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Bug: BLZ-495 - HTTP channel failed to deserialize Externalizable(ArrayCollection ) body in AsyncMessage.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This regression was caused by change 12844 for BLZ-436. In that change, we assume that an ArrayList is always used temporarily but in ArrayCollection case (which is also an ArrayList), this is not the case, so we had to account for that.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-495
        http://bugs.adobe.com/jira/browse/BLZ-436
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/amfx/AmfxInput.java

  • OPMN Configuration Assistant - start HTTP Server failed

    Help!! This is the 7th time I saw this message.
    My situation is:
    1. Installing Oracle 10g on infrastructure option
    2. My OS is Windows XP pro
    3. I installed apache triad and apache HTTP server previously, but before installation I have removed.
    4. I have followed the manual deinstallation in oracle 10g release doc before reinstallation.
    Trying:
    1.When I executed command in dos
    opmnctl verbose startproc ias-component=HTTP_Serverand it show the following message
    <?xml version='1.0' encoding='US-ASCII'?>
    <response>
    <opmn id="danaPC:6200" http-status="204" http-response="0 of 1 processes started
    .">
    <ias-instance id="infra.danapc">
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server">
    <process-set id="HTTP_Server">
    <process id="1269235724" pid="2636" status="Init" index="1" log="C:\Or
    acle\infra\opmn\logs\HTTP_Server~1" operation="request" result="failure">
    <msg code="-21" text="failed to start a managed process after the ma
    ximum retry limit">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </opmn>
    </response>
    2. The log file in opmn\logs\HTTP_SERVER~1 show
    [warn] pid file c:/oracle/infra/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    ap_spawn_child: Bad file descriptor
    Couldn't fork child for piped log process
    Hope we can come over thsi difficulty and give others the best solutions. Thanks

    It was detailed on Metalink:
    Subject:      Oracle9iAS 9.0.2.x HTTP Server Fails To Start When RotateLogs Is Used On Windows 2000
         Doc ID:      Note:225592.1      Type:      PROBLEM
         Last Revision Date:      05-MAR-2004      Status:      PUBLISHED
    Oracle9iAS 9.0.2.x HTTP Server Fails To Start When RotateLogs Is Used On Windows 2000
    * fact: Oracle HTTP Server Powered by Apache
    * fact: Oracle 9i Application Server Enterprise Edition 9.0.2
    * fact: MS Windows 2000
    * symptom: Trying to use Rotate Log
    * symptom: ORACLE_HOME/Apache/Apache/conf/httpd.conf contains the following:
    * symptom: TransferLog "|rotatelogs $ ORACLE_HOME/Apache/Apache/logs/access_log 86400"
    * symptom: EM website fails to start HTTP Server with errors:
    * symptom: Oracle.sysman.emSDK.util.jdk.EMException: Timeout has been reached
    * symptom: Oracle.sysman.emSDK.util.jdk.EMException: The opmn request has failed.
    * symptom: From opmn: HTTP/1.1 400 Bad request Content-Length: 0 Content-Type: text/html Response: No processes matched the request.
    * symptom: Check opmn log files such as ipm.log and ons.log for detailed.
    * symptom: Starting HTTP Server from dcmctl gives error:
    * symptom: ADMN-906025 The exception 806212 occurred
    * symptom: Error in HTTP Server.1 log file:
    * symptom: [error] (9)Bad file descriptor: dup2(stdin) failed ap_spawn_child: Bad file descriptor Couldn't fork child for piped log process
    * cause: Bug 2438924 ONE OF APACHE PROCESSES WHICH USES ROTATELOGS.EXE CANNOT BE STARTED
    fix:
    1. Take a backup of $ORACLE_HOME\opmn\conf\opmn.xml
    2. Edit Insert $ORACLE_HOME\opmn\conf\opmn.xml
    3. Change line:
    <ohs gid="HTTP Server"/>
    to:
    <ohs gid="HTTP Server">
    <environment>
    <prop name="ComSpec" value="C:\WINNT\system32\cmd.exe"/>
    </environment>
    </ohs>
    4. Shutdown iAS completely and then restart iAS and HTTP Server starts.

  • CSoap Excep Transport Http receive failed with Excp Commc_failure(100.101)

    Hi Experts;
    Am working with adobe forms. T-code SFP (Form Builder)
    I have  created a adobe form, Layout and all...
    when i Activate the Form, it's not Activating and it's showing the Status information like...
    Status Information: SOAP Framework error:SOAP Runtime Exception: CSoap Exception Transport: Http receive failed with Exception Communication_failure(100.101).
    Please Give your Suggestions !!
    Thanks
    Upender.

    Hi wd4a Adobe community
    here is another guy who has exactly the same problem trying to reproduce the example of: INTERACTIVE FORMS BY ADOBE IN WEB DYNPRO ABAP - INTRODUCTION ( http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/806cf26c-22e7-2c10-8ca3-a671648fd2ea ).
    Anyone out in this world who has a suggestion?
    thanks in advance ...
    Stefan

Maybe you are looking for