Problem enabling SSL on a MQSeries Adapter

I'm trying to enable SSL and so far these are the steps I've done:
- I've been using the DemoIdentity.jks and DemoTrust.jks files located under <MIDDLEWARE_HOME>\wlserver_10.3\server\lib for all my certificate operations.
- I created a PrivateKey and imported it to my DemoIdentity store, created a certificate request and when I got the response imported it back using the same alias. Something I want to highlight here is that when I created the PrivateKey I left the password field empty so it supposed inherit the keystore's.
- I also imported the CA cert into the DemoTrust.jks
My MQAdapter is all set and when I used it with no SSL it was working just fine so I think I have the problem isolated.
Anyway, now when I try to connect this is what I'm getting in the logs:
at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionMa
nager$JCAConnectionPool.createJCAConnection(JCAConnectionManager.java:1335)
... 59 more
Caused by: java.security.UnrecoverableKeyException: Cannot recover key at sun.security.provider.KeyProtector.recover(KeyProtector.java:311)
at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:121
at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java
:38)
at java.security.KeyStore.getKey(KeyStore.java:763)
at com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyM
anagerImpl.java:113)
at com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509.engineInit
(KeyManagerFactoryImpl.java:48)
at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:239)
at oracle.tip.adapter.mq.ManagedConnectionImpl.setupSSLSocketFactory(Man
agedConnectionImpl.java:670)
Googling this it seems like it's a problem with the keystore and private key passwords being different but I changed the private key's to match the keystore (something that I shouldn't be necessary because of the keytool's default behavior when generating the key) with no positive results.
Anyway, any ideas would be really appreciated. I've been spinning my wheels on this issue for 3 days now.
BTW, here's I'm using Oracle SOA11g.

What are the steps you are doing to create a FlexConnect WLAN
Check wether you have done this
1. You should havee a flexconnect mode AP in your network
2. That AP should connect via a trunk link back to your switch port
3. Under "FlexConnect" tab of that AP configuration you need to map required vlans where native vlan should be the AP managment in this trunk (AP connected Switch port)
4. Under WLAN advanced settings, you have to enable "Local Switching" if you want to do local switching. Leave it untick if you want to do central switching.
This is some of my notes when I did this on a WLC 7.0.116.0 (feature was called H-REAP in that time & later modified to FlexConnect). This should help you as well
http://mrncciew.com/2013/03/10/h-reap-modes-of-operation/
HTH
Rasika

