Cannot bind

hi
i try to create new dynamic site. (cs3)
i defined a database.
in binding i click the (+), define everything and testing is
good.
i see the data!
but when i click ok i dont see the content in the binding
panel but ir
remains
"1... 2... 3... 4. press the (+)..."
if testing is fine why don't i see the content (the tables
names) in the
binding panels?
here is the code before the head:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1255"%>
<!--#include file="Connections/shir.asp" -->
<%
Dim shir
Dim shir_cmd
Dim shir_numRows
Set shir_cmd = Server.CreateObject ("ADODB.Command")
shir_cmd.ActiveConnection = MM_shir_STRING
shir_cmd.CommandText = "SELECT * FROM koteret"
shir_cmd.Prepared = true
Set shir = shir_cmd.Execute
shir_numRows = 0
%>
the connection:
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_shir_STRING
MM_shir_STRING = "dsn=shir;"
%>
thanks
lenny

If you use Naming.bind you supply a URL. If you use Registry.bind you just supply the name part.
Ditto Naming.lookup and Registry.lookup.

Similar Messages

  • Adding elements to a node: cannot bind or add element

    Hallo,
    I want add emenents of my phases and subphases to a table, but I get this exception:
    ContextException: Node(RoadMapVIew.phase_subphase_table): cannot bind or add element, because it is already bound to a node
    The code is the following:
    int phaseSize = processT.getSequenceGroup1().getPhaseList().getSequenceGroup1().getPhase().length;
                     String currentStatus = "";
                     String currentPhaseId = "";
                     String currentSubphaseId = "";
                     String currentNotifyId = "";
                     String lastStatus = "";
                     for (int i = 0; i < phaseSize; i++)
    PhaseT phaseT = processT.getSequenceGroup1().getPhaseList().getSequenceGroup1().getPhase();
                         IPrivateRoadMapVIew.IPhase_subphase_tableElement tableElement = wdContext.nodePhase_subphase_table().createPhase_subphase_tableElement();
                          tableElement.setPhase_desc(phaseT.getSequenceGroup1().getPhaseDesc());
                          tableElement.setPhase_id(phaseT.getSequenceGroup1().getPhaseId());
                          int subPhaseSize = phaseT.getSequenceGroup1().getSubPhaseList().getSequenceGroup1().getSubPhase().length;
                          for(int j = 0; j< subPhaseSize; j++)
                               SubPhaseT subPhaseT = phaseT.getSequenceGroup1().getSubPhaseList().getSequenceGroup1().getSubPhase()[j];
                               tableElement.setSubphase_desc(subPhaseT.getSequenceGroup1().getSubPhaseDesc());
                               tableElement.setSubphase_id(subPhaseT.getSequenceGroup1().getSubPhaseId());
                               String status = subPhaseT.getSequenceGroup1().getStatus();
                               wdContext.nodePhase_subphase_table().addElement(tableElement);
                               lastStatus = status;
                               //le fasi/sotofasi sono ordinate perciò la corrente è l'ultima con uno status valido
                               if (status != null && !status.equals(""))
                                    currentStatus = status;
                                    currentPhaseId = phaseT.getSequenceGroup1().getPhaseId();
                                    currentSubphaseId = subPhaseT.getSequenceGroup1().getSubPhaseId();
                                    if (status.equals(DAConst.STATUS_NOTIFY))
                                         //currentNotifyId = "notifyId"; //subPhaseT.getSequenceGroup1().getNotifyId();
                                         currentNotifyId = subPhaseT.getSequenceGroup1().getNotifyId();
    Can anybody help me please?
    Thanks,
    regards,
    Andrea

    I have solved moving the creation of the reference of the node element and the setting of elements inside the second for loop:
    for (int i = 0; i < phaseSize; i++)
                          PhaseT phaseT = processT.getSequenceGroup1().getPhaseList().getSequenceGroup1().getPhase()<i>;
                          String phaseDesc=phaseT.getSequenceGroup1().getPhaseDesc();
                          String phaseId=phaseT.getSequenceGroup1().getPhaseId();
                          int subPhaseSize = phaseT.getSequenceGroup1().getSubPhaseList().getSequenceGroup1().getSubPhase().length;
                          for(int j = 0; j< subPhaseSize; j++)
                               SubPhaseT subPhaseT = phaseT.getSequenceGroup1().getSubPhaseList().getSequenceGroup1().getSubPhase()[j];
                               IPrivateRoadMapVIew.IPhase_subphase_tableElement tableElement = wdContext.nodePhase_subphase_table().createPhase_subphase_tableElement();
                               tableElement.setSubphase_desc(subPhaseT.getSequenceGroup1().getSubPhaseDesc());
                               tableElement.setSubphase_id(subPhaseT.getSequenceGroup1().getSubPhaseId());
                               tableElement.setPhase_desc(phaseDesc);
                               tableElement.setPhase_id(phaseId);
                               String status = subPhaseT.getSequenceGroup1().getStatus();
                               wdContext.nodePhase_subphase_table().addElement(tableElement);
                               lastStatus = status;
    Thanks everybody for helps,
    Andrea

  • Address already in use: Cannot bind

    Hi all. I have a desktop app that sends commands and receives responses from a network appliance.
    All commands and responses work fine except one - trying to use RTPSocketPlayer on port 49154.
    The normal command and response UDP port is 49152. Streaming audio should come in on port 49154.
    I am closing and disconnecting the socket on 49152 after every command and response.
    But when I try to invoke the RTPSocketPlayer and bind port 49154 to my local IP, I get the
    Address already in use: Cannot bind error.
    Any suggestions? Thanks!
    waynew

    Ah OK, I get it. Change the InitSocket() method thus:
    sock = new DatagramSocket(null);
    sock.setReuseAddress(true);
    sock.bind(new InetSocketAddress(addr, sockPort));but also have a look at netstat -an to see who else is on that port and whether that's OK.

  • Error while starting Instance -javax.naming.NamingException: Cannot bind nu

    Kindly help!!!!!
    Application gets deployed on Oracle Weblogic Server 11g. But while starting its gives the Error
    javax.naming.NamingException: Cannot bind null object to jndi with name.
    All the things seems to be in place. Kindly help

    No I am not getting this error while deploying the application. Application gets successfully deployed.
    Once I start the application I get this error
    <Apr 17, 2010 5:28:46 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating
    <Apr 17, 2010 5:28:46 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Could not setup environment
    at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1361)
    at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:408)
    at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:182)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:48)
    Truncated. see log file for complete stacktrace
    javax.naming.NamingException: Cannot bind null object to jndi with name jms/queue/EodBodQueueJNDI
    at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:311)
    at weblogic.jndi.internal.WLEventContextImpl.bind(WLEventContextImpl.java:277)
    at weblogic.deployment.EnvironmentBuilder.addConnectorRef(EnvironmentBuilder.java:233)
    at weblogic.deployment.EnvironmentBuilder.addResourceReferences(EnvironmentBuilder.java:152)
    at weblogic.servlet.internal.CompEnv.activate(CompEnv.java:138)
    Truncated. see log file for complete stacktrace

  • BPEL Newbie  -- Cannot bind input

    Have been given a wsdl to an internal web service, This service can be accessed by soapUI and XMLSpy default soap generators without any problem
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:par="http://localhost/XX/XX">
    <soapenv:Header/>
    <soapenv:Body>
    <par:SeriesTitle>TEST</par:SeriesTitle>
    <par:SeriesId>1/200-01</par:SeriesId>
    <par:ProgrammeIdRef>1/2000</par:ProgrammeIdRef>
    <par:SeriesStatus>PROD</par:SeriesStatus>
    <par:ProductionAreaIdRef1>DRAMA</par:ProductionAreaIdRef1>
    </soapenv:Body>
    </soapenv:Envelope>
    but Oracle BPEL fails with a remote fault thrown -- 'Cannot bind input'
    The only strange thing, possibly linked - is because there are no partner link details in the original wsdl Oracle BPEL creates its own

    Hi,
    I suggest you to create a value node exactly like Output_Remarks model node in the controller context and populate all the data from Ouput_Remarks node to this value node.  You can write for loop or you can use WDCopyService.copyElements() method to copy the elements from model node to value node.
    Create one more additional boolean attribute as "isEnteredByUser" in the same value node.
    By default this boolean attribute value for all the elements will be false.
    Every time when user updates the remarks for a particular entry then go and update the remarks field for that particular entry in the value node. And change "isEnteredByUser" boolean attribute to true.
    And every time check whether remarks exist or not in the value node.
    Because of this "isEnteredByUser" attribute , you can easily identify the records which are modified at front end while updaing in database.
    I dont think it is better to update the Output model node with user input.
    Regards,
    Charan

  • GeneralException Node(( Context path of node ): cannot bind or add element,

    Hello all,
    Stack trace :
    GeneralException Node((<Context path of node>): cannot bind or add element, because it is already bound to a node
    I am trying to upload data from excel file in web dynpro context.In the process,  when I create and add  an element to the node which I want to populate with excel data, it throws the above mentioned exception.
    Any idea as to wht is causing the problem ?

    Hi,
    GeneralException Node((<Context path of node>): cannot bind or add element, because it is already bound to a node
    It seems that its a mapped node, try to bind or addelements at the source.
    Ex: If this node is mapped from controller to view try to add elements in contoller instead of doing in view.
    Regards
    Ayyapparaj

  • Cannot bind a string array

    Hi guys! I badly need your help.
    I'm trying to bind string[] variable in Java(IDCGetInfoResult) to another string[] in JavaFX (simpleList).
    However, I can't seem to be able to do so.
    The code statement highlighted in red generates an error message:
    the target type of a bind cannot be an array
    found: native array of string
    required: object or sequence
    IDCGetInfoResult -> array of strings in control.java
    var simpleList: String[] =  bind r.control.getIDCGetInfoResult();
    var simpleListView : ListView = ListView {
            translateX: 0
            translateY: 0
            layoutX: 20
            layoutY: 80
            height: 130
            width: 200
            items: simpleList
    for(i in [0..simpleList.size()-1])
            insert simpleList[i] into simpleListView.items;
    }By the way, I'm using the Observer and Observable class as suggested by this blog post:
    http://blogs.sun.com/michaelheinrichs/entry/binding_java_objects_in_javafx
    Edited by: tsubaki.pw on Jan 27, 2010 10:43 PM
    Edited by: tsubaki.pw on Jan 27, 2010 10:45 PM

    OK, I came with a quite convoluted solution, it might be a starting point for real code...
    Part of the complexity comes because I didn't want to make my class extending Observable.
    A recent thread ([cannot find java.util.Observable in JavaFX application|http://forums.sun.com/thread.jspa?threadID=5425241]) reminded that we cannot bind a Java variable from JavaFX, so we have to use Observable and Observer pair.
    Here is my test code:
    ObservableData.java import java.util.*;
    public class ObservableData
      ArrayList<String> info = new ArrayList<String>();
      Notifier notifier = new Notifier();
      ObservableData(Observer obs)
        addObserver(obs);
      void init()
        for (int i = 0; i < 10; i++)
          info.add("Item " + i);
        notifier.change();
        notifier.notifyObservers();
      ArrayList<String> getData()
        return info;
      void addObserver(Observer obs)
        notifier.addObserver(obs);
      void update(int n)
        String newItem = "Item " + n;
        System.out.println("Update => " + newItem);
        info.add(newItem);
        notifier.change();
        notifier.notifyObservers(newItem);
      public String toString()
        return info.toString();
      static class Notifier extends Observable
        public void change() { setChanged(); }
    Test.fx class Watcher extends java.util.Observer
      override function update(obs: java.util.Observable, ob: Object): Void
        def updatedItem = ob as String;
        println("Update with '{updatedItem}'");
        def list = javaData.getData();
        println(list.toString());
        simpleList = for (item in list) item as String;
    var javaData = new ObservableData(Watcher {});
    var simpleList: String[];
    var simpleListView: ListView = ListView {
      translateX: 0
      translateY: 0
      layoutX: 20
      layoutY: 80
      height: 130
      width: 200
      items: bind simpleList
    var b = Button
      text: "Update"
      action: function (): Void
        def val = 10 + Math.random() * 100 as Integer;
        println("Update with {val}");
        javaData.update(val)
    var scene: Scene;
    Stage
        title: "Observing Java data"
        scene: scene = Scene
            width: 300
            height: 300
            content:
                b, simpleListView
    javaData.init(); // Placement is important! If you want the list view to be initializedHere I refresh the whole content of the list view; depending on the data and the way to update it, you can use the updatedItem value to do a partial update.

  • BLOB & CMP EJB - Cannot bind stream to a ScrollableResultSet

    Hi,
    I am trying to bind a byte[] to a Blob column in CMP EJB using Oracle 10g OCI driver in WebSphere. This gives the below error.
    java.sql.SQLException: Cannot bind stream to a ScrollableResultSet or UpdatableResultSetDSRA0010E: SQL State = null, Error Code = 17,169
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:195)
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.setUncheckedException(LocalExceptionMappingStrategy.java:266)
         at com.ibm.ejs.container.EJSDeployedSupport.setUncheckedLocalException(EJSDeployedSupport.java:318)
    Thanks

    When you create a DataSource, use the below class in the field 'Data Source helper classs name'. This should solve the issue.
    import java.util.Properties;
    import javax.resource.ResourceException;
    import com.ibm.websphere.appprofile.accessintent.AccessIntent;
    public class OracleDataStoreHelper extends com.ibm.websphere.rsadapter.OracleDataStoreHelper {
         public OracleDataStoreHelper(Properties props) {
              super(props);
         public int getResultSetConcurrency(AccessIntent intent)     throws ResourceException {
              return java.sql.ResultSet.CONCUR_READ_ONLY;
    }

  • ContextException : cannot bind or add element

    Hi all,
    I can't find an answer to my problem.
    Hope you'll be able to
    Here are the facts :
    Context :
    I'm currently creating a TeamViewer for Managers to be able to select the employees they manage.
    For that, I have a table which lists them all, displaying their infos in specific columns.
    Both columns and data are dynamic and are specified in the SAP back end.
    I use the following bapis to get these informations :
    - HRWPC_RFC_GET_COL_INFO (returns columns informations)
    - HRWPC_RFC_GET_OBJECTS (returns employees personal numbers -> pernr)
    Fact is the second one doesn't return as much informations as needed.
    So I have then to call a third bapi :
    - MYBAPI_USER_INFOS (return informations about an employee)
    which, from an employee pernr, returns a lot more informations about him.
    Fact is I manage to use efficiently both first bapis, so I get columns and pernr data.
    Then I would like to get in a context node the list of enhanced informations of the employees, which is mapped to my view context and applied to a dynamic table.
    My problem :
    While adding programmaticaly the columns to my context node, I get the following exception : "com.sap.tc.webdynpro.progmodel.context.ContextException: Node(TeamViewerApp.MainViewColumns): cannot bind or add element, because it is already bound to a node" error.
    Error summary :
    - com.sap.tc.webdynpro.progmodel.context.ContextException: Node(TeamViewerApp.MainViewColumns): cannot bind or add element, because it is already bound to a node
    -- at com.sap.tc.webdynpro.progmodel.context.Node.prepareAddElement(Node.java:649)
    -- at com.sap.tc.webdynpro.progmodel.context.Node.addElement(Node.java:635)
    -- at com.airfrance.tv1.teamviewer.components.TeamViewerApp.updateMainView(*TeamViewerApp.java:560*)
    -- at com.airfrance.tv1.teamviewer.components.wdp.InternalTeamViewerApp.updateMainView(InternalTeamViewerApp.java:534)
    -- at com.airfrance.tv1.teamviewer.components.views.TeamViewerView.onActionChangeView(TeamViewerView.java:197)
    TeamViewerComp code :
         wdThis.getColumnsMainView(viewId, userLanguage, userId); // get the columns infos
         IGetColumns_ResultNode columns = wdContext.nodeGetColumns_Result();
         for(int i=0; i<columns.size(); i++) {
              IWDNodeElement column = columns.getElementAt(i); // get the #i column
              wdContext.nodeMainViewColumns().addElement(column);  +//add this column to my other context +
    My context :
    Component
    - GetColumns (Model)
    -- GetColumns_Output
    --- GetColumns_Result
    Colname
    Heading
    -- Langu
    -- Uname
    -- Viewid
    - MainViewColumns (Value)
    -- lot of infos
    - SubViewColumns (Value)
    -- lot of infos
    My environment :
    - os : Windows XP SP2
    - procesor : 3GHz
    - memory : 3Gb
    - ide : SAP NWDS 7.0.12
    - server JEE : 7.00 SP12
    - server VM : Java Sun 1.4.2_12
    Any help will be really appreciated
    Thank you for your time!
    Alphonse

    HI,
    com.sap.tc.webdynpro.progmodel.context.ContextException: Node(HrChiefRedressalView.Ctx_FilteredOutput): cannot bind or add element, because it is already bound to a node
    Try to bind or add element from the source of the node instead of mapped one.
    Ex:
    Controller->View
    If your node is mapped from controller to view. bind/add element should be done at controller level not at view level.
    Regards
    Ayyapparaj

  • I cannot bind to OD remotely

    When I am logged in to my home network I can bind a new machine to OD without an issue, but I cannot bind/authenticate a new machine out side of it even though i have FQDN pointing to my server complete with DNS setup and also an SSL to be sure.
    All ports are confirmed open for all my services on the router and yet I can VPN, Profile Manager etc just not able to work with OD unless im connected to the same network the OD server is on even trying to connect to OD using the FQDN says host not found.
    Please check if you wish server.bwnetwork.net
    Thanks

    Fixed this issue it appears you cannot bind to or connect to the OD outside of the local network - come on Apple I didnt use a FQDN for it to not work.

  • Cannot bind (2100)

    Hello everyone,
    I am not able to bind to my server from outside the LAN, but I am within it. I have forwarded every port that could have anything to do with Open Directory and it is still not working. I have verified that the ports are open. I have tried not using SSL (disabling it in Server Admin) and tried with it, neither work. I always get the error Connection failed to the directory server. (2100)
    The reason I'm trying to do this is I am trying to integrate the directory into Wordpress and wordpress cannot bind either, presumably because nobody can from outside the LAN.
    Thank you in advance for any help you can provide.
    Brian

    Indeed the server's certificate isn't trusted.  That's a first hint.  Couldn't hurt trying to install the certificate on the client computer, and then trying to bind.
    If it still isn't working:
    Secondly... Get a copy of the server admin tools for 10.7 if you don't have them already.
    In Server Admin, Connect to your server and click on the Open Directory Service.
    Click the Settings button at the top.
    Click the policies tab
    Click the binding tab.
    For testing purposes ONLY and only do this temporarily...
    Uncheck everything in terms of security.
    Then try to connect.
    After a bit of hunting online, there's another person that had the same issue with no resolution.
    Until he set up a VPN.  Which IMO is probably a better option for you.
    Setting up a VPN will allow you to connect to your network in a secure way across the internet as though you were inside the network.
    It's a bit more letwork on each client, but the security benefits are probably worth it.

  • Cannot Bind Clients to Newly Configured Mac Server (10.8)

    I have downloaded, installed and configured Server 10.8 on my iMac, and am having difficulty binding clients (all OS X 10.8) to it. Everything seems to be configured corecttly in the Server app, and the clients are able to find it no problem. But it crashes the client side when I try to bind them to the server. I looked in the sysem log file on the server, and there is a whole mess of error messageas appearing, with a sampling here:
    Oct 23 07:08:56 server.sheavernet.private mdworker[34841]: Unable to talk to lsboxd
    Oct 23 07:08:56 server.sheavernet.private sandboxd[34843] ([34842]): mdworker(34842) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:08:56 server.sheavernet.private sandboxd[34843] ([34841]): mdworker(34841) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:08:56 server kernel[0]: Sandbox: sandboxd(34843) deny mach-lookup com.apple.coresymbolicationd
    These errors repeat over and over in the log, and may or may not impact what I am trying to do.
    When trying to bind the client, I get a whole bunch of error, to many to include here. (wish I could upload the text file). Would someone be willing to take a look at the full listing and help me troubleshoot it? It would be MUCH appreciated!

    Thanks Jaime, I went ahead and turned on debug logging and tried again to join my client to the OD. The two screenshots show what I saw on the client side, and the text below contains the log entries associated with this attempt.
    Oct 23 07:08:56 server.sheavernet.private mdworker[34841]: Unable to talk to lsboxd
    Oct 23 07:08:56 server.sheavernet.private sandboxd[34843] ([34842]): mdworker(34842) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:08:56 server.sheavernet.private sandboxd[34843] ([34841]): mdworker(34841) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:08:56 server kernel[0]: Sandbox: sandboxd(34843) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:11:27 server.sheavernet.private com.apple.backupd[34898]: Starting automatic backup
    Oct 23 07:11:27 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [15] for authorization created by '/usr/libexec/UserEventAgent' [15] (100012,0)
    Oct 23 07:11:27 server.sheavernet.private com.apple.backupd[34898]: Backup failed with error: 19
    Oct 23 07:11:27 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [15] for authorization created by '/usr/libexec/UserEventAgent' [15] (100012,0)
    Oct 23 07:11:28 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 07:11:28 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 07:12:32 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xd1-192.168.1.3:0!
    Oct 23 07:12:56 server.sheavernet.private mdworker[34921]: Unable to talk to lsboxd
    Oct 23 07:12:56 server.sheavernet.private mdworker[34919]: Unable to talk to lsboxd
    Oct 23 07:12:56 server.sheavernet.private mdworker[34920]: Unable to talk to lsboxd
    Oct 23 07:12:57 server.sheavernet.private sandboxd[34923] ([34921]): mdworker(34921) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:12:57 server.sheavernet.private sandboxd[34923] ([34919]): mdworker(34919) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:12:57 server.sheavernet.private sandboxd[34923] ([34920]): mdworker(34920) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:12:57 server kernel[0]: Sandbox: sandboxd(34923) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:13:50 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xd2-192.168.1.3:0!
    Oct 23 07:14:57 server.sheavernet.private mdworker[34957]: Unable to talk to lsboxd
    Oct 23 07:14:57 server.sheavernet.private sandboxd[34959] ([34957]): mdworker(34957) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:14:57 server kernel[0]: Sandbox: sandboxd(34959) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:18:58 server.sheavernet.private mdworker[35025]: Unable to talk to lsboxd
    Oct 23 07:18:58 server.sheavernet.private mdworker[35024]: Unable to talk to lsboxd
    Oct 23 07:18:58 server.sheavernet.private mdworker[35023]: Unable to talk to lsboxd
    Oct 23 07:18:58 server.sheavernet.private sandboxd[35027] ([35025]): mdworker(35025) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:18:58 server.sheavernet.private sandboxd[35027] ([35024]): mdworker(35024) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:18:58 server.sheavernet.private sandboxd[35027] ([35023]): mdworker(35023) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:18:58 server kernel[0]: Sandbox: sandboxd(35027) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:22:59 server.sheavernet.private mdworker[35099]: Unable to talk to lsboxd
    Oct 23 07:22:59 server.sheavernet.private mdworker[35100]: Unable to talk to lsboxd
    Oct 23 07:22:59 server.sheavernet.private mdworker[35101]: Unable to talk to lsboxd
    Oct 23 07:22:59 server kernel[0]: Sandbox: sandboxd(35103) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:22:59 server.sheavernet.private sandboxd[35103] ([35099]): mdworker(35099) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:22:59 server.sheavernet.private sandboxd[35103] ([35100]): mdworker(35100) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:22:59 server.sheavernet.private sandboxd[35103] ([35101]): mdworker(35101) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:23:31 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xd3-192.168.1.3:0!
    Oct 23 07:25:00 server.sheavernet.private mdworker[35145]: Unable to talk to lsboxd
    Oct 23 07:25:00 server.sheavernet.private sandboxd[35147] ([35145]): mdworker(35145) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:25:00 server kernel[0]: Sandbox: sandboxd(35147) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:27:00 server.sheavernet.private mdworker[35180]: Unable to talk to lsboxd
    Oct 23 07:27:00 server.sheavernet.private mdworker[35179]: Unable to talk to lsboxd
    Oct 23 07:27:00 server.sheavernet.private sandboxd[35181] ([35180]): mdworker(35180) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:27:00 server.sheavernet.private sandboxd[35181] ([35179]): mdworker(35179) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:27:01 server kernel[0]: Sandbox: sandboxd(35181) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:30:16 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xd5-192.168.1.3:0!
    Oct 23 07:31:01 server.sheavernet.private mdworker[35247]: Unable to talk to lsboxd
    Oct 23 07:31:01 server.sheavernet.private mdworker[35248]: Unable to talk to lsboxd
    Oct 23 07:31:01 server.sheavernet.private mdworker[35249]: Unable to talk to lsboxd
    Oct 23 07:31:01 server.sheavernet.private sandboxd[35261] ([35247]): mdworker(35247) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:31:01 server.sheavernet.private sandboxd[35261] ([35248]): mdworker(35248) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:31:01 server.sheavernet.private sandboxd[35261] ([35249]): mdworker(35249) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:31:01 server kernel[0]: Sandbox: sandboxd(35261) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:33:02 server.sheavernet.private mdworker[35295]: Unable to talk to lsboxd
    Oct 23 07:33:02 server.sheavernet.private sandboxd[35297] ([35295]): mdworker(35295) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:33:02 server kernel[0]: Sandbox: sandboxd(35297) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:37:03 server.sheavernet.private mdworker[35361]: Unable to talk to lsboxd
    Oct 23 07:37:03 server.sheavernet.private mdworker[35359]: Unable to talk to lsboxd
    Oct 23 07:37:03 server.sheavernet.private mdworker[35360]: Unable to talk to lsboxd
    Oct 23 07:37:03 server.sheavernet.private sandboxd[35363] ([35361]): mdworker(35361) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:37:03 server.sheavernet.private sandboxd[35363] ([35359]): mdworker(35359) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:37:03 server.sheavernet.private sandboxd[35363] ([35360]): mdworker(35360) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:37:03 server kernel[0]: Sandbox: sandboxd(35363) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:41:04 server.sheavernet.private mdworker[35427]: Unable to talk to lsboxd
    Oct 23 07:41:04 server.sheavernet.private mdworker[35429]: Unable to talk to lsboxd
    Oct 23 07:41:04 server.sheavernet.private mdworker[35428]: Unable to talk to lsboxd
    Oct 23 07:41:04 server kernel[0]: Sandbox: sandboxd(35441) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:41:04 server.sheavernet.private sandboxd[35441] ([35427]): mdworker(35427) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:41:04 server.sheavernet.private sandboxd[35441] ([35429]): mdworker(35429) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:41:04 server.sheavernet.private sandboxd[35441] ([35428]): mdworker(35428) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:42:11 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xd6-192.168.1.3:0!
    Oct 23 07:43:04 server.sheavernet.private mdworker[35467]: Unable to talk to lsboxd
    Oct 23 07:43:05 server.sheavernet.private sandboxd[35478] ([35467]): mdworker(35467) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:43:05 server kernel[0]: Sandbox: sandboxd(35478) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:45:05 server.sheavernet.private mdworker[35503]: Unable to talk to lsboxd
    Oct 23 07:45:05 server.sheavernet.private mdworker[35502]: Unable to talk to lsboxd
    Oct 23 07:45:05 server.sheavernet.private sandboxd[35513] ([35503]): mdworker(35503) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:45:05 server.sheavernet.private sandboxd[35513] ([35502]): mdworker(35502) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:45:06 server kernel[0]: Sandbox: sandboxd(35513) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:49:06 server.sheavernet.private mdworker[35577]: Unable to talk to lsboxd
    Oct 23 07:49:06 server.sheavernet.private mdworker[35579]: Unable to talk to lsboxd
    Oct 23 07:49:06 server.sheavernet.private mdworker[35578]: Unable to talk to lsboxd
    Oct 23 07:49:06 server.sheavernet.private sandboxd[35581] ([35577]): mdworker(35577) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:49:06 server.sheavernet.private sandboxd[35581] ([35579]): mdworker(35579) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:49:06 server.sheavernet.private sandboxd[35581] ([35578]): mdworker(35578) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:49:06 server kernel[0]: Sandbox: sandboxd(35581) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:51:07 server.sheavernet.private mdworker[35623]: Unable to talk to lsboxd
    Oct 23 07:51:07 server.sheavernet.private sandboxd[35625] ([35623]): mdworker(35623) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:51:07 server kernel[0]: Sandbox: sandboxd(35625) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:51:24 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xda-192.168.1.3:0!
    Oct 23 07:55:07 server.sheavernet.private mdworker[35689]: Unable to talk to lsboxd
    Oct 23 07:55:07 server.sheavernet.private mdworker[35687]: Unable to talk to lsboxd
    Oct 23 07:55:07 server.sheavernet.private mdworker[35688]: Unable to talk to lsboxd
    Oct 23 07:55:07 server kernel[0]: Sandbox: sandboxd(35691) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 07:55:07 server.sheavernet.private sandboxd[35691] ([35689]): mdworker(35689) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:55:07 server.sheavernet.private sandboxd[35691] ([35687]): mdworker(35687) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:55:07 server.sheavernet.private sandboxd[35691] ([35688]): mdworker(35688) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:59:08 server.sheavernet.private mdworker[35749]: Unable to talk to lsboxd
    Oct 23 07:59:08 server.sheavernet.private mdworker[35747]: Unable to talk to lsboxd
    Oct 23 07:59:08 server.sheavernet.private mdworker[35748]: Unable to talk to lsboxd
    Oct 23 07:59:08 server.sheavernet.private sandboxd[35761] ([35749]): mdworker(35749) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:59:08 server.sheavernet.private sandboxd[35761] ([35747]): mdworker(35747) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:59:08 server.sheavernet.private sandboxd[35761] ([35748]): mdworker(35748) deny mach-lookup com.apple.ls.boxd
    Oct 23 07:59:09 server kernel[0]: Sandbox: sandboxd(35761) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:00:16 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xdb-192.168.1.3:0!
    Oct 23 08:01:09 server.sheavernet.private mdworker[35795]: Unable to talk to lsboxd
    Oct 23 08:01:09 server.sheavernet.private sandboxd[35797] ([35795]): mdworker(35795) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:01:10 server kernel[0]: Sandbox: sandboxd(35797) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:03:10 server.sheavernet.private mdworker[35812]: Unable to talk to lsboxd
    Oct 23 08:03:10 server.sheavernet.private mdworker[35811]: Unable to talk to lsboxd
    Oct 23 08:03:10 server.sheavernet.private sandboxd[35813] ([35812]): mdworker(35812) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:03:10 server.sheavernet.private sandboxd[35813] ([35811]): mdworker(35811) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:03:10 server kernel[0]: Sandbox: sandboxd(35813) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:07:10 server.sheavernet.private mdworker[35843]: Unable to talk to lsboxd
    Oct 23 08:07:10 server.sheavernet.private mdworker[35842]: Unable to talk to lsboxd
    Oct 23 08:07:10 server.sheavernet.private mdworker[35841]: Unable to talk to lsboxd
    Oct 23 08:07:10 server.sheavernet.private sandboxd[35845] ([35843]): mdworker(35843) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:07:10 server.sheavernet.private sandboxd[35845] ([35842]): mdworker(35842) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:07:10 server.sheavernet.private sandboxd[35845] ([35841]): mdworker(35841) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:07:11 server kernel[0]: Sandbox: sandboxd(35845) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:09:11 server.sheavernet.private mdworker[35861]: Unable to talk to lsboxd
    Oct 23 08:09:11 server.sheavernet.private sandboxd[35863] ([35861]): mdworker(35861) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:09:12 server kernel[0]: Sandbox: sandboxd(35863) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:11:57 server.sheavernet.private com.apple.backupd[35890]: Starting automatic backup
    Oct 23 08:11:57 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [15] for authorization created by '/usr/libexec/UserEventAgent' [15] (100012,0)
    Oct 23 08:11:57 server.sheavernet.private com.apple.backupd[35890]: Backup failed with error: 19
    Oct 23 08:11:57 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [15] for authorization created by '/usr/libexec/UserEventAgent' [15] (100012,0)
    Oct 23 08:11:58 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 08:11:58 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 08:13:12 server.sheavernet.private mdworker[35900]: Unable to talk to lsboxd
    Oct 23 08:13:12 server.sheavernet.private mdworker[35902]: Unable to talk to lsboxd
    Oct 23 08:13:12 server.sheavernet.private mdworker[35901]: Unable to talk to lsboxd
    Oct 23 08:13:12 server.sheavernet.private sandboxd[35904] ([35900]): mdworker(35900) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:13:12 server.sheavernet.private sandboxd[35904] ([35902]): mdworker(35902) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:13:12 server.sheavernet.private sandboxd[35904] ([35901]): mdworker(35901) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:13:12 server kernel[0]: Sandbox: sandboxd(35904) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:17:13 server.sheavernet.private mdworker[35933]: Unable to talk to lsboxd
    Oct 23 08:17:13 server.sheavernet.private mdworker[35932]: Unable to talk to lsboxd
    Oct 23 08:17:13 server.sheavernet.private mdworker[35934]: Unable to talk to lsboxd
    Oct 23 08:17:13 server.sheavernet.private sandboxd[35936] ([35933]): mdworker(35933) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:17:13 server.sheavernet.private sandboxd[35936] ([35932]): mdworker(35932) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:17:13 server.sheavernet.private sandboxd[35936] ([35934]): mdworker(35934) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:17:13 server kernel[0]: Sandbox: sandboxd(35936) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:17:56 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xdd-192.168.1.3:0!
    Oct 23 08:19:14 server.sheavernet.private mdworker[35952]: Unable to talk to lsboxd
    Oct 23 08:19:14 server.sheavernet.private sandboxd[35954] ([35952]): mdworker(35952) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:19:14 server kernel[0]: Sandbox: sandboxd(35954) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:21:14 server.sheavernet.private mdworker[35977]: Unable to talk to lsboxd
    Oct 23 08:21:14 server.sheavernet.private mdworker[35976]: Unable to talk to lsboxd
    Oct 23 08:21:14 server.sheavernet.private sandboxd[35978] ([35977]): mdworker(35977) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:21:14 server.sheavernet.private sandboxd[35978] ([35976]): mdworker(35976) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:21:15 server kernel[0]: Sandbox: sandboxd(35978) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:25:15 server.sheavernet.private mdworker[36006]: Unable to talk to lsboxd
    Oct 23 08:25:15 server.sheavernet.private mdworker[36005]: Unable to talk to lsboxd
    Oct 23 08:25:15 server.sheavernet.private mdworker[36007]: Unable to talk to lsboxd
    Oct 23 08:25:15 server.sheavernet.private sandboxd[36009] ([36006]): mdworker(36006) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:25:15 server.sheavernet.private sandboxd[36009] ([36005]): mdworker(36005) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:25:15 server.sheavernet.private sandboxd[36009] ([36007]): mdworker(36007) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:25:15 server kernel[0]: Sandbox: sandboxd(36009) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:27:16 server.sheavernet.private mdworker[36025]: Unable to talk to lsboxd
    Oct 23 08:27:16 server kernel[0]: Sandbox: sandboxd(36027) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:27:16 server.sheavernet.private sandboxd[36027] ([36025]): mdworker(36025) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:27:41 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xe0-192.168.1.3:0!
    Oct 23 08:30:06 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xe1-192.168.1.3:0!
    Oct 23 08:31:04 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 08:31:04 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 08:31:04 server.sheavernet.private kdc[14291]: AS-REQ [email protected] from 127.0.0.1:59519 for krbtgt/[email protected]
    Oct 23 08:31:04 --- last message repeated 1 time ---
    Oct 23 08:31:04 server.sheavernet.private kdc[14291]: Client sent patypes: REQ-ENC-PA-REP
    Oct 23 08:31:04 server.sheavernet.private kdc[14291]: Need to use PA-ENC-TIMESTAMP/PA-PK-AS-REQ
    Oct 23 08:31:04 server.sheavernet.private kdc[14291]: AS-REQ [email protected] from 127.0.0.1:54377 for krbtgt/[email protected]
    Oct 23 08:31:05 --- last message repeated 1 time ---
    Oct 23 08:31:05 server.sheavernet.private kdc[14291]: Client sent patypes: ENC-TS, REQ-ENC-PA-REP
    Oct 23 08:31:05 server.sheavernet.private kdc[14291]: ENC-TS pre-authentication succeeded -- [email protected]
    Oct 23 08:31:05 server.sheavernet.private kdc[14291]: Client supported enctypes: aes256-cts-hmac-sha1-96, aes128-cts-hmac-sha1-96, des3-cbc-sha1, arcfour-hmac-md5, using aes256-cts-hmac-sha1-96/aes256-cts-hmac-sha1-96
    Oct 23 08:31:05 server.sheavernet.private kdc[14291]: Requested flags: forwardable
    Oct 23 08:31:05 server.sheavernet.private kdc[14291]: TGS-REQ [email protected] from 127.0.0.1:53253 for host/[email protected] [canonicalize]
    Oct 23 08:31:05 server.sheavernet.private kdc[14291]: TGS-REQ [email protected] from 127.0.0.1:52312 for ldap/[email protected] [canonicalize]
    Oct 23 08:31:16 server.sheavernet.private mdworker[36066]: Unable to talk to lsboxd
    Oct 23 08:31:16 server.sheavernet.private mdworker[36067]: Unable to talk to lsboxd
    Oct 23 08:31:16 server.sheavernet.private mdworker[36068]: Unable to talk to lsboxd
    Oct 23 08:31:16 server.sheavernet.private sandboxd[36070] ([36066]): mdworker(36066) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:31:16 server.sheavernet.private sandboxd[36070] ([36067]): mdworker(36067) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:31:16 server.sheavernet.private sandboxd[36070] ([36068]): mdworker(36068) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:31:17 server kernel[0]: Sandbox: sandboxd(36070) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:32:05 server.sheavernet.private servermgrd[36063]: -[AccountsRequestHandler(AccountsSystemConfigurationObservation) registerForKeychainEventNotifications]: SecKeychainAddCallback() status: -25297
    Oct 23 08:35:17 server.sheavernet.private mdworker[36103]: Unable to talk to lsboxd
    Oct 23 08:35:17 server.sheavernet.private mdworker[36102]: Unable to talk to lsboxd
    Oct 23 08:35:17 server.sheavernet.private mdworker[36104]: Unable to talk to lsboxd
    Oct 23 08:35:17 server.sheavernet.private sandboxd[36106] ([36103]): mdworker(36103) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:35:17 server.sheavernet.private sandboxd[36106] ([36102]): mdworker(36102) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:35:17 server.sheavernet.private sandboxd[36106] ([36104]): mdworker(36104) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:35:18 server kernel[0]: Sandbox: sandboxd(36106) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:36:05 server.sheavernet.private servermgrd[36063]: No requests in 300 seconds, shutting down
    Oct 23 08:37:19 server.sheavernet.private mdworker[36122]: Unable to talk to lsboxd
    Oct 23 08:37:19 server.sheavernet.private sandboxd[36124] ([36122]): mdworker(36122) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:37:19 server kernel[0]: Sandbox: sandboxd(36124) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:37:26 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xe3-192.168.1.3:0!
    Oct 23 08:39:19 server.sheavernet.private mdworker[36139]: Unable to talk to lsboxd
    Oct 23 08:39:19 server.sheavernet.private mdworker[36138]: Unable to talk to lsboxd
    Oct 23 08:39:19 server.sheavernet.private sandboxd[36140] ([36139]): mdworker(36139) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:39:19 server.sheavernet.private sandboxd[36140] ([36138]): mdworker(36138) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:39:19 server kernel[0]: Sandbox: sandboxd(36140) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:40:15 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xe4-192.168.1.3:0!
    Oct 23 08:43:20 server.sheavernet.private mdworker[36177]: Unable to talk to lsboxd
    Oct 23 08:43:20 server.sheavernet.private mdworker[36176]: Unable to talk to lsboxd
    Oct 23 08:43:20 server.sheavernet.private mdworker[36178]: Unable to talk to lsboxd
    Oct 23 08:43:20 server.sheavernet.private sandboxd[36180] ([36177]): mdworker(36177) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:43:20 server.sheavernet.private sandboxd[36180] ([36176]): mdworker(36176) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:43:20 server.sheavernet.private sandboxd[36180] ([36178]): mdworker(36178) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:43:20 server kernel[0]: Sandbox: sandboxd(36180) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:45:21 server.sheavernet.private mdworker[36196]: Unable to talk to lsboxd
    Oct 23 08:45:21 server.sheavernet.private sandboxd[36198] ([36196]): mdworker(36196) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:45:21 server kernel[0]: Sandbox: sandboxd(36198) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:49:21 server.sheavernet.private mdworker[36226]: Unable to talk to lsboxd
    Oct 23 08:49:21 server.sheavernet.private mdworker[36225]: Unable to talk to lsboxd
    Oct 23 08:49:21 server.sheavernet.private mdworker[36224]: Unable to talk to lsboxd
    Oct 23 08:49:21 server.sheavernet.private sandboxd[36228] ([36226]): mdworker(36226) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:49:21 server.sheavernet.private sandboxd[36228] ([36225]): mdworker(36225) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:49:21 server.sheavernet.private sandboxd[36228] ([36224]): mdworker(36224) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:49:22 server kernel[0]: Sandbox: sandboxd(36228) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:53:22 server.sheavernet.private mdworker[36264]: Unable to talk to lsboxd
    Oct 23 08:53:22 server.sheavernet.private mdworker[36265]: Unable to talk to lsboxd
    Oct 23 08:53:22 server.sheavernet.private mdworker[36266]: Unable to talk to lsboxd
    Oct 23 08:53:22 server.sheavernet.private sandboxd[36268] ([36264]): mdworker(36264) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:53:22 server.sheavernet.private sandboxd[36268] ([36265]): mdworker(36265) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:53:22 server.sheavernet.private sandboxd[36268] ([36266]): mdworker(36266) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:53:22 server kernel[0]: Sandbox: sandboxd(36268) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:55:23 server.sheavernet.private mdworker[36284]: Unable to talk to lsboxd
    Oct 23 08:55:23 server kernel[0]: Sandbox: sandboxd(36286) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 08:55:23 server.sheavernet.private sandboxd[36286] ([36284]): mdworker(36284) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:57:24 server.sheavernet.private mdworker[36300]: Unable to talk to lsboxd
    Oct 23 08:57:24 server.sheavernet.private mdworker[36301]: Unable to talk to lsboxd
    Oct 23 08:57:24 server.sheavernet.private sandboxd[36302] ([36300]): mdworker(36300) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:57:24 server.sheavernet.private sandboxd[36302] ([36301]): mdworker(36301) deny mach-lookup com.apple.ls.boxd
    Oct 23 08:57:24 server kernel[0]: Sandbox: sandboxd(36302) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:01:24 server.sheavernet.private mdworker[36337]: Unable to talk to lsboxd
    Oct 23 09:01:24 server.sheavernet.private mdworker[36338]: Unable to talk to lsboxd
    Oct 23 09:01:24 server.sheavernet.private mdworker[36339]: Unable to talk to lsboxd
    Oct 23 09:01:24 server kernel[0]: Sandbox: sandboxd(36341) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:01:24 server.sheavernet.private sandboxd[36341] ([36337]): mdworker(36337) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:01:24 server.sheavernet.private sandboxd[36341] ([36338]): mdworker(36338) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:01:24 server.sheavernet.private sandboxd[36341] ([36339]): mdworker(36339) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:03:25 server.sheavernet.private mdworker[36357]: Unable to talk to lsboxd
    Oct 23 09:03:25 server.sheavernet.private sandboxd[36359] ([36357]): mdworker(36357) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:03:25 server kernel[0]: Sandbox: sandboxd(36359) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:07:26 server.sheavernet.private mdworker[36388]: Unable to talk to lsboxd
    Oct 23 09:07:26 server.sheavernet.private mdworker[36386]: Unable to talk to lsboxd
    Oct 23 09:07:26 server.sheavernet.private mdworker[36387]: Unable to talk to lsboxd
    Oct 23 09:07:26 server.sheavernet.private sandboxd[36390] ([36388]): mdworker(36388) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:07:26 server.sheavernet.private sandboxd[36390] ([36386]): mdworker(36386) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:07:26 server.sheavernet.private sandboxd[36390] ([36387]): mdworker(36387) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:07:26 server kernel[0]: Sandbox: sandboxd(36390) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:11:27 server.sheavernet.private mdworker[36428]: Unable to talk to lsboxd
    Oct 23 09:11:27 server.sheavernet.private mdworker[36426]: Unable to talk to lsboxd
    Oct 23 09:11:27 server.sheavernet.private mdworker[36427]: Unable to talk to lsboxd
    Oct 23 09:11:27 server.sheavernet.private sandboxd[36430] ([36428]): mdworker(36428) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:11:27 server.sheavernet.private sandboxd[36430] ([36426]): mdworker(36426) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:11:27 server.sheavernet.private sandboxd[36430] ([36427]): mdworker(36427) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:11:27 server kernel[0]: Sandbox: sandboxd(36430) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:12:27 server.sheavernet.private com.apple.backupd[36441]: Starting automatic backup
    Oct 23 09:12:27 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [15] for authorization created by '/usr/libexec/UserEventAgent' [15] (100012,0)
    Oct 23 09:12:27 server.sheavernet.private com.apple.backupd[36441]: Backup failed with error: 19
    Oct 23 09:12:27 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [15] for authorization created by '/usr/libexec/UserEventAgent' [15] (100012,0)
    Oct 23 09:12:28 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 09:12:28 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 09:13:28 server.sheavernet.private mdworker[36449]: Unable to talk to lsboxd
    Oct 23 09:13:28 server.sheavernet.private sandboxd[36451] ([36449]): mdworker(36449) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:13:29 server kernel[0]: Sandbox: sandboxd(36451) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:15:29 server.sheavernet.private mdworker[36466]: Unable to talk to lsboxd
    Oct 23 09:15:29 server.sheavernet.private mdworker[36465]: Unable to talk to lsboxd
    Oct 23 09:15:29 server.sheavernet.private sandboxd[36467] ([36466]): mdworker(36466) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:15:29 server.sheavernet.private sandboxd[36467] ([36465]): mdworker(36465) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:15:29 server kernel[0]: Sandbox: sandboxd(36467) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:19:30 server.sheavernet.private mdworker[36496]: Unable to talk to lsboxd
    Oct 23 09:19:30 server.sheavernet.private mdworker[36495]: Unable to talk to lsboxd
    Oct 23 09:19:30 server.sheavernet.private mdworker[36494]: Unable to talk to lsboxd
    Oct 23 09:19:30 server.sheavernet.private sandboxd[36499] ([36496]): mdworker(36496) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:19:30 server.sheavernet.private sandboxd[36499] ([36495]): mdworker(36495) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:19:30 server.sheavernet.private sandboxd[36499] ([36494]): mdworker(36494) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:19:30 server kernel[0]: Sandbox: sandboxd(36499) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:21:40 server.sheavernet.private mdworker[36524]: Unable to talk to lsboxd
    Oct 23 09:21:40 server.sheavernet.private sandboxd[36526] ([36524]): mdworker(36524) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:21:40 server kernel[0]: Sandbox: sandboxd(36526) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:25:41 server.sheavernet.private mdworker[36554]: Unable to talk to lsboxd
    Oct 23 09:25:41 server.sheavernet.private mdworker[36553]: Unable to talk to lsboxd
    Oct 23 09:25:41 server.sheavernet.private mdworker[36552]: Unable to talk to lsboxd
    Oct 23 09:25:41 server.sheavernet.private sandboxd[36556] ([36554]): mdworker(36554) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:25:41 server.sheavernet.private sandboxd[36556] ([36553]): mdworker(36553) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:25:41 server.sheavernet.private sandboxd[36556] ([36552]): mdworker(36552) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:25:41 server kernel[0]: Sandbox: sandboxd(36556) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:29:41 server.sheavernet.private mdworker[36584]: Unable to talk to lsboxd
    Oct 23 09:29:41 server.sheavernet.private sandboxd[36585] ([36584]): mdworker(36584) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:29:41 server.sheavernet.private mdworker[36586]: Unable to talk to lsboxd
    Oct 23 09:29:41 server.sheavernet.private sandboxd[36585] ([36586]): mdworker(36586) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:29:42 server kernel[0]: Sandbox: sandboxd(36585) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:29:42 server.sheavernet.private mdworker[36587]: Unable to talk to lsboxd
    Oct 23 09:29:42 server.sheavernet.private sandboxd[36585] ([36587]): mdworker(36587) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:31:42 server.sheavernet.private mdworker[36615]: Unable to talk to lsboxd
    Oct 23 09:31:42 server.sheavernet.private sandboxd[36617] ([36615]): mdworker(36615) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:31:43 server kernel[0]: Sandbox: sandboxd(36617) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:33:43 server.sheavernet.private mdworker[36631]: Unable to talk to lsboxd
    Oct 23 09:33:43 server.sheavernet.private mdworker[36632]: Unable to talk to lsboxd
    Oct 23 09:33:43 server.sheavernet.private sandboxd[36633] ([36631]): mdworker(36631) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:33:43 server.sheavernet.private sandboxd[36633] ([36632]): mdworker(36632) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:33:43 server kernel[0]: Sandbox: sandboxd(36633) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:37:44 server.sheavernet.private mdworker[36663]: Unable to talk to lsboxd
    Oct 23 09:37:44 server.sheavernet.private mdworker[36662]: Unable to talk to lsboxd
    Oct 23 09:37:44 server.sheavernet.private mdworker[36661]: Unable to talk to lsboxd
    Oct 23 09:37:44 server.sheavernet.private sandboxd[36665] ([36663]): mdworker(36663) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:37:44 server.sheavernet.private sandboxd[36665] ([36662]): mdworker(36662) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:37:44 server.sheavernet.private sandboxd[36665] ([36661]): mdworker(36661) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:37:44 server kernel[0]: Sandbox: sandboxd(36665) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:38:45 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xe5-192.168.1.3:0!
    Oct 23 09:39:45 server.sheavernet.private mdworker[36681]: Unable to talk to lsboxd
    Oct 23 09:39:45 server.sheavernet.private sandboxd[36683] ([36681]): mdworker(36681) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:39:45 server kernel[0]: Sandbox: sandboxd(36683) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:40:20 server.sheavernet.private com.apple.usbmuxd[16435]: _handle_timer heartbeat detected detach for device 0xe6-192.168.1.3:0!
    Oct 23 09:43:45 server.sheavernet.private mdworker[36718]: Unable to talk to lsboxd
    Oct 23 09:43:45 server.sheavernet.private mdworker[36717]: Unable to talk to lsboxd
    Oct 23 09:43:45 server.sheavernet.private mdworker[36719]: Unable to talk to lsboxd
    Oct 23 09:43:45 server.sheavernet.private sandboxd[36721] ([36718]): mdworker(36718) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:43:45 server.sheavernet.private sandboxd[36721] ([36717]): mdworker(36717) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:43:45 server.sheavernet.private sandboxd[36721] ([36719]): mdworker(36719) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:43:46 server kernel[0]: Sandbox: sandboxd(36721) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:47:46 server.sheavernet.private mdworker[36749]: Unable to talk to lsboxd
    Oct 23 09:47:46 server.sheavernet.private mdworker[36751]: Unable to talk to lsboxd
    Oct 23 09:47:46 server.sheavernet.private mdworker[36750]: Unable to talk to lsboxd
    Oct 23 09:47:46 server.sheavernet.private sandboxd[36753] ([36749]): mdworker(36749) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:47:46 server.sheavernet.private sandboxd[36753] ([36751]): mdworker(36751) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:47:46 server.sheavernet.private sandboxd[36753] ([36750]): mdworker(36750) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:47:46 server kernel[0]: Sandbox: sandboxd(36753) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:49:47 server.sheavernet.private mdworker[36770]: Unable to talk to lsboxd
    Oct 23 09:49:47 server.sheavernet.private sandboxd[36772] ([36770]): mdworker(36770) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:49:48 server kernel[0]: Sandbox: sandboxd(36772) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:51:48 server.sheavernet.private mdworker[36795]: Unable to talk to lsboxd
    Oct 23 09:51:48 server.sheavernet.private mdworker[36794]: Unable to talk to lsboxd
    Oct 23 09:51:48 server.sheavernet.private sandboxd[36796] ([36795]): mdworker(36795) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:51:48 server.sheavernet.private sandboxd[36796] ([36794]): mdworker(36794) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:51:48 server kernel[0]: Sandbox: sandboxd(36796) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:55:48 server.sheavernet.private mdworker[36825]: Unable to talk to lsboxd
    Oct 23 09:55:48 server.sheavernet.private mdworker[36823]: Unable to talk to lsboxd
    Oct 23 09:55:48 server.sheavernet.private mdworker[36824]: Unable to talk to lsboxd
    Oct 23 09:55:49 server.sheavernet.private sandboxd[36827] ([36825]): mdworker(36825) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:55:49 server.sheavernet.private sandboxd[36827] ([36823]): mdworker(36823) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:55:49 server.sheavernet.private sandboxd[36827] ([36824]): mdworker(36824) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:55:49 server kernel[0]: Sandbox: sandboxd(36827) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 09:57:49 server.sheavernet.private mdworker[36843]: Unable to talk to lsboxd
    Oct 23 09:57:49 server.sheavernet.private sandboxd[36845] ([36843]): mdworker(36843) deny mach-lookup com.apple.ls.boxd
    Oct 23 09:57:50 server kernel[0]: Sandbox: sandboxd(36845) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 10:01:50 server.sheavernet.private mdworker[36879]: Unable to talk to lsboxd
    Oct 23 10:01:50 server.sheavernet.private mdworker[36880]: Unable to talk to lsboxd
    Oct 23 10:01:50 server.sheavernet.private mdworker[36881]: Unable to talk to lsboxd
    Oct 23 10:01:50 server.sheavernet.private sandboxd[36883] ([36879]): mdworker(36879) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:01:50 server.sheavernet.private sandboxd[36883] ([36880]): mdworker(36880) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:01:50 server.sheavernet.private sandboxd[36883] ([36881]): mdworker(36881) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:01:50 server kernel[0]: Sandbox: sandboxd(36883) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 10:05:51 server.sheavernet.private mdworker[36911]: Unable to talk to lsboxd
    Oct 23 10:05:51 server.sheavernet.private mdworker[36912]: Unable to talk to lsboxd
    Oct 23 10:05:51 server.sheavernet.private mdworker[36913]: Unable to talk to lsboxd
    Oct 23 10:05:51 server.sheavernet.private sandboxd[36915] ([36911]): mdworker(36911) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:05:51 server.sheavernet.private sandboxd[36915] ([36912]): mdworker(36912) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:05:51 server.sheavernet.private sandboxd[36915] ([36913]): mdworker(36913) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:05:51 server kernel[0]: Sandbox: sandboxd(36915) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 10:07:52 server.sheavernet.private mdworker[36932]: Unable to talk to lsboxd
    Oct 23 10:07:52 server.sheavernet.private sandboxd[36934] ([36932]): mdworker(36932) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:07:52 server kernel[0]: Sandbox: sandboxd(36934) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 10:09:53 server.sheavernet.private mdworker[36948]: Unable to talk to lsboxd
    Oct 23 10:09:53 server.sheavernet.private mdworker[36949]: Unable to talk to lsboxd
    Oct 23 10:09:53 server.sheavernet.private sandboxd[36950] ([36948]): mdworker(36948) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:09:53 server.sheavernet.private sandboxd[36950] ([36949]): mdworker(36949) deny mach-lookup com.apple.ls.boxd
    Oct 23 10:09:53 server kernel[0]: Sandbox: sandboxd(36950) deny mach-lookup com.apple.coresymbolicationd
    Oct 23 10:12:32 server.sheavernet.private WindowServer[16413]: handle_will_sleep_auth_and_shield_windows: no lock state data
    Oct 23 10:12:44 server.sheavernet.private SecurityAgent[16423]: User info context values set for serveradmin
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): Got user: serveradmin
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): Got service: authorization
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in od_principal_for_user(): No authentication authority returned
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in od_principal_for_user(): failed: 7
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): Done cleanup3
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in od_record_check_pwpolicy(): retval: 0
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Establishing credentials
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Got user: serveradmin
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Context initialised
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Done getpwnam()
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): pam_sm_setcred: krb5 user serveradmin doesn't have a principal
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Done cleanup3
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): Done cleanup4
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 23 10:12:44 server.sheavernet.private authorizationhost[36979]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 23 10:12:44 server.sheavernet.private SecurityAgent[16423]: Login Window login proceeding
    Oct 23 10:12:44 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.login.console' by client '/System/Library/CoreServices/loginwindow.app' [16412] for authorization created by '/System/Library/CoreServices/loginwindow.app' [16412] (100003,0)
    Oct 23 10:12:44 server.sheavernet.private loginwindow[16412]: Login Window - Returned from Security Agent
    Oct 23 10:12:44 server.sheavernet.private loginwindow[16412]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    Oct 23 10:12:44 server.sheavernet.private loginwindow[16412]: USER_PROCESS: 16412 console
    Oct 23 10:12:44 server.sheavernet.private launchctl[36981]: Could not open job overrides database at: /private/var/db/launchd.db/com.apple.launchd.peruser.503/overrides.plist: 2: No such file or directory
    Oct 23 10:12:44 server.sheavernet.private launchctl[36981]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Oct 23 10:12:44 server com.apple.launchd.peruser.503[11657] (com.apple.gamed): Ignored this key: UserName
    Oct 23 10:12:44 server com.apple.launchd.peruser.503[11657] (com.apple.gamed): Ignored this key: GroupName
    Oct 23 10:12:44 server com.apple.launchd.peruser.503[11657] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Oct 23 10:12:44 server.sheavernet.private loginwindow[16412]: Connection with distnoted server was invalidated
    Oct 23 10:12:44 server.sheavernet.private launchproxyls[36985]: FAILURE: Failed to open property list at file://localhost/private/var/db/launchd.db/com.apple.launchd.peruser.503/overri des.plist for reading. (The operation couldn\u2019t be completed. No such file or directory)
    Oct 23 10:12:44 --- last message repeated 3 times ---
    Oct 23 10:12:44 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [16412] for authorization created by '/System/Library/CoreServices/loginwindow.app' [16412] (100002,0)
    Oct 23 10:12:45 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 10:12:45 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 10:12:45 server.sheavernet.private WindowServer[16413]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Oct 23 10:12:45 server.sheavernet.private WindowServer[16413]: Display 0x042801c0: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Oct 23 10:12:45 server.sheavernet.private blued[60]: kBTXPCUpdateUserPreferences gConsoleUserUID = 503
    Oct 23 10:12:45 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [36982] for authorization created by '/usr/libexec/UserEventAgent' [36982] (100000,0)
    Oct 23 10:12:45 --- last message repeated 1 time ---
    Oct 23 10:12:45 server.sheavernet.private UserEventAgent[36982]: cannot find fw daemon port 1102
    Oct 23 10:12:45 server.sheavernet.private coreservicesd[66]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationLaunch to notificationID=5591
    Oct 23 10:12:45 server.sheavernet.private UserEventAgent[36982]: FAILURE: Failed to open property list at file://localhost/private/var/db/launchd.db/com.apple.launchd.peruser.503/overri des.plist for reading. (The operation couldn\u2019t be completed. No such file or directory)
    Oct 23 10:12:46 --- last message repeated 1 time ---
    Oct 23 10:12:45 server.sheavernet.private UserEventAgent[36982]: FAILURE: Failed to write property list at file://localhost/private/var/db/launchd.db/com.apple.launchd.peruser.503/overri des.plist. (The operation couldn\u2019t be completed. No such file or directory)
    Oct 23 10:12:45 server.sheavernet.private UserEventAgent[36982]: FAILURE: Could not repair overrides database: 0x2
    Oct 23 10:12:45 server.sheavernet.private UserEventAgent[36982]: FAILURE: Failed to open property list at file://localhost/private/var/db/launchd.db/com.apple.launchd.peruser.503/overri des.plist for reading. (The operation couldn\u2019t be completed. No such file or directory)
    Oct 23 10:12:45 server.sheavernet.private UserEventAgent[36982]: com.apple.TMLaunchAgent disabled
    Oct 23 10:12:45 server.sheavernet.private NetworkBrowserAgent[37002]: Starting NetworkBrowserAgent
    Oct 23 10:12:46 server com.apple.launchd.peruser.503[11657] (com.apple.afpstat-qfa[37020]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Oct 23 10:12:46 server com.apple.launchd.peruser.503[11657] (com.apple.afpstat-qfa[37020]): Job failed to exec(3) for weird reason: 2
    Oct 23 10:12:46 server kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=37021[GoogleSoftwareUp] clearing CS_VALID
    Oct 23 10:12:46 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 10:12:46 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 10:12:46 server.sheavernet.private talagent[36991]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    Oct 23 10:12:46 server.sheavernet.private talagent[36991]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    Oct 23 10:12:46 server com.apple.launchd.peruser.503[11657] (com.apple.mrt.uiagent[37009]): Exited with code: 255
    Oct 23 10:12:47 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (2,0)
    Oct 23 10:12:47 server.sheavernet.private com.apple.SecurityServer[19]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [65] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [83] (100000,0)
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
                        com.google.Keystone.Daemon.Administration: 1 connection(s)
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KSDaemonAdministration(PrivateMethods) ticketsAllowUninstallWithError:] KSDaemonAdministration system Keystone will not uninstall with active tickets.
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x285710
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x285f50 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-02-02 00:47:33
                        >
              Using server: <KSOmahaServer:0x2176ef0
                        engine=<KSDaemonUpdateEngine:0x2823e0>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.Keystone" = {
                                                      LastActivePingDate = 2012-10-21 07:00:01 +0000;
                                                      LastActiveDate = 2012-10-23 14:12:48 +0000;
                                                      LastRollCallPingDate = 2012-10-21 07:00:01 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2012-10-21 07:00:01 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.2_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Oct 23 10:12:49 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x217f260
                        server=<KSOmahaServer:0x2176ef0>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=1
                        activeTickets=1
                        rollCallTickets=1
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.2_i486"></o:os>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="264" brand="GGLG">
                                          <o:ping r="2" a="2"></o:ping>
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Oct 23 10:12:51 server.sheavernet.private GoogleSoftwareUpdateDaemon[37031]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x2076ef0
                        server=<KSOmahaServer:0x2176ef0>
                        url="https://tools.google.com/service/update2"
                        status=200
                        tickets=1
                        activeTickets=1
                        rollCallTickets=1
                        data=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <gupdate xmlns="

  • Windows Phone - Cannot bind custom user controll with listview item source property

    It is Windows Phone 8.1 (runtime)
    I have some problem of binding custom user controll with list of data. I'll make it simple as I can.
    My problem is that somehow if I use DataBind {Binding Something} inside my custom controll it will not work.
    I need to transfer binded data (string) to custom controll.
    It is strange that if I do not use DataBind, it will work normally. Eg MyCustomControllParameter = "some string" (in my example 'BindingTextValue' property)
    Does anyone Know how to bind custom user controll with inside ListView with DataTemplate.
    Assume this:
    XAML Test-Main page
    <Grid  Background="Black">        <ListView x:Name="TestList" Background="#FFEAEAEA">                    <ListView.ItemTemplate>                <DataTemplate>                    <Grid Background="#FF727272">                        <local:TextBoxS BindingTextValue="{Binding Tag, FallbackValue='aSource'}" local:TextBoxS>                    </Grid>                </DataTemplate>            </ListView.ItemTemplate>        </ListView>    </Grid>
    XAML Test-Main page c#
    public sealed partial class MainPage : Page    {        List<TTag> tags = new List<TTag>();        public MainPage()        {            this.InitializeComponent();            this.NavigationCacheMode = NavigationCacheMode.Required;        }        public class TTag        {            public string Tag { get; set; }        }        private void InitializeAppData()        {            TTag tag = new TTag() { Tag = "hello world" };            tags.Add(tag);            tags.Add(tag);            tags.Add(tag);            TestList.ItemsSource = tags;        }             protected override void OnNavigatedTo(NavigationEventArgs e)        {            InitializeAppData();        }           }
    User Control XAML:
      <UserControl    x:Class="CustomControllTest.TextBoxS"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    xmlns:local="using:CustomControllTest"    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"    mc:Ignorable="d"    d:DesignHeight="300"    d:DesignWidth="400">      <Grid x:Name="LayoutRoot" Background="#FF4F4F4F"   >        <RichTextBlock x:Name="MyTestBlock">        </RichTextBlock>    </Grid></UserControl>
    User Control c#
    public TextBoxS()       {            this.InitializeComponent();            LayoutRoot.DataContext = this;        }        public static readonly DependencyProperty BindingTextValueProperty = DependencyProperty.Register(                                         "BindingTextValue",                                         typeof(string),                                         typeof(TextBoxS),                                         new PropertyMetadata(default(string)));        public string BindingTextValue        {            get            {                return GetValue(BindingTextValueProperty) as string;            }            set            {                SetValue(BindingTextValueProperty, value);                //This method adds some custom logic into RichTextBlock, pointed correctly                SetupBox(value);            }        }
    Thanks for helping ;)

    If you use a built-in control rather than your custom control, does binding work? You should verify that first.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Cannot bind tibco's jms connection factory to wls jndi

    we are using wls 6.1 sp2. I am trying to bind tibco's jms connection factory
    and queue from a standalone client to weblogic's jndi tree so that apps on wls
    can lookup these object in wls jndi locally. I have included the required classes
    in the classpath for both the client and wls. I am able to bind the queue successfully
    and am able to use it successfully too, but I am not able to bind the tib's queue
    or topic connection factory. I am getting the following errors. I checked and
    double checked the classpath and
    Start server side stack trace:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationExcep
    tion
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationException
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:94)
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:123)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    ; nested exception is:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    com.tibco.tibjms.n
    aming.TibjmsFederatedTopicConnectionFactory; InstantiationException
    Start server side stack trace:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationException
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:94)
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:123)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    com.tibco.tibjms.naming.Ti
    bjmsFederatedTopicConnectionFactory; InstantiationException
    Start server side stack trace:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationException
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:94)
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:123)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    anybody any ideas.
    I am also trying to bind the tib's jndi tree in wls jndi tree through a reference
    object and am passing a composite name for lookup. I am getting a cannotproceedexception.
    I wonder if the weblogic jndi can be federated.
    anybody any ideas or pointers
    thanks
    Devaraju, Sushant

    Seems there is a bug in the tibco jms software.
    thanks
    Devaraju, Sushant
    "sushant" <[email protected]> wrote:
    >
    we are using wls 6.1 sp2. I am trying to bind tibco's jms connection
    factory
    and queue from a standalone client to weblogic's jndi tree so that apps
    on wls
    can lookup these object in wls jndi locally. I have included the required
    classes
    in the classpath for both the client and wls. I am able to bind the queue
    successfully
    and am able to use it successfully too, but I am not able to bind the
    tib's queue
    or topic connection factory. I am getting the following errors. I checked
    and
    double checked the classpath and
    Start server side stack trace:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception
    is:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationExcep
    tion
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationException
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:94)
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:123)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    ; nested exception is:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    com.tibco.tibjms.n
    aming.TibjmsFederatedTopicConnectionFactory; InstantiationException
    Start server side stack trace:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationException
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:94)
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:123)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    com.tibco.tibjms.naming.Ti
    bjmsFederatedTopicConnectionFactory; InstantiationException
    Start server side stack trace:
    java.io.InvalidClassException: com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory;
    InstantiationException
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:94)
    at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:123)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    anybody any ideas.
    I am also trying to bind the tib's jndi tree in wls jndi tree through
    a reference
    object and am passing a composite name for lookup. I am getting a cannotproceedexception.
    I wonder if the weblogic jndi can be federated.
    anybody any ideas or pointers
    thanks
    Devaraju, Sushant

  • Cannot bind a property to the value of an LrView:picture

    Per this discussion, I wonder of there is a bug binding specific properties to viewFactory:picture()
    I can't seem to bind the value, even with a hacky transform that logs and returns a string. This snippet is from a sectionsForTopOfDialog() callback, with the keys we want in that property table passed in.
    f:picture {
                             value = bind {
                                  key = 'pic',
                                  transform = function ( value, fromModel )
                                       local res = _PLUGIN:resourceId( value )
                                       tracef(" Will return: %s", res)
                                       return res
                                  end,
                             tooltip = bind 'picTT',
    The tooltip works (so far) but I can't get resource to show up. I tried a variety of ways of getting the string into the value. It seems like you can't bind properties to this value.

    Sometimes I question how deterministic the SDK is. This just started working for me:
    f:picture {
                             value = bind {
                                  key = 'accountIcon',
                                  transform = function ( value, fromModel )
                                       if not fromModel then return LrBinding.kUnsupportedDirection end
                                       --tracef(" value=%s", value)
                                       return _PLUGIN:resourceId( value or PluginDefs.defaultAccountIcon )
                                  end,
    I'm afraid to change anything now. There is a timing issue between the table observers in the callback and the thing that sets the properties I can't quite grok

  • Open cursor for string and select from partition (cannot bind)

    Hi,
    i don't manage to use a bind variable for a select ... from ... PARTITION(...).
    It doesn't work to use something like
    open cur for 'select ... from ... PARTITION(:1) where ...' using 'NDAY_20120301';So i have to create the cursor string with string functions each time i change the partition.
    But that means, that the string changes each time.
    Doesn't that prevent from re-use in library_cache?
    best regards,
    Frank

    >
    So i have to create the cursor string with string functions each time i change the partition.
    But that means, that the string changes each time.
    >
    Yes it does.
    Doesn't that prevent from re-use in library_cache?
    >
    Yes it does.
    So why do you care? Unless you have large numbers of partitions what difference does it make? Bind variables are useful to keep Oracle from doing hard parses of queries that are basically the same but use different filter values. Such as an INSERT statement that uses different values FOR EACH ROW rather
    You are just constructing the main (non-filter) part of the query one time and need a single value for the entire query regardless of how many rows - that isn't really a use case for bind variables and isn't going to provide any real benefit.
    So the real question is why do you even care about something that wouldn't provide any benefit to you even if you could do it?
    Looks like you just want to 'roll your own' parallel processing rather that use, and pay for, Oracle's parallel functionality.
    If each partition uses its own tablespace you could filter on the FILE Id of the ROWIDs since the file number will be different for each tablespace and datafile.
    1. Determine the list of file numbers for each partitions tablespace.
    2. Use a WHERE DBMS_ROWID.ROWID_RELATIVE_FNO (ROWID) = :n filter (or use IN (:n1, :n2))to filter rows based on file number(s) for the partition you want
    See DBMS_ROWID.ROWID_RELATIVE_FNO in the PL/SQL Packages and Types doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_rowid.htm#i1004259

Maybe you are looking for