CRL list update & http server restart

All,
I am sorry to ask what seems like a stupid question but I do not have access to an http server I can use for testing.
Do you really have to restart the http server for an updated CRL file to take affect? My DBA only wants to update the CRL file once a week because he doesn't want to restart the http server every night. It seems to me that if the Certificate Authority updates their CRL list every day that I should do the same.
Any experience with the need to restart the http server?
Rachel

Check the below thread with similar problem
https://forums.sdn.sap.com/thread.jspa?messageID=6567772#6567772
Raghu

Similar Messages

  • Updating policies and Policy Database or Policy Updates without server restart

    Hi again,
    I have implemented the flash access reference implementation server including setting up all example database tables (so we have a central database server).  I have started updating policies for the application "whitelist" features and have run into some questions below.
    The Protecting Content documentation states:
              "If your license server has access to a database for storing policies, you can retrieve the updated policy from the database and call LicenseRequestMessage.setSelectedPolicy()"
    This leads to two questions:
    1)  The reference implementation doesn't store any Policies in the database (it stores them on the filesystem in the Resources Directory).     I can not find any documentation or examples of how to "retrieve the updated policy from the database".     Can somebody please point me to an example or documentation on how to store policies in the database so I can simply LicenseRequestMessage.setSelectedPolicy()?
    2)  As the reference implementation stores policies on the disk I had to use policy update lists when I whitelisted an AIR app.     However, the reference server did not honor the policy update list till I restarted the flash access reference server.      How can I notify the flash access server of the change to the update policy list without restarting the server?
    Thank you,
    -R

    Hello,
    Please see my answers below.
    Answer 1>
    If you want to store the binary representation of the policy in the database, you can invoke Policy.getBytes() and store the returned byte[] as a blob in the database. For details on how to store such binary data in a database, you should consult the documentation for you database. Then, to rebuild a policy that had been stored in a database, you can obtain the byte[] stored in the database, and invoke new Policy(byte[]) with it to reconstruct that policy instance.
    See the following javadocs:
          * Retrieves an encoded byte array representation of the policy.
          * <p>If this <code>Policy</code> was created from an empty constructor, the revision number
          * will be <code>1</code>.  If this was an existing policy and changes were made to the policy,
           * the revision number will be incremented by one. Otherwise, the revision number will not change.</p>
          * <p>The validity of the policy is first checked before encoding into a byte array.  Encoding will fail
          * if {@link #checkValidity()} throws an exception.</p>
           * @return A serialized representation of the policy.
          * @throws PolicyModificationException The <code>Policy</code> cannot be serialized because it was created with a newer version and was modified.
          * @throws PolicyException The <code>Policy</code> is missing required fields or contains conflicting entries.
          * @throws EncodingException Unable to encode the <code>Policy</code> to a byte array.
          public byte[] getBytes() throws PolicyException, EncodingException;
          * This constructor parses an existing policy from the given byte array.
           * @param policy The policy from which to construct this <code>Policy</code>.
          * @throws EncodingException Unable to parse the byte array into a <code>Policy</code>.
          * @throws PolicyException The <code>Policy</code> is missing required fields or contains conflicting entries.
          public Policy( byte[] policy ) throws PolicyException, EncodingException;
    Answer 2>
    In order to implement automatic configuration updates of policy update lists on the flash access server, you will need to tweak the Reference Implementation code, to monitor the file update state and re-load the PolicyUpdateList if it changes. The code snippet below, taken from the com.adobe.flashaccess.refimpl.util.ParamsReader.buildHandlerConfiguration() method, should serve as an example of how the PolicyUpdateList is loaded and then set on the HandlerConfiguration instance for it to take effect for a particular license acquisition request. In the case of the reference implementation, this code (below) is only invoked once, during server initialization. That is why a server restart is necessary for subsequent changes to take effect. However, nothing prevents this code form being invoked elsewhere, and that implementation is entirely upto the customer, to achieve the desired outcome.
          PolicyUpdateList pul = PolicyUpdateListFactory.loadPolicyUpdateList(pulInputStream);
          if (pul != null)
                X509Certificate issuerCert = null;
                if (hsmEnabled)
                      issuerCert = getHSMCertificate(props, hsmUtils, "RevocationList.verifySignature.X509Certificate");
                else
                      String pulSignatureCertFile = props.getProperty("RevocationList.verifySignature.X509Certificate");
                      if (pulSignatureCertFile != null)
                            InputStream pulSignerInputStream = new FileInputStream(resourcesDir + pulSignatureCertFile);
                            issuerCert = CertificateFactory.loadCert(pulSignerInputStream);
                if (issuerCert != null)
                      pul.verifySignature(issuerCert);
                      context.setPolicyUpdateList(pul);
    Regards,
    Safdar

  • Problem:HTTP Server restarts automatically

    Hi,
    We are having a peculiar problem. Our portal was upgraded from 9iR2 9.0.2.6.18 to 10gR2 10.1.2.0.2. The upgrade completed successfully. After upgrade the portal HTTP Server is restarting by itself randomly.
    The Portal & Infra oracle homes are on a single server.The server config is
    2CPU Intel Xeon 2.80 GHz 3GB RAM
    Following are the message which can be seen in different log files
    Apache error log
    [Wed Mar 08 21:18:13 2006] [warn] [client 131.127.124.93] mod_plsql: Long running URL [pls/portal/!PORTAL.wwpro_app_provider.execute_portlet/39337141/2] timed out
    Opmn/ipm.log
    06/03/08 17:09:07 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780) [The connection SSL receive timed out]
    06/03/08 17:33:10 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780) [The connection SSL receive timed out]
    06/03/08 17:34:00 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780) [The connection SSL receive timed out]
    06/03/08 17:34:50 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780) [The connection SSL receive timed out]
    06/03/08 17:34:50 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780)
    06/03/08 17:34:52 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780)
    06/03/08 17:35:52 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780)
    06/03/08 17:35:52 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6780)
    06/03/08 17:35:54 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:0)
    06/03/08 17:35:57 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1357512845:6532)
    Webcache Event.log
    [08/Mar/2006:21:20:24 +0000] [warning 11207] Origin server <hostname>:7779 (id=0) is down; OracleAS Web Cache starts polling for status.
    [08/Mar/2006:21:20:24 +0000] [warning 14003] Error while receiving response from the origin server
    [08/Mar/2006:21:20:24 +0000] [error 11364] Network error response is returned.
    [08/Mar/2006:21:20:24 +0000] [error 11385] The request fails because the service is unavailable.
    [08/Mar/2006:21:20:24 +0000] [warning 14003] Error while receiving response from the origin server
    [08/Mar/2006:21:20:24 +0000] [error 11364] Network error response is returned.
    [08/Mar/2006:21:20:24 +0000] [error 11385] The request fails because the service is unavailable.
    [08/Mar/2006:21:20:24 +0000] [warning 14003] Error while receiving response from the origin server
    [08/Mar/2006:21:20:24 +0000] [error 11364] Network error response is returned.
    [08/Mar/2006:21:20:39 +0000] [warning 11209] Origin server <hostname>.com:7779 (id=0) is back up; OracleAS Web Cache stops polling and restores origin server.
    We are unable to nail down the issue for long time. Any suggestion towards resolving the problem will be highly appreciated.
    Pls refer to metalink SR 5171244.993 if more details are needed

    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-disabled"/>
    </category>
    </module-data>
              <start timeout="900" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <ping timeout="1800" interval="20"/>
    <process-set id="HTTP_Server" numprocs="1"/>
    </process-type>
    </ias-component>

  • How to restart HTTP Server, OC4J after failure.

    Hi ,
    I want to test "Death detection and Automatic Restart" feature for a failed instance.
    Environment details :
    - Oracle 10g AS Release 2. (J2EE and Web Cache)
    - Microsoft Windows XP OS
    Here are the steps that I have done to implement this for HTTP Server.
    1) Following change done in opmn.cml file
    <process-set id="HTTP_Server" restart-on-death="true" numprocs="1">
    <module-data>
    <category id="start-parameters">
    <data id="config-file" value="D:\OraHome_1\Apache\Apache\conf\httpd.conf"/>
    <data id="start-mode" value="ssl-disabled"/>
    <data id="command-line" value="-D MyDefine"/>
    </category>
    <category id="ping-parameters">
    <data id="ping-url" value="/"/>
    </category>
    <category id="restart-parameters">
    <data id="reverseping-timeout" value="345"/>
    <data id="no-reverseping-failed-ping-limit" value="3"/>
    <data id="reverseping-failed-ping-limit" value="6"/>
    </category>
    </module-data>
    <start timeout="60" retry="3"/>
    <stop timeout="60"/>
    <restart timeout="30"/>
    <ping timeout="30" interval="30"/>
    </process-set>
    2) Running following command
    - opmnctl reload opmn.xml
    - dcmctl resyncinstance -ct ohs
    - dcmctl updateconfig -ct opmn
    To test this out, I execute this command
    - opmnctl stopproc ias-component=HTTP_Server
    Will the HTTP Server restart automatically after 30 second ?
    Is the "restart-on-death" feature is default ?

    From Metalink Note:298551.1
    By default, as in the schema definition file, opmn.xsd, the restart-on-death parameter takes a default BOOLEAN value of "TRUE" which means that OPMN mandate is to ping the managed processes ( OC4J instances and Apache ) at certain pre-defined intervals, monitor them for a response within a certain specified timeout period and retry the operation 3 times before concluding that the process is dead due to its non-responsive state and killing and restarting it to guarantee that the managed processes are up and able to service client requests on an ongoing basis - this is OPMN's mandate in ensuring failover and availability of the processes it manages.
    "restart-on-death" is defalt?

  • After changing a mail list name in Server end, users can't see the update in outlook client

    Dear all,
    This is a real issue. I am a Help-desk in a global company and after changing a mail list name in Server end, users can't see the update in outlook client. Even I download Offline address book in full detail, user still can't see the change in her outlook.
    Does anyone know how to fix it?
    Thanks,
    Franklin hong

    Hi,
    Would you please detail what you did by "changing a mail list name in Server end"? What is the mail list and what server?
    If you switch to Online Mode instead of Cached Exchange Mode, does the user see the change?
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Updating a destinations sub-deployment forces WL Server Restart

    Hi,
    I am new to using WL JMS server and I wanted to verify if the behavior that I am observing is what is expected. When using a stand alone Queue destination, if we change the subdeployment associated with the destination, then the WL server must be restarted for this change as well as all subsequent changes to become active.
    So, if I update a destination and change its subdeployment from XXX to None, or I add a new destination with subdeployment as none, and then try to update it to xxx, then both these sets of changes would require a WL server restart. Any subsequent JMS destination adds or deletes will not get activated until a restart.
    Is this expected behavior?
    Using Web Logic Server 10.3.2.0
    Thanks
    Aspi Engineer
    Putnam Investments

    Hi,
    I am new to using WL JMS server and I wanted to verify if the behavior that I am observing is what is expected. When using a stand alone Queue destination, if we change the subdeployment associated with the destination, then the WL server must be restarted for this change as well as all subsequent changes to become active.
    So, if I update a destination and change its subdeployment from XXX to None, or I add a new destination with subdeployment as none, and then try to update it to xxx, then both these sets of changes would require a WL server restart. Any subsequent JMS destination adds or deletes will not get activated until a restart.
    Is this expected behavior?
    Using Web Logic Server 10.3.2.0
    Thanks
    Aspi Engineer
    Putnam Investments

  • HTTP Server fails to starts during E-Business installation

    Hello All,
    I am having issues installing e-business suite 12.1.1 on Oracle Linux 6.2.
    I have applied all the correct packages (and a couple that were not listed in the installation instructions), applied required patches, upgraded the startCD version to the latest, run the md5sum checks on the Stage directory, and a bunch of manual stuff which it doesn't tell you to do in the installation notes, but you have to do to make it work, e.g. linking unzip 5.x from the startCD to /usr/bin/unzip. I thought that I had it cracked until it failed at the last HTTP Server checks.
    I have attempted to restart services manually but it appears as though the HTTP server cannot start due to a missing library libdb-4.3.so:
    HTTP_Server~1.log
    */u01/applR12/inst/apps/<SID>_<HOST>/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd*
    */u01/applR12/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading shared libraries: libdb-4.3.so: cannot open shared object file: No such file or directory*
    There was another post where a similar issue was resolved in a OEL 5 x86.x64 install by applying a i383 gdbm package, and linking the existing library as the document id which you posted suggested.
    This package cannot be applied, as I have attempted.
    I then started to look for the library which is reported in the logs as being missing, i.e. libdb-4.3.so. This does not appear to exist for OEL 6.
    I then looked further afield and found a Centos 6.2 rpm which contained this library. I extracted this and linked it to the libdb.so.2 (patch 6078836).
    I am getting the following from the adstrtal.log (I ran the cat command as root not adstrtal.sh which I ran as the application user):
    *# cat /u01/applR12/inst/apps/<SID>_<HOST>/logs/appl/admin/log/adstrtal.log | grep Failed*
    Web Application Services OACORE OC4J Instance <SID>_<HOST> adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance <SID>_<HOST> adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance <SID>_<HOST> adoafmctl.sh Failed
    This is different to what I was seeing previously where all a 4 Web Application Services had failed
    *# cat /u01/applR12/inst/apps/<SID>_<HOST>/logs/appl/admin/log/adstrtal.log | grep -v "status 0" | grep status*
    adoacorectl.sh: exiting with status 150
    adformsctl.sh: exiting with status 150
    adoafmctl.sh: exiting with status 150
    ServiceControl is exiting with status 3
    Looking at the respective log files I am seeing the following:
    adoacorectl.txt
    *06/27/12-07:35:10 :: adoacorectl.sh version 120.13*
    *06/27/12-07:35:10 :: adoacorectl.sh: starting OPMN if it is not running*
    opmnctl: opmn is already running.
    *06/27/12-07:35:10 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance*
    opmnctl: starting opmn managed processes...
    *================================================================================*
    opmn id=<HOST>:6200
    no processes or applications matched this request
    *06/27/12-07:35:10 :: adoacorectl.sh: exiting with status 150*
    *================================================================================*
    adformsctl.txt
    *06/27/12-07:35:11 :: adformsctl.sh version 120.16*
    *06/27/12-07:35:11 :: adformsctl.sh: starting OPMN if it is not running*
    opmnctl: opmn is already running.
    *06/27/12-07:35:11 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance*
    opmnctl: starting opmn managed processes...
    *================================================================================*
    opmn id=<HOST>:6200
    no processes or applications matched this request
    *06/27/12-07:35:11 :: adformsctl.sh: exiting with status 150*
    *================================================================================*
    adoafmctl.txt
    *06/27/12-07:35:11 :: adoafmctl.sh version 120.8*
    *06/27/12-07:35:11 :: adoafmctl.sh: starting OPMN if it is not running*
    opmnctl: opmn is already running.
    *06/27/12-07:35:11 :: adoafmctl.sh: Starting OPMN managed OAFM OC4J instance*
    opmnctl: starting opmn managed processes...
    *================================================================================*
    opmn id=<HOST>:6200
    no processes or applications matched this request
    *06/27/12-07:35:11 :: adoafmctl.sh: exiting with status 150*
    *================================================================================*
    Running adapcctl.sh by itself I am seeing the same issue reported in the log files:
    *$ ./inst/apps/<SID>_<HOST>/admin/scripts/adapcctl.sh start*
    You are running adapcctl.sh version 120.7.12010000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    *================================================================================*
    opmn id=<HOST>:6200
    no processes or applications matched this request
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u01/applR12/inst/apps/<SID>_<HOST>/logs/appl/admin/log/adapcctl.txt for more information
    Looking at the log file I can see the following:
    *06/27/12-08:15:27 :: adapcctl.sh version 120.7.12010000.2*
    *06/27/12-08:15:27 :: adapcctl.sh: starting OPMN if it is not running*
    opmnctl: opmn is already running.
    *06/27/12-08:15:27 :: adapcctl.sh: starting OPMN managed OHS instance*
    opmnctl: starting opmn managed processes...
    *================================================================================*
    opmn id=<HOST>:6200
    no processes or applications matched this request
    *06/27/12-08:15:27 :: adapcctl.sh: exiting with status 0*
    *================================================================================*
    I have attempted to restart opmn using adopmnctl.sh, which was unsuccessful. Looking at the HTTP_Server~1.log I can see the following the error:
    */u01/applR12/inst/apps/<SID>_<HOST>/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd*
    */u01/applR12/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading shared libraries: libdb-4.3.so: cannot open shared object file: No such file or directory*
    Has been replaced by the recurring message:
    */u01/applR12/inst/apps/<SID>_<HOST>/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd*
    Syntax error on line 264 of /u01/applR12/inst/apps/<SID>_<HOST>/ora/10.1.3/Apache/Apache/conf/httpd.conf:
    Cannot load /u01/applR12/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_ossl.so into server: /u01/applR12/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_ossl.so: undefined symbol: dbm_firstkey
    Looking at line 264 of httpd.conf I can see the following:
    LoadModule ossl_module libexec/mod_ossl.so
    Which looks fine when compared to the rest of the file.
    I am not able to look at the /u01/applR12/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_ossl.so.
    I do not know where else to go with this now. Any guidance which you could provide would be very much appreciated.
    Regards,

    Hello Hussein,
    Thank you for getting back to me! As per the installation instructions it states the following:
    # cd /usr/lib
    # ln -s libdb-4.7.so libdb-4.3.so
    However there is no libdb-4.7.so library there to link to.
    I have installed the db4 i686 & x86_64 packages which contain this library, then performed the above. I then ran the adstrtal.sh command which completed without incident.
    As such the Required Packages in the installation instructions should be updated to include the following:
    db4.i686
    db4-devel.i686
    db4.x86_64
    db4-devel.x86_64
    Regards,

  • Best Practice to troubleshoot a Crawler Issue after SQL Server restarts

    Hi Everyone
    I am after some general advice or a suggested place to start when troubleshooting crawler issues after an unplanned, out-of-sequence server restart.
    Specifically, the SQL Database in the SharePoint 2010 farm. Better yet, is there a standard practice way of resolving such issues?<o:p></o:p>
    So far articles I have found suggest options from reviewing the crawl logs, creating a new crawl component, right through to using fiddler to monitor the crawler.
    Are these sufficient places to start / methodologies to follow, what else should be considered?
    Any advice greatly appreciated.
    Thanks,
    Mike

    Well, as I said before, there are lots of different potential issues & resolutions for crawlers.  It really depends on the issue.  I would say that the base troubleshooting steps start the same no matter which service/feature you are looking
    at.  So, I'll try to keep this sort of generic, but beyond finding the details of the problem, the SOP or process will vary greatly based on what the error is.  I hope this helps, and sorry if it's not specific enough.
    1 - check the ULS logs
    2 - check the windows application logs
    3 - verify related services are running (get-spserviceinstance), possibly stop/start them to reprovision the instance on the affected server
    4 - clear the config cache (this alone will clear about 30% of your basic problems)
    6 - verify disk space & resource consumption on affected server (& SQL, SQL is always the potential to be the true "affected" server)
    7 - iisreset
    8 - verify connectivity between all servers in the farm and SP
    9 - verify requir3ed features activated
    10- check if any changes were made to environment recently (new hardware, updates to OS or apps, updates to GPOs, new solutions, etc)
    11- check if the issue is reproducible in another environment (only reliable if this is a similar environment, i.e. same patch level test farm or dr farm).  see if it occurs in other site collections within the web app, different web apps, different
    servers/browsers, etc, basically just try to nail down the scope of the problem
    There is a whole slew of thiings you could check from verifying certificates & perms, to rerunning psconfig, to checking registry keys, again I go back to it depends.  hopefully this can get you started though.  in the end ULS is where all
    the real info on the issue is going to be, so make sure you check there.  don't go in with tunnel vision either.  if you see other errors in ULS, check them out, they may or may not be related; SharePoint is an intricate product with way more moving
    parts than most systems.  fix the little quick ones that you know you can handle, this will help to keep the farm clean and healthy, as well as crossing them off the list of potential suspects for your root cause.
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • What type of changes require server restart?

    Hi,
    We are trying to minimize downtime for applications and re-design our deployment process. One of the questions is what type of changes require weblogic restart and which would require only re-deployment of application server.
    Is there a document which would detail actions required by type of changes in config?
    Sohail

    Hi,
    There are basically two types of changes we can make in WLS...
    *1). Dynamic Changes:* It means the Changes which doesnt requires Server Restart. Like Updating/deploying/undeploying applications. Creating DataSources, Creating Users in SecurityRealms, Configuring WorkManagers.
    *2). Non-Dynamic Changes:* These are the Changes which requires Server Restart ... sothat the changes can take affect. Like: Activating another SecurityRealm as Default realm, Changing cluster Multicast Address, Configuring Startup/Shutdown classes, Changinf ClassPath or Java_options from AdminConsole for ManagedServers using ServerStart Tab, Adding/Removing Managed Servers from Machine...etc.
    There is not such link available which lists all the Non-Dynamic & Dynamic Changes. Even AdminConsole also displays sometimes Wrong Message ...sometimes for few Non-Dynamic Changes as well it says "No Restart Required" But actually we had to start it.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • TS1453 Apple TV doesn't show up in my iTunes.  I've done all the troubleshooting steps, updated all software, restarted Apple TV, wireless router and computer. Devices doesn't show up at all in my sidebar.Apple TV doesn't show up in preferences

    Help.  My Apple TV won't sync with my computer.  I've done all the troubleshooting tips, but Apple TV doesn't show up in my Preferences under devices.  
    2. Reconnect Apple TV to iTunes.
    Choose iTunes > Preferences (Mac) or Edit > Preferences (Windows), click Apple TV, and make sure "Look for Apple TVs" is selected.
    I see no option to select "look for Apple TV's" in Preferences, and there is no device list at all in my sidebar.
    3. If Firewall is on in Mac OS X (in the Sharing pane of System Preferences), make sure iTunes Music Sharing is selected.
    There is no option to select iTunes Music Sharing in my System Preferences - see screenshot
    I've updated all software, restarted Apple TV, my wireless router, and my computer.  Both my computer and the Apple TV are connected to the same wireless network and both are operating properly.  They just wont connect to each other.
    Does anyone have any suggestions?

    FIRSTLY: bookmark following for further reference (it describes basic setup, both to link for syncing and to stream - from any computer.)
    Apple TV (1st generation): Differences between syncing and streaming" )
    Now as to your problem: If you check under "Computers" in the "Settings" menu you will most likely see the name of your iTunes library Greyed out. IF that's the case, you'll basically need to re-setup your ATV., you can do so as follows (instructions are intentionally over described, but basically your disconnecting then reconnecting your ATV1. Downside (which seems to come with all methods is that you'll have to resync all your media)
    **A (not ideal but effective solution)
    If ATV 1 had been working but suddenly 'disappeared" from iTunes sidebar
    The following solution will almost surely work  to regain your ability to Sync:
    QUIT iTunes
    Select "Computers" from "Settings" Menu.
    Select your "greyed out" iTunes library.
    This will bring up a window named "Disconnect from iTunes"
    You're now given the choice to Cancel, or disconnect. WITH THE WARNING that if you disconnect any  content synced with iTunes, will be erased. (in fact it will be removed from your ATV but not your computer)
    Assuming ALL of your media IS on your computer, Go ahead and disconnect.
    Follow instructions in the Apple doc above about setting up your ATV as a paired computer.
    After you ATV gen1 reappears in the sidebar. Reset all your desired syncing preferences,
    Begin syncing.
    All will be fine again, (at least till the next time this occurs.) I've had to do this twice this year.
    ALTERNATELY:
    SHARING (a QUICKER, less destructive TEMPORARY solution (if you just want to play your media now)
    You CAN set your computer to Share by following instructions in the same doc under the heading:
    "How to connect to a shared computer"
    HOWEVER, this will not allow you to sync info.
    I've read alternate solutions on this board, one involved changing the name of your iTunes Library etc... you may wish to try this first (if it applies) https://discussions.apple.com/message/17943841?ac_cid=142432#17943841
    What I'd like to know: What causes this problem...  I'm suspecting iTunes updates, or any iTunes database issues or crashes. Or maybe too many visitors connecting to your other Apple devices (ATV 2 for example) or heck the weather in Guatemala...

  • After installing HTTP server..

    Hi all,
    After installing http server on linux in a diffrent oracle home. My Enterprise manager dbconsole is not starting I am getting following error. Please help me.
    $ tail -10 emdctl.trc
    2006-10-30 16:20:52 Thread-4136076976 ERROR http: snmehl_allocateListenerPort: f
    ailed to bind socket: Address already in use (errno=98)
    2006-10-30 16:20:52 Thread-4136076976 ERROR http: nmehl_startHttpListener: faile
    d to listen to HTTP port for http://localhost:3938/emd/main
    2006-10-30 16:20:52 Thread-4136076976 ERROR main: nmehl_startHttpListener failed
    starting http listener
    [oracle@localhost log]$ tail -1 emdctl.trc
    2006-10-30 16:24:06 Thread-4136560304 WARN http: snmehl_connect: connect failed
    to (xxxx:1158): Connection refused (error = 111)
    [oracle@localhost log]$ tail -10 emdb.nohup
    ----- Mon Oct 30 16:21:22 2006::Restarting DBConsole. -----
    ----- Mon Oct 30 16:21:22 2006::Console Launched with PID 21394 at time Mon Oct
    30 16:21:22 2006 -----
    06/10/30 16:21:25 Error starting ORMI-Server. Unable to bind socket: Address al
    ready in use
    ----- Mon Oct 30 16:22:53 2006::EMAgent exited at Mon Oct 30 16:22:53 2006 with
    return value 55. -----
    ----- Mon Oct 30 16:22:53 2006::EMAgent has exited due to initialization failure
    ----- Mon Oct 30 16:22:53 2006::Stopping other components. -----
    ----- Mon Oct 30 16:22:53 2006::EMWD Stopping DBConsole. -----
    --- DBConsole internal stop. No OC4J admin passwd hence hard stop. ---
    ----- Mon Oct 30 16:22:53 2006::Commiting Process death. -----
    ----- Mon Oct 30 16:22:53 2006::Exiting watchdog loop -----
    An other issue is the http server is not starting and getting following error.
    /app/oracle/product/10.2.0/companion/Apache/Apache/bin/httpd: error while loadin
    g shared libraries: libdb.so.2: cannot open shared object file: No such file or
    directory
    Thanks,
    Message was edited by:
    james@

    James,
    The key parts in that output are -
    2006-10-30 16:20:52 Thread-4136076976 ERROR http: snmehl_allocateListenerPort: f
    ailed to bind socket: Address already in use (errno=98)
    2006-10-30 16:20:52 Thread-4136076976 ERROR http: nmehl_startHttpListener: faile
    d to listen to HTTP port for http://localhost:3938/emd/mainThey are telling you that it could not bind to that particular port number (port 3938) because something else is already bound to it.
    Try (as root) -
    /usr/bin/lsof -i TCP:3938which should show you information about the process(es) that are currently listening on that port.
    As for -
    /app/oracle/product/10.2.0/companion/Apache/Apache/bin/httpd: error while loadin
    g shared libraries: libdb.so.2: cannot open shared object file: No such file or
    directorylibdb is a prerequisite of installing the Apache server, I believe you can get the library as part of the Berkeley DB installation/rpm's/packages (it should be listed in the installation document).
    Hope this helps.

  • PI 7.0 Production server restarts automatically

    Hi guys,
    We have installed and configured correctly a PI 7.0 system on Windows 2003 Standard Edition X64-bit with SQL Server 2005. We are on SP12. Everything, SLD, RFC connections work properly.
    The problem is that 4-5 days after the installation the Windows Server restarts automatically in unexpected time during the day (unexpected shutdown), even when anybody doesn't do anything in the system. In the Event Viewer we get the following message/error "System Error: Category 102 EventID 1003". There are no other messages/errors.
    This is a production system and we are supposed to go live within the next days! So I need your help ASAP.
    Any ideas?
    Thank you.
    Best Regards.
    Evaggelos

    1) update your network card drivers to the latest  and for all devices including your motherboard chipset drivers.
    2) Are you using  ethernet instead of USB?
    3) This URL  might help you
    http://www.pcreview.co.uk/forums/thread-1885463.php
    Regards
    Sangeetha

  • Weblogic certificate is not being authenticated in Oracle HTTP Server

    I am using Oracle HTTP Server with SSL and mod_proxy set up trying to pass a url through to the weblogic server. I start with my OHS url in the browser and the proxy is switches to the url to weblogic but I get the following error on the OHS side:
    [2011-12-22T18:40:09.4683-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-2077] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] nzos proxy handshake error, nzos_Handshake returned 29024(server social.us.oracle.com:443, client 10.139.164.191)
    [2011-12-22T18:40:09.4683-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-2171] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] NZ Library Error: Invalid X509 certificate chain [Hint: the client probably doesn't provide a valid client certificate]
    [2011-12-22T18:40:09.4685-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-9999] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] (20014)Internal error: proxy: pass request body failed to 10.139.164.191:7001 (denovm11-1.us.oracle.com)
    [2011-12-22T18:40:09.4685-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-9999] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] proxy: pass request body failed to 10.139.164.191:7001 (denovm11-1.us.oracle.com) from 10.139.164.196 ()
    And the following error on the weblogic side:
    ####<Dec 22, 2011 6:40:10 PM MST> <Warning> <Security> <denovm11-1> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <8e6c6502a1af117a:4eeee51e:13466bb040d:-8000-000000000000a764> <1324604410502> <BEA-090482> <BAD_CERTIFICATE alert was received from denovm11-6.us.oracle.com - 10.139.164.196. 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.>
    Here is my ssl.conf from OHS:
    # Oracle HTTP Server mod_ossl configuration file: ssl.conf #
    # OHS Listen Port
    Listen 443
    <IfModule ossl_module>
    ## SSL Global Context
    ## All SSL configuration in this context applies both to
    ## the main server and all SSL-enabled virtual hosts.
    # Some MIME-types for downloading Certificates and CRLs
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
    # Pass Phrase Dialog:
    # Configure the pass phrase gathering process.
    # The filtering dialog program (`builtin' is a internal
    # terminal dialog) has to provide the pass phrase on stdout.
    SSLPassPhraseDialog builtin
    # Inter-Process Session Cache:
    # Configure the SSL Session Cache: First the mechanism
    # to use and second the expiring timeout (in seconds).
    SSLSessionCache "shmcb:${ORACLE_INSTANCE}/diagnostics/logs/${COMPONENT_TYPE}/${COMPONENT_NAME}/ssl_scache(512000)"
    SSLSessionCacheTimeout 300
    # Semaphore:
    # Configure the path to the mutual exclusion semaphore the
    # SSL engine uses internally for inter-process synchronization.
    <IfModule mpm_winnt_module>
    SSLMutex "none"
    </IfModule>
    <IfModule !mpm_winnt_module>
    SSLMutex pthread
    </IfModule>
    ## SSL Virtual Host Context
    <VirtualHost *:443>
    <IfModule ossl_module>
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # Client Authentication (Type):
    # Client certificate verification type and depth. Types are
    # none, optional and require.
    SSLVerifyClient none
    # SSL Cipher Suite:
    # List the ciphers that the client is permitted to negotiate.
    SSLCipherSuite SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA
    # SSL Certificate Revocation List Check
    # Valid values are On and Off
    SSLCRLCheck Off
    #Path to the wallet
    SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/default"
    <FilesMatch "\.(cgi|shtml|phtml|php)$">
    SSLOptions +StdEnvVars
    </FilesMatch>
    <Directory "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/cgi-bin">
    SSLOptions +StdEnvVars
    </Directory>
    BrowserMatch ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfModule>
    <IfModule proxy_module>
    ProxyRequests Off
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    # Path to the wallet
    SSLProxyWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/default"
    SSLProxyEngine on
    SSLProxyVerify none
    # ottest : denovm11-1
    ProxyPass /test https://abc.us.oracle.com:7001/test
    ProxyPassReverse /test https://abc.us.oracle.com:7001/test
    </IfModule>
    </VirtualHost>
    </IfModule>
    On the OHS side I have all the certificates needed so SSL is working properly. The weblogic environment is currently working fine with other webgates, but those are apache and we are trying to switch to OHS.
    Can OHS use mod_proxy to connect to weblogic or do I need to use mod_wl_ohs?
    Does anyone see anything wrong in my ssl.conf file in regards to the proxy section.
    Thanks in advance.

    In summary:
    You need to create a new wallet with CSR (certificate signing req)
    Send this to your certificate authority and get the signed server certificate.
    Now import the signed server cert and the trusted root cert in to the wallet that you created newly.
    Modify ssl.conf to point to the new wallet location.
    To create wallet refer to : http://docs.oracle.com/cd/E25054_01/core.1111/e10105/wallets.htm#CHDGIJDC
    Further reference: http://docs.oracle.com/cd/E25054_01/core.1111/e10105/sslconfig.htm#CBDGIJDF
    Dont mind if this doc is 500 pages ;)

  • Composite with dependency not working after soa server restart

    Hello,
    I have composite application that invokes another composite application. After deploying those work fine. But after restarting soa server the one having dependency does not work any more. To soa server log I get following:
    <Jul 1, 2010 11:45:29 AM EEST> <Error> <oracle.integration.platform> <SOA-20003> <Unable to register service.
    oracle.fabric.common.FabricException: Error in getting XML input stream: http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL: Response: '503: Service Unavailable' for url: 'http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL'
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:276)
    Caused By: java.io.FileNotFoundException: Response: '503: Service Unavailable' for url: 'http://Yacico:8001/soa-infra/services/default/validationForCC/getStatusByCC?WSDL'
    <Jul 1, 2010 11:45:30 AM EEST> <Error> <oracle.integration.platform> <SOA-20020> <Deployment of composite "POProcessing" failed: Unable to find a WSDL that has a definition for service {http://oracle.com/sca/soapservice/POProcessing/POProcessing/receivePO}receivePO and port execute_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..>
    So POProcessing does not work any more after server restart. validationForCC works fine also after server restart. Url http://...validationForCC/getStatusByCC?WSDL points to wsdl file and is visible by browser.
    I use soa suite 11g patch set 2 (11.1.1.3) running on redhat enterprise linux 5.
    Any idea what is the problem?
    Is it somehow possible to configure which composites are started first during server startup?
    regards, Matti
    Edited by: user10197965 on Jul 1, 2010 2:28 AM

    Yes, I did that. I'm not all that happy about this as a solution either, but it's better than making multiple copies.
    We have since found out that his is a known bug and that it is fixed in some, but not all, deployments.
    -------- see below -------------
    Composites With WSDL Dependencies Fail To Deploy Following SOA Server Restart [ID 1272070.1]          
    Modified:Jul 19, 2012 Type:PROBLEM Status:MODERATED Priority:3                         
    In this Document
         Symptoms
         Cause
         Solution
         References
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
    Applies to:
    Oracle SOA Platform - Version 11.1.1.3.0 and later
    Information in this document applies to any platform.
    Symptoms
    A SOA Project has an external reference to a Web Service or a reference to another Composite.
    When the SOA Server is started, the Composite is trying to access the WSDL of it's referenced Web Service in order to load data structures. If SOA can not find the WSDL then the Composite fails to load/deploy.
    Once this happens the Composite can not be started, or shutdown, from Enterprise Manager Fusion Middleware Control Application.
    Related Error Messages:
    [ERROR] [SOA-20020] ... Unable to find a WSDL that has a definition for service ... Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.]
    javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds
    Cause
    When SOA Server is restarting the Composite can not access the WSDL of it's referenced Web Service (it is not available).
    In the first scenario there are two Composites on the same server: CompositeA and CompositeB.
    In SOA Suite 11g there is no possibility to specify the load order for the composites. If CompositeA references CompositeB and if CompositeA is firstly loaded then it can not access the WSDL from CompositeB and the issue occurs.
    In the second situation there is one Composite on the server (CompositeA) which references an external WebService (ExternalWS). If the ExternalWS is not available when the SOA Server is starting then this issue occurs.
    Solution
    Solution 1
    Redeploy the affected Composite into the SOA Server.
    You can do that but it is not advisable in a production environment and in a development environment it will take a lot of time to redeploy the composite manually
    Solution 2
    Copy the abstract WSDL locally into the project.
    This is documented in these articles in our Knowledge base:
    •     Document:1155033.1 Node Restart Cause Composites To Become Unavailable. Response: '503: Service Unavailable'
    •     Document:1151973.1 Boot Order Of The Composites Upon Soa Suite Restart
    Steps:
    o     a. Copy and use the WSDL file in the Project
    o     b. Edit the WebService Adapter
    o     c. Change the "WSDL URL" to point to the WSDL copied into the project
    o     d. Redeploy the Project
    o     e. Make this configuration with all the Projects that have a references with other Web Services
    Solution 3
    Use shared artifacts in Metadata Service (MDS). A WSDL used by more than one composite is a shared artifact per definition. If the WSDL structure is changed (that is not happening frequently in a production environment), you will normally deploy a composite with a new version because overwriting it will break your production environment. Moreover, in a development environment you will need a proper process in place where different developers access the same artifacts within MDS. In addition, when you use external WSDLs (owned by third parties), you will have a proper process/agreement in place to be notified about modifications affecting your applications.
    1.     In order to use shared artifacts a MDS connection must be configured in jDeveloper:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#SOASE85488
    2.     Deploy the shared artifacts:
    o     a. Create a JAR profile and include the artifacts to share
    o     b. Create a SOA bundle that includes the JAR profile
    o     c. Deploy the SOA bundle to the application server
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#SOASE85472
    If the shared artifacts (WSDLs) needed are from other composites this step can be skipped
    3.     Create a new WebService
    o     a. When completing the "WSDL URL" click on "Find existing WSDL's"
    o     b. Select "Resource Palette"
    o     c. Go to the SOA-MDS
    o     d. Select a WSDL from a Composite or the one deployed at step 2.
    Known Restriction 1
    The port and the location for the WSDL reference is not completed automatically by jDeveloper in the composite.xml file. This information must be inserted manually. In Bug:10287325 is raised this issue and it is available for SOA 11gPS2+.
    Known Restriction 2
    Another issue regarding MDS caching is raised in Bug:10218147 - the MDS cache is not refreshed when an artifact is deployed or deleted.
    In order to refresh this cache the server must be restarted. This Bug resolves the issue but in a production environment the server restart will be the preferred option. The reason for that is because in a production environment you never deploy single composites under the same version after artifacts (WSDLs) have been modified.
    The fix for the Bug:10218147 can be an acceptable solution in development environment where redeployment would be quicker than restarting the server.
    Bug:10218147 is available for SOA 11gPS2+.
    To find out more information about how to use Shared Metadata check the following documentation:
    Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite 11g
    41 Deploying SOA Composite Applications
    41.7.3 Deploying and Using Shared Metadata Across SOA Composite Applications in Oracle JDeveloper
    URL:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#CACFEAJJ
    Solution 4
    The last solution is to use an UDDI (Universal Description Discovery and Integration).
    Oracle recommends Oracle Service Registry 11g (OSR). The advantage is that you can use OSR and SOA Suite in a Shared WebLogic Domain.
    http://www.oracle.com/technetwork/middleware/registry/overview/index.html
    http://blogs.oracle.com/governance/2010/05/oracle_service_registry_11gr1.html
    To find out more information about Oracle Service Registry check the following documentation:
    Oracle Fusion Middleware Administrator's Guide for Oracle SOA Suite 11g
    33 Configuring Service and Reference Binding Components
    33.1.3 Changing the Endpoint Reference and Service Key for Oracle Service Registry Integration
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10226/bc_config.htm#SOAAG37248
    Oracle Fusion Middleware Developer's Guide for Oracle SOA Suite 11g
    A BPEL Process Activities and Services
    A.4 Publishing and Browsing the Oracle Service Registry
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_appx_ref.htm#SOASE85561
    Oracle Fusion Middleware Service Registry 11g
    http://download.oracle.com/otndocs/tech/soa/OSR11gR1ProductDocumentation.pdf
    Solution 5
    In case you have BPM Components in the Composites deployed check the following note:
    Document 1317803.1 Soa Suite Composite Fails To Deploy Upon Restart Of Managed Server
    The issue is caused by the Bug:11822470 SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    References
    BUG:10218147 - WSDL CHANGES NEED SOA SUITE SERVER RESTART
    BUG:10278478 - WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED
    BUG:10287325 - ABSTRACT WSDL NOT AVAILABLE WHEN COMPOSITE STARTED
    BUG:10311698 - WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES CAN NOT BE STARTUP / SHUTDOWN
    BUG:11822470 - SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    @ BUG:9267312 - MDS ARTIFACTS ARE STILL CACHED AFTER DELETING
    @ BUG:9708488 - AFTER SOA RESTART, ALL PROCESSES HAVE TO BE REDEPLOYED
    @ BUG:9749845 - SCHEMA CACHE STARTS EMPTY AFTER RE-START, BUT NOT AFTER DEPLOYMENT
    NOTE:1151973.1 - Boot Order Of The Composites Upon Soa Suite Restart
    NOTE:1155033.1 - Node Restart Cause Composites To Become Unavailable. Response: '503: Service Unavailable'
    NOTE:1317803.1 - Soa Suite Composite Fails To Deploy Upon Restart Of Managed Server
    Bug 11822470 : SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER                    
                   Bug Attributes     
    Type     B - Defect     Fixed in Product Version     11.1.1.6
    Severity     2 - Severe Loss of Service     Product Version     11.1.1.4
    Status     80 - Development to QA/Fix Delivered Internal     Platform     912 - Microsoft Windows (32-bit)
    Created     Mar 1, 2011     Platform Version     2003
    Updated     Oct 12, 2012     Base Bug     N/A
    Database Version     N/A     Affects Platforms     Generic
    Product Source     Oracle          
    Abstract: SOA SUITE COMPOSITE FAILS TO DEPLOY UPON RESTART OF MANAGED SERVER
    *** 03/01/11 08:07 am ***
    Customer has a project consists of two services for interaction with the
    process and one reference to an external service.
    On deployment of the process to an Enterprise Environment, the process works
    as expected. However, upon a restart of the managed server, the process will
    then fail to deploy.
    Workaround used is to redeploy the project again.
    Bug 10278478 : WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED                    
                   Bug Attributes     
    Type     B - Defect     Fixed in Product Version     
    Severity     2 - Severe Loss of Service     Product Version     11.1.1.3.0
    Status     92 - Closed, Not a Bug     Platform     226 - Linux x86-64
    Created     Nov 10, 2010     Platform Version     RED HAT ENTERPRISE LINUX 5
    Updated     Dec 10, 2010     Base Bug     N/A
    Database Version     N/A     Affects Platforms     Generic
    Product Source     Oracle          
    Abstract: WHEN SOA SERVER IS RESTARTED, SOME SOA COMPOSITES COULD NOT LOAD/BE DEPLOYED
    Detailed Problem Description
    ====================
    When a SOA composite get dependencies with other SOA composites located on the same server, if the dependency is still not loaded, the SOA composite will not be loaded, and there is no possibilities for Entreprise Manager console to restart it (EM crash). The only way to make it working is to redeployed the SOA composite from jDeveloper that is not acceptable in a production environment.
    The composite that has the issue cannot be start-up or shut-down, although the Enterprise Manager do not show any errors with it.

  • Apex Newbie question !!!!!  HTTP server ????

    I am newbie at APEX. I have a DBA background, but no experience with Oracle applications.
    I DO respect your time, and have tried to find this info on teh docs, but, honestly, can not find it. And I looked over everywhere, metalink, otn, gogling. I thought that I would find it on these forums under some form of FAQs, but have not found the answer :-(
    I have installed oracle database 11g for windows on my laptop, and when installing APEX 3.2, it asks me to stop the http server and ..... :-)
    Now, I have a question regarding the Oracle HTTP server, which is supposed to be isntalled with the 11g, instead of the Companion CD, which no longers exist.
    First question. We have a http server that is used by oracle EM database control, correct ? I do not see a service for it on the Services list. Teh apex application install asks for stopping/starting the http server. How do we do that ? AND, where the the http server binaries located ? I did a search for apache, and found it under C:\app\oracle\product\11.1.0\db_1\perl\site\5.8.3\lib\Apache, but no binaries there, or under ORACLE_BASE\bin either.
    What do I setup for ORACLE_HTTPSERVER windows environment on a brand new 11g database install ?
    Now, I see that we can get HTTP server from BEA install. I was trying to keep APEX from using a web server tier here. To me, the beauty of APEX is to not have to manage BEA, or any other tier. Keep it simple, at least for development, and keep everything on the DB, and simply use the native HTTP server.
    So, this is a VERY basic question, but how do I do that ? I will worry about what I can and can not do with the native HTTP server or BEA later. I just want to get this up and running so that I can start playing with it.
    Thanks,
    Henrique

    Here is my latest update before I go to bed :-(
    I was able to install the HTTP server, but had some issues later down on the apex install.
    C:\app\oracle\product\10g-iAS-http-server\opmn\bin>opmnctl status
    Processes in Instance: IAS-1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 5204 | Alive
    I am able to see the welcome page for the web server here
    http://localhost:7777/
    I am able to reset the admin password, ( by the way, I did setup the gateway as well :-) ). I am not sure what happens when you have both the gateway and the web server setup. Now, when try to login to the apex admin account using either
    http://localhost:7777/apex/apex_admin or
    http://localhost:7777/pls/apex/apex_admin, nothing happens besides a HTTP-404 error.
    Now, when I had the port set to 8080, via the commands
    SQL> EXEC DBMS_XDB.SETHTTPPORT(8080);
    PL/SQL procedure successfully completed.
    SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    GETHTTPPORT
    8080
    and try to login again here
    http://localhost:7777/pls/apex/apex_admin
    I do get a prompt, but when i enter admin, and the password I have setup, it does not allow me to get in :-(
    Now, I need some explanation of this DAD file, as I am not sure if I need it to simply login during install. Here is the man page from the install doc :
    3.4.11.1 Creating a Workspace Manually
    To create an Oracle Application Express workspace manually:
    Log in to Oracle Application Express Administration Services. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance. You log in using the ADMIN account and password created or reset during the installation process.
    In a Web browser, navigate to the Oracle Application Express Administration Services application.
    If your setup uses Apache and mod_plsql, go to:
    http://hostname:port/pls/apex/apex_admin
    Where:
    hostname is the name of the system where Oracle HTTP Server is installed.
    port is the port number assigned to Oracle HTTP Server. In a default installation, this number is 7777.
    pls is the indicator to use the mod_plsql cartridge.
    ***apex is the database access descriptor (DAD) defined in the mod_plsql configuration file.***
    Here it mentions this DAD file, and I am not sure if I need it now, and even, how to reference it. My database name is called apex, but I do not have anything on my dads.conf file. Should I have something there ? I see a sample such as this from the README.DADs file :
    <Location /plsqlapp>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername scott
    PlsqlDatabasePassword tiger
    PlsqlDatabaseConnectString orcl
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage scott.home
    PlsqlDocumentTablename scott.wwdoc_document
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure scott.wwdoc_process.process_download
    </Location>
    It is a bit late tonite. Tomorrow I will get back at it.
    Thanks for any help, but I must be doing something really obvious to you guys here, and I can't see it :-(
    Cheers,
    Henrique

Maybe you are looking for

  • Unable to download pdf file in windows 8.1

    After upgrading to windows 8.1, i have been unable to download pdf files sent via yahoo email, IE11 and Adobe Reader 11.  Did not have this problem before with windows 8.  I click on the pdf attachment, NOrton says that the file is safe but nothing h

  • No audio after updating to 10.7.1

    I updated to 10.7.1 today and I've lost the audio on my 17" MacBook Pro.  Before the update, everything was working fine.  The audio icon on the menu bar is grayed out.  Also, I can't adjust anything through System Preferences.  There's no "output au

  • Probelm in calling ME23N from WebDynpro ABAP application.

    Dear All, My requirement is to call the transaction ME23N by doing some action from WDA application. And I have to pass the Purchase Order Nubmer from this WDA application. This is for your information, For this I have created the Transactional iView

  • Why does FaceTime keep crashing

    Using Face Time app.  Most recent update. Keeps crashing every 3 minutes, both myself and the other user are wired with cords not using a wireless connection.  Already have contacted internet provider and it is not an issue on their end..

  • I could export from iPhoto 6.0.0 until today.  What gives?

    I could export photos from iPhoto 6.0.0 until today.  What gives?