Similar Messages

  • Problems when setting SSL for a MQSeries Adapter

    I'm trying to enable SSL and so far these are the steps I've done:
    - I've been using the DemoIdentity.jks and DemoTrust.jks files located under <MIDDLEWARE_HOME>\wlserver_10.3\server\lib for all my certificate operations.
    - I created a PrivateKey and imported it to my DemoIdentity store, created a certificate request and when I got the response imported it back using the same alias. Something I want to highlight here is that when I created the PrivateKey I left the password field empty so it supposed inherit the keystore's.
    - I also imported the CA cert into the DemoTrust.jks
    My MQAdapter is all set and when I used it with no SSL it was working just fine so I think I have the problem isolated.
    Anyway, now when I try to connect this is what I'm getting in the logs:
    at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionMa
    nager$JCAConnectionPool.createJCAConnection(JCAConnectionManager.java:1335)
    ... 59 more
    Caused by: java.security.UnrecoverableKeyException: Cannot recover key at sun.security.provider.KeyProtector.recover(KeyProtector.java:311)
    at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:121
    at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java
    :38)
    at java.security.KeyStore.getKey(KeyStore.java:763)
    at com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyM
    anagerImpl.java:113)
    at com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509.engineInit
    (KeyManagerFactoryImpl.java:48)
    at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:239)
    at oracle.tip.adapter.mq.ManagedConnectionImpl.setupSSLSocketFactory(Man
    agedConnectionImpl.java:670)
    Googling this it seems like it's a problem with the keystore and private key passwords being different but I changed the private key's to match the keystore (something that I shouldn't be necessary because of the keytool's default behavior when generating the key) with no positive results.
    Anyway, any ideas would be really appreciated. I've been spinning my wheels on this issue for 3 days now.
    BTW, here's I'm using Oracle SOA11g.

    Hello MV,
    I don't need to access my console through SSL as this is not part of what I'm trying to do.This will confirm whether SSL has been enabled on your weblogic. In your case it seems that SSL has not been enabled.
    the demo keystore and truststore are regular stores and I was able to successfully import certificates into them using keytool.Demo keystores are not recommended to be used in production. Moreover DemoIdentity.jks already has a private (secret) key so importing another key may cause an issue. I don't think any application server supports multiple private keys for SSL.
    I'll go ahead anyway and create a brand new set of keystores just to rule out that's not the problem here.Please test with new custom keystores and let us know the results.
    Regards,
    Anuj

  • Enabling SSL for HTTP Sender Adapter

    Hi Experts,
    I'd like to have a step by step process in enabling HTTPS for Plain_HTTP Sender Adapter. I've already read the enabling HTTPS on SAP Help, but it does not provide much detail. Would the steps be the same for enabling HTTPS for Plain_HTTP Receiver which are:
    1. Install the certificates using STRUST
    2. Configure an RFC Destination using SM59
    3. Call your RFC Destination in Receiver HTTP Adapter (not valid for http sender adapter)
    The connection for setting up http is http://<hostname>:port/<path>?<query string>
    but what about https? Would it be connecting to the webdispatcher first?
    Hope you can help me,
    Regards,

    Hi,
    as HTTP Adapter is on ABAB stack you will need to configure with STRUST.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm
    The URL should start then with https, but you could test with this sample client:
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    Regards
    Patrick

  • Enabling SSL on MQ Adapter does not work

    Hi All,
    I have a MQ Adapter that enqueues the message properly in the MQ without SSL. Now MQ is SSL enabled and I have got a .DER certificate with me which I presume is the Public Key of the MQ Server.
    Now I have to use SSL-enabled MQSeries Adapter. The User's Guide for Technology Adapters says to set certain SSL related properties. I don't know how to get the values of these properties. So I have tried doing this.
    1.) I imported the Public Key certificate (.DER file) into default weblogic keystores DemoIdentity.jks and DemoTrust.jks. (I did not create my own keystores, didn't use key password)
    2.) I also imported it into the Java keystore cacerts file. (I did not send any certificates to Certification Authority)
    3.) I modified the JNDI and set the SSL related properties (as given in the guide) for JNDI in Weblogic.
    4.) Then I just test run my TestMQConnectivity composite and I get the following error.
    Caused by: BINDING.JCA-00001
    java.util.MissingResourceException
    java.util.MissingResourceException
    java.util.MissingResourceException
    java.util.MissingResourceException
    at oracle.tip.adapter.mq.ManagedConnectionImpl.setupSSLSocketFactory(ManagedConnectionImpl.java:684)
    at oracle.tip.adapter.mq.ManagedConnectionImpl.createPhysicalConnection(ManagedConnectionImpl.java:578)
    I don't know where I should be looking for the cause of the error : JNDI, SSL config, Keystores.
    Please can anyone tell me the steps I need to follow to use the SSL enabled MQ Adapter? The documentation for this is not much explanatory.
    Regards,
    Neeraj Sehgal

    Hi Neeraj,
    Please check the following BUG 8430239.
    This should help you.
    Regards,
    Kal

  • My problem when I enable SSL in Weblogic and I don't have a trusted CA cert

    <h3>Hello
    I've enabled weblogic SSL
    Now when I want use Weblogic Administration Console with Https protocol it works
    But at first when I enter to its addredd my Web Browser(Mozella Firefox) show me this exception </h3>
    "+This Connection is Untrusted You have asked Firefox to connect+
    +securely to localhost:7002, but we can't confirm that your connection is secure.+
    +Normally, when you try to connect securely,+
    +sites will present trusted identification to prove that you are+
    +going to the right place. However, this site's identity can't be verified+."
    <h3>
    I know that it's because I don't have any certificate of trusted certificate authorities (however when I add the exception it goes to the administration console)
    Suppose I want develop an application for a small company and it uses HTTPS for its loging page and I don't have
    any trusted CA certificate , when users want login , web brwoser shows the exception
    </h3>
    <h3>
    Know I want ask
    can I create a valid certificate by myself without connecting a trusted certificate authority and doing its official stages ? In other word , can I
    be a Trusted Certificate Authority for myself and configure Web Browser for getting rid of that exception ?
    My aim is to finding a way to use SSL and make a secure connection without receiving the exception in Web Browser and without
    connecting certificate authorities and doing its official corresponding and paying cost
    do you have any solution for me ?
    Thanks
    </h3>

    Hi
    I enabled SSL Debugging in Weblogic and it show me this log when the WebBrowser want user https :
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <Filtering JSSE SSLSocket>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.addContext(ctx): 1639942021>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <SSLSocket will be Muxing>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <181142934 SSL3/TLS MAC>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <181142934 received HANDSHAKE>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <HANDSHAKEMESSAGE: ClientHello>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <write HANDSHAKE, offset = 0, length = 58>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <write HANDSHAKE, offset = 0, length = 1583>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <write HANDSHAKE, offset = 0, length = 4>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <isMuxerActivated: false>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <181142934 SSL3/TLS MAC>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <181142934 received ALERT>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 42
    java.lang.Exception: New alert stack
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at javax.net.ssl.impl.SSLSocketImpl.startHandshake(Unknown Source)
    at weblogic.server.channels.DynamicSSLListenThread$1.run(DynamicSSLListenThread.java:130)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <Alert received from peer, notifying peer we received it: com.certicom.tls.record.alert.Alert@47204d1a>
    <Jan 4, 2012 4:18:48 PM IRST> <Warning> <Security> <BEA-090482> <BAD_CERTIFICATE alert was received from 172.17.33.59 - 172.17.33.59. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <close(): 424502001>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <close(): 424502001>
    <Jan 4, 2012 4:18:48 PM IRST> <Debug> <SecuritySSL> <BEA-000000> <SSLIOContextTable.removeContext(ctx): 1639942021>
    Can it give helpful glue ?
    Thanks

  • Error using SSL on Receiver Soap Adapter

    Hi there,
    I'm having some problems on connecting to a third-party application running a webservice (meaning, through Receiver Soap Adapter). The third-party appl. demands us to use a SSL connection (its url starts with https), with user authentication through certificate.
    We've installed SAP Java Cryptographic toolkit and have a proper certificate configured on the KeyStorage entry, on Visual Administrator.
    On Soap Adapter, I've configured HTTP Transport Protocol and have selected the "configure certificate authentication" option and selected the certificate, filled the mandatory fields (target URL and soap action) but I keep getting this error message on SXMB_MONI: "com.sap.aii.af.ra.ms.api.DeliveryException: unable to create a socket".
    Is there anything else than installing SAP Java Cryptographic Toolkit to enable SSL on Soap Adapter? Is there another configurations that need to be done?
    Thanks in advance,
    Henrique.

    Hi
    can u please tell me, how u r able to resolve the problem
    i am also stuck in the same error
    basically i am working on SSO b/w three systems.
    EP>XI>R/3
    i am able to do the SSO between the EP-->XI
    but  when i try with EP-->XI->R/3 it is giving me error at the receiver side means receiver soap adapter is not accepting the SAP Logon Ticket.
    can u please tell me what entries should be given in the certificate authentication fields.
    please provide the solution.
    Thanks & Regards
    Rinku Gangwani

  • Problem with SSL and IAS 9.0.4.3.0

    Hi,
    I want to use SSL for my own webservice, but when I enabled SSL for my AS then I can't use my Forms-Applikation.
    I use a new installed Applikation Server Version 9.0.4.3.0 (Forms/Reports) on SLES 9 and the webservice is in a new OC4J-Container.
    Without SSL is everything fine.
    But when I made the changes to use SSL then I can use my Webservice with or without SSL, but I can't start the Test-Form-Mask (test.fmx) from the AS.
    In the Java-Console I see the following:
    oracle.forms.net.ConnectionException: 500
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(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 in the error log from the Apache I see the following:
    [Mon Nov  5 17:45:47 2007] [error] [client 127.0.0.2] [ecid: 84777561304,1] File does not exist: /opt/oracle/product/ias904/forms90/java/oracle/forms/registry/default.dat
    [Mon Nov  5 17:45:47 2007] [error] [client 127.0.0.2] [ecid: 84777561477,1] File does not exist: /opt/oracle/product/ias904/forms90/java/oracle/forms/engine/RunformBundle_de_DE.class
    [Mon Nov  5 17:45:47 2007] [error] [client 127.0.0.2] [ecid: 84777561497,1] File does not exist: /opt/oracle/product/ias904/forms90/java/oracle/forms/engine/RunformBundle_de_DE.properties
    [Mon Nov  5 17:45:52 2007] [error] [client 127.0.0.2] [ecid: 76187632590,1] File does not exist: /opt/oracle/product/ias904/forms90/java/oracle/ewt/alert/resource/AlertBundle_de_DE.class
    [Mon Nov  5 17:45:53 2007] [error] [client 127.0.0.2] [ecid: 76187632640,1] File does not exist: /opt/oracle/product/ias904/forms90/java/oracle/ewt/alert/resource/AlertBundle_de_DE.properties
    [Mon Nov  5 17:46:39 2007] [error] [client 127.0.0.2] [ecid: 1194281199:127.0.0.2:31638:0:36,0] MOD_OC4J_0095: mod_oc4j's SSL is enabled for communication with oc4j, but the oc4j process it gets has a non-SSL port. Possibly a configuration problem.
    [Mon Nov  5 17:46:39 2007] [error] [client 127.0.0.2] [ecid: 1194281199:127.0.0.2:31638:0:36,0] MOD_OC4J_0119: Failed to get an oc4j process for destination: home
    [Mon Nov  5 17:46:39 2007] [error] [client 127.0.0.2] [ecid: 1194281199:127.0.0.2:31638:0:36,0] MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    I think the first 5 messages are not so important, but I don't know what the last 3 messages mean.
    I can't find any mistakes in my configuration. I have tested it with the SUN-Java Plug-In and with the JIinitator, but is the same result.
    Have someone a hint for me or better idea to use SSL with a webservice?
    Thanks in advance.
    Knut

    I configured the HTTP-Server and the OC4J-Containers for Forms and my webservice for SSL.
    But for Forms I don't need SSL, only for the webservices.
    In the meantime I tested SSL with IAS 10.1.2.0.2 and there is the same problem.
    I think the last 3 messages come from Web Cache, because everytime when I try to test whether the Web Cache is working these messages shown in the error log from Apache.
    Sometimes are the following messages in the error log of the Apache:
    [Tue Nov  6 16:07:58 2007] [warn] [client 127.0.0.2] [ecid: 89154992130,1] MOD_OC4J_0184: Failed to find an oc4j process for destination: OC4J_BI_Forms
    [Tue Nov  6 16:07:58 2007] [error] [client 127.0.0.2] [ecid: 89154992130,1] MOD_OC4J_0145: There is no oc4j process (for destination: OC4J_BI_Forms) available to service request.
    [Tue Nov  6 16:07:58 2007] [error] [client 127.0.0.2] [ecid: 89154992130,1] MOD_OC4J_0119: Failed to get an oc4j process for destination: OC4J_BI_Forms
    [Tue Nov  6 16:07:58 2007] [error] [client 127.0.0.2] [ecid: 89154992130,1] MOD_OC4J_0013: Failed to call destination: OC4J_BI_Forms's service() to service the request.
    But I can not figure out when these messages are written
    Message was edited by:
    Melman

  • How to enable ssl in ohs

    I installed the web tier (ohs and web cache) 11.1.1.2 on 2008 r2 64 bits. Also I patched that to 11.1.1.3 I did not think and this may
    be where I went wrong, I needed to install weblogic?. I have not done anything with webcache. yet.
    I had imagined I could enable ssl in apache the way it is done on other installations just by putting entries in
    the ssl.conf like SSLCertificateFile and SSLCertificateKeyFile . But no. The software will not allow you to do that.
    I believe the certificate has to go in a wallet (for ohs. Other fusion things want a different plan). There's multiple
    wallet programs already there such as from installing the database. I find that the wallet program will not allow
    me to use the csr I already created that was used to get the certificate I have gotten. oops!
    So anyone know if there is a way around this so I can use the .crt and .key I have for this domain name?
    This is really taking a lot of time. I suppose I could install apache, the regular one, on this machine so that I
    could use an ssl connection to that and then hand it over to ohs. Since it wasn't going anywhere it wouldn't
    be much of a problem the traffic wasn't encrypted.
    Edited by: lake on Nov 23, 2010 7:11 PM

    I thought I'd never get this to work. No one should bother trying without reading the docs
    1226484.1 and 1218603.1 on metalink.
    While it could be that one could use a reverse proxy such as using proxypass and proxypass reverse
    in an apache web server so that ssl could be configured in the other server, I saw reports of that not always working.
    Otherwise if one did not install weblogic I believe the only way to configure ssl with this version of ohs is with orapki the command line
    interface for handling wallets, or the gui wallet application which I found on the 11gr2 database menu under "integrated management tools". You may be able to add an existing csr to a wallet via the orapki interface.
    If you were using a separate key and certificate you may be able to change them to the wallet requirements given sufficient knowledge of opensll. That was more knowledge than I had. So what I did
    was start over from scratch totally. I created the csr in the wallet gui, exported it, submitted it, and got a totally new cert from our cert source.
    What I used for the wallet "operations, import user certificate" was a .cer file, and it worked. The wallet already had our CA in it so I did not have to fight that battle. Hallelujah.
    It is essential to check on the "Wallet" menu the "Auto Login" selection before saving it. When you save a wallet
    it will be called cwallet.sso if it is autologin. If the saved file is called ewallet.p12 it is not autologin and will not
    work for ohs.
    After you have saved your wallet as cwallet.sso say in
    "....instances\instance1\config\OHS\ohs1\mykeys"
    then you would need to check the ssl.conf and it would need to be like so:
    SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/mykeys"
    Note that is to the directory the sso file is in.
    But wait there's more....
    on windows 2008 r2, you need to get fire up windows explorer and navigate to your cwallet.sso file
    Under properties, security you need to add SYSTEM in "group or user names" and give it all permissions possible.
    Secondly, you need to go under properties, security, advanced, owner and change the owner to SYSTEM.
    Without these changes it will never work because the web server cannot open the wallet.
    Remember by default the logs go in
    "....instances\instance1\diagnostics\logs\OHS\ohs1"
    I became very familiar with them :-)

  • Client Auth  and SSL with Seeburger AS2 adapter

    Hello All,
    We are using the Seeburger AS2 adapter in our landscape and I am in the process of setting the same up and have made quite some progress in all my issues.
    and I  hope that you will be able to help me out.
    1. Server SSL on Receiver AS2 adapter
    I am sending a message from XI using the Receiver AS2 adapter to my AS2 test tool using Server SSL.
    This is working perfectly fine. In my AS2 adapter I have selected HTTPS as the protocol and the message goes via SSL to the target test tool, is processed and the MDN comes back to XI perfectly.
    The issue here is :
    Irrespective of what is provided in the Server Certificate ( Keystore) , the message goes to my target test tool. I even left this field blank with no certificate entry and still the SSL connection was established and the message went to the target system.
    Is there no validation that XI does here? I am lost what is the use of this entry Server Certificate if XI blindly accepts all SSL connections.
    I am using a Decentral Adapter Engine with LoadBalancer.
    2. Client Auth on Receiver AS2 Adapter
    I tried to perform Client Authentication by proving my Server's private key in the AS2 adapter. The corresponding public key is loaded in my partner's Keystore.
    XI error's with the error "SSL handshake failed - Bad Certificate" .
    I am not sure why XI is erroring out here and I have a feeling that I have misunderstood the use of the fields in the AS2 adapter,
    Server Certificate ( Keystore) and Private Key for Client Authentication.
    Has anyone tried this? If further details are needed, I will be able to furnish the same.
    Regards,
    Bhavesh

    Hello Jens,
    Thanks for your reply.
    1. The Encryption and Signature part of the Interface is working absolutely fine and I use the same concept highlighted by you - The Sender always signs the message with his private key and encrypts with message with the partner's public key in the corresponding agreement.
    2. Server SSL is also working perfectly fine, i.e, when XI initiates the connection the SSL connection is established to the partner.
    3. Mutual Auth was the issue where I was getting the bad certificate issue.
    To investigate further I moved the same setup to my Central Adapter Engine and all the issues I had described above seem to have vanished and things work exactly as I was expecting, ie.
    The field : Server Certificate (Keystore) is used to provide the Target System's Server SSL's public Certificate.
    The field : Private Key for Client Authentication is used where XI provides its own Server SSL's private key for Mutual / Client Authentication.
    The problem seems to be with my Decentral Adapter engine and not my central adapter engine and so I guess,
    1. I either have the incorrect certificates on my Decentral Adapter Engine.
    2. I also have 2 instances of a Decentral Adapter Engine with a Webdispatcher and so maybe the 2 Visual Admin's of the 2 Decentral AE are inconsistent.
    3. Maybe it was just a long day and I did something wrong
    Will investigate further for the root cause but I am glad that my concepts remain intact and things do work as I expected them to work.
    A blog on all this is on the cards sometime soon.
    Cheers,
    Bhavesh

  • Configure SSL in J2SE Plain adapter

    I tryed to configure SSL in J2SE Plain adapter. (7.0)
    I've generated a certificate file "certif_file.cer" and
    while I put in GUIBrowserEngine Property File the following
    line:
    HTTP.SSLcertificate=F:\tech_adapter_70\certif_file.cer
    I've got the following error message:
    16:19:10 : Error(s) in GUIBrowserEngine configuration
    parameters found:
    ERROR: Certificate file 'F: ech_adapter_70certif_file.cer' not
    found, must quit!
    It seems that something wrong with my definition of full path
    to this file. But I do not find from SAP Library any solution
    about this problem.
    Could you help me?

    Hi Boris,
    Please try to give the full path using backslash '/' :
    e.g.  F:/tech_adapter_70/certif_file.cer
    I hope it will work.
              The J2SE Adapter Engine uses SSL only for communication line encryption, not for client and server authentications. Since this is a drawback with respect to security, you should use the J2EE Adapter Engine in insecure environments.
                             All configuration data for the Plain J2SE Adapter Engine is maintained in flat property files.The file for the engine administration data itself is located in the following directory:
    <installation directory>/tech_adapter/BaseConfiguration
    The file for the adapter configuration data is located in the following directory:
    <installation directory>/tech_adapter/Configuration
                       The adapters of the Plain J2SE Adapter Engine are configured locally and not in the Integration  Directory. Exchanged messages are also stored directly in the file system.
    Therefore, ensure that only the operating system user, who has started and therefore owns the adapter engine process, can read the property files and has access to the directories used for message exchange.
    *Pls: Reward points if helpful*
    Regards,
    Jyoti
    Edited by: Jyoti Acharya on Dec 19, 2007 5:05 PM

  • Apache2 crashes on restart after enabling ssl

    Hello,
    I have a problem with a xserve 2.26ghz quad-core running MacOS X Server 10.5.8 with the last updates. When I want to enable ssl on Apache2 with a test certificate (with ServerAdmin or SSH in /etc/apache2), Apache2 crashes on restart after it applies the changes.
    Here is the system.log :
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: htcleancache disabled
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: Multi instance key 'SSLLog' has a single value=''!
    Nov 20 11:12:58: --- last message repeated 36 times ---
    Nov 20 11:12:58 xserve1 servermgrd[56]: servermgr_web: Multi instance key 'Weblogs' has a single value='{\n enabled = 0;\n}'!
    Nov 20 11:13:47 xserve1 com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Nov 20 11:13:48 xserve1 ReportCrash[37941]: Formulating crash report for process httpd[37870]
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37905 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37904 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37903 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37902 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37901 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37900 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37899 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37898 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37897 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37896 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37895 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37894 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37893 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37892 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37891 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37890 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37889 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37888 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37887 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37886 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37885 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37884 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37883 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37882 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37881 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37880 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37879 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37878 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37877 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37876 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37875 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37874 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37873 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37872 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37871 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37911 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37930 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37914 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37926 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37909 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37919 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37932 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37923 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37906 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37916 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37913 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37907 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Stray process with PGID equal to this dead job: PID 37931 PPID 1 rotatelogs
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd[37870]): Exited abnormally: Segmentation fault
    Nov 20 11:13:49 xserve1 com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Nov 20 11:13:49 xserve1 ReportCrash[37941]: Saved crashreport to /Library/Logs/CrashReporter/httpd2009-11-20-111347xserve1.crash using uid: 0 gid: 0, euid: 0 egid: 0
    And the crash log:
    Process: httpd [37870]
    Path: /usr/sbin/httpd
    Identifier: httpd
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-11-20 11:13:47.507 +0100
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: A7164375-6ED8-49C7-8FB2-1051ED334382
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libapr-1.0.dylib 0x00000001001bd41d apr_cpystrn + 19
    1 mod_ssl.so 0x000000010037c9e2 0x10036c000 + 68066
    2 libcrypto.0.9.7.dylib 0x00007fff8051cae5 PEMdoheader + 135
    3 libcrypto.0.9.7.dylib 0x00007fff8051bb0e PEMbytes_readbio + 641
    4 libcrypto.0.9.7.dylib 0x00007fff8051b6c6 PEMread_bioPrivateKey + 103
    5 mod_ssl.so 0x0000000100386ae4 0x10036c000 + 109284
    6 mod_ssl.so 0x000000010037bb13 0x10036c000 + 64275
    7 mod_ssl.so 0x00000001003718ef 0x10036c000 + 22767
    8 httpd 0x0000000100000e2e aprun_postconfig + 114
    9 httpd 0x000000010000930a main + 2258
    10 httpd 0x0000000100000894 start + 52
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00007fff5fbfd170 rbx: 0x0000000100228fd0 rcx: 0x00007fff5fbfd56f rdx: 0x0000000000000400
    rdi: 0x00007fff5fbfd170 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfd030 rsp: 0x00007fff5fbfd030
    r8: 0x0000000100dc2658 r9: 0x0000000000000000 r10: 0x0000000000000001 r11: 0x00007fff70273fd8
    r12: 0x0000000000000268 r13: 0x00007fff805abb73 r14: 0x00007fff5fbfd6e0 r15: 0x0000000100e78600
    rip: 0x00000001001bd41d rfl: 0x0000000000010206 cr2: 0x0000000000000000
    Binary Images:
    0x100000000 - 0x100058fff +httpd ??? (???) /usr/sbin/httpd
    0x10007e000 - 0x10008fff3 libaprutil-1.0.dylib ??? (???) <a81497ec0978b2671feb2ce9191ce055> /usr/lib/libaprutil-1.0.dylib
    0x100097000 - 0x1000b7fff libexpat.1.dylib ??? (???) <b34ddb3102b6d02667344e1b529b21cb> /usr/lib/libexpat.1.dylib
    0x1000bd000 - 0x1001b5fef libiconv.2.dylib ??? (???) <698d6ca445eef34af85c9f2e5b372def> /usr/lib/libiconv.2.dylib
    0x1001bc000 - 0x1001d8fef libapr-1.0.dylib ??? (???) <304189f38964fdf93b9a1c8d010267ee> /usr/lib/libapr-1.0.dylib
    0x1001e5000 - 0x1001e5fff modauthnfile.so ??? (???) /usr/libexec/apache2/modauthnfile.so
    0x1001e8000 - 0x1001e9fff modauthzhost.so ??? (???) /usr/libexec/apache2/modauthzhost.so
    0x1001ec000 - 0x1001f2fff mod_cache.so ??? (???) /usr/libexec/apache2/mod_cache.so
    0x1001f5000 - 0x1001f9fff modmemcache.so ??? (???) /usr/libexec/apache2/modmemcache.so
    0x1001fc000 - 0x1001fdfff mod_dumpio.so ??? (???) /usr/libexec/apache2/mod_dumpio.so
    0x100300000 - 0x100303fff moddiskcache.so ??? (???) /usr/libexec/apache2/moddiskcache.so
    0x100306000 - 0x100309fff modextfilter.so ??? (???) /usr/libexec/apache2/modextfilter.so
    0x10030c000 - 0x100317fff mod_include.so ??? (???) /usr/libexec/apache2/mod_include.so
    0x10031a000 - 0x10031cfff mod_filter.so ??? (???) /usr/libexec/apache2/mod_filter.so
    0x10031f000 - 0x100323fff mod_deflate.so ??? (???) /usr/libexec/apache2/mod_deflate.so
    0x100326000 - 0x10032afff modlogconfig.so ??? (???) /usr/libexec/apache2/modlogconfig.so
    0x10032d000 - 0x10032dfff mod_logio.so ??? (???) /usr/libexec/apache2/mod_logio.so
    0x100330000 - 0x100330fff mod_env.so ??? (???) /usr/libexec/apache2/mod_env.so
    0x100333000 - 0x100334fff mod_expires.so ??? (???) /usr/libexec/apache2/mod_expires.so
    0x100337000 - 0x100339fff mod_headers.so ??? (???) /usr/libexec/apache2/mod_headers.so
    0x10033c000 - 0x10033dfff mod_ident.so ??? (???) /usr/libexec/apache2/mod_ident.so
    0x100340000 - 0x100341fff mod_setenvif.so ??? (???) /usr/libexec/apache2/mod_setenvif.so
    0x100344000 - 0x100355fff mod_proxy.so ??? (???) /usr/libexec/apache2/mod_proxy.so
    0x10035a000 - 0x100360fff modproxyhttp.so ??? (???) /usr/libexec/apache2/modproxyhttp.so
    0x100364000 - 0x100369fff modproxybalancer.so ??? (???) /usr/libexec/apache2/modproxybalancer.so
    0x10036c000 - 0x100393ffb mod_ssl.so ??? (???) /usr/libexec/apache2/mod_ssl.so
    0x10039e000 - 0x1003c9fef libssl.0.9.7.dylib ??? (???) <a6b239856f5e2aca54c2c54de457f751> /usr/lib/libssl.0.9.7.dylib
    0x1003d9000 - 0x1003dcfff mod_mime.so ??? (???) /usr/libexec/apache2/mod_mime.so
    0x1003df000 - 0x1003f5fff mod_dav.so ??? (???) /usr/libexec/apache2/mod_dav.so
    0x1003f9000 - 0x1003fdfff mod_status.so ??? (???) /usr/libexec/apache2/mod_status.so
    0x100400000 - 0x100407fff mod_autoindex.so ??? (???) /usr/libexec/apache2/mod_autoindex.so
    0x10040a000 - 0x10040afff mod_asis.so ??? (???) /usr/libexec/apache2/mod_asis.so
    0x10040d000 - 0x100410fff mod_info.so ??? (???) /usr/libexec/apache2/mod_info.so
    0x100413000 - 0x100417fff mod_cgi.so ??? (???) /usr/libexec/apache2/mod_cgi.so
    0x10041b000 - 0x100425fff moddavfs.so ??? (???) /usr/libexec/apache2/moddavfs.so
    0x100429000 - 0x10042afff modvhostalias.so ??? (???) /usr/libexec/apache2/modvhostalias.so
    0x10042d000 - 0x100433fff mod_negotiation.so ??? (???) /usr/libexec/apache2/mod_negotiation.so
    0x100436000 - 0x100436fff mod_dir.so ??? (???) /usr/libexec/apache2/mod_dir.so
    0x100439000 - 0x10043bfff mod_imagemap.so ??? (???) /usr/libexec/apache2/mod_imagemap.so
    0x10043e000 - 0x10043efff mod_actions.so ??? (???) /usr/libexec/apache2/mod_actions.so
    0x100441000 - 0x100442fff mod_speling.so ??? (???) /usr/libexec/apache2/mod_speling.so
    0x100445000 - 0x100446fff mod_userdir.so ??? (???) /usr/libexec/apache2/mod_userdir.so
    0x100449000 - 0x10044afff mod_alias.so ??? (???) /usr/libexec/apache2/mod_alias.so
    0x10044d000 - 0x10045bfff mod_rewrite.so ??? (???) /usr/libexec/apache2/mod_rewrite.so
    0x10045f000 - 0x10046bfff libexslt.0.dylib ??? (???) <f47ed154350cd159352b3f1e78564a92> /usr/lib/libexslt.0.dylib
    0x100470000 - 0x1004b3ffb libiodbc.2.dylib ??? (???) <2a771810e00a210fa2dc1de2c5d14cfa> /usr/lib/libiodbc.2.dylib
    0x1004c1000 - 0x1004f8fff com.apple.LDAPFramework 1.4.5 (110) <463b4b6045245b6c6fa19c5b053409fc> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x100503000 - 0x100533ffb libcurl.4.dylib ??? (???) <3a8f974165b94b07f9b75ec027dbfffe> /usr/lib/libcurl.4.dylib
    0x10053d000 - 0x10054efff libsasl2.2.dylib ??? (???) <4044cb43c959e7c3dc91a7bbeb5752c5> /usr/lib/libsasl2.2.dylib
    0x100578000 - 0x10057afff modauthapple.so ??? (???) <ee3ef524945cd2e0b619e0cbc2242608> /usr/libexec/apache2/modauthapple.so
    0x10057d000 - 0x100580fff modspnegoapple.so ??? (???) <cfaf0207c363518bbd9e437eb25f0798> /usr/libexec/apache2/modspnegoapple.so
    0x100583000 - 0x100585fff com.apple.spnegoapache 10.5 (10.5) <b0b3ba6afed35d4276eef2d71c0f6682> /System/Library/PrivateFrameworks/SpnegoApache.framework/Versions/A/SpnegoApach e
    0x100589000 - 0x1005a7ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <ca49f12af7e4b42470e09e2be309c5e9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x1005b3000 - 0x1005b7fff moddigestapple.so ??? (???) <aaec439b54b2680de1871857597a7381> /usr/libexec/apache2/moddigestapple.so
    0x1005bb000 - 0x1005bcfff modhfsapple.so ??? (???) <f4321abb907b607e7abbf2b4ee6fc53a> /usr/libexec/apache2/modhfsapple.so
    0x101000000 - 0x101593fff libphp5.so ??? (???) <4a8a2c94ca212e205bafa8d4f798e76d> /usr/libexec/apache2/libphp5.so
    0x7fff5fc00000 - 0x7fff5fc2e643 dyld 97.1 (???) <1d1ba42c89e77cfe2558a3c66129fff6> /usr/lib/dyld
    0x7fff80003000 - 0x7fff802fffe3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <67f51409107ce59a43aee1ed54d1189e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonC
    ore
    0x7fff80302000 - 0x7fff80306fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x7fff80307000 - 0x7fff803a2fe7 com.apple.ink.framework 101.3 (86) <087a78fda9b86c898cd33fdcbc927699> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff804aa000 - 0x7fff804c8fff com.apple.CoreVideo 1.6.0 (20.0) <4cebbd3f1353c73d11fd871ce4b552ba> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff804c9000 - 0x7fff80506ff7 com.apple.SystemConfiguration 1.9.2 (1.9.2) <5af02fa92da5a73aec8d4e137d47b40a> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff80507000 - 0x7fff80509ff7 libffi.dylib ??? (???) <dc89a0cfa89fa40bd5e67ac301a9ba2a> /usr/lib/libffi.dylib
    0x7fff8050a000 - 0x7fff805ebfff libcrypto.0.9.7.dylib ??? (???) <4ba8f4663187645a922c9c5025127e39> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff805ec000 - 0x7fff8063cfe7 com.apple.Metadata 10.5.8 (398.26) <c6f33c64966aceb08eeea18e29609c26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8063d000 - 0x7fff80640fff com.apple.securityhi 3.0 (30817) <ac11de7f17010ed0e95a91b2996e8a63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff80641000 - 0x7fff80657ff9 com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff80658000 - 0x7fff8069bfef libTIFF.dylib ??? (???) <a94cd9462b63fbdcb63374d50412a75e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8069c000 - 0x7fff806adfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <e9ccc1684978793903989e662271178a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versi
    ons/A/SpeechSynthesis
    0x7fff806ae000 - 0x7fff806b0fff com.apple.print.framework.Print 218.0.3 (220.2) <404a8310c77d9a4e68cf43bea9605684> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff806b2000 - 0x7fff806c3ffd libz.1.dylib ??? (???) <adb739c51df0f32aa0edd5565cee1c98> /usr/lib/libz.1.dylib
    0x7fff806c4000 - 0x7fff806c6fff com.apple.NavigationServices 3.5.2 (163) <0cde9279f40ad2455a1a818ef6c8099f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServ
    ices
    0x7fff806c7000 - 0x7fff807fffef com.apple.CoreFoundation 6.5.7 (476.19) <d7aea66b6a0d43c717a9d974d4b3e2de> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8080f000 - 0x7fff808a0fff com.apple.SearchKit 1.2.2 (1.2.2) <87379484090b910fd05c027b66d1228f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff808a1000 - 0x7fff80c59fff libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff80c5a000 - 0x7fff80f41ffb com.apple.HIToolbox 1.5.6 (???) <54f8e0b178ed377fb279ba48fa1aa88b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81086000 - 0x7fff8117afff libobjc.A.dylib ??? (???) <8cb12a6a38aa7a4d82c7704ebf3cac72> /usr/lib/libobjc.A.dylib
    0x7fff8117b000 - 0x7fff811a5fff libcups.2.dylib ??? (???) <837f35c2ae10566d3a8d5c6479f36d41> /usr/lib/libcups.2.dylib
    0x7fff811a6000 - 0x7fff811aeffa libbsm.dylib ??? (???) <e4eaac0d1d83b90c308d2ee2ab957cc5> /usr/lib/libbsm.dylib
    0x7fff811af000 - 0x7fff8131efff libicucore.A.dylib ??? (???) <d69c6c54ddbf4ef58ea94d733de685b9> /usr/lib/libicucore.A.dylib
    0x7fff8131f000 - 0x7fff813f2ffc com.apple.CFNetwork 438.14 (438.14) <3af1993e63b2fc29d8ed0a4ed3d6311c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff813f3000 - 0x7fff81434fef com.apple.framework.IOKit 1.5.2 (???) <ebadf76b05d974c057871f79d1155160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81435000 - 0x7fff81438ffb com.apple.help 1.1 (36) <4c8c537817ac6888cf01adfc4c099d9a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff81439000 - 0x7fff81439ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x7fff8143a000 - 0x7fff8146cff7 libauto.dylib ??? (???) <5876c3364307b49c40b42bc60eef886e> /usr/lib/libauto.dylib
    0x7fff8146d000 - 0x7fff81485fff com.apple.DictionaryServices 1.0.0 (1.0.0) <0a5c79542cfecfe148558dd5d033aaa1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/Dictio
    naryServices
    0x7fff81495000 - 0x7fff81553fff edu.mit.Kerberos 6.0.13 (6.0.13) <6d10cff5f721c34228661d52fbfd3516> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff81554000 - 0x7fff81692fe9 com.apple.ImageIO.framework 2.0.6 (2.0.6) <d79c930b0d93138b2cf3f5394812ee99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff81693000 - 0x7fff816adfff libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff816ae000 - 0x7fff81839ffb libSystem.B.dylib ??? (???) <714d2608b5acae3ad5364897c49868fa> /usr/lib/libSystem.B.dylib
    0x7fff8183a000 - 0x7fff818aefe7 libstdc++.6.dylib ??? (???) <4c052234501252589cb46a124abc72d9> /usr/lib/libstdc++.6.dylib
    0x7fff818af000 - 0x7fff81960fef com.apple.CoreServices.OSServices 228 (228) <000f996e7e2569d49a63eefc5f17d07b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff819f5000 - 0x7fff819f5ff8 com.apple.ApplicationServices 34 (34) <71fa30df5b60e756224f1dc853592585> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff819f6000 - 0x7fff819fafff libGIF.dylib ??? (???) <86b6f22870c1a20046a5442ff338ec4e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff819fb000 - 0x7fff819fbffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff819fd000 - 0x7fff81a52fe3 com.apple.HIServices 1.7.1 (???) <8c601c198e138905743161674f558fcc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81adb000 - 0x7fff81aeafe7 com.apple.opengl 1.5.10 (1.5.10) <9334af96d3c090bbadfd4a16514f07ff> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff81aeb000 - 0x7fff81b61fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff81b62000 - 0x7fff81b89fff libxslt.1.dylib ??? (???) <976e452777732411dc6bbc9bf96f202f> /usr/lib/libxslt.1.dylib
    0x7fff81b8a000 - 0x7fff81b94fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <3780e10cf1c574c73098426b9f3b91bf> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/S
    peechRecognition
    0x7fff81b95000 - 0x7fff81c2bffb com.apple.LaunchServices 292 (292) <d6750e4efb1986b3ffd2bc037223a3ad> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff82556000 - 0x7fff82621ff7 com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff82622000 - 0x7fff82b42f6e libGLProgrammability.dylib ??? (???) <7aa4c12953526371a07780326fbd8725> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff82b43000 - 0x7fff82f23fef com.apple.QuartzCore 1.5.8 (1.5.8) <1c79fff9a8916e61c28ec13a87723e67> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82f24000 - 0x7fff82f45fff libresolv.9.dylib ??? (???) <e8a96351d4568c470667a6cabc7c0bc1> /usr/lib/libresolv.9.dylib
    0x7fff82f46000 - 0x7fff8314fff3 com.apple.security 5.0.5 (36371) <61d1cce0188d73a7392b75503dbdc2b8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83150000 - 0x7fff8318bfff com.apple.AE 402.3 (402.3) <9a0dd05f928c9fadd533c7081ab9dcd9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff831bd000 - 0x7fff83238ff3 com.apple.CoreText 2.0.4 (???) <63ac544118adbf16b6f1566131b2c20e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff83239000 - 0x7fff8323bff9 libRadiance.dylib ??? (???) <894a6b2cfd423a7467395844515953bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dyl
    ib
    0x7fff8323c000 - 0x7fff8323cffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8323d000 - 0x7fff8325bfff libPng.dylib ??? (???) <9f119a3f94919759c9a65eb6d0c265ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8325c000 - 0x7fff832fcfe3 com.apple.ApplicationServices.ATS 3.8 (???) <fea92675c6f2797211de292a8bea3d66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff832fd000 - 0x7fff83309ff1 libgcc_s.1.dylib ??? (???) <568895f7479fefc4796748a618c6ec9f> /usr/lib/libgcc_s.1.dylib
    0x7fff83314000 - 0x7fff83314ffa com.apple.CoreServices 32 (32) <beac1b7266aaf0da184cd5925910217e> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83315000 - 0x7fff833d9fe2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff833da000 - 0x7fff8343dfef libGLU.dylib ??? (???) <80c7eb325b8de4ab272f08c335645eea> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8343e000 - 0x7fff83444fff com.apple.DiskArbitration 2.2.1 (2.2.1) <cab52e39ef8dde5003d9029c99d4c264> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff83445000 - 0x7fff83482fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83483000 - 0x7fff834bfff7 libGLImage.dylib ??? (???) <c08254d55543c5d8847e8178a66f9e1b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff834c0000 - 0x7fff83548fef libsqlite3.0.dylib ??? (???) <3d591878110f4e73daf0752549f9b5e2> /usr/lib/libsqlite3.0.dylib
    0x7fff83549000 - 0x7fff83d06fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff83d07000 - 0x7fff83d1bff7 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83d1c000 - 0x7fff83d5ffef com.apple.QD 3.11.57 (???) <8b866ad370ea1d63dac867d4d857a30b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff83d60000 - 0x7fff83d65fff com.apple.CommonPanels 1.2.4 (85) <564fc0c6c53a00d1a7bf8a94545beffa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff83d66000 - 0x7fff83d66fff com.apple.Carbon 136 (136) <b943811e0c7704ac2d60ae1f72d8a265> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83d67000 - 0x7fff83d81fff com.apple.openscripting 1.2.8 (???) <e4e52ab77fc6344ef3ef4a9b259c4543> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff83d82000 - 0x7fff8434efef com.apple.CoreGraphics 1.409.5 (???) <bbeff825316667228a100e4b127fadab> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphic
    s
    0x7fff8434f000 - 0x7fff845eafe3 com.apple.Foundation 6.5.9 (677.26) <d7c197fec4d7c3097be95ae742a47c22> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff845eb000 - 0x7fff8465aff9 com.apple.print.framework.PrintCore 5.5.4 (245.6) <88263e9a3bc14d303780fa8b8c876918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/P
    rintCore
    0x7fff8465b000 - 0x7fff8470efef com.apple.DesktopServices 1.4.8 (1.4.8) <27b233b27d6f4e4c79aeb26424be3a9e> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8470f000 - 0x7fff84804fff libxml2.2.dylib ??? (???) <78096eb3aaceae5121ca6fa885566517> /usr/lib/libxml2.2.dylib
    0x7fff8484b000 - 0x7fff8486dfff libJPEG.dylib ??? (???) <3cf2cd8a43c911c84a3d8ac1f4e934fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffffe00000 - 0x7fffffe01780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    0xfffffffffffec000 - 0xfffffffffffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    I do not undestand very well this log. I think the problem come from the library libapr-1.0, which is a symbolic link to:
    -rwxr-xr-x 1 root wheel 578656 Nov 19 22:28 libapr-1.0.2.7.dylib
    lrwxr-xr-x 1 root wheel 20 May 19 2009 libapr-1.0.dylib -> libapr-1.0.2.7.dylib
    lrwxr-xr-x 1 root wheel 20 May 19 2009 libapr-1.dylib -> libapr-1.0.2.7.dylib
    And the Apache log for information (after redisabling ssl):
    [Fri Nov 20 11:13:47 2009] [notice] caught SIGTERM, shutting down
    [Fri Nov 20 11:14:31 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.7l DAV/2 PHP/5.2.11 configured -- resumin
    g normal operations
    I have tried some manipulations to resolve this problem but with no success. I have also searched on Apple support and the Internet and I have found nothing about this or a similar problem.
    Any Idea?
    Thanks in advance.

    Similar problem here. I installed the latest security update via software update. It rebooted twice and then the Aqua "starting Mac OS X" splash screen appears, the progress bar jumps to 100% very quickly and then the system goes into what looks like sleep mode (the power buttons dim like when it's asleep). It won't wake up after that or restart by holding the power button. Have to unplug it!
    At first, I tried a couple times using the OPT key to try and boot from another disk and it ignored it and went to sleep as above. Then, I tried using the SHIFT key to try and boot into safe mode and the screen stayed black and it didn't seem to be doing anything. After that, I tried OPT again and it booted successfully. Now it seems to be booting normally again. Try booting with SHIFT key held down and then reboot normally to see if that works.
    This is very, very bad. I am afraid.

  • Help? Web service crashes whenever I check "enable SSL"

    Whenever I try to enable SSL for one of my virtual domains, Server admin reports
    "A service has encountered an error"
    and disables web service for that virtual domain.
    Everything was working fine (ftp, webdav, websites, mail).
    So my final step was to try to enable secure webdav via https.
    So I
    * bought a certificate (godaddy $30) for my domain EXAMPLE.COM (no www, since everything is hosted on one box, for email, webdav, ftp we just use "example.com"
    * manually pasted my key into /etc/httpd/ssl.key/server.keyx
    * manually pasted my cert into /etc/httpd/ssl.crt/server.crtx
    * manually pasted the CA cert into /etc/httpd/ssl.crt/ca.crtx
    * entered my pass phrase I used when I made the key
    * used the log file default /var/log/httpd/sslenginelog
    (when crashed the first time I thought the file not being there could be the problem, so I copied another file, and ensured the permissions were the same: owner root, group admin)
    all that was fine. checked the enable SSL box, and clicked Save and that's when it reports the error and disables the virtual domain.
    My server is 10.3.9.
    The first time I used 10.4 admin. When it crashed the service I did a restart on the server, then on the server used the 10.3 admin. Same deal. (Only difference is on 10.4 admin it set my port to 443; on 10.3 it didn't)

    I did get it working. But my recollection of what I did to get it working is fuzzy. I think what I noticed is that whatever I put into the various SSL key fields was not getting saved, so I tracked down the appropriate locations and edited them manually. Sorry I don't recall the specifics.
    Another thing I do remember is that I was unable to CHANGE an existing "site" setting from port 80 to 443 -- I had to delete the entry, then re-create it from scratch with the SSL settings and PORT #.
    Hope that helps.

  • Enabling SSL on SAP NetWeaver 7.0 ABAP Trial Version

    Hello,
    I installed the SAP NetWeaver 7.0 ABAP Trial Version and am trying to use the class cl_http_client to GET an xml file over ssl.
    The method cl_http_client_receive returns error "http_communication_failure", the get_last_error method returns "110", which isn't a valid http/1.1 statuscode for as far as I know.
    I 'think' the reason for this problem is the fact that there is no ssl certificate installed on my test system, does anyone know if this really is the problem, and if so, if it is possible to enable ssl on the trial system?

    Which HTTP header do you set up when issuing the GET?  Which method do you use, BYURL or BYDESTINATION?  SSL is only used when you set 'SCHEME' to value '2'.
    In order to activate SSL, you need to specify 'SSL_ID' within CL_HTTP_CLIENT=>CREATE.  This ID links to an SSL client certificate shown in transaction STRUST (display all client cert IDs via 'Environment').  In STUST, you can also create new SSL client certs.  However, to be able to run STRUST in this way, you first have to obtain the SAP Cryptographic Library from SAP Service Marketplace and install it in you system.
    Regards,
    Birger

  • Error enabling SSL

    Hi,
    I have Sun JES Directory Server Enterprise Edition 6.0 on a Win2003 machine. While enabling SSL, when I try to use the server certificate (which is CA signed and listed in server certificates), and save the settings, I get an error message something like... Value for nsSSLPersonalitySSL (Server Cert) is invalid.
    I checked up on internet and found out that nsSSLPersonalitySSL attribute specifies the nickname of the certificate, which, in my case is "Server Cert". I am unable to find the reason for this error. I have tried the certificate nickname as "testcert", but that too doesn't seem to be working :o(

    Hi,
    I had the same problem. After restarting the Directory Server I could use the certificate..
    regards

  • Strange error when enabling SSL on Oracle HTTP Server

    Hi,
    In our production environment Oracle HTTP Server starts fine when SSL is disabled.
    We've enabled SSL in our dev/uat environments using instructions from the Oracle Documentation. It was pretty straightforward.
    When i tried to do the same in our production environment, the Oracle HTTP Server wouldnt restart. I've had a look around the forums and havent seen anyone report the same error we are seeing in the logfile.
    $ORACE_HOME/opmn/bin/opmnctl verbose startproc ias-component=HTTP_Server
    HTTP/1.1 200 OK
    Content-Length: 0
    Content-Type: text/html
    Response: Ping succeeded.
    opmnctl: starting opmn managed processes...
    HTTP/1.1 204 No Content
    Content-Length: 718
    Content-Type: text/html
    Response: 0 of 1 processes started.
    <?xml version='1.0' encoding='ISO-8859-1'?>
    <response>
    <opmn id="ubrf1200:6201" http-status="204" http-response="0 of 1 processes started.">
    <ias-instance id="IAS-X-ubrf1200.6299">
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server">
    <process-set id="HTTP_Server">
    <process id="350814320" pid="29207" status="Stopped" index="1" log="$ORACE_HOME/opmn/logs/HTTP_Server~1" operation="request" result="failure">
    <msg code="-21" text="failed to start a managed process after the maximum retry limit">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </opmn>
    </response>
    The HTTP_Server~1 log contains the below error:
    09/08/16 13:24:40 Start process
    $ORACLE_HOME/Apache/Apache/bin/apachectl startssl: execing httpd
    VirtualHost configuration:
    127.0.0.1:7201 127.0.0.1 ($ORACLE_HOME/Apache/Apache/conf/dms.conf:21)
    I've compared dms.conf from all 3 of dev/uat/prod
    diff dev-dms.conf dms.conf
    15c15
    < Redirect /dms0/AggreSpy http://127.0.0.1:7200/dmsoc4j/AggreSpy
    Redirect /dms0/AggreSpy http://127.0.0.1:7201/dmsoc4j/AggreSpy
    18,19c18,19
    < Listen 127.0.0.1:7200
    < OpmnHostPort http://127.0.0.1:7200
    Listen 127.0.0.1:7201
    OpmnHostPort http://127.0.0.1:7201
    21c21
    < <VirtualHost 127.0.0.1:7200>
    <VirtualHost 127.0.0.1:7201>30c30
    No Apache logs are being written to when we try starting the Oracle HTTP Server with ssl enabled.
    Has anyone experienced this problem before? Any idea how we can get this working?
    Thanks,
    Stephen

    Noticed that when it starts with apachectl startssl, it doesnt like any <VirtualHost directive
    The line in the dms.conf file that it errors out at is :
    <VirtualHost 127.0.0.1:7201>
    When i added a redirect the httpd.conf file, it errors out at the <VirtualHost line also
    Any idea why the Oracle HTTP Server wouldnt like <VirtualHost directives when running startssl?

Maybe you are looking for

  • Looking for Custom BIOS for Laptop *MSI GE70 Apache Pro 061* Win 8.1 64

    I installed two G Skill Ripjaws 8GB 2133 Mhz Ram chips into my Apache Pro laptop. The speeds only show up as 1000 Mhz. I am trying to get a custom BIOS so I can make the necessary changes to that will allow my memory to run up to speed. Can anyone ou

  • Date in CRMOD Report

    Hi, I am creatting a report on Users Log in CRMOD. I need to display the last Log-in date of the user in the report. The issue I am facing is, the Company Setting for CRMOD is USA CST time zone and for User the timezone is Sydney, Australia. In the U

  • PDFs and error -10660

    When double clicking on a PDF file I am now getting an error message that says "The operation could not be completed. An unexpected error occurred (error code -10660)." I am able to open the files from within the application Acrobat Reader 7.0.5, but

  • BranchCache In Distributed Mode

    Is they a way to know from what peers a system got it's content from?

  • Inconsistent Date Output

    In my textbook the following statement was made: Quote The compiler will interpret an incorrect date, such as March 32 as being April 1. Unquote I then attempted to verify this fact. The code I used was: Date toDay = new Date(); ToDay.setDate(toDay.g