Mac - 10.11 - El Capitan - Error occurs while using Spotify

While using Spotify on the mac (10.11 Dev preview) an error pops up with the following stack trace:  Exception Name: NSInvalidArgumentException
Description: -[SPMediaKeyTap grab]: unrecognized selector sent to instance 0x7f98434166a0
User Info: (null)
0 CoreFoundation 0x00007fff87c07b35 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x00007fff8275646a objc_exception_throw + 48
2 CoreFoundation 0x00007fff87c0ab1d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff87b4658a ___forwarding___ + 1002
4 CoreFoundation 0x00007fff87b46118 _CF_forwarding_prep_0 + 120
5 Spotify 0x000000010af10b67 _ZThn56_N5boost16exception_detail19error_info_injectorINS_6system12system_errorEED0Ev + 37623
6 Spotify 0x000000010af10cf3 _ZThn56_N5boost16exception_detail19error_info_injectorINS_6system12system_errorEED0Ev + 38019
7 Spotify 0x000000010af10dea _ZThn56_N5boost16exception_detail19error_info_injectorINS_6system12system_errorEED0Ev + 38266
8 Spotify 0x000000010af10530 _ZThn56_N5boost16exception_detail19error_info_injectorINS_6system12system_errorEED0Ev + 36032
9 HIToolbox 0x00007fff8763c77e _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1231
10 HIToolbox 0x00007fff8763bbe4 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 404
11 HIToolbox 0x00007fff8763ba43 SendEventToEventTargetWithOptions + 43
12 HIToolbox 0x00007fff876cc13c HIToolboxLSNotificationCallbackAllASNsFunc + 298
13 LaunchServices 0x00007fff918b7102 ___LSScheduleNotificationFunction_block_invoke_2 + 47
14 CoreFoundation 0x00007fff87b19f3c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
15 CoreFoundation 0x00007fff87b0c9b5 __CFRunLoopDoBlocks + 341
16 CoreFoundation 0x00007fff87b0c712 __CFRunLoopRun + 2274
17 CoreFoundation 0x00007fff87b0bbc8 CFRunLoopRunSpecific + 296
18 HIToolbox 0x00007fff87665b4d RunCurrentEventLoopInMode + 235
19 HIToolbox 0x00007fff876658df ReceiveNextEventCommon + 432
20 HIToolbox 0x00007fff87665717 _BlockUntilNextEventMatchingListInModeWithFilter + 71
21 AppKit 0x00007fff8bb5d972 _DPSNextEvent + 927
22 AppKit 0x00007fff8bf3f234 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 324
23 AppKit 0x00007fff8bb53297 -[NSApplication run] + 682
24 Chromium Embedded Framework 0x000000010c4e3831 cef_time_delta + 359761
25 Chromium Embedded Framework 0x000000010c4e300c cef_time_delta + 357676
26 Chromium Embedded Framework 0x000000010c5346b3 cef_time_delta + 691155
27 Chromium Embedded Framework 0x000000010c5212ed cef_time_delta + 612365
28 Spotify 0x000000010b5b65f9 _ZNSt3__16vectorI12CefPageRangeNS_9allocatorIS1_EEE21__push_back_slow_pathIS1_EEvOT_ + 40873
29 Spotify 0x000000010af04bce _ZNSt3__18multimapI13CefStringBaseI20CefStringTraitsUTF16ES3_NS_4lessIS3_EENS_9allocatorINS_4pairIKS3_S3_EEEEE16__construct_nodeIRA28_KcRA2_SD_JEEENS_10unique_ptrINS_11__tree_nodeINS_12__value_typeIS3_S3_EEPvEENS_21__map_node_destructorINS6_ISN_EEEEEEOT_OT0_DpOT1_ + 26206
30 Spotify 0x000000010adf07c9 Spotify + 30665
31 Spotify 0x000000010adf07b4 Spotify + 30644  The application continues running if I just click Continue -- but the error can appear continually and often while using the application.

Hi mire3212, not so much a solution (sorry), but I believe that El Capitan is actually too new for Spotify at this point. I'm not entirely sure, so hopefully someone will be able to confirm/deny this, but if I am right, then it's just a matter of time as to when Spotify will be updated, and that should take care of the issue.  

