ADF BC entitiy object security and Tomcat 5.5

Hello all,
I have set up ADF BC security in Jdev 10.1.3.3 and it works fine when I test the app module in JDev.
However, when I deploy the application to Tomcat 5.5, I get
oracle.security.jazn.JAZNRuntimeException: Configuration file does not exist. Check your JAAS configuration settings
It seems like oracle.security.jazn is used although I have configured the app module (configurations) parameters:
jbo.security.config - from default to my config file
jbo.security.context - to Tomcat implementation of JAAS
jbo.security.loginmodule - to Frank and Duncan's module (see article "Declarative J2EE authentication and authorization with JAAS).
Container managed security using JAAS in Tomcat is working fine.
I am wondering whether it is possible at all to use ADF BC security in any container other than OC4J and if the answer is positive, how it is done (configured).
Many thanks in advance.
Best regards,
Boris

Hi,
JAZN as a security platform isn't portable and thus wont work on Tomcat.
Frank

Similar Messages

  • This is what I get when I try to download my college text: This document requires global security policy to be disabled.  Please go to Edit Preferences JavaScript and uncheck the "Enable global object security policy" checkbox. NOTE: In some versions

    My college text is on my college website. When I try to download it this is what I get:
    "This document requires global security policy to be disabled.
    Please go to Edit > Preferences > JavaScript and uncheck the "Enable global object security policy" checkbox. NOTE: In some versions of Adobe Reader you may need to enable JavaScript first.
    Message code: 005"
    Help

    matermax wrote:
    Please go to Edit > Preferences > JavaScript and uncheck the "Enable global object security policy" checkbox. NOTE: In some versions of Adobe Reader you may need to enable JavaScript first.
    And - did you?

  • Questions on ADF View Objects, Links and Iterators

    I have a number of questions regarding using ViewObjects in applications where there are alot of relationships between tables.
    First, lets say that I have ViewObject SomeView that was added to the App Module (AM) as VO1. And because it has a number of "detail" records that have to be iterated through in a "report like" view it has those other VO's added under it as "children" in the AM.
    So I have
    VO1 (an instance of SomeView)
    --> VO2 (an instance of some other view)
    --> VO3 (an instance of some other view)
    that is used on pages where only a single VO1 is shown at a time.
    Now because I had another page I wanted to make that had a listing of all SomeView objects. Some of the fields in SomeView are foreign keys to records in VO2 and VO3 and while I don't want to show all the fields from VO2 and VO3, I do want to show a name field from each rather than just the foreign key.
    My experience (though I've never read this anywhere) tells me that when doing a "table" that is a list of rows from a VO, you can't display info from the child VO's because the child VO's are on whatever record corresponds to the "currentRow" in the parent VO and just displaying the rows in a rangeSet doesn't make each the "currentRow" so even we display 10 records in a for loop, the "currentRow" is just one, and the child VO's iterators aren't moved as we go through the for loop. (Can someone confirm if I am correct on this conclusion????)
    So the only way I know of to show some field from a related table in each row is to make the VO have the entity objects from the related tables be part of the view as references. Is this the only way?
    If I do that on a view that didn't have other views as children defined in the AM I don't have any problem and it works like I want.
    But if I do it on a view that did have other views as children defined in the AM it makes the page(s) using that view with the children iterators behave badly. Half the information quits showing up, etc.
    For example, ... if I go to the "SomeView" which was defined with only one entity object association, and I add the entity objects (that are the basis of instances of VO2 and VO3 ) as referenceable only, it totally breaks the page where I display a single VO1 and use it's VO2 and VO3 children. IS THIS NORMAL OR AM I MISSING SOMETHING?
    So, is the solution that I have to have more view objects defined for different purposes ?
    Can anyone give any general guidelines for when/where to use different view objects vs. when to use different iterators. I'm not having much luck with using secondary RSI's and haven't found much info on them.
    Also, how about issues of naming iterators that are in various binding containers (ie. UI Model for a page). If I do and LOV it creates an iterator and gives it a default name like ViewNameIterator1. If I already have a different page that uses a regular (non LOV) iterator with that name, and the user goes back and forth between those pages, is that a clash?
    Finally, I've read a couple of Steve Muench's blogs on View Link consistency but I'm not sure what the rules are on when it applies and doesn't. How you turn it on or off, etc. One of his examples in http://radio.weblogs.com/0118231/2004/02/27.html talks about it in the context of two view objects that are NOT typically "linked" in a master/detail kind of way. Like an AllDepartments and a DepartmentsLessThan view. Do you have to create a View Link between them to have results of one be reflected in the other if they aren't used in the same page in a web app? Or does it happen automatically (with the caveat that you have to do the rowQualifies method). Just feels like I'm missing some pieces.
    Thanks in advance,
    Lynn

    Hi,
    I am also interested in a best-practice note from oracle.
    Currently we store history in seperate history tables for columns that changed. All this implemented in our BaseEoImpl overriding the EntityImpl.prepareForDML().
    Thanks

  • Security tables to find T-code, object, field and value combination..

    Hello,
    I have requirement where I have to scan a role in SAP which has certain combination
    of T-Code, Object, Field and value.
    For example:
    I need to find all roles in SAP which has following combination of T-Code, Object, Field and Value:
    T-CODE..........  Object...............Field......Value
    F-02...........F_BKPF_BUK......... ACTVT.......01
    What are the tables on which I can write query to fetch these kind of details ?
    Thanks.
    Regards,
    Rajesh.

    Hello,
    Please see this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657].
    Hope this helps.
    Regards.

  • Authentication problem with JWS and TOMCAT

    Hi everyone !
    I have a problem with Java Web Start (1.0.1) and Tomcat (4.0.4).
    I'm trying to call my application via Web server Tomcat with restricting access.
    My configuration is the following :
    The deployment descriptor web.xml is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <mime-mapping>
    <extension>jar</extension>
    <mime-type>application/java-archive</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>java</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>JNLP</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <!-- Define a Security Constraint on this Application -->
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Entire Application</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <!-- NOTE: This role is not present in the default users file -->
    <role-name>standard</role-name>
    </auth-constraint>
    </security-constraint>
    <!-- Define the Login Configuration for this Application -->
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>MY APPL</realm-name>
    </login-config>
    </web-app>
    And jnlp File is:
    <jnlp
    spec="1.0+"
    codebase="http://host:8080/Official/"
    href="Application.jnlp">
    <information>
    <title>Application release 0.10</title>
    <vendor> XXXX </vendor>
    <homepage href="/"/>
    <description>Application</description>
    <description kind="short">My Application</description>
    <icon href="Icon.gif"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3"/>
    <jar href="Jar1.jar"/>
    <jar href="Jar2.jar"/>
    <jar href="Jar3.jar"/>
    <jar href="Jar4.jar"/>
    <jar href="Jar5.jar"/>
    <jar href="Jar6.jar"/>
    <jar href="Jar7.jar"/>
    <jar href="Jar8.jar"/>
    <jar href="Jar9.jar"/>
    <jar href="Jar10.jar"/>
    <jar href="MyApplication.jar"/>
    </resources>
    <application-desc main-class="com.xxxx.tool.cm.MyApplication"/>
    </jnlp>
    With the above configuration the Java Web Start not work.
    I'm expecting the message box for insert username and password instead it returns the messagge error :
    An error occurred while launching/running the application.
    Vendor: XXXX
    Category: Download Error
    Unable to load resource: http://host:8080/Official/Application.jnlp
    The Exception error is:
    JNLPException[category: Download Error : Exception: java.lang.NullPointerException : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have tried to remove the restrict access in the deployment descriptor (web.xml) and java Web Start WORKS !!!!!!
    I'll appreciate any idea or hint!
    Thanks in advance

    Check this out
    http://forum.java.sun.com/thread.jsp?forum=38&thread=456250
    Mad Einstein

  • Securing file download with standard web security and ssl

    Hi,
    I want to put some files for download in my webapp. At the same time, I want to protect these files using standard servlet security and ssl. So I added <security-constraint> in my web.xml and configured tomcat to allow SSL connection. Now I got the files protected as I expected. When I try to access the file directly from browser, tomcat shows me the login page. However, after correct login, I.E. pops up an error saying something like "Internet Explorer cannot download XXX from XXX. The file could not be written to the cache.". The log file showed the following exception:
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset by peer: socket write error
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1154)
         at com.sun.net.ssl.internal.ssl.AppInputStream.available(AppInputStream.java:40)
         at org.apache.tomcat.util.net.TcpConnection.shutdownInput(TcpConnection.java:90)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:752)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Connection reset by peer: socket write error
         at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:166)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1476)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1443)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1407)
         at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64)
         at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:747)
         at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:403)
         at org.apache.coyote.http11.InternalOutputBuffer.endRequest(InternalOutputBuffer.java:400)
         at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:961)
         at org.apache.coyote.Response.action(Response.java:182)
         at org.apache.coyote.Response.finish(Response.java:304)
         at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:281)
         at org.apache.catalina.connector.Response.finishResponse(Response.java:473)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
         ... 4 more
    Caused by: java.net.SocketException: Connection reset by peer: socket write error
         at java.net.SocketOutputStream.socketWrite0(Native Method)
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
         at com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:283)
         at com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:272)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:663)
         at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
         ... 15 more
    I've tried separating concerns, for example protect files but not require SSL, and enable SSL but do not protect files. Both works respectively but not together. I also tried using a download4j's DownloadServlet. Still doesn't work.
    Have any of you encouter the same situation? If so, could you enlight me what I did wrong? It maybe just a simple SSL configuration or something. Thanks in advance!
    Jack

    My environment setup is:
    JDK 1.5.01
    Tomcat 5.5.7
    For downloading files, I just use plain old <a href> method. I simply right-click the link and choose "save target as...".
    Thanks,
    Jack

  • ADF BC View Objects: Disappearing where clauses

    Playing around with the 11g Technical Preview I find out that sometimes the where clauses - added to View Objects by means of the new "Join Type" field in the VO-editor UI - disappear.
    I'm not able to reproduce exactly and "on demand", but it seems to happen when the sources of more than one View Object are open simultaneously and/or the XML definition of a View Object is edited directly on the Source-tab.

    Today I succeeded in reproducing:
    Two tables:
    TAB_MASTER:
    ID NUMBER NOT NULL
    DESCRIPTION VARCHAR2 NOT NULL
    TAB_DETAIL:
    ID NUMBER NOT NULL
    MASTER_ID NUMBER NOT NULL
    DESCRIPTION VARCHAR2 NOT NULL
    TAB_DETAIL.MASTER_ID is a foreign key referencing TAB_MASTER.ID.
    Steps to reproduce:
    1. Generate default ADF BC objects from database tables.
    2. Open definition of TAB_DETAIL View Object.
    3. Go to the Entity Objects tab
    4. Add TAB_MASTER Entity Object to the Selected Entities Objects. Association and Join Type are filled in automatically.
    5. Go to the Query tab and go to SQL tab in de Property Inspector. Where clause is filled.
    6. Go to the Attributes tab and click Add from Entity...
    7. Add TAB_MASTER.DESCRIPTION attribute.
    8. Again, go to the Query tab and go to SQL tab in de Property Inspector. Where clause is still filled.
    9. Go to the Attributes tab and select MASTER_ID attribute.
    10. Click icon to add List Of Values
    11. In List Of Values dialog add View Object TAB_MASTER and add the correct pairs of List Return Values for the ID and (MASTER) DESCRIPTION attributes.
    12. After completing the List Of Values dialog go to the Query tab -> SQL tab again. The where clause added to join the Entity Objects (see step 5.) is cleared, resulting in a wrong SQL statement for the View Object.

  • Objective Setting and Appraisals: No BSP-Template found!

    I am implementing MSS and am getting an error under tab Employee Review for Objective Setting and Appraisals.  The error is:
    An error occurred: java.lang.Exception: Error in CFViewgroup.createListModel: No BSP-Template found!
    Any clues as to how to fix this?

    Now its been a while since ive seen that error .... id check the following:
    1. User Parameters in the backend HR system
    2. User Permissions in the backend HR system (although I dont think its related)
    3. In Security Zones - ensure that the com.sap.portal.ep50 node has sufficient privs for your user.
    BTW which versions of EP and HR are you using - that may have some bearing - ive only ever seen it on ECC5 and EP6.0 ...
    Haydn

  • Issue with implementing Object Security in RPD (OBIEE 11g)

    Hello All,
    I am following these steps to implement Object Security, but it doesn't work. Please let me know what am I doing wrong here:
    1. I want to block a few presentation tables for the user 'weblogic'.
    2. I open the RPD in online mode and in the Identity Manager, for the application role 'BIAdministrator', I setup permissions 'no access' to these presentation tables. It asks me to 'Check Out' which I do.
    3. I check in the changes, save the RPD and deploy in back in EM.
    4. I login into OBIEE Answers using 'weblogic' user but alas these presentation tables are still available for me to use.
    I have tried looking for a solution on the internet before posting the solution here. Please don't ask me to read through the security setup guide because I have done that. Any specific answers are most welcome.
    Thanks in advance.

    Try this:
    Double click on the presentation table.
    Go to permissions and then revoke the access to BI Administrators.

  • Needed SAP CRM Data model with Object, Entity and Attribute level details

    Hello all,
                 We are working on a huge IS-U / CRM implementation and we are still in the data gathering phase. The client has a whole load of legacy systems that will be replaced with IS-U and CRM. Right now we are in the process of developing data models using Excel first and then presenting them to the client to go forward from there. For this we need to have all the business objects, entities and their attributes.
    I know about the SD11 transaction, but we don't have a CRM system yet. My colleagues have access to a German ERP system and they were able to get models for HR, FI and Asset management. I tried for the Business partner / customer in there, but the models were not proper.
    So, once again, I need the specific data models out of SD 11 for  CRM business partner. If anybody has the information, please do pass it on to me as I need them urgently. It would be a great help if somebody can do so.
    Regards
    Rajesh

    I suggest the following:
    Please, check whether the system works if you activate the implementation BUPA_F4_AUGRP.
    In addition check the notes 559662, 674869 and 782927. Maybe the notes are already implemented but you can try then the implementation of the BADI (SE19). It should resolve your issue.
    I have implemented this Badi solution before, and after activation; the search help ; nor search result list did NOT show any Business partners anymore that had an authorization group I was not allowed to see.
    kind regards
    Davy Pelssers
    SAP CRM/Security consultant

  • ADF: How to print query and query parameters passed in the executeQueryForCollection methof of VO impl class.

    Hi,
    Kindly let me know how to print the query and the parameters passed to it? I tried with the params parameter in super.executeQueryForCollection(qc, params, noUserParams); but could not succeed.
    I need to log the query and the params passed to it. Kindly help.
    Thanks in advance,
    Kalpana.

    Here you go
    Coding With Passion: Oracle ADF - Debug view object query with parameters

  • Has the Global Object Security changed

    We have a form that uses a global object to work. Since Acrobat 9 and the introduction of the GOSP we have had to remind users to uncheck the "enable global object security policy" in the Javascript section of preferences.
    Recently this has stopped working, the code still fails with a "InvalidSetError: Set not possible, invalid or unknown."
    what;s going on?
    can I re-enable the global objects maybe with a registry hack?

    Thanks for getting back to me, I have sorted the issue (hopefully)
    there are three sets of fields that form a date selector they all end in the same two digit number to identify them (which set on which page) this two digit ident is saved to a global variable so that the scripts that then make the day, month and year selector fields un-hide etc
    anyway, it turned out that the first set was the one that failed, the other two on the page worked fine. So I deleted set 1 and copied set 2 and placed them where set 1 was, it all worked fine so I just renamed the fields back to set 1 and all was still ok.
    The odd thing is that this issue has been there since the first version of the form in 2010 but has only now chosen to surface.
    this is the code that the button uses
    var fieldExtension = event.target.name.substring(event.target.name.length -2, event.target.name.length)
    global.dateField = "date" + fieldExtension
    if (this.getField("day" + fieldExtension).display == display.hidden){
      showDate()
    }else{
      hideDate()
    Anyway, all sorted

  • How to enable both WS Security and MTOM

    I am trying to call a web service running in JBoss. The web service is enabled with both ws
    security and MTOM as per the requirement. When i am trying to call the web method from my
    java client, i am getting the below exception
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Endpoint
    {http://wsg.hpos.om.hp.com/}HPOSGatewayPort does not contain operation meta data for:
    {http://www.w3.org/2001/04/xmlenc#}EncryptedData
    at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException
    (SOAPFaultHelperJAXWS.java:72)
    at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException
    (SOAP11BindingJAXWS.java:109)
    at org.jboss.ws.core.CommonSOAPBinding.unbindResponseMessage
    (CommonSOAPBinding.java:579)
    at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:381)
    at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:300)
    at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:166)
    at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152)
    at $Proxy17.getName(Unknown Source)
    at wsclient.TestHPOSClient.main(TestHPOSClient.java:106)
    my client code is:
    URL endpoint_new = new URL("http://15.70.176.190:9000/HPOSGateway/HPOSGateway?wsdl");
    QName qname = new QName("http://wsg.hpos.om.hp.com/", "HPOSGatewayService");
    HPOSGateway port = new HPOSGatewayService(endpoint_new,qname).getHPOSGatewayPort();
    BindingProvider bp=(BindingProvider)port;
    SOAPBinding binding = (SOAPBinding)bp.getBinding();
    binding.setMTOMEnabled(true);
    Map<String,Object> map = bp.getRequestContext();
    map.put(BindingProvider.USERNAME_PROPERTY,"administrator");
    map.put(BindingProvider.PASSWORD_PROPERTY,"da1sy");
    URL securityURL = new File("c://jboss-wsse-client.xml").toURL();
    ((StubExt)port).setSecurityConfig(securityURL.toExternalForm());
    ((StubExt)port).setConfigName("Standard WSSecurity Client");
    map.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
    "http://15.70.176.190:9000/HPOSGateway/HPOSGateway");
    System.setProperty("org.jboss.ws.wsse.keyStore", "c:\\wsse.keystore");
    System.setProperty("org.jboss.ws.wsse.trustStore", "c:\\wsse.truststore");
    System.setProperty("org.jboss.ws.wsse.keyStorePassword", "jbossws");
    System.setProperty("org.jboss.ws.wsse.trustStorePassword", "jbossws");
    System.setProperty("org.jboss.ws.wsse.keyStoreType", "jks");
    System.setProperty("org.jboss.ws.wsse.trustStoreType", "jks");
    System.out.println(port.getName("Welcome to this testing part."));
    ,, my jboss.wsse.client.xml is...
    <?xml version="1.0" encoding="UTF-8" ?>
    <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-
    security/schema/jboss-ws-security_1_0.xsd">
    <config>
    <encrypt type="x509v3" alias="wsse" />
    <requires>
    <encryption />
    </requires>
    </config>
    </jboss-ws-security>
    and my jboss-wsse-server.xml is ...
    <?xml version="1.0" encoding="UTF-8"?>
    <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-
    security/schema/jboss-ws-security_1_0.xsd">
    <key-store-file>WEB-INF/wsse.keystore</key-store-file>
    <key-store-password>jbossws</key-store-password>
    <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
    <trust-store-password>jbossws</trust-store-password>
    <config>
    <encrypt type="x509v3" alias="wsse"/>
    <requires>
    <encryption/>
    </requires>
    </config>
    </jboss-ws-security>
    i have my web service annotations like below.
    @WebService(name="HPOSGateway",targetNamespace="http://wsg.hpos.om.hp.com/")
    @EndpointConfig(configName = "Standard WSSecurity Endpoint")
    @BindingType(javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING)
    @HandlerChain(name = "HPOSGateway_handlerChain", file = "HPOSGateway_handler.xml")
    public class HPOSGateway{
    Can any one help me what is the problem and where i need to change? Please it is very
    urgent.
    Regards
    Ramchand

    Welcome to the forum!
    Even if it were physically possible, you wouldn't be able to use both Ethernet ports at the same time, because the motherboard doesn't support more than one connection at the time.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • My 'Security and Privacy' settings won't open

    Ever since installing OS X Mountain Lion, when I click on 'Security and Privacy' under 'Settings,' it just continues to say 'Loading Security & Privacy' but nothing loads. I cannot get into it at all (screen shot below)...
    Does anyone have any ideas on what is going on?

    I called Apple and they had me re-install Mountain Lion. As of now, the 'Security and Privacy' setting is working again, but I did check out the console like you advised. Here is what was there after I cleared the display and went back in again:
    8/7/12 7:18:07.000 PM bootlog[0]: BOOT_TIME 1344381487 0
    8/7/12 7:18:51.000 PM kernel[0]: PMAP: PCID enabled
    8/7/12 7:18:51.000 PM kernel[0]: Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    8/7/12 7:18:51.000 PM kernel[0]: vm_page_bootstrap: 863197 free pages and 144419 wired pages
    8/7/12 7:18:51.000 PM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    8/7/12 7:18:51.000 PM kernel[0]: zone leak detection enabled
    8/7/12 7:18:51.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    8/7/12 7:18:51.000 PM kernel[0]: standard background quantum is 2500 us
    8/7/12 7:18:51.000 PM kernel[0]: mig_table_max_displ = 74
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto kext started!
    8/7/12 7:18:51.000 PM kernel[0]: Running kernel space in FIPS MODE
    8/7/12 7:18:51.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/7/12 7:18:51.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    8/7/12 7:18:51.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    8/7/12 7:18:51.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    8/7/12 7:18:51.000 PM kernel[0]: MAC Framework successfully initialized
    8/7/12 7:18:51.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    8/7/12 7:18:51.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    8/7/12 7:18:51.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    8/7/12 7:18:51.000 PM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration begin ]
    8/7/12 7:18:51.000 PM kernel[0]: Sleep failure code 0x00000000 0x31000000
    8/7/12 7:18:51.000 PM kernel[0]: console relocated to 0xf10030000
    8/7/12 7:18:51.000 PM kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration end, bridges 7 devices 16 ]
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration begin ]
    8/7/12 7:18:51.000 PM kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration end, bridges 8 devices 22 ]
    8/7/12 7:18:51.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    8/7/12 7:18:51.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    8/7/12 7:18:51.000 PM kernel[0]: rooting via boot-uuid from /chosen: EF7397DF-6793-3508-9EEF-D0678915DB72
    8/7/12 7:18:51.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    8/7/12 7:18:51.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID e80688fffee52076; max speed s800.
    8/7/12 7:18:51.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Untitled@2
    8/7/12 7:18:51.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    8/7/12 7:18:51.000 PM kernel[0]: Kernel is LP64
    8/7/12 7:18:51.000 PM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    8/7/12 7:18:51.000 PM kernel[0]: hfs: created HFBT on Macintosh HD
    8/7/12 7:18:08.844 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    8/7/12 7:18:08.844 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    8/7/12 7:18:51.298 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    8/7/12 7:18:51.305 PM launchctl[2]: com.apple.RemotePairTool: Already loaded
    8/7/12 7:18:55.431 PM com.apple.SecurityServer[16]: Session 100000 created
    8/7/12 7:18:55.501 PM configd[19]: ioctl(SIOCGIFCAP) failed: Device not configured
    8/7/12 7:18:55.501 PM configd[19]: ioctl(SIOCGIFCAP) failed: Device not configured
    8/7/12 7:18:55.503 PM configd[19]: setting hostname to "MALORIE-JANASEKs-MacBook-Pro.local"
    8/7/12 7:18:55.508 PM configd[19]: network changed.
    8/7/12 7:18:55.684 PM com.apple.SecurityServer[16]: Entering service
    8/7/12 7:18:55.827 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:18:55.000 PM kernel[0]: AGC: 3.2.6, HW version=1.9.21, flags:0, features:20600
    8/7/12 7:18:56.398 PM hidd[63]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    8/7/12 7:18:56.482 PM fseventsd[64]: could not open <</.fseventsd/fseventsd-uuid>> (No such file or directory)
    8/7/12 7:18:56.638 PM coreservicesd[37]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    8/7/12 7:18:56.000 PM kernel[0]: macx_swapon SUCCESS
    8/7/12 7:18:56.998 PM com.apple.launchd[1]: (com.apple.bsd.dirhelper) Throttling respawn: Will start in 10 seconds
    8/7/12 7:18:57.489 PM fseventsd[64]: log dir: /.fseventsd getting new uuid: 8DB7FF89-E45E-423B-953C-0DF895D2D798
    8/7/12 7:18:57.728 PM hidd[63]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    8/7/12 7:18:57.000 PM kernel[0]: Waiting for DSMOS...
    8/7/12 7:18:58.024 PM awacsd[73]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    8/7/12 7:18:58.445 PM digest-service[88]: label: default
    8/7/12 7:18:58.445 PM digest-service[88]:           dbname: od:/Local/Default
    8/7/12 7:18:58.446 PM digest-service[88]:           mkey_file: /var/db/krb5kdc/m-key
    8/7/12 7:18:58.446 PM digest-service[88]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/7/12 7:18:58.884 PM awacsd[73]: InnerStore CopyAllZones: no info in Dynamic Store
    8/7/12 7:18:59.191 PM aosnotifyd[91]: bootstrap_look_up failed (44e)
    8/7/12 7:18:59.000 PM kernel[0]: BTCOEXIST off
    8/7/12 7:18:59.000 PM kernel[0]: BRCM tunables:
    8/7/12 7:18:59.000 PM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    8/7/12 7:18:59.000 PM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    8/7/12 7:18:59.923 PM systemkeychain[92]: done file: /var/run/systemkeychaincheck.done
    8/7/12 7:19:00.076 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:00.000 PM kernel[0]: Previous Shutdown Cause: 5
    8/7/12 7:19:02.780 PM rpcsvchost[131]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    8/7/12 7:19:02.785 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:02.791 PM digest-service[88]: digest-request: init return domain: BUILTIN server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:04.780 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:04.780 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:07.472 PM mDNSResponder[55]: mDNSResponder mDNSResponder-379.27 (Jun 20 2012 15:40:55) starting OSXVers 12
    8/7/12 7:19:07.477 PM appleeventsd[69]: main: Starting up
    8/7/12 7:19:07.694 PM stackshot[45]: Timed out waiting for IOKit to finish matching.
    8/7/12 7:19:07.681 PM com.apple.usbmuxd[41]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    8/7/12 7:19:08.356 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:08.356 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:08.357 PM digest-service[88]: digest-request: init return domain: TATE-S-IPOD server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:11.803 PM configd[19]: network changed: DNS*
    8/7/12 7:19:11.960 PM mDNSResponder[55]: D2D_IPC: Loaded
    8/7/12 7:19:11.960 PM mDNSResponder[55]: D2DInitialize succeeded
    8/7/12 7:19:12.011 PM locationd[59]: NOTICE,Location icon should now be in state 0
    8/7/12 7:19:12.000 PM kernel[0]: fNumVRAMBlocks is 4
    8/7/12 7:19:13.000 PM kernel[0]: NVDANV50HAL loaded and registered.
    8/7/12 7:19:13.886 PM awacsd[73]: Exiting
    8/7/12 7:19:14.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    8/7/12 7:19:14.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0041
    8/7/12 7:19:14.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    8/7/12 7:19:14.783 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    8/7/12 7:19:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    8/7/12 7:19:16.350 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 16395
    8/7/12 7:19:16.350 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:19:16.355 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 15887
    8/7/12 7:19:16.356 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:19:16.359 PM loginwindow[58]: Login Window Application Started
    8/7/12 7:19:16.000 PM kernel[0]: DSMOS has arrived
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    8/7/12 7:19:16.000 PM kernel[0]: BCM5701Enet: Ethernet address c4:2c:03:0a:3d:d4
    8/7/12 7:19:16.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address e4:ce:8f:75:d9:a9
    8/7/12 7:19:16.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    8/7/12 7:19:16.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    8/7/12 7:19:18.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    8/7/12 7:19:18.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 7:19:18.137 PM airportd[154]: _processDLILEvent: en1 attached (up)
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.000 PM kernel[0]: createVirtIf(): ifRole = 1
    8/7/12 7:19:18.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    8/7/12 7:19:18.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80293e5400
    8/7/12 7:19:18.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    8/7/12 7:19:18.000 PM kernel[0]: Created virtif 0xffffff80293e5400 p2p0
    8/7/12 7:19:19.564 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:19.564 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:19.566 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027ac6800][BNBTrackpadDevice::init][75.15] init is complete
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027ac6800][BNBTrackpadDevice::handleStart][75.15] returning 1
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8029184c00][AppleMultitouchHIDEventDriver::start] entered
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027b85c00][AppleMultitouchDevice::start] entered
    8/7/12 7:19:22.048 PM mds[54]: (Normal) FMW: FMW 0 0
    8/7/12 7:19:22.051 PM WindowServer[140]: Server is starting up
    8/7/12 7:19:22.124 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    8/7/12 7:19:22.240 PM WindowServer[140]: Session 256 retained (2 references)
    8/7/12 7:19:22.240 PM WindowServer[140]: Session 256 released (1 references)
    8/7/12 7:19:22.290 PM WindowServer[140]: Session 256 retained (2 references)
    8/7/12 7:19:22.335 PM WindowServer[140]: init_page_flip: page flip mode is on
    8/7/12 7:19:23.311 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 7 seconds
    8/7/12 7:19:23.311 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 7 seconds
    8/7/12 7:19:23.591 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:24.343 PM WindowServer[140]: mux_initialize: Mode is dynamic
    8/7/12 7:19:24.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/7/12 7:19:24.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/7/12 7:19:24.924 PM WindowServer[140]: GLCompositor enabled for tile size [256 x 256]
    8/7/12 7:19:24.924 PM WindowServer[140]: CGXGLInitMipMap: mip map mode is on
    8/7/12 7:19:24.976 PM WindowServer[140]: WSMachineUsesNewStyleMirroring: false
    8/7/12 7:19:24.976 PM WindowServer[140]: Display 0x042728c0: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    8/7/12 7:19:24.977 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (1440, 0)[1920 x 1080], 72 modes available
    Active, on-line, enabled, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000
    8/7/12 7:19:24.986 PM WindowServer[140]: Created shield window 0x7 for display 0x042728c0
    8/7/12 7:19:24.992 PM WindowServer[140]: Created shield window 0x8 for display 0x1a48a351
    8/7/12 7:19:25.201 PM WindowServer[140]: hw_mirror_device_if_possible: driver picks 0x1a48a351 as primary
    8/7/12 7:19:25.217 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1440 x 900], 72 modes available
    Hardware mirror of 0x42728c0; Main, Active, on-line, enabled, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000
    8/7/12 7:19:25.217 PM WindowServer[140]: Display 0x042728c0: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Master in mirror set; on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    8/7/12 7:19:25.217 PM WindowServer[140]: CGXPerformInitialDisplayConfiguration
    8/7/12 7:19:25.217 PM WindowServer[140]:   Display 0x1a48a351: MappedDisplay Unit 1; Vendor 0x469 Model 0x23f1 S/N 24337 Dimensions 20.51 x 11.54; online enabled, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/7/12 7:19:25.217 PM WindowServer[140]:   Display 0x042728c0: MappedDisplay Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9ca3 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/7/12 7:19:25.218 PM WindowServer[140]: CGXMuxBoot: Boot normal
    8/7/12 7:19:26.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:a4:25:0c:d1  MAC AUTH succeeded
    8/7/12 7:19:26.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/7/12 7:19:26.000 PM kernel[0]: AirPort: Link Up on en1
    8/7/12 7:19:26.000 PM kernel[0]: en1: BSSID changed to 00:22:a4:25:0c:d1
    8/7/12 7:19:26.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 7:19:26.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/7/12 7:19:28.107 PM configd[19]: network changed: v4(en1+:192.168.1.70) DNS+ Proxy+ SMB
    8/7/12 7:19:28.128 PM configd[19]: setting hostname to "tate-s-ipod"
    8/7/12 7:19:28.271 PM UserEventAgent[11]: Captive: en1: Not probing '2WIRE999' (protected network)
    8/7/12 7:19:28.277 PM configd[19]: network changed: v4(en1!:192.168.1.70) DNS Proxy SMB
    8/7/12 7:19:29.032 PM airportd[154]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 7:19:29.379 PM ntpd[85]: proto: precision = 1.000 usec
    8/7/12 7:19:30.016 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:30.016 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:30.018 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO server: TATE-S-IPOD
    8/7/12 7:19:30.236 PM UpdateSettingsTool[42]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:32.226 PM genatsdb[185]: ########## genatsdb Sandboxed. ##########
    8/7/12 7:19:32.435 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    8/7/12 7:19:32.516 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 7:19:32.516 PM WindowServer[140]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, accelerator 0x00003917, unit 2, caps QEX|QGL|MIPMAP, vram 288 MB
    8/7/12 7:19:32.520 PM WindowServer[140]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 7:19:32.520 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:32.526 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:32.802 PM loginwindow[58]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:33.158 PM WindowServer[140]: Created shield window 0x9 for display 0x1a48a351
    8/7/12 7:19:33.158 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.158 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.164 PM WindowServer[140]: Created shield window 0xa for display 0x042728c0
    8/7/12 7:19:33.164 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.165 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.385 PM WindowServer[140]: Created shield window 0xb for display 0x1a48a351
    8/7/12 7:19:33.385 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.385 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.386 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.392 PM WindowServer[140]: Created shield window 0xc for display 0x042728c0
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.407 PM WindowServer[140]: Unable to open IOHIDSystem (e00002bd)
    8/7/12 7:19:33.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    8/7/12 7:19:33.481 PM launchctl[195]: com.apple.findmymacmessenger: Already loaded
    8/7/12 7:19:33.624 PM com.apple.SecurityServer[16]: Session 100005 created
    8/7/12 7:19:34.287 PM BezelServices 235.55[58]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    8/7/12 7:19:34.340 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:34.342 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:34.430 PM airportd[154]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 7:19:34.597 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:35.143 PM hidd[63]: CGSShutdownServerConnections: Detaching application from window server
    8/7/12 7:19:35.143 PM hidd[63]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    8/7/12 7:19:35.285 PM loginwindow[58]: Login Window Started Security Agent
    8/7/12 7:19:35.930 PM UpdateSettingsTool[42]: [Warning] Bad response from daemon for setup info
    8/7/12 7:19:35.980 PM SecurityAgent[210]: This is the first run
    8/7/12 7:19:35.980 PM SecurityAgent[210]: MacBuddy was run = 0
    8/7/12 7:19:40.606 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:40.606 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:40.607 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO-3DD4 server: TATE-S-IPOD
    8/7/12 7:19:45.121 PM coreaudiod[203]: 2012-08-07 07:19:45.121034 PM [AirPlay] Started browsing for _airplay._tcp.
    8/7/12 7:19:45.122 PM coreaudiod[203]: 2012-08-07 07:19:45.121605 PM [AirPlay] Started browsing for _raop._tcp.
    8/7/12 7:19:45.727 PM UserEventAgent[196]: cannot find useragent 1102
    8/7/12 7:20:04.417 PM genatsdb[185]: *GENATSDB* FontObjects generated = 729
    8/7/12 7:20:17.111 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[231]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.132 PM com.apple.launchd.peruser.501[225]: (com.apple.distnoted.xpc.agent[232]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.138 PM com.apple.launchd.peruser.501[225]: (com.apple.cfprefsd.xpc.agent[234]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.141 PM distnoted[232]: # distnote server agent  absolute time: 130.071035547   civil time: Tue Aug  7 19:20:17 2012   pid: 232 uid: 501  root: no
    8/7/12 7:20:18.157 PM com.apple.SecurityServer[16]: Session 100007 created
    8/7/12 7:20:18.157 PM com.apple.SecurityServer[16]: Session 100008 created
    8/7/12 7:20:42.852 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[237]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:21:01.000 PM kernel[0]: considerRebuildOfPrelinkedKernel com.apple.iokit.IOGraphicsFamily triggered rebuild
    8/7/12 7:21:12.534 PM com.apple.kextcache[238]: Kernel file /mach_kernel does not contain requested arch: i386
    8/7/12 7:21:57.603 PM com.apple.kextcache[238]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    8/7/12 7:22:10.361 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[241]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:22:34.673 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[253]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:22:55.243 PM com.apple.SecurityServer[16]: Session 100009 created
    8/7/12 7:24:26.662 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[278]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:25:27.508 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[285]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:27:28.314 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[306]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:28:36.382 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[318]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:32:38.798 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[334]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:34:23.054 PM WindowServer[140]: Created shield window 0xf for display 0x1a48a351
    8/7/12 7:34:23.059 PM WindowServer[140]: Created shield window 0x10 for display 0x042728c0
    8/7/12 7:34:23.161 PM WindowServer[140]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    8/7/12 7:34:23.171 PM WindowServer[140]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    8/7/12 7:34:39.379 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[338]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:35:24.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/7/12 7:35:24.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/7/12 7:35:24.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/7/12 7:35:24.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 88 ms
    8/7/12 7:35:24.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, partition base 0x0, maxio 400000 ssd 0
    8/7/12 7:35:24.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/7/12 7:35:24.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/7/12 7:35:24.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff808325c000, 0xffffff808327b000
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall time: 214 ms
    8/7/12 7:35:29.000 PM kernel[0]: pages 584829, wire 181477, act 58256, inact 0, cleaned 0 spec 15, zf 1047, throt 0, could discard act 54144 inact 17641 purgeable 8394 spec 263855 cleaned 0
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall found pageCount 240795
    8/7/12 7:35:29.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/7/12 7:35:29.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/7/12 7:35:29.000 PM kernel[0]: encryptStart 13230
    8/7/12 7:35:29.000 PM kernel[0]: writing 239262 pages
    8/7/12 7:35:29.000 PM kernel[0]: encryptEnd a76d800
    8/7/12 7:35:29.000 PM kernel[0]: image1Size 0xe3ba800, encryptStart1 0x13230, End1 0xa76d800
    8/7/12 7:35:29.000 PM kernel[0]: encryptStart e3ba800
    8/7/12 7:35:29.000 PM kernel[0]: encryptEnd 142e4400
    8/7/12 7:35:29.000 PM kernel[0]: PMStats: Hibernate write took 4574 ms
    8/7/12 7:35:29.000 PM kernel[0]: all time: 4574 ms, comp bytes: 980324352 time: 779 ms 1199 Mb/s, crypt bytes: 275268048 time: 427 ms 614 Mb/s,
    8/7/12 7:35:29.000 PM kernel[0]: image 338576384, uncompressed 980324352 (239337), compressed 331378416 (33%), sum1 31fae30e, sum2 b24f226a
    8/7/12 7:35:29.000 PM kernel[0]: wired_pages_encrypted 132776, wired_pages_clear 47243, dirty_pages_encrypted 59318
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_write_image done(0)
    8/7/12 7:35:29.000 PM kernel[0]: sleep
    8/7/12 8:22:46.695 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:22:46.697 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:22:46.000 PM kernel[0]: Wake reason: EHC2
    8/7/12 8:22:46.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/7/12 8:22:46.000 PM kernel[0]: Previous Sleep Cause: 5
    8/7/12 8:22:46.000 PM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)
    8/7/12 8:22:46.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/7/12 8:22:46.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/7/12 8:22:46.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 8:22:46.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/7/12 8:22:46.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/7/12 8:22:46.000 PM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 2 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    8/7/12 8:22:46.000 PM kernel[0]: HID tickle 156 ms
    8/7/12 8:22:47.685 PM hidd[63]: MultitouchHID: device bootloaded
    8/7/12 8:22:49.822 PM configd[19]: network changed: v4(en1-:192.168.1.70) DNS- Proxy- SMB
    8/7/12 8:22:49.823 PM configd[19]: setting hostname to "MALORIE-JANASEKs-MacBook-Pro.local"
    8/7/12 8:22:49.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/7/12 8:22:49.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/7/12 8:22:51.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:a4:25:0c:d1  MAC AUTH succeeded
    8/7/12 8:22:51.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/7/12 8:22:51.000 PM kernel[0]: AirPort: Link Up on en1
    8/7/12 8:22:51.000 PM kernel[0]: en1: BSSID changed to 00:22:a4:25:0c:d1
    8/7/12 8:22:51.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 8:22:51.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/7/12 8:22:51.955 PM configd[19]: network changed: v4(en1+:192.168.1.70) DNS+ Proxy+ SMB
    8/7/12 8:22:51.966 PM UserEventAgent[11]: Captive: en1: Not probing '2WIRE999' (protected network)
    8/7/12 8:22:51.970 PM configd[19]: network changed: v4(en1!:192.168.1.70) DNS Proxy SMB
    8/7/12 8:22:51.985 PM configd[19]: setting hostname to "tate-s-ipod"
    8/7/12 8:22:52.391 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:22:52.421 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:22:52.445 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:23:06.672 PM WindowServer[140]: Received display connect changed for display 0x42728c0
    8/7/12 8:23:06.673 PM WindowServer[140]: Received display connect changed for display 0x1a48a351
    8/7/12 8:23:06.780 PM WindowServer[140]: Created shield window 0x11 for display 0x1a48a351
    8/7/12 8:23:06.780 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:23:07.333 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1920 x 1080], 72 modes available
    Hardware mirror of 0x42728c0; Main, Active, on-line, enabled, OpenGL-accel, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000, ColorProfile { 2, "ASUS VH232H"}
    8/7/12 8:23:07.334 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 8:23:07.334 PM WindowServer[140]: Display 0x003f003c: GL mask 0x5; bounds (0, 0)[1 x 1], 1 modes available
    Master in mirror set; off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c, ColorProfile { 3, "Color LCD"}
    8/7/12 8:23:07.656 PM WindowServer[140]: Created shield window 0x12 for display 0x1a48a351
    8/7/12 8:23:07.656 PM WindowServer[140]: Created shield window 0x13 for display 0x003f003c
    8/7/12 8:23:07.657 PM WindowServer[140]: Display added
    8/7/12 8:23:07.657 PM WindowServer[140]: Display removed
    8/7/12 8:23:07.682 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1920 x 1080], 72 modes available
    Main, Active, on-line, enabled, OpenGL-accel, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000, ColorProfile { 2, "ASUS VH232H"}
    8/7/12 8:23:07.683 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 8:23:07.683 PM WindowServer[140]: Display 0x003f003c: GL mask 0x5; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c, ColorProfile { 3, "Color LCD"}
    8/7/12 8:23:08.782 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:08.925 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:08.979 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:09.657 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:09.691 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:09.708 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:14.978 PM ALSPlugin 235.55[63]: LuxDisplayBacklightManager::updateALSIdleTimer Failed to get current linear brightnes
    8/7/12 8:23:45.219 PM SecurityAgent[210]: User info context values set for maloriejanasek
    8/7/12 8:23:45.393 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:46.856 PM SecurityAgent[210]: Login Window login proceeding
    8/7/12 8:23:47.491 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:47.506 PM loginwindow[58]: Login Window - Returned from Security Agent
    8/7/12 8:23:47.565 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:47.636 PM loginwindow[58]: USER_PROCESS: 58 console
    8/7/12 8:23:47.714 PM airportd[360]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:23:47.784 PM com.apple.launchd.peruser.501[225]: (com.apple.launchctl.Aqua[361]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.867 PM com.apple.launchd.peruser.501[225]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    8/7/12 8:23:47.870 PM com.apple.launchd.peruser.501[225]: (0x7f89b3d004b0.anonymous.loginwindow[58]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.872 PM loginwindow[58]: Connection with distnoted server was invalidated
    8/7/12 8:23:47.873 PM com.apple.launchd.peruser.501[225]: (com.apple.universalaccessd[362]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.876 PM com.apple.launchd.peruser.501[225]: (com.apple.ServiceManagement.LoginItems[363]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.046 PM com.apple.launchd.peruser.501[225]: (com.apple.tccd[365]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.350 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:48.367 PM com.apple.launchd.peruser.501[225]: (com.apple.talagent[369]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.367 PM com.apple.launchd.peruser.501[225]: (com.apple.Dock.agent[370]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.389 PM com.apple.launchd.peruser.501[225]: (com.apple.SystemUIServer.agent[371]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.475 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:48.501 PM com.apple.launchd.peruser.501[225]: (com.apple.Finder[372]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.760 PM com.apple.launchd.peruser.501[225]: (com.apple.pboard[374]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.854 PM com.apple.launchd.peruser.501[225]: ([0x0-0x30030].activateSettings[375]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:50.667 PM com.apple.launchd.peruser.501[225]: (com.apple.fontd[381]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:51.234 PM com.apple.launchd.peruser.501[225]: (com.apple.NetworkBrowserAgent[384]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:51.329 PM NetworkBrowserAgent[384]: Starting NetworkBrowserAgent
    8/7/12 8:23:52.192 PM com.apple.launchd.peruser.501[225]: (com.apple.FontWorker[385]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.196 PM com.apple.launchd.peruser.501[225]: (com.apple.cvmsCompAgent_x86_64[386]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.267 PM genatsdb[387]: ########## genatsdb Sandboxed. ##########
    8/7/12 8:23:52.514 PM com.apple.launchd.peruser.501[225]: (com.apple.UserEventAgent-Aqua[390]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.515 PM com.apple.launchd.peruser.501[225]: (com.apple.SocialPushAgent[391]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.516 PM com.apple.launchd.peruser.501[225]: (com.apple.parentalcontrols.check[393]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.516 PM com.apple.launchd.peruser.501[225]: (com.apple.PCIESlotCheck[392]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.518 PM com.apple.launchd.peruser.501[225]: (com.apple.mdmclient.agent[396]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.518 PM com.apple.launchd.peruser.501[225]: (com.apple.notificationcenterui.agent[394]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.mrt.uiagent[395]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.isst[397]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.imagent[398]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.helpd[399]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.FTCleanup[400]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.coreservices.appleid.authentication[401]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.warmd_agent[388]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.CalendarAgent[402]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.assistantd[403]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.usernoted[389]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.apsctl[404]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.afpstat-qfa[405]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.522 PM com.apple.launchd.peruser.501[225]: (com.rim.BBLaunchAgent[406]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.523 PM com.apple.launchd.peruser.501[225]: (com.google.keystone.system.agent[407]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.524 PM com.apple.launchd.peruser.501[225]: (com.flipvideo.FlipShareAutoRun[408]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.525 PM com.apple.launchd.peruser.501[225]: (com.adobe.AAM.Startup-1.0[410]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.525 PM com.apple.launchd.peruser.501[225]: (com.adobe.CS5ServiceManager[409]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.991 PM com.apple.launchd.peruser.501[225]: (com.apple.afpstat-qfa[405]) Exited with code: 2
    8/7/12 8:23:53.483 PM com.apple.launchd.peruser.501[225]: ([0x0-0x34034].com.flexibits.fantastical[414]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:53.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=407[GoogleSoftwareUp] clearing CS_VALID
    8/7/12 8:23:54.029 PM com.apple.launchd.peruser.501[225]: (com.apple.accountsd[416]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:54.437 PM coreservicesd[37]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=166
    8/7/12 8:23:54.483 PM WindowServer[140]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    8/7/12 8:23:54.549 PM WindowServer[140]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.07 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/7/12 8:23:54.704 PM com.apple.launchd.peruser.501[225]: ([0x0-0x37037].com.getdropbox.dropbox[417]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:55.351 PM com.apple.launchd.peruser.501[225]: (com.apple.mrt.uiagent[395]) Exited with code: 255
    8/7/12 8:23:56.113 PM com.apple.launchd.peruser.501[225]: (com.apple.java.InstallOnDemandAgent[419]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:56.151 PM com.apple.launchd.peruser.501[225]: (com.adobe.CS5ServiceManager[409]) Exited with code: 97
    8/7/12 8:23:57.047 PM com.apple.launchd.peruser.501[225]: (com.apple.quicklook[422]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:57.524 PM com.apple.launchd.peruser.501[225]: (com.apple.CoreLocationAgent[423]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:01.217 PM blued[72]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    8/7/12 8:24:01.275 PM SystemUIServer[371]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/7/12 8:24:01.278 PM SystemUIServer[371]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/7/12 8:24:01.683 PM GoogleSoftwareUpdateDaemon[426]: -[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)
    8/7/12 8:24:01.771 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    8/7/12 8:24:02.038 PM GoogleSoftwareUpdateDaemon[426]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    8/7/12 8:24:02.473 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x25e1a0
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x25e130 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >
    Using server: <KSOmahaServer:0x554200
              engine=<KSDaemonUpdateEngine:0x1050b30>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:00 +0000;
                                            LastActiveDate = 2012-08-08 00:23:58 +0000;
                                  "com.google.Chrome" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:01 +0000;
                                            LastActiveDate = 2012-08-07 18:09:13 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.0_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/7/12 8:24:02.478 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x55a760
              server=<KSOmahaServer:0x554200>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=0
              rollCallTickets=0
              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.0_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/7/12 8:24:04.563 PM com.apple.launchd.peruser.501[225]: (com.apple.pbs[434]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:05.170 PM com.apple.launchd.peruser.501[225]: (com.apple.storeagent[438]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:06.890 PM com.apple.launchd.peruser.501[225]: ([0x0-0x3f03f].com.apple.AppleSpell[440]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:09.994 PM WindowServer[140]: CGXDisableUpdate: UI updates were forcibly disabled by application "Fantastical" for over 1.00 seconds. Server has re-enabled them.
    8/7/12 8:24:12.749 PM com.apple.launchd.peruser.501[225]: (com.apple.FontWorker[449]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:13.401 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x25fcc0
              server=<KSOmahaServer:0x554200>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=1
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_seconds="62653"></daystart>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    8/7/12 8:24:15.128 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    8/7/12 8:24:15.355 PM GoogleSoftwareUpdateDaemon[426]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    8/7/12 8:24:15.356 PM GoogleSoftwareUpdateDaemon[426]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    8/7/12 8:24:15.358 PM GoogleSoftwareUpdateDaemon[426]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    8/7/12 8:24:15.361 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    8/7/12 8:24:15.491 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    8/7/12 8:24:15.494 PM GoogleSoftwareUpdateDaemon[426]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    8/7/12 8:24:16.731 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x12507f0
                        productID=com.google.talkplugin
                        version=3.3.3.8675
                        xc=<KSPathExistenceChecker:0x124cf80 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >,
              <KSTicket:0x124cf40
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x1250670 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >
    Using server: <KSOmahaServer:0x10557d0
              engine=<KSDaemonUpdateEngine:0x1050b30>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:00 +0000;
                                            LastActiveDate = 2012-08-08 00:23:58 +0000;
                                  "com.google.Chrome" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:01 +0000;
                                            LastActiveDate = 2012-08-07 18:09:13 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.0_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/7/12 8:24:16.733 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x1055d70
              server=<KSOmahaServer:0x10557d0>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=2
              activeTickets=0
              rollCallTickets=0
              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.0_i486"></o:os>
                            <o:app appid="com.google.talkplugin" version="3.3.3.8675" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/7/12 8:24:17.831 PM UserEventAgent[390]: cannot find fw daemon port 1102
    8/7/12 8:24:19.098 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x565610
              server=<KSOmahaServer:0x10557d0>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=2
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
            

  • Implementing object security in BO XI 3

    Hi,
    Please let me know how to implement object level security in BO XI 3.  I did it in 6 and not in XI.  I am able to find the security group in the designer.  But not able to find any place to attach the same to the user in CMC as we did in  Supervisor.  Please guide me.
    Thanks and Regards,
    Subbu S

    Login into the CMC and under Universes select the universe you want to assign object security to your users for. In the context menu (right mouse button) select Universe security .
    Regards,
    Stratos

Maybe you are looking for

  • Trying to set up a home network

    I used to have an iMac G4 and a PowerBook G4 and a magicolor 2430DL laser printer hooked up to a small network via an ethernet switch. I have a slow dialup account with CWNET. I replaced the PowerBook with a MacBook and got an Airport Extreme Base St

  • Installing oracle 10g on windows 2000 server

    hi masters, this might look very silly question, and every child might know answer, but i would like to ask this question here that i have oracle 9i release 2 installed on my windows server 2000 and an application is already running, now i want to in

  • IPhoto shows a location as other, but no corresponding picture

    Hi everyone, I am new to Mac and was wondering why this is happening. Of the four columns for a location the last one says All (1) and under that says other. Thanks for your help!

  • Import parameters for FM's

    Hi   I have to use the FM 'SERNR_DELETE_FROM_HU' to delete the existing serial number and FM 'SERNR_ADD_TO_HU' to add a new serial number. Can anyone please  tell me what are the import parameters for these FM's. Thanks in advance. Vasudha

  • Azure Batch - Can I launch a linux VM?

    Hi there, Is there any way to use Azure Batch to launch Linux VMs? I have some scientific software that I would like to use Azure Batch to help parallelize. But as most scientific software goes, it will only runs on a *nix OS.  Since Linux compute VM