Introduction-cache-config with consistency 12.1.2 using?

In the 3.7.1 version, I used consistency-common incubator library to divide my config of cache files.  This was done with the presentation-cache-config element.

Example:

<? XML version = "1.0"? >

"" < cache-config xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance"
"xmlns ="http://xmlns.oracle.com/coherence/coherence-cache-config"
"" xsi: schemaLocation = "http://xmlns.oracle.com/coherence/coherence-cache-config coherence-cache - config.xsd".
xmlns:element = "class://com.oracle.coherence.environment.extensible.namespaces.XmlElementProcessingNamespaceContentHandler".
item: introduction-cache-config = "cache-config - 1.xml, cache-config - 2.xml, cache-config - 3.xml" >


< / cache-config >

I read that the incubator 12, for version 12.x consistency, will no more support packages associated with this function.

http://coherence.Oracle.com/download/attachments/14188570/incubator+update.PDF?version=2 & ModificationDate = 1353937318977

How can I optimize the same cache divided into coherence 12.1.2?

TKS!

JP

Hi JP,

Now you can!   We have just released an overview of coherence 12.0.0 incubator based on coherence 12.1.2.  This includes support to use the previous namespaces (like element: introduction-cache-config) 12.1.2 coherently.

The 12.0.0 - SNAPSHOT is now available on: https://maven.java.net/

The most recent documentation for this snapshot is available here: http://coherence-community.github.io/coherence-incubator/12.0.0-SNAPSHOT/

We welcome your comments for new version!

Concerning

-Brian

Brian Oliver | Architect | The Oracle coherence

Tags: Fusion Middleware