Similar Messages

  • WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found.

    I have two forests with a transitive on-way trust between them: PROD -> TEST (test trusts PROD). I had previously had kerberos authentication working with winrm from PROD to machines in TEST. I have verified the trust is healthy, I also verified users
    in TEST can use WINRM with kerberos just fine. Users from PROD cannot connect via kerberos to machines in TEST with winrm.
    I have verified the service has registered the appropriate SPNs. I ran dcdiag against all my PROD and TEST domain controllers and didn't find anything that would prevent kerberos from happening. I even tried disabling the firewall entirely on my TEST dcs
    but that didn't gain me anything.
    I've enabled kerberos logging but only see the expected errors such as it couldn't find a PROD SPN for the machine, which it shouldn't from what I understand, it should go to the TEST domain and find the SPN from there.
    I'm really out of next steps before I call PSS and hope someone here has run into this and could provide me some next steps.
    PowerShell Error:
    Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found.  
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo          : OpenError: (:) [], PSRemotingTransportException
        + FullyQualifiedErrorId : PSSessionStateBroken
    winrs Error:
    Winrs error:
    WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found.  
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config.

    Hi Adam,
    I'm a little unclear about which SPNs you were looking for, in which case could you confirm you were checking that on the computer object belonging to the actual destination host it has the following SPNs registered?
    WSMAN/<NetBIOS name>
    WSMAN/<FQDN>
    If you were actually trying to use WinRM to connect to the remote forest's domain controllers, then what you said makes sense, but I was caught between assuming this was the case or you meant another member server in that remote forest.
    Also, from the client trying to connect to this remote server, are you able to telnet to port 5985? (If you've used something other than the default, try that port)
    If you can't, then you've got something else like a firewall (be that the Windows firewall on the destination or a hardware firewall somewhere in between) blocking you at the port level, or the listener on the remote box just isn't working as expected. I
    just replied to your other winrm post with steps for checking the latter, so I won't repeat myself here.
    If you can telnet to it and the SPNs exist, then you might be up against something called selective authentication which has to do with how the trust was defined. You can have a read of
    this to learn a bit more about selective trusts and whether or not it's affecting you.
    Cheers,
    Lain

  • An unknown error occurred while using remote from iPhone to iTunes on Mac

    I have STF for this answer, but am probably using the wrong words.  I have an iPhone 3Gs with a remote app on it.  I have several things going on.
    I have a mini-mac running iTunes 10.4.  This computer runs both my music for the house as well as my Apple TV.  When I use the Remote App lately for playing and controling music, and I tap on a song within an album, I get this error.  "An unknown error occurred.  Please check your library and try again".  I am having miserable luck (basically no luck) finding or playing the music in my iTunes.
    Then an error pops up after this.  "Remote can't connect to your iTunes library.  Check your network settings and try again."
    Recently (about 5-6 days ago), my Network Gateway crashed.  This was a Linux box running Gateway software. (ClarkConnect).  Since the disk was hosed, I replaced it with a fairly new (8-10 month old) Apple Airport Extreme (version 7.5.2).  I have set this up to port forward and dispense DHCP within my house and wireless network.  Is it possible that something needs to be set additionally on this to allow remote connections to iTunes from my iPhone.  I should also say that my iPad does this just fine using the same Remote App.

    I am getting this error whilst attempting to move NEF (Nikon RAW files) either between folders on the same hard-drive or between hard-drives (which are incorporated into my Lightroom catalogue).
    Whenever I receive this error, a strange (locked) file appears in the directory/folder to which I intended to move the file and on examining this file in the terminal I can see that it contains the following error message: "cannot execute binary file...logout". The filename of this strange file is usually very random such as 470F00FF-9FBC-4517-84BF-26E52251B2B9-449-0000020C6A4DD5FD
    I do not have any problems with missing sidecars and always select "save metadata to files" before attempting to move the files...can anyone figure this out?

  • Working fine with JAVA code and Error Occured while using in JSP

    Hi.....
    When initiating a BPEL process from JAVA the code is working fine and the Process is getting initiated.But while using that code in J2EE project as a java code and while calling that method Error is occuring.....
    Here by i am attaching my JAVA Code which runs as an applicateion and package which runs in Server....
    JAVA Code (Run as Application) Working Fine:
    package bo;
    import com.oracle.bpel.client.Locator;
    import com.oracle.bpel.client.NormalizedMessage;
    import com.oracle.bpel.client.delivery.IDeliveryService;
    import java.util.Map;
    import java.util.Properties;
    import oracle.xml.parser.v2.XMLElement;
    /*import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest ;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession; */
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    public class processit {
         public static void main(String args[]){
              String input = "TATA";
              String xmlInput= "<ns1:AccessDBBPELProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/AccessDBBPEL\"><ns1:input>"+input+"</ns1:input></ns1:AccessDBBPELProcessRequest>";
              String xml="<ns1:BPELProcess1ProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/BPELProcess1\">";
              xml=xml+"<ns1:input>"+input+"</ns1:input>";
              xml=xml+"</ns1:BPELProcess1ProcessRequest>";
              try{
              Properties props=new Properties();
              props.setProperty("orabpel.platform","ias_10g");
              props.setProperty("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory");
              props.setProperty("java.naming.provider.url","opmn:ormi://157.227.132.226:6003:home/orabpel");
              props.setProperty("java.naming.security.principal","oc4jadmin");
              props.setProperty("java.naming.security.credentials","oc4jadmin");
              props.setProperty("dedicated.rmicontext", "true");
              Locator locator = new Locator("default", "bpel", props);
              System.out.println("After creating the locator object......");
              IDeliveryService deliveryService =(IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME);
              System.out.println("Before creating the NormalizedMessage object......");
              NormalizedMessage nm = new NormalizedMessage();
              System.out.println("After creating the NormalizedMessage object.*.*.*...");
              nm.addPart("payload", xml);
              System.out.println("Before creating response object......");
              NormalizedMessage res = deliveryService.request("BPELProcess1", "process", nm);
              System.out.println("After calling the BPELProcess1 .*.*.*...");
              Map payload = res.getPayload();
              System.out.println("BPEL called");
              XMLElement xmlEl=(oracle.xml.parser.v2.XMLElement)payload.get("payload");
              String replyText=xmlEl.getText();
              System.out.println("Reply from BPEL Process>>>>>>>>>>>>> "+replyText);
              catch (Exception e) {
              System.out.println("Exception : "+e);
              e.printStackTrace();
    JSP and Java Method Used:
    JSP Code:
    ===============
    <%@ page import=" bo.callbpel" %>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>FEATT - I30</title>
    </head>
    <body>
    <%
    String input=request.getParameter("dnvalue");
    callbpel p=new callbpel();
    String Output=p.Initiate(input);
    out.print("The Input Given to the BPEL Process is : "+input);
    %>
    <BR><BR><BR><BR><BR><BR>
    <%
    out.print("The Reply from BPEL Process is : "+Output);
    %>
    </body>
    </html>
    Java Code:
    package bo;
    import com.oracle.bpel.client.Locator;
    import com.oracle.bpel.client.NormalizedMessage;
    import com.oracle.bpel.client.delivery.IDeliveryService;
    import java.util.Map;
    import java.util.Properties;
    import oracle.xml.parser.v2.XMLElement;
    /*import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest ;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession; */
    //import java.util.*;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    public class callbpel {
         public String Initiate(String value){
              String replyText=null;
              String input = value;
              System.out.println(input);
              String xmlInput= "<ns1:AccessDBBPELProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/AccessDBBPEL\"><ns1:input>"+input+"</ns1:input></ns1:AccessDBBPELProcessRequest>";
              String xml="<ns1:BPELProcess1ProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/BPELProcess1\">";
              xml=xml+"<ns1:input>"+input+"</ns1:input>";
              xml=xml+"</ns1:BPELProcess1ProcessRequest>";
              try{
              Properties props=new Properties();
              props.setProperty("orabpel.platform","ias_10g");
              props.setProperty("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory");
              props.setProperty("java.naming.provider.url","opmn:ormi://157.227.132.226:6003:home/orabpel");
              props.setProperty("java.naming.security.principal","oc4jadmin");
              props.setProperty("java.naming.security.credentials","oc4jadmin");
              props.setProperty("dedicated.rmicontext", "true");
              Locator locator = new Locator("default", "bpel", props);
              String uniqueBpelId = com.collaxa.cube.util.GUIDGenerator.generateGUID();
              //System.out.println(uniqueBpelId);
              //java.util.Map msgProps = new HashMap();
              System.out.println("After creating the locator object......");
              IDeliveryService deliveryService =(IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME);
              System.out.println("Before creating the NormalizedMessage object......");
              NormalizedMessage nm = new NormalizedMessage();
              System.out.println("After creating the NormalizedMessage object.*.*.*...");
              //msgProps.put("conversationId",uniqueBpelId);
              //nm.setProperty("conversationId",uniqueBpelId);
              nm.addPart("payload", xml);
              System.out.println("Before creating response object......");
              NormalizedMessage res = deliveryService.request("BPELProcess1", "process", nm);
              System.out.println("After calling the BPELProcess1 .*.*.*...");
              Map payload = res.getPayload();
              System.out.println("BPEL called");
              XMLElement xmlEl=(oracle.xml.parser.v2.XMLElement)payload.get("payload");
              replyText=xmlEl.getText();
              System.out.println("Reply from BPEL Process>>>>>>>>>>>>> "+replyText);
              catch (Exception e) {
              System.out.println("Exception : "+e);
              e.printStackTrace();
              return replyText;
    While Creating and Object for the Class callbpel and Whilw Calling that Method
    callbpel p=new callbpel();
    String Output=p.Initiate(input);
    Its throwing an Error:
    Error Occured is:
    After creating the locator object......
    Before creating the NormalizedMessage object......
    After creating the NormalizedMessage object.*.*.*...
    Before creating response object......
    Apr 24, 2008 9:12:00 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NoClassDefFoundError: javax/ejb/EJBException
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:76)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:83)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)
         at bo.callbpel.Initiate(callbpel.java:55)
         at org.apache.jsp.output_jsp._jspService(output_jsp.java:55)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Unknown Source)
    For Running JSP i am Using Eclipse 3.2.0 and apache-tomcat-5.5.25
    Please Provide me a Solution......
    Thanks in Advance.....
    Regards,
    Suresh K

    A JSP is not the same as a Java application. A Java application has package statment, import statements, try/catch block, a JSP doesn't.

  • Topic: error occuring while use jsp

    code:
    Parsing of JSP File '/view.jsp' failed:-------------------------------------------------------------------------------- /view.jsp(18): "mybean" is not a defined bean variable on this pageprobably occurred due to an error in /view.jsp line 18:value="<jsp:getProperty name="mybean" property="firstname"/>"/>
    this is the error i am getting while accesing the view.jsp.
    here below is my view.jsp and mybean.java codes.
    view.jsp
    code:
    <jsp:useBean id="mybean" class="mvc.beans.mybean" scope="request"/ ><html><head><title>MVC View</title></head><body><h2>MVC Architecture View<h2><form method="post" action="myservlet"><table> <tr> <td>     First Name:     </td> <td>     <input type="text"           name="form first name"                    value="<jsp:getProperty name="mybean" property="firstname"/>"/>                                   </td>     </tr>      <tr>     <td>          Last Name:          </td>          <td>          <input type="text"               name="form last name"                    value="<jsp:getProperty name="mybean" property="lastname"/>"/>     </td>     </tr>      <tr>     <td>          E-mail:          </td>          <td>          <input type="text"               name="form mail"                    value="<jsp:getProperty name="mybean" property="email"/>"/>     </td>     </tr>      <tr>     <td>     <input type="submit"          value="submit"/>          <td>     <tr> </table></form></body>      <pre>     <jsp:getProperty name="mybean" property="message"> </pre></html>
    mybean.java
    code:
    package mvc.beans; public class mybean{ private String firstname; private String lastname; private String email;  public String getFirstname()     {       return fixNull(this.firstname);    } public String getLastname()     {      return fixNull(this.lastname);    } public String getEmail()     {       return fixNull(this.email);    } public void setFirstname(String firstname)     {      this.firstname=firstname;     } public void setLastname(String lastname)     {      this.lastname=lastname;     } public void setEmail(String email)     {       this.email=email;    } private String fixNull(String in){        return (in == null) ? "" : in;    }      public String getMessage()     {      return "\nFirst Name:" +  getFirstname() + "\n"              +"Last Name :" +  getLastname()  + "\n"                      +"email     :" +  getEmail()     + "\n";     } };
    please clarrify my error.

    Are u putting the bean in the request scope????

  • Error occured while using checkInFileStream of CIS

    Hi,
    I am having problem using the CIS in client mode. I am trying to use the CheckIn api. I am unable to find the problem. Following are the details:
    FLOW: Custom application – client Api – cis-server(Deployed in oracle application server) – content server.
    The part of cis-server -- content server works. I have tested the chekin being successful using the web application http://localhost:8888/cis-admin/ucpmbrowsecategory.do?category=active
    But the Custom application – Client Api – cis-server part does not work for me
    Following is the code for CheckIn along with the exception trace:
    public String checkIn() {
    System.out.println("ECM1Service :: checkIn :: Started");
    String contentId ="";
    try {
    Properties properties = new Properties();
    properties.setProperty(ICISApplication.PROPERTY_CONFIG_TYPE, "client");
    properties.setProperty(ICISApplication.PROPERTY_CONFIG_CLIENT_CONNECTION, "jndi");
    properties.setProperty("jndi."+Context.INITIAL_CONTEXT_FACTORY,ConfigUtils.getEntry("jndiInitialContextFactory"));
    properties.setProperty("jndi."+Context.PROVIDER_URL, ConfigUtils.getEntry("jndiProviderUrl"));
    properties.setProperty("jndi."+Context.SECURITY_AUTHENTICATION, ConfigUtils.getEntry("jndiSecurityAuthentication"));
    properties.setProperty("jndi."+Context.SECURITY_PRINCIPAL,ConfigUtils.getEntry("jndiSecurityPrincipal"));
    properties.setProperty("jndi."+Context.SECURITY_CREDENTIALS, ConfigUtils.getEntry("jndiSecurityCredentials"));
    ICISApplication client = CISApplicationFactory.initialize(properties);
    //Connect
    System.out.println("ECM1Service :: checkIn :: Connect Started");
    ISCSDocumentCheckinAPI api = client.getUCPMAPI().getActiveAPI().getDocumentCheckinAPI();
    ICISTransferStream transferStream = client.getUCPMAPI ().createTransferStream();
    transferStream.setFile(new File ("c:\\fileStreamTest.txt"));
    //getSCSContext
    ISCSContext context = client.getUCPMAPI ().getActiveAPI ()._createSCSContext ();
    context.setUser ("sysadmin");
    context.setCrendentials("idcdev");
    context.setAdapterName ("ecm");
    //getActiveContent
    ISCSContent activeContent = (ISCSContent) client.getUCPMAPI ().createObject(ISCSContent.class);
    ISCSContentID contentID = (ISCSContentID) client.getUCPMAPI ().createObject(ISCSContentID.class);
    contentID.setContentID("TEST_1");
    AppLog.debug("ECM1Service :: checkIn :: contentID"+contentID.getContentID());
    activeContent.setContentID (contentID);
    activeContent.setTitle ("TEST_1");
    activeContent.setType ("Test");
    activeContent.setSecurityGroup ("Public");
    activeContent.setSecurityAccount("fiscalAssistantOnly");
    //Execute
    System.out.println("ECM1Service :: checkIn :: Execute Started");
    ISCSDocumentCheckinResponse result = api.checkinFileStream (context, activeContent, transferStream);
    System.out.println("ECM1Service :: checkIn :: Execute Started after");
    String message = result.getMessage ();
    ICISID icisId = result.getIdentifier();
    contentId = icisId.getPropertyAsString("dDocName");
    System.out.println("ECM1Service :: main :: message: "+message);
    System.out.println("ECM1Service :: main :: icisId: "+icisId.getPropertyAsString("dDocName"));
    System.out.println("ECM1Service :: checkIn :: Execute Completed");
    } catch (Exception e) {
    e.printStackTrace ();
    System.out.println("ECM1Service :: checkIn ::Completed");
    return contentId;
    EXCEPTION:
    INFO [main] (AppLog.java:40) - ECMService :: checkIn :: Execute Started
    [2008-08-30 15:11:20,234] [main] DEBUG (cis.profiler) - <Timer SectionName="invokeCommand" ThreadName="main" Begin="1220123480234" Desc="" />
    [2008-08-30 15:11:20,234] [main] DEBUG (cis.profiler) - <Timer SectionName="FacadeExecuteCommand" ThreadName="main" Begin="1220123480234" Desc="active.document.checkin.checkinFileStream" />
    [2008-08-30 15:11:21,734] [main] ERROR (com.stellent.cis.server.filetransfer.impl.ClientResourceHandler) - Error parsing XML
    org.dom4j.DocumentException: Error on line 9 of document : <Line 9, Column 46>: XML-20190: (Fatal Error) Whitespace required. Nested exception: <Line 9, Column 46>: XML-20190: (Fatal Error) Whitespace required.
         at org.dom4j.io.SAXReader.read(SAXReader.java:355)
         at org.dom4j.io.SAXReader.read(SAXReader.java:271)
         at org.dom4j.DocumentHelper.parseText(DocumentHelper.java:215)
         at com.stellent.cis.server.filetransfer.impl.ClientResourceHandler.uploadFile(ClientResourceHandler.java:242)
         at com.stellent.cis.server.filetransfer.impl.ClientResourceHandler.publishResource(ClientResourceHandler.java:155)
         at com.stellent.cis.server.filetransfer.SCSContentTransferStream.writeObject(SCSContentTransferStream.java:259)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
    The message indicates that there is a parse error with the a xml file but I am unable to figure which xml file??
    My adapaterconfig.xml file is as below:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <config>
    - <properties>
    <property name="webPath">http://localhost:8888/cis-server</property>
    </properties>
    <jndi />
    - <adapter default="true" name="ecm" type="scs">
    - <config>
    <property name="port">xxxx</property>
    <property name="connectionTimeout">20000</property>
    <property name="type">socket</property>
    <property name="persistentConnection">false</property>
    <property name="host">ecmserver.xxx.com</property>
    <property name="eventPollingEnabled">true</property>
    <property name="cacheEnabled">true</property>
    </config>
    <beans template="classpath:/META-INF/resources/adapter/adapter-services-scs.jxml" />
    </adapter>
    </config>
    Please let me know pointers to this problem.
    Thanks in advance.
    Aparna
    Edited by: user537651 on Aug 30, 2008 12:56 PM

    Disabling the event polling has helped to some extent. I did not have any Command cache properties set and had event polling enabled. This came by default. Oracle support rep has told that he had seen miscellaneous errors with enabling the event poll while the chache properties are not set.
    This has helped when I deploy cis-admin application to the Oracle 10g app server on a windows machine but again, when I do the same on another machine i.e. a unix machine (I doubt if operating system would be the cause) it did not work.
    Thanks,
    Aparna Raj Golla

  • Unreachable statement error occured while using return statement.

    Consider this code
    class q25{
         public static void main(String args[]){
              amethod(args);
         public static void amethod(String args[]){
              String str;
              try{
                   str = "Hello "+args[0];
                   System.out.println(str);
                   System.out.println("Returning to caller");
                   System.exit(0);
              catch(Exception e){
                   System.out.println("Exception ocured");
                   System.exit(0);          
              finally{
                   System.out.println("In finally");
              System.out.println("At the end of method");     
    }Above code compiles and runs successfully without any errors.
    Now consider below code which is same as above one except "System.exit(0)" statements were replace by "return" statements. Below code when compiled gives error as
    "q25.java:22: unreachable statement
    System.out.println("At the end of method");
    ^
    1 error"
    One thing i didn't understood in this context that, the above code when compiled should get same error as stated above. But not. It is obvious that presence of System.exit(0) must generate unreachable statement same as when it is replaced by "return" statement. What is the difference in getting the error for above but not for below code. Pls anyone help.
    class q25{
         public static void main(String args[]){
              amethod(args);
         public static void amethod(String args[]){
              String str;
              try{
                   str = "Hello "+args[0];
                   System.out.println(str);
                   System.out.println("Returning to caller");
                   return;
              catch(Exception e){
                   System.out.println("Exception ocured");
                   return;     
              finally{
                   System.out.println("In finally");
              System.out.println("At the end of method");     
    }

    warnerja wrote:
    masijade. wrote:
    Since you have a "return" in both the try and the catch portions of the try/catch block *(the second of which you should never do)* , anything thing that comes after the try/catch/finally blocks will be unreachable.That is not true. There are plenty of reasons to return from a catch block. If you handle the exception instead of rethrowing it or another exception, then you'll need a return somehow, either there or after the catch block. What you should never do is "return" in a finally block, because that will mask any exception in flight about to be thrown to the caller.Perhaps masijade's use of never is too strong, but I too prefer/tend to avoid using return anywhere in try/catch/finally to avoid potential gotchas. Consider:
    public class TryCatchFinally
      public Data process(String s)
        Data returnData = new Data();
        try
          returnData.value = Integer.parseInt(s);
          returnData.message = "Success";
          return returnData;
        catch (Exception ex)
          returnData.value = -1;
          returnData.message = "Fail";
          return returnData;
        finally
          returnData.value = 42;
          returnData.message = "?";
      public static void main(String[] args)
        TryCatchFinally demo = new TryCatchFinally();
        Data d = demo.process("2");
        System.out.println(d.message + ": " + d.value);
        d = demo.process("2.1");
        System.out.println(d.message + ": " + d.value);
      class Data
        int value = 0;
        String message = "";
    }

  • Error occured while using DispatchAction Class

    I have a jsp file which has three submit buttons, with same name.
    If i click one of those buttons, it should execute a corresponding method from a class that extends the DispatchAction class.
    But when i click it throws method not found.
    The exact errors are
    error 1-->
    57d5900b DispatchActio E org.apache.struts.actions.DispatchAction Action[dispatchtest] does not contain method named execute1
    error 2-->
    57d5900b DispatchActio E org.apache.struts.actions.DispatchAction TRAS0014I: The following exception was logged java.lang.NoSuchMethodException: DispachActionTestClass.execute1(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    wat could be possibly the mistake.

    This shuold be the first check:
    You shoud be having three different methods for three different actions in the class which extends dispatchAction.
    Something like this:
    Submit1 -- ActionMapping1 -- DispatchActionClass --> Execute1()
    Submit2 -- ActionMapping2 -- DispatchActionClass --> Execute2()
    Submit3 -- ActionMapping3 -- DispatchActionClass --> Execute3()
    Let me know if this does not help

  • I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer w

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

  • Backup failed - error occurred while copying..  Mac Pro after restore

    Hi gang.
    After the most recent EFI Mac Pro firmware update, along with a software update... I could not reboot - got the prohibitary sign. After some time on the phone with Applecare senior tech, i did an erase install from disk with a restore from TM. Seemed to fix my issue, and could reboot as per usual, but I then began getting TM failures with...
    "The backup was not performed because an error occurred while copying files to the backup disk."
    It also said to try again later, restart, and use Disk Utility to repair the TM volume. I did all of these (no probs in Disk Utils) and got the same issue... I decided to give up my month of backups, and finally erased the disk, and time machine got through 2/3 of the 1.37tb of data on the 2tb disk before I got the same message. Tried again and got more data between more failure messages. It's now down to what it thinks is 3.07gb of data as it begins to copy, and copies to 4.36 gb of data, then says it is cleaning up, then fails with the same message... again and again. The drives being backed up and the TM hard drive are all internal disks. Any hints on how to get this working properly?
    Thanks
    Dave
    Message was edited by: daveseeley

    I migrated to my Mac Pro from a G5 several months ago... my boot drive is a 2x100gb solid state drive array. Everything was working flawlessly until I installed an EFI firmware update, and some software updates a few days ago, and my machine would not reboot. I had to erase and install from install disks, and restore from a TM backup from that morning. The catch is that the disk I installed to had some recovered files (data rescue) from trying to save my sister's Powerbook G4 hard drive... and it's possible that invisible files were picked up when I Carbon Copy Cloned that install disk back to my Raid Array boot drive. ???
    I tried excluding the usr/bin folder, and got the same error... with other usr folders showing in console error -34... so I excluded the usr folder, and so far I am 160gb through a 1.2tb backup with no issues. I'll let you know.
    I also did a disk util repair permissions on my boot raid, and got a host of issue including some unrepairable things.... I will reboot on a different disk and do a repair disk... but here's what it said-
    Repairing permissions for “SSDraid”
    Warning: SUID file "usr/bin/at" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/atq" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/atrm" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/batch" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/chfn" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/chpass" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/chsh" has been modified and will not be repaired.
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl".
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl".
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl".
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle", should be drwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib".
    ACL found but not expected on "private/etc/apache2/users".
    Repaired "private/etc/apache2/users".
    ACL found but not expected on "private/etc/postfix/main.cf".
    Repaired "private/etc/postfix/main.cf".
    ACL found but not expected on "private/etc/postfix/main.cf.default".
    Repaired "private/etc/postfix/main.cf.default".
    ACL found but not expected on "Library/Preferences/Audio".
    Repaired "Library/Preferences/Audio".
    ACL found but not expected on "Library/Preferences/com.apple.alf.plist".
    Repaired "Library/Preferences/com.apple.alf.plist".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk15/hpux-pa_risc2.0/libprofilerinterfac e.sl", should be -rwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk15/hpux-pa_risc2.0/libprofilerinterfac e.sl".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterfa ce.sl", should be -rwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterfa ce.sl".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk16/hpux-pa_risc2.0/libprofilerinterfac e.sl", should be -rwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk16/hpux-pa_risc2.0/libprofilerinterfac e.sl".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk16/hpux-pa_risc2.0w/libprofilerinterfa ce.sl", should be -rwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/VisualVM.bundl e/Contents/Home/profiler3/lib/deployed/jdk16/hpux-pa_risc2.0w/libprofilerinterfa ce.sl".
    ACL found but not expected on "System/Library/Keychains/X509Anchors".
    Repaired "System/Library/Keychains/X509Anchors".
    ACL found but not expected on "private/etc/hostconfig".
    Repaired "private/etc/hostconfig".
    ACL found but not expected on "private/var/db/launchd.db/com.apple.launchd".
    Repaired "private/var/db/launchd.db/com.apple.launchd".
    ACL found but not expected on "private/var/yp/binding".
    Repaired "private/var/yp/binding".
    Permissions repair complete

  • HT5568 I cannot update safari to 6.0.2 - I get for months "An error occurred while installing the updates.(103)" every time.  I have Mac osx 10.8.2 Mountain Lion. Is Apple asleep?

    I have Mac osx 10.8.2 Mountain Lion.
    I cannot update safari to 6.0.2. "An error occurred while installing the updates.(103)" every time.  I have Mac osx 10.8.2
    Is Apple asleep?

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select "/var/log/install.log" from the file list. Post the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, start over and note the time.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • An error occurred while installing mac os x

    i have erase my all data and now i m going to re-install OS from (command +r) internet recovery its OS X Loin  (10.7).
    it successfully download additional components from internet and then during installing OS an error display on screen
    "an error occurred while installing mac os x"
    Please advise me about this error ???

    maybe your disc got some problem.

  • HT2518 When I try using Migration Assistant an error appears on my pc... "An error occurred while preparing your information for transfer."  My mac just continues searching for the pc and yet both are on the same wifi.  Please help!!!

    When I try using Migration Assistant an error appears on my pc... "An error occurred while preparing your information for transfer."  My mac just continues searching for the pc and yet both are on the same wifi.  I'm not getting anywhere!  Please help!!!

    Simple...
    http://www.apple.com/uk/support/mac/app-store/contact/

  • On a Mac ios10.10, using online service Export PDF, error message appears,"An error occurred while trying to access service."

    Can you advise steps I might take now?  On a Mac ios10.10, using online service Export PDF, error message appears,"An error occurred while trying to access service."

    Hi Ringdoc,
    Please see this document: "Error occurred when trying to access this service" when logging on to Acrobat.com
    Let us know how it goes!
    Best,
    Sara

  • I installed Lightroom 5.6 on Mac, when starting I receive an error message "An error occurred while attempting to change modules"

    I installed Lightroom 5.6 (full version, not trial) on Mac, when starting I receive an error message "An error occurred while attempting to change modules".
    I tried removing it and reinstalling but the same error comes up.
    Anybody have any recommendations?

    A forum thread from 3 years ago talking about LR 1.x which had this problem seems to need permissions fixed or new folders created with the corrected permissions.  You might try doing a repair permissions for your user and/or run LR as an administrator user.  I am a PC person so cannot tell you exactly how to do that.
    https://forums.adobe.com/message/1457020

Maybe you are looking for

  • Windows 7 and HDD controller drivers

    I need a compatiable HDD controler driver for windows 7 for a  Slimline s3500F.  When I try to run a clean install on those desktops, windows 7 can not find a HDD to install on.  This is not an upgrade.  The drives have been formated in the windows 7

  • Efficient logic in a loop

    Hello all, I have a program where I have logic something like loop at itab.    sort itab ascending by prueflos.     clear   : t_qamr, t_qamv, t_qapo, t_qasr, t_qapp.     refresh : t_qals, t_qamr, t_qamv, t_qapo, t_qasr, t_qapp.     CALL FUNCTION 'XYZ

  • Hello I thought that I had ordered a photo book in aperture but not sure that it has gone through as I have not had a confirmation email,

    Hello I thought that I had ordered a photo book in aperture this morning but not sure that the order has gone through as I have not had a confirmation email,

  • Down to 3 errors

    but they are all the same error. Could someone please tell me how to fix and why. Thanks Steve class Day5exer1 {      public static void main(String[] arguments) {           int yearIn = 2001;           yearIn = Integer.parseInt(arguments[0]);       

  • Upgrade PrE 10 to PrPro CS6 - How?

    Hi, I have Premiere elements 10. How to upgarde to premiere pro c6s for windows 8.1 Thanks John [Title edited to clarify question - Hunt]