Can't create kext cache message

I get multiples of this message:
com.apple.kextd[10] Can't create kext cache under / - owner not root.
Just curious as everything works OK.

found at: http://www.hutsby.net/2010/02/error-message-in-osx-console-cant.html:
I was getting an error in the console:
com.apple.kextd[10]: Can't create kext cache under / - owner not root
This can be fixed by doing the following command:
sudo chown root:admin /
After that I performed the following in an AppleScript editor window entering admin password when prompted:
do shell script "/bin/chmod 1775 /;/bin/sync" with administrator privileges

Similar Messages

  • Can I create a SOAP message object from a string?

    can i create a soap message object in saaj with a string containing soap xml?
    I know messageFactory has a constructor that
    public abstract SOAPMessage createMessage(MimeHeaders headers, InputStream in)
    does anyone know how to use this? Specifically transform a SOAP message in string format to something i could pass this constructor.
    Is there a better way to do this?
    I'm not EVER going to use apache's tomcat or GLUE or anyting and need to send a soap message from a client to a server via SOAP. I need to be able to transfer a String SOAP document to something i can search for elements with.

    sorry for being critical but the tutorial you just linked to is for the most part USELESS. it doesnt deal with Java just what a SOAP message looks like. yeah, i get it, its like xml. now how do i do what i want to with saaj?
    something like
    String sm;
    sm = in.readLine(); //gives me a whole SOAP document (pretend)
    sm--->>>MAGIC------>>>>>MIMEHeaders headers & InputStream sm_in
    MessageFactory factory = MessageFactory.newInstance();
    SOAPMessage message = factory.createMessage(headers, sm_in);
    SOAPBody soapBody = message.getSOAPBody();
    Name bodyName = factory.createName("YUP","m","http://theinternet/YUP");
    Iterator iterator = soapBody.getChildElements(bodyName);
    SOAPBodyElement bodyElement = (SOAPBodyElement)iterator.next();
    String yup = bodyElement.getValue();
    System.out.println("YUP element of the SOAP document is " + yup);what is the MAGIC in the above code?

  • Upgraded to IOS 5, now mail on mac  can not create a new message/forward or reply to any messages

    Upgraded to IOS 5, now mail on mac is not working. Can receive mail but can not create a new message/forward or reply to any messages. It appears it has tried to create a new message in the background but I can't click on it.  Please help.

    Upgraded to IOS 5, now mail on mac is not working. Can receive mail but can not create a new message/forward or reply to any messages. It appears it has tried to create a new message in the background but I can't click on it.  Please help.

  • Mail can't create a new message window ...?

    Hi,
    Mail.app on my machine has been having a strange issue the past few days. Twice now, it has lost the ability to create a new message editing window.
    If I click the new message button, or select "New Message" from the file menu, or click the "Reply" button on an existing message, etc. but no new message window ever appears. Quitting Mail.app and restarting, all the new message windows suddenly appear and everything is fine again ... until the next time.
    Anyone else ever had Mail.app lose the ability to create new message editing windows like this?
    Machine: Powerbook G4 15" (Oct 2005, 1.67GHz)
    OS: 10.5.8
    Mail: 3.6 (936)
    All software updates applied
    Thanks!

    drbriggs wrote:
    try closeing the app, double click the home button then hold down any app that appears at the bottom, find messages and press the red minus sign.
    That worked.  Now, why didn't I think of that!? 
    Thanks.

  • Can I create an email message content type?

    Just want to be able to select me email message from the New Document drop down in the library.
    It doesn't work. 
    So I tried a link content type to an email message in a document library and that doesn't work either.
    Has anyone got any ideas for this?
    Thanks.
    Mel

    Hi Cameron
    I have a library that I like to put email messages into.
    But I would like to create an email message that I use all the time. So, I was hoping I could add the message as a content type and have it available in the dropdown from 'New Document', just like other Word doc content types.
    It doesn't seem to like this, gives me a message:
    So I was hoping there was a work around somehow.
    Mel
    Mel

  • Can not create mapping fro message type defined in a folder in PI

    Hello
    in PI 7.1, there is feature to created folder which is very good to organize you objects in the way you like. In ESR, I can create a new folder, and then create data type and  message type within the folder, however when I try to create a message mapping, I can NOT use message types created in any folders, only the message types created in the SAP pre-defined node Message Types can be used for message mapping. Is it a bug? if yes, in which SP will it be fixed? is there any go-around for this issue by now? I am using PI 7.1 SP5.
    Thanks
    Eric

    Hi Eric,
    It is not the flaw.
    You have two options :
    1) You can directly drag the Message Type into Message Mapping Source and Target Message area
    2) Select the Signature Tab -->Create the New Entry of Message Type and Select from the Search Result
    regards
    Gangaprasad

  • Can't create a new message.  New message icon missing!

    Starting today, I cannot send new txt messages.  When I go into messages, the top bar that normally has the EDIT and new msg icon is replaced with the search bar.  All I can do is look at msgs that are on my phone and respond to existing ones. 
    I'll try restarting my iPhone 4, but wondered if anyone has seen this before?  (and yes, latest firmware version, etc. on my iPhone 4).

    drbriggs wrote:
    try closeing the app, double click the home button then hold down any app that appears at the bottom, find messages and press the red minus sign.
    That worked.  Now, why didn't I think of that!? 
    Thanks.

  • Can I create custom error message

    I need to tell the user "NO listeners on GPIB::0:11 address, make sure instrument is connected". How do I use the Simple Error Handler to tell the user this. The error handler spits out error code 1073807265 when this does occur.

    Hello,
    I believe Dennis' last note probably meant that he would not recommend editing the -errors.txt file to remove the code. In your case, I think the best solution is to, as you suggest, unbundle the error cluster and programmatically deal with it by launching a dialog box with your comment. You can do this using the One Button Dialog function found in the Time & Dialog pallete.
    Repost if you continue to have trouble!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Can create new cache with new cache config xml to existing cache server?

    Hi,
    I have a question regarding coherence cache.
    currently there is coherence cache server running with its own cache config file.
    Can I create another cache with new cache config file?
    If so, do I need add my own cache config file and pof file to the server?
    so during cache server start up, it can load cache config and pof config file?
    Thanks for the help.
    Regards
    Julia

    Yes, when you want to load your own cache configuration you can use something like
    export CLASSPATH=coherence.jar
    java -Xms512m -Xmx512m -Dtangosol.coherence.cacheconfig=my-cache-config.xml com.tangosol.net.DefaultCacheServerby using the system parameter tangosol.coherence.cacheconfig you can add your own cache configuration. Note that
    the POF configuration is loaded when you are referring to it in your cache configuration.

  • Can't Create Bean Error

    I modified the numguess example that comes with tomcat but I get a "can't create bean" error message when I call my jsp file. If anyone can see what I'm doing wrong or suggest ways to discover the problem I'd appreciate it.
    My modified jsp:
    <!--
    Copyright (c) 1999 The Apache Software Foundation. All rights
    reserved.
    Number Guess Game
    Written by Jason Hunter, CTO, K&A Software
    http://www.servlets.com
    -->
    <%@ page import = "num.NumberGuessBean" %>
    <jsp:useBean id="numguess" class="num.NumberGuessBean" scope="session"/>
    <jsp:setProperty name="numguess" property="*"/>
    <html>
    <head><title>Number Guess</title></head>
    <body bgcolor="white">
    <font size=4>
    <% if (numguess.getSuccess()) { %>
    Congratulations! You got it.
    And after just <%= numguess.getNumGuesses() %> tries.<p>
    <% numguess.reset(); %>
    Care to try again?
    <% } else if (numguess.getNumGuesses() == 0) { %>
    Welcome to the Number Guess game.<p>
    Play with default limits ( a number between 0 and 100)<p>
    or enter upper and lower limits.<p>
    <form method=get>
    Play with defaults?: <input type=radio name=default value="yes">Yes
    <input type=radio name=default value="no">No
    <\form>
    <% if (numguess.getRadio().equals("no")) { %>
    <form method=get>
    Enter upper limit:<input type=text name=upperLimit>
    Enter lower limit:<input type=text name=lowerLimit>
    <\form>
    <% numguess.reset(); %>
    <% } %>
    <form method=get>
    What's your guess? <input type=text name=guess>
    <input type=submit value="Submit">
    </form>
    <% } else { %>
    Good guess, but nope. Try <b><%= numguess.getHint() %></b>.
    You have made <%= numguess.getNumGuesses() %> guesses.<p>
    I'm thinking of a number between <jsp:getProperty name="numguess" property="lowerLimit"/> and <jsp:getProperty name="numguess" property="upperLimit"/>.<p>
    <form method=get>
    What's your guess? <input type=text name=guess>
    <input type=submit value="Submit">
    </form>
    <% } %>
    </font>
    </body>
    </html>
    and the modified bean:
    * ====================================================================
    * The Apache Software License, Version 1.1
    * Copyright (c) 1999 The Apache Software Foundation. All rights
    * reserved.
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    * are met:
    * 1. Redistributions of source code must retain the above copyright
    * notice, this list of conditions and the following disclaimer.
    * 2. Redistributions in binary form must reproduce the above copyright
    * notice, this list of conditions and the following disclaimer in
    * the documentation and/or other materials provided with the
    * distribution.
    * 3. The end-user documentation included with the redistribution, if
    * any, must include the following acknowlegement:
    * "This product includes software developed by the
    * Apache Software Foundation (http://www.apache.org/)."
    * Alternately, this acknowlegement may appear in the software itself,
    * if and wherever such third-party acknowlegements normally appear.
    * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
    * Foundation" must not be used to endorse or promote products derived
    * from this software without prior written permission. For written
    * permission, please contact [email protected].
    * 5. Products derived from this software may not be called "Apache"
    * nor may "Apache" appear in their names without prior written
    * permission of the Apache Group.
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
    * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
    * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    * SUCH DAMAGE.
    * ====================================================================
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation. For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    * Originally written by Jason Hunter, http://www.servlets.com.
    package num;
    import java.util.*;
    public class NumberGuessBean {
    int answer;
    boolean success;
    String hint;
    int numGuesses;
    String radiochoice;
    int lowerLimit=0;
    int upperLimit=100;
    String error;
    public NumberGuessBean() {
    reset();
    public void setGuess(String guess) {
    numGuesses++;
    int g;
    try {
    g = Integer.parseInt(guess);
    catch (NumberFormatException e) {
    g = -1;
    if (g == answer) {
    success = true;
    else if (g == -1) {
    hint = "a number next time";
    else if (g < answer) {
    hint = "higher";
    else if (g > answer) {
    hint = "lower";
    public void setRadio(String s) {
         radiochoice=s;
    public String getRadio() {
         return radiochoice;
    public void setLowerLimit( int lowerLimit) {
         this.lowerLimit=lowerLimit;
    public int getLowerLimit() {
         return lowerLimit;
    public void setUpperLimit(int upperLimit) {
         this.upperLimit=upperLimit;
    public int getUpperLimit() {
         return upperLimit;
    public boolean getSuccess() {
    return success;
    public String getHint() {
    return "" + hint;
    public String getError() {
         return ""+error;
    public int getNumGuesses() {
    return numGuesses;
    public void reset() {
         if (getRadio().equals("yes")) {
              answer = (int)(Math.random()*100);
         else {
              int i;
              i=(int)(Math.random()*upperLimit);
              if (i<lowerLimit) {
                   i=i+lowerLimit;
              answer=i;
         success = false;
    numGuesses = 0;

    implement synchronizable and createa constructor, then check it once again.

  • Can't create new / forward / reply email on 6700 s...

    I have google sync set on MFE account. It syncs well with the excising mail, calendar, contacts. But for some odd reason I can't create new mail message.
    "Toimintoa ei voitu suorittaa loppuun" ( veeery vague, "Can't complete action!" I guess) says the modal dialog overlay over the recipient / subject fields. Pushing anything cancels the new message.
    I have been hunting different setting for email, mfe, messages for a while but have not come up with anything that would have helped with the issue?

    This solved it. Don't know why. Shouldn't be like this. When I searched for it, the file appeared. Not only it it appear but my three other attempts appeared as well. All four of them are in Contacts. That's a bit wacked I think.
    Thanks very much.
    Wait it gets better. I went back to the email. Clicked the email address to save it. Selected Add to existing contact. Found the contact. Added it. Click Done, and the name is gone again from the Conatcts directory. Used the search function again, and it reappeared.
    But there's more. Left the phone app. Came back to it and the name is gone again. Apparently every time I want this name I have to add it by searching in Spotlight, and of course it's not updating iCloud so it's never going to get back to my computer.
    Message was edited by: Tom Wolsky

  • TS2167 i'm getting an error message.. can't create the file "header.jpg." The disk may be damaged or full, or you may not have suuficient access priveleges.

    I need to publish to a local folder on my desk top and I am getting this error message.
    can’t create the file “header.jpg.” The disk may be damaged or full, or you may not have suuficient access priveleges.
    Please help... I need to copy to a disk... it was working fine until I attached a big project, I tried to delete the project, but still not workng.

    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    3 - launch iWeb and try again.
    NOTE:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • Cannot publish to folder - message says "Can't create the file...."

    Can't create the file "Momoola.com." The disk may be damaged, full or you may not have sufficient access privileges.
    I havent' changed anything since the last time I published to this folder. I ran Disk Utility and Repaired Permissions in case that was the problem, but I'm still getting the same error message.
    Don't think disk is damaged. Have about 7 gigs left on HD, so that's not it.
    Any ideas?

    I can offer a shotgun effect fix but don't know if any a definite fix for this. Try the following:
    close iWeb.
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home/Library/Preferences folder.
    go to your Home/Library/Caches/com.apple.iWeb folder and delete its contents.
    reboot.
    launch iWeb and try again.
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

  • Can't create message-won't send

    Recently my wife has been unable to create a new message on her TiBook. You click on create message fill in the to and subject and go to the body and you can't input more than 6 characters. It just starting beeping. If you click on send nothing happens. The only thing you can do is save as a draft. You can send web-based email. There is very little mail in her IMAP account so space is not a problem. When I switch users and try it from my account the same thing happens.
    I tried it with an external keyboard and no joy. Don't know what else to try. Is it possible to just reinstall Mail?
    Ti 1 gig with 1 gig   Mac OS X (10.4.3)  

    I have a fix for this! There is something in your cache that's corrupted.
    To fix this, I downloaded MainMenu from VersionTracker ( http://tc.versiontracker.com/product/redir/lid/672564/MainMenu15.zip). I ran the "quick clean" option of "clean system cache". Rebooted the machine. I no longer have any of the problems I had: I can type a new message; I can send a message; I can forward a message.

  • How can I create unique partnerships to deal with like EDI messages?

    I have an EDI to Application partnership setup currently that deals with translating MEDRUC type EDIFACT messages to a mainframe format. The setup is
    Sender = PARTNERA,
    Receiver = PARTNERB
    DocType = MEDRUC.
    In the Input EDI tab the
    Sender Qualifier ID = ZZ:PARTNERA
    Receiver Qualifier ID = ZZ:PARTNERB
    Standard = EDIFACT
    Version = D
    Release Number = 97B.
    Use UNG to locate partnerships = No
    EDIFACT messages contain all this information in their UNB and UNH segments which is where SunONE IS B2B looks to then match against the relevant partnership. My problem is this does not go to enough granularity for me to distinguish uniqueness for the second partnership I need to create.
    The problem is the "Association assigned code" field in the UNH for EDIFACT messages is not catered for anywhere in the partnership details area. This means then that whilst my existing partnership deals with Simplified Billing Claim MEDRUC's which is Association assigned code = SBC20, I can't create an EDI to Application partnership for PARTNERA and PARTNER B to cater for Two Way Gap Claiming MEDRUC's which are Association assigned code = TWC10, ie the two messages are D97B MEDRUC type messages only distinguished from each other by this Association assigned code.
    Any ideas how can I then create a unique EDI to Application partnership for this TWC10 MEDRUC message?
    What I am thinking I will have to do is make this second partnership Application to Application and create a custom service to wrap the MEDRUC message with a HREC/TREC and use the parameters in the HREC to dictate the DocType rather than use the UNB/UNH segments in the MEDRUC?

    Hmmm. It looks like way back when the decision was made on how specific the keys had to be, they didn't get quite specific enough for your case. I'm not super experienced with EDIFACT but I'll throw out some suggestions based on my HREC and X12 knowledge.
    A. Could you handle both instnaces through the same partnership, but alter the map to create unique outputs based on the two different types? At least of the cards would need to be handled through Route, but you could have that picked up by a simple Outprep / Gateway Service list that put the data where you wanted it.
    B. Before Parse, run a custom service that is capable of inspecting for which type of data it is, then modify one of the key fields in place to find the Second partnership. Really getting adventurous, maybe you could alter keys in the UNG to make the distinction. This assumes that you don't have both types of documents in the same interchange.
    C. Your idea may be workable. Can you give some more detail on the make-up of the Service list and the destination/processing of the two differnt types of MEDRUC?
    Thanks.

Maybe you are looking for