Similar Questions

  • Integrate Hibernate L2 cache with consistency in the composite key of reference

    Hi all:
    I have a problem when I activate the Hibernate l2 cache integrated with consistency. When the entity class using this string or unique integer primary key, the L2 cache has worked well. But when I use the entity with composite key class, I had the problem.
    I wrote a script to test junit to test the session.get method, when I run the test cases for the first time, the miss of the entity to load the object from the cache, Hibernate will trigger a DB query so it box as an object, then put it in the cache. But when I run the test case, again, I found the Hibernate trigger a query once again, which was strange... (it should not have happened, I should got the object from the cache), then, I used the console cache coherence to list the data in the cache and finding himself under the information:
    ###########################################
    (Hi) map: list
    model. SiteUserInfo #model. SiteUserID@323819 = Item {version = null, freshTimestamp = 1333943690484
    model. SiteUserInfo #model. SiteUserID@323819 = Item {version = null, freshTimestamp = 1333943600419
    ###########################################
    There are two keys with the same value cached... (I put already implemented method hashcode and equals to SiteUserID object). someone there has the same problem? Or L2 Hibernate with composite key can integrate with consistency?

    Rip off code SiteUserID
    #####################################
    @Override
    public boolean equals (Object obj) {}
    If (obj == this) {}
    Returns true;
    }
    If (!) () obj instanceof SiteUserID)) {}
    Returns false;
    }
    SiteUserID id = (SiteUserID) obj;
    return new EqualsBuilder () .append (sid, id.getSid ()) .append (name, id.getName ()) .isEquals ();
    }

    @Override
    public int hashCode() {}
    return new HashCodeBuilder () .append (sid) .append (name) .toHashCode ();
    }
    ###################################

    Hi John,.

    I think there may be another problem.

    Please reference:
    http://blackbeanbag.NET/WP/2010/06/06/coherence-key-HOWTO/
    For entry cache, partitioned cache is placed in backup card in binary form.
    The main objects of the same data must always be serialized in binary form even.

    Unfortunately, use Hibernate CacheKey is as key cache L2.
    And CacheKey is somewhat complex, some related attributes use TreeMap as their type.
    "Java gives no guarantee on the order in a hash table and serialization is dependent on the command."
    (reference http://stackoverflow.com/questions/9337126/how-can-oracle-coherence-get-fail-with-retrieved-key-object)

    So... you may need to modify the source code of some Hibernate, ex: replace the FastHashMap in TreeMap...
    I tried, it looks like work. I'll send you have modified source codes.

    Best regards
    Leon

  • Do not use SOA components custom cache config xml

    I created a Java class to interact with consistency. The class is called using the SISM BPEL. Created a custom config cache file, jared it and added the jar in the classpath library. The composite, has deployed the java class is within a SOA project. After you run the composite, the class is called but joined 'SOADistributedCache' defined in 'fabric-runtime.jar!/soa-coherence-cache-config.xml' instead of joining the 'DistributedCache' defined inside my coherence_config.xml. The soa-coherence-cache-config is configuration by default from cache SOA folder as each join of SCA components. The pot is in server classpath and it overrides the property of my "tangosol.coherence.cacheconfig" system which I'll put in my class.
    Here's my class
    public class CoherenceReader {}


    public String readFromCache (String key) {}

    System.out.println ("before calling cache");
    Dim retVal = (String) cache.get (key);
    System.out.println ("value:" + retVal);
    Return retVal;
    }
    static cache of NamedCache = null;

    public static
    {
    System.setProperty ("tangosol.coherence.cacheconfig", "coherence_config.xml");
    System.setProperty ("tangosol.coherence.localport", "8088");
    System.setProperty ("tangosol.coherence.wka", "localhost");
    System.setProperty ("tangosol.coherence.wka.port", "8088");
    Thread thread = Thread.currentThread ();
    ClassLoader = thread.getContextClassLoader () loderPrev;
    try {}
    thread.setContextClassLoader (NamedCache.class.getClassLoader ());
    CacheFactory.ensureCluster ();
    System.out.println ("before call getCache");
    cache = CacheFactory.getCache ("employeecache");
    System.out.println ("cache:" + hide);
    }
    {Finally
    Thread.currentThread () .setContextClassLoader (loderPrev);
    }

    }
    }

    The result is:
    < 29 Aug 2011 18:54:35 IST > < WARNING > < coherence > < BEA-000000 > < 2011 - 08 - 29 18:54:35.269/806.656 Oracle coherence GE 3.6.0.4 < WARNING > (thread = Cluster, Member = n/a): this member is configured with a compatible but different WKA list then the senior member (Id = 1, Timestamp = 2011-08-29 17:10:55.356, address = 172.18.21.94:8088, MachineId = 43870, Location = site: India.TCS.com machine: 01hw299069, process:2508, role = CoherenceServer). It is strongly recommended to use the same list to all WKA is the cluster members. >
    cache: SafeNamedCache: ViewMap {Name = employeecache, ClassLoader=sun.misc.Launcher$AppClassLoader@1a16869, ServiceName = SOADistributedCache}

    Although coherence_config.xml is in the classpath of the project is not taken/overridden by the fabric-runtime.jar!/soa-coherence-cache-config.xml.
    Simply, you can test this by adding a class inside the SOA project and try to access the cache of it.
    Any help on the use of custom for the SOA components cache configuration?

    Hello

    There are 2 files that you will need to develop/specify for the use of the class from BPEL:

    1 tangosol-coherence - override.xml: this file defines the cluster and it should be created separately for each consistency group. Remember, you must have a different cluster created consistency that is used by the components of SOA deployments and discovery. This file will include all your names of WKA and cluster and so on. You can override all the elements specified in the tangosol - coherence.xml in this file. The file can be loaded using the tangosol-coherence-override system property.

    2 coherence-cache - config.xml: this file is used to specify how data is managed within the cluster? Yet once again, this file must be used to manage the cluster which is called using your BPEL code.

    I am sure that you do not specify the tangosol-coherence - override.xml which makes your BPEL class joining the cluster used by SOA to manage components.

    I hope this helps!

    See you soon,.
    NJ

  • not the substitution of the coherence-cache - config.xml, but showing the error...

    Hello

    I created a file called file tangosol-coherence - override.xml in the specified path which is "C:\Program Files\Oracle\Coherence for.NET"

    and the coherence.jar file is located in the path that is "C:\Program Files\Oracle\Coherence for." NET\lib ".

    but it is not the substitution of the XML... with the default file...


    C:\Program Files\Oracle\Coherence pour.NET\examples\ContactCache.Java > C:\Progra «»
    m Files\Java\jdk1.6.0_11\bin\java"- Server showversion-Xms128m-Xmx128m - Dtang
    STATUS ONLINE. Coherence.TTL = 0 - Dtangosol.coherence.cacheconfig = contact-cache - config.xml.
    CP 'config; lib\custom - types.jar; C:\Program Files\Oracle\Coherence for .NET\lib\c
    OHERENCE.jar' com.tangosol.net.DefaultCacheServer
    Java version "1.6.0_11.
    Java (TM) SE Runtime Environment (build 1.6.0_11 - b03)
    Java hotspot Server VM (build 11, 0 - b16, mixed mode)

    2011-06-20 15:06:57.607/2.366 Oracle coherence 3.7.0.0 < Info > (thread = hand, member)
    ER = n/a): responsible operational configuration of jar:file:/C:/Program%20Files/Ora «»
    cle/Coherence%20for%20.NET/lib/coherence.jar!/tangosol-coherence.xml ".
    2011-06-20 15:06:57.989/2.748 Oracle coherence 3.7.0.0 < Info > (thread = hand, member)
    ER = n/a): operational substitutions of jar:file:/C:/Program%20Files/Oracle/ load «»
    Coherence%20For%20.NET/lib/coherence.jar!/tangosol-coherence-override-dev.xml ".
    2011-06-20 15:06:58.049/2.808 Oracle coherence 3.7.0.0 < D5 > (thread = main Member,
    (= n/a): configuration optional override ' / tangosol-coherence - override.xml ' is not
    specified
    2011-06-20 15:06:58.062/2.821 Oracle coherence 3.7.0.0 < D5 > (thread = main Member,
    (= n/a): configuration optional override "/ custom - mbeans.xml ' is not specified

    Oracle Version 3.7.0.0 Build 23397 consistency
    Grid edition: development Mode

    Thanks in advance

    The classpath is not the same as the path. It is similar, but a classpath is a set of directories or jar Java files use to search for resources and executable code.

    Assuming you are using the sample file of Start-cache - server.cmd which is supplied with the .net examples to start your server you can put the file tangosol-coherence - override.xml in the C:\Program Files\Oracle\Coherence pour.NET\examples\ContactCache.Java\config directory because it's on the class path when using this script.

    JK

  • Integration of the CEP with consistency

    Hello

    I'm trying to integrate CEP with consistency. I want to achieve is that, I want to push the event out of the CEP processor in the cache consistency and use it in the CQL queries in the processor of the CEP.

    Is there a document or a Web page that has the steps to follow in the CEP integration process and consistency. Please give the information reg.

    Thank you
    Regnier

    Raj,

    Here is a white paper on the CEP of the Oracle and consistency as well as a sample application:

    http://blogs.Oracle.com/CEP/2008/12/oracle_cep_and_coherence_white.html

    -Luk

  • Cache popup with a button property immediate = "true".

    Hello

    I use jdevloper 11.1.2.2

    I have caching problem with popup a contentDelivery = "lazyUncached" and I add the button cancel on popup with immediate = "true" to ignore the validation in the fields in the pop-up window.

    When I click the button cancel hide popup, but once again if I show popup, it hides always old data in the entry fields.

    My source of popup is as below

    < af:popup childCreation = 'deferred' id = 'compPop '.

    autoCancel Binding = "#{pageFlowScope.CustomersBean.compPop}" = "disabled" contentDelivery = "lazyUncached" > "

    < af:dialog id = "d1" title = "#{viewcontrollerBundle.COMPANY} #{pageFlowScope.mode}" closeIconVisible = 'false' "

    type 'none' = >

    < f: facet name = "buttonBar" >

    < af:toolbar id = "t2" >

    < af:commandButton text = "#{viewcontrollerBundle.SAVE}" id = 'cb6' "

    actionListener="#{pageFlowScope.CustomersBean.onClickSaveCompPop}"/ >

    < af:commandButton text = "#{viewcontrollerBundle.CANCEL}" id = 'cb7' "

    actionListener = "#{pageFlowScope.CustomersBean.onClickCancelCompPop} '"

    immediate = "true" / >

    < / af:toolbar >

    < / f: facet >

    < af:panelFormLayout id = "pfl1" >

    < af:inputText value = "#{bindings.CompanyNumber.inputValue} '"

    label = "#{Bindings.CompanyNumber.hints.label} '"

    required = "#{Bindings.CompanyNumber.hints.Mandatory} '"

    Columns = "#{Bindings.CompanyNumber.hints.DisplayWidth} '"

    maximumLength = "#{bindings.CompanyNumber.hints.precision} '"

    shortDesc = "#{bindings.CompanyNumber.hints.tooltip}" id = "it1" > "

    < f: validator binding="#{bindings.CompanyNumber.validator}"/ >

    < / af:inputText >

    "< af:inputText value =" #{bindings.CompanyName.inputValue} "label =" #{bindings.CompanyName.hints.label} ".

    required = "#{Bindings.CompanyName.hints.Mandatory} '"

    Columns = "#{Bindings.CompanyName.hints.DisplayWidth} '"

    maximumLength = "#{bindings.CompanyName.hints.precision} '"

    shortDesc = "#{bindings.CompanyName.hints.tooltip}" id = "it2" > "

    < f: validator binding="#{bindings.CompanyName.validator}"/ >

    < / af:inputText >

    < af:selectOneChoice value = "#{bindings.CompCategory.inputValue} '"

    label = "#{Bindings.CompCategory.label} '"

    required = "#{Bindings.CompCategory.hints.Mandatory} '"

    shortDesc = "#{bindings.CompCategory.hints.tooltip}" id = "soc3" > "

    < f: selectItems value = "#{bindings.CompCategory.items}" id = "si3" / > "

    < / af:selectOneChoice >

    < af:selectOneChoice value = "#{bindings." City.inputValue}"label =" #{bindings. " City.label}.

    required = "#{bindings." City.hints.Mandatory}.

    shortDesc = "#{bindings." City.hints.ToolTip}"id ="soc4">

    < f: selectItems value = "#{bindings." City.Items}"id ="si4"/ >

    < / af:selectOneChoice >

    < af:inputText value = "#{bindings." Tele1.inputValue}"label =" #{bindings. " Tele1.hints.label}.

    required = "#{bindings." Tele1.hints.mandatory}.

    columns = "#{bindings." Tele1.hints.DisplayWidth}.

    maximumLength = "#{bindings." Tele1.hints.precision}.

    shortDesc = "#{bindings." Tele1.hints.ToolTip}"id ="it3">

    < f: validator binding = "#{bindings." Tele1.validator} "/ >"

    < / af:inputText >

    < af:inputText value = "#{bindings." Tele2.inputValue}"label =" #{bindings. " Tele2.hints.label}.

    required = "#{bindings." Tele2.hints.mandatory}.

    columns = "#{bindings." Tele2.hints.DisplayWidth}.

    maximumLength = "#{bindings." Tele2.hints.precision}.

    shortDesc = "#{bindings." Tele2.hints.ToolTip}"id ="it4">

    < f: validator binding = "#{bindings." Tele2.validator} "/ >"

    < / af:inputText >

    < af:inputText value = "#{bindings." Fax.inputValue}"label =" #{bindings. " Fax.hints.label}.

    required = "#{bindings." Fax.hints.Mandatory}.

    columns = "#{bindings." Fax.hints.displayWidth}.

    maximumLength = "#{bindings." Fax.hints.Precision}.

    shortDesc = "#{bindings." Fax.hints.ToolTip}"id ="it5">

    < f: validator binding = "#{bindings." Fax.Validator} "/ >"

    < / af:inputText >

    < af:inputText value = "#{bindings." Website.inputValue}"label =" #{bindings. " Website.hints.label}.

    required = "#{bindings." Website.hints.Mandatory}.

    columns = "#{bindings." Website.hints.displayWidth}.

    maximumLength = "#{bindings." Website.hints.Precision}.

    shortDesc = "#{bindings." Website.hints.ToolTip}"id ="it6">

    < f: validator binding = "#{bindings." Website.Validator} "/ >"

    < / af:inputText >

    < / af:panelFormLayout >

    < / af:dialog >

    < / af:popup >

    Hello

    You can try and add the tag af:resetActionListener to the Cancel button?

    http://docs.Oracle.com/CD/E28280_01/apirefs.1111/e12419/tagdoc/af_resetActionListener.html

    Frank

  • Problems with ImageAssist on the machines using SSDS m2 (NOT is)

    Hello guys,.

    first of all, I must admit, I am facing ImageAssist the first time, so maybe I m ask stupid or boring. I tried the search within this Forum, but didn t get results...

    Okay, so here´s I want to do... our new generation of material (E7270, E5570, OptiPlex7040 far, precision 7710) must be distributed to our subsidiaries around the world. Sometimes they must implement a customer, so I want to create a Sysprep Image BASE + APPS, which I can send to these guys here.

    Here´s so what I've done (problem follows when restoring my Image)

    for example allows to take the E5570, 8 GB of RAM, 256 SED m.2SSD. I installed Win7x64 Enterprise with a Microsoft ISO in a virtual machine using VMWare Workstation 11. My VM config: 4 GB of RAM, 60 GB HD, network in bridged Mode, turn off sound and VM printer and here my first question:

    Inside VM:BIOS or EFI Mode and drive hard ACHI or SATA Raid or SCSI mode? OK, I m prepared and tried all the...

    so after installing win7 and .net 4.5.2 (VMWare Tools also, for the use of slides &) and 2 Reg settings with regard to our environment (MaxTokenSize = 65535 and EnableLUA = 0) I created my BASE Image/Snapshot.

    After you add a few packages of software, I created my BASE + APPS (always with VMWare Tools).

    Next step, uninstall VMWare Tools... restart, after this judgment. now boot into DELL's PE and I created our MaintenanceImage to a network drive. So far all is working well, so I used the installation without assistance-creator tool and define our values (name & Company, selectable language, workgroup, computer name must be completed by the regional IT guy, and I checked to copy the profile to the default user profile... that s he)

    Validation tool crossed without moaning, capturing also...

    I sliced two of the Image (about 10 GB) to some 2 GB and copied on our USB key for testing purposes...

    Stick plugged USBPort E5570, restored, added DELL drivers CAB files and after restoration, the E5570 started Win7x64 for the first time... everything worked fine, etcpp... devices to about 90 percent of the first boot, I get the message: "Windows cannot configure one or more system components. TI install Windows, reboot, and re-install Windows.

    Hope someone could snap this suspicion to my face :D

    I also tried a BIOS/MBR Installation with the 7710 of precision using a standard 2.5 "SSD... I didn t get an error or a problem with this one... restroing & syspreping went well

    Waiting for lots of helpful tips to fix this :)))

    Best wishes & greetings from Germany

    CHRIS

    Hello Tyler,

    Problem solved, everything works like a charm...

    Thx for your help...

    Got the wrong information of the German support. I tried some things over the weekend, and now it works.

    Kind regards...

  • Set the size of the cache does not work (to the great usefulness of RAM)

    Hello
    I posted this question in another forum, but they told me it would be better to aks that here:
    I m read in a csv table and put in a primary database (DB_QUEUE)
    and several secondary databases (DB_BTREE). I m using the Berkeley DB 4.7
    for with C++. For the primary database, I let the standart for the secondary cache size
    databases that I want to use 16 MB:

    unsigned long cache_byte = (1024 * 1024 * 16);
    s [a]-> set_cachesize(0,cache_byte,1)

    dry [*] are the secondary databases
    and the size of the cache is set before you open databases.
    The problem is when I run the program it allocates more memory.
    but it should just use a little bit more than once 16 MB.
    Can someone help me?

    You can open all databases in a unique environment, with just a cache? Happens usually better, because Berkeley DB can share the cache based on access patterns.

    That said, an increase in size of the memory can be caused by a leak of any where in the application - it may have nothing to do with the cache of Berkeley DB. Have all of the tools that could help track where the memory is allocated? If you're on Linux, valgrind (http://valgrind.org) is great for this sort of thing.

    Kind regards
    Michael Cahill, Oracle Berkeley DB.

  • my iPhone 6s has problems with the GPS when I use some applications, it does not work well and give especially the bad road. Can someone help me?

    my iPhone 6s has problems with the GPS when I use some applications, it does not work well and give especially the bad road. Can someone help me?

    My iphone 6 has started having the same problem. Its literally the GPS. Saying that it does not find me at all. Ive seen say location for more than an hour in the suburbs of chicago. It started to happen to me after I downloaded the latest update for the iphone. I hope they react and let you know what is happening because I'm dying to know as well.

  • I can't see the pictures in my yahoo email, I did not have this problem with other browsers. I used the safe mode and still no success. Help, please.

    Question
    I can't see the pictures in my yahoo email, I did not have this problem with other browsers. I used the mode 5 firefox safe and always without success. Help, please

    To help other users find solutions, please come back to this Thread and connect you to the
    Forum with your user name and password:

    Click on 'resolved' beside the answer above that BETTER resolved your issue

    DO NOT CLICK on 'Solved It' next to this answer

  • I can't send emails with the server that I use to receive. Can you tell me how to find my server from?

    Help send emails

    I can't send emails with the server that I use to receive. Can you tell me how to find my server going.

    Your provider of messaging service for this information.

  • Tried to re - install XP with Microsoft Certified intallation disk using the original key code, but the installer doesn't recogize my valid original key code.

    Tried to reinstall XP with Microsoft Certified intallation disk using the original key code.  But the installer refuses to recogize my valid original key code.  How can I "force" the program to accept the code and/or how to circumvent the code and reinstall XP?

    original title: tried to reinstall XP

    How to activate Windows XP
    http://support.Microsoft.com/kb/307890/en-us

    See the section titled: "how to activate Windows XP by phone.
    Also, make sure that you do not confuse the product key numbers and letters
    (number 8 for the letter B, etc.)

    Blank page to activate Windows in the wizard of Windows Product Activation
    http://support.Microsoft.com/kb/314935

    How to contact a Microsoft Product Activation Center:
    http://support.Microsoft.com/default.aspx/KB/950929/en=us

    Microsoft Activation centers worldwide telephone numbers:
    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx
    (This site is for activating Volume License, but if you call, they will help you)

    The phone number is not working:
    Microsoft Wordwide contacts: http://www.microsoft.com/worldwide/default.aspx

    Once Windows activated / Genuine Advantage Notifications:
    http://www.Microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=afd45b36-3d77-4259-801c-d31a9a90cdcf
    (This tool will confirm that the copy of Windows installed on your PC is genuine and authorized)

    J W Stuart: Http://www.pagestart.com

  • My junk mail is to get term with mail that is sent using my email addresses. How can I stop this?

    My junk mail is to get term with mail that is sent using my email addresses. How can I stop this?

    I can't block emails from myself, I sometimes need to send things, so I got them at a later date.

    I know that I can view the source of the message, but I just want to stop this garbage that runs through for me.

    Can anyone help?

    There is not really a way to do it.  Just like you cannot block spam from your mailbox home - anyone can send you mail and anyone can use a false address 'return' that makes it look like it came from you.

    In fact, it is incredibly easy (only 10 letters typed) to send an e-mail that looks like it comes President @ whitehouse.gov.  That's how spammers do, because there is no check on email (I wish the people who invented the email 40 years ago had thought of that), but it is not just.

  • need help with my screen has been using mouse and the screen is smaller and smaller

    need help with my screen has been using the mouse and the screen is smaller and smaller, so can't see

    Try to hold the 'ctrl' key and turn the wheel of scrolling the mouse forward to zoom, turning the scroll wheel to the rear is to zoom out.

  • ordered a pavilion with graphics card upgrade, upgrade used only 16-bit location

    ordered a pavilion with graphics card upgrade, upgrade used only 16-bit location. I want to connect a second monitor, can I use the parent connections card currently have coverage through them that say "do not remove"?

    Hello

    If you use an adapter, then you have the choice on the end to use the adapter based on the adapter that you use. Buy cable HDMI to DVI and save frustration adapter problems and possible.

Maybe you are looking for

  • Satellite U500-186 - slow start

    Hi all Satellite U500-186 my wife is so slow to boot and load anything. It works on Win 7 Home and is standard as purchased spec. It takes about 2-3 minutes just to boot and load of Live Mail. Run AVG anti virus and not much else. Used only for surfi

  • iPad Pro cover/Stand for movies in bed

    Hello I got my mom a Pro iPad mainly so that she can watch movies and tv shows on netflix. And usually, she likes to watch in bed. It allows to use his Macbook, which she lay on the mattress or uneven rugs and just look. Now, with the iPad pro, it's

  • Bought the audio book on iPad but not displayed on the iphone

    I bought an audio book of iTunes on my iPad and he listened. I searched to download on my iPhone to listen to him out there, but is not display purchased. In fact, he wanted to charge me again for download. Any ideas please?

  • OS x can not be installed on your computer

    I downloaded the OSX El Capitan update for my Macbook Pro (5.3) Started the installation, install the system has restarted in osx mode, I had to choose a drive and installation. After several minutes, I got this error (translated from Dutch, so it ma

  • hard drive does not recognize memory stick or inserted disks

    nothing happens with the computer when we put a disk or the memory of my meter stick in the hard drive