JSC2 Support for Traditional Java Package Names

We have been looking for some encouraging words in the JSC2 documentation concerning the use of traditional java package organization for our creator projects but have been unable to find any. JSC2 appears to use a new project directory structure for its own purposes. However, there is no mention of package naming improvements in response to past requests from JSC1 users. We still very much want to organize our project content in the familiar java "com.company.ourproject.ourfeature" style. Is it the intention of the Creator developers to provide improvement in support for custom package names in JSC2 that is beyond what was possible in JSC1? Any insightful comments would be greatly appreciated.

Hi,
Please go through the following thread which discusses about the package structure:
http://swforum.sun.com/jive/thread.jspa?threadID=53439&tstart=0
Hope this heps
Cheers
Giri :-)
Creator Team

Similar Messages

  • Getting invalid packages when installing support for stored java objects

    I am getting invalid packages notices when installing support for stored java objects in Forms 9i that can with the Oracle 9iDS Suite. In the post installation notes it says to locate a few SQL files, PLB files and a JAR file and run them. On executing the SQL package that will install the rest , I am logged in as SYSTEM as the instructions stated, I get an error when it tries to load the PLB files ( which are encrypted from Oracle). Any one else have this problem or know of a solution?
    If you need more information please let me know and I will try to respond promptly.
    Thanks
    Chad Leath

    The PLB package is called ORA_DE_REFLECTION. I forgot to mention this in the previous post.

  • [svn:fx-trunk] 12944: Added support for state specific sccessible names in ToggleButtonAccImpl

    Revision: 12944
    Revision: 12944
    Author:   [email protected]
    Date:     2009-12-14 21:36:44 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Added support for state specific sccessible names in ToggleButtonAccImpl
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ToggleButtonAccImpl.as

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • Suggestions for substituting a package name that constantly changes

    I work with an organization that constantly changes their package names. I am tired of going to each program and changing them on a whim. I wanted to know if there is a procedure for making package names replaceable. This would be mostly a preventive method used to avoid using "find and replace" in huge, enterprise projects.
    For example, one day it is as follows:
    package com.megacorp.myclass;
    The next day I want it to be changed as follows:
    package com.mymegacorp.myclass;
    Maybe the approach I was looking for was something like a .properties file or context containing the package name and I would substitute it using a variable like the following:
    package ${constantly.changing.megacorp.name}.myclass;
    This example my not be clear. Feel free to swing away as I cry tears of BLooD. Any info or suggestions would be greatly appreciated though. Thanks.

    Refactoring is definitely what this kind of thing would be called. What you suggested isn't supported in Java, so you'd have to use some third party preprocessor-like tool (I've never looked into this sort of thing, I don't know what's out there) to replace your placeholders. It would have to become part of your build process, and could possibly introduce new bugs to your code if it didn't work properly every time. That sounds a lot more dangerous and dependent than using Eclipse's (or whatever IDE you fancy) refactor function, which is dead simple, and only has to be done once each time the package names change, so you can refactor, test, and forget about it.

  • Java package names

    Hello,
    I was wondering if anyone can explain to me why when creating packages, they should be named in reverse.
    I understand the concept of name classes etc, but why don't we use for example sun.com.myPackage instade of com.sun.myPackage?
    What's the point in that?

    The dotted parts of package and class names form a sort of hierarchy. That is foo.bar in some sense "includes" foo.bar.baz and foo.bar.EgClass. But we shouldn't read too much into this: as far as access rights go there is no special relationship between foo.bar.EgClass and the classes in foo.bar.baz. The common ancestry - foo.bar - doesn't count for much.
    The Java Language Specification remarks: "The hierarchical naming structure for packages is intended to be convenient for organizing related packages in a conventional manner, but has no significance in itself other than the prohibition against a package having a subpackage with the same simple name as a top level type (7.6) declared in that package. There is no special access relationship between a package named oliver and another package named oliver.twist, or between packages named evelyn.wood and evelyn.waugh. For example, the code in a package named oliver.twist has no better access to the types declared within package oliver than code in any other package".
    That said the names, at least, form a hierarchy and the dotted form is intended to run from the most extensive to the most specific. (The part of the class name that we write with a capital letter is the most specific and so is placed last) A convention arose quite early in Java's life of inverting common "host" parts of urls. So if you use servers like www.mycompany.co.nz or ftp.mycompany.co.nz then you could form a unique name for your packages by taking all but the first part. Eg mycompany.co.nz.
    But to run from most extensive to most specific this would have to be inverted: nz.co.mycompany
    It is just a convention though and you're free to name your packages whatever you like. The important thing is to give them unique names.

  • [SOLVED] Any guidelines for changing AUR package name?

    I have TTWM in the AUR, and I'm changing the name to Alopex.
    I can revise the PKGBUILD to change the name, and put ttwm-git in the "replaces" and/or "conflicts" array, but when I submit this to the AUR will there then be two AUR packages?
    There is no need for the ttwm-git package to remain in the aur as they will be identical - it's just a name change.  I don't want to needlessly clutter the AUR, so if there are any guidelines or best practices for renaming AUR packages, let me know.
    Last edited by Trilby (2013-04-20 11:12:07)

    If the wiki is unclear, please edit it https://wiki.archlinux.org/index.php/AUR#Other_requests
    Package merging has been implemented, users still have to resubmit a package under a new name and may request merging of the old version's comments and votes on the mailing list.

  • Please develop rendering support for traditional mongolian script.

    A major barrier for me to move from Window to Mac is that Mac doesn't have rendering support for my own language: traditional Mongolian, whereas Microsoft does it pretty well. For example, for this major news website in traditional Mongolian: http://www.mgyxw.net/, IE is able to show everything but Mac cannot. Please develop this support as soon as possible (and also the keyboard input support as Microsoft did).

    Acidophiniz wrote:
    Microsoft does it pretty well. For example, for this major news website in traditional Mongolian: http://www.mgyxw.net/,
    Could you post a screen shot?  It looks to me like the text of this site is not in standard unicode, but in some sort of  private use area encoding.  If that is the case, you can be sure Apple will never support display of this page.  Have you installed some special custom font to see it?
    A correct Unicode page is at
    http://babelstone.co.uk/Test/Mongolian.html

  • **Error message on installation of Adobe Reader for Mac**:   "Installer: Package name is Adobe reader XI (11.0.07) Installer: Upgrading at base path / installer: The upgrade failed (The installer encountered an error that caused the installation to fail.

    Here are screen shots of the two error messages.
    I have tried trashing Adobe Reader and reinstalling, and removing the library files for the browser plugin and reinstalling.

    The file is 18 MB, which obviously exceeds what your form will allow me to paste. Here are the entires for September 5:
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting Background Check Activity
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Automatic check parameters: autoDownload=YES, autoConfigData=YES, autoCriticalInstall=YES
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Fired early. Should check=FALSE (i=86280.000000, l=2014-09-04 17:54:40 +0000) (A/C=YES)
    Sep  5 06:00:16 --- last message repeated 1 time ---
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 1 user-visible product(s): 031-05873
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 0 enabled config-data product(s):  (want active updates only)
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting background actions
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Finished Background Check Activity
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: softwareupdate_notify_agent[uid=501]: Running for UpdatesAvailable
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: AssertionMgr: Take com.apple.softwareupdate.NotifyAgentAssertion assertion with type BackgroundTask for pid 35041
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: Adding client SUUpdateServiceClient pid=35041, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: softwareupdate_notify_agent[uid=501]: Notifying with params: {
         SoftwareUpdateCount = 1;
         SoftwareUpdatesAvailable = 1;
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: softwareupdate_notify_agent[uid=501]: appstoreupdateagent notified
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: AssertionMgr: Cancel com.apple.softwareupdate.NotifyAgentAssertion assertion for pid 35041
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: Removing client SUUpdateServiceClient pid=35041, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 09:16:01 rbb-mac-pro.home installer[35656]: Product archive /Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Set authorization level to root for session
    Sep  5 09:16:02 rbb-mac-pro.home runner[35680]: Administrator authorization granted.
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Will use PK session
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Starting installation:
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Preparing disk for local booted install.
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Free space on "SSD 256G Boot Disk": 8 GB (8000942080 bytes).
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.35656aAqVkt"
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: IFPKInstallElement (3 packages)
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:16:02 rbb-mac-pro.home installd[35681]: installd: Starting
    Sep  5 09:16:02 rbb-mac-pro.home installd[35681]: installd: uid=0, euid=0
    Sep  5 09:16:02 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=35656, uid=0 (/usr/sbin/installer)
    Sep  5 09:16:03 rbb-mac-pro.home installer[35656]: PackageKit: Enqueuing install with boosting
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/3BB 3C775-90BB-4850-AEF0-359D1D31FF14.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/3BB 3C775-90BB-4850-AEF0-359D1D31FF14.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/3BB 3C775-90BB-4850-AEF0-359D1D31FF14.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.FpH0c2/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.pscf1z
    Sep  5 09:16:04 rbb-mac-pro.home install_monitor[35682]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:16:06 rbb-mac-pro.home install_monitor[35682]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb18658820 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:16:06 rbb-mac-pro.home installer[35656]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7fa54a781ef0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=35656, uid=0 (/usr/sbin/installer)
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:16:07 rbb-mac-pro.home installer[35656]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 09:16:07 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 868
    Sep  5 09:32:35 rbb-mac-pro.home installer[35930]: Product archive /Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Set authorization level to root for session
    Sep  5 09:32:36 rbb-mac-pro.home runner[35934]: Administrator authorization granted.
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Will use PK session
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Starting installation:
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Preparing disk for local booted install.
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Free space on "SSD 256G Boot Disk": 7.99 GB (7987646464 bytes).
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.35930WMZuUG"
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: IFPKInstallElement (3 packages)
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=35930, uid=0 (/usr/sbin/installer)
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: PackageKit: Enqueuing install with boosting
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:32:37 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/B10 E70F1-C2AA-4012-9CF8-1AC26239D69D.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:32:37 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/B10 E70F1-C2AA-4012-9CF8-1AC26239D69D.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/B10 E70F1-C2AA-4012-9CF8-1AC26239D69D.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.ZhfffK/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.IG3VCZ
    Sep  5 09:32:38 rbb-mac-pro.home install_monitor[35941]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:32:39 rbb-mac-pro.home install_monitor[35941]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb18538f80 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:32:39 rbb-mac-pro.home installer[35930]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7fd1ff33ec40 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=35930, uid=0 (/usr/sbin/installer)
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:32:40 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 856
    Sep  5 09:32:40 rbb-mac-pro.home installer[35930]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 09:35:30 rbb-mac-pro.home installer[36035]: Product archive /Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Set authorization level to root for session
    Sep  5 09:35:31 rbb-mac-pro.home runner[36038]: Administrator authorization granted.
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Will use PK session
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Starting installation:
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Preparing disk for local booted install.
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Free space on "SSD 256G Boot Disk": 7.99 GB (7988830208 bytes).
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.36035YrYxDS"
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: IFPKInstallElement (3 packages)
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=36035, uid=0 (/usr/sbin/installer)
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: PackageKit: Enqueuing install with boosting
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:35:32 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/D23 D9523-A6BD-4DFD-AA3F-1AEE9AC362EF.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/D23 D9523-A6BD-4DFD-AA3F-1AEE9AC362EF.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/D23 D9523-A6BD-4DFD-AA3F-1AEE9AC362EF.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.VbuI7L/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.g6ogq4
    Sep  5 09:35:33 rbb-mac-pro.home install_monitor[36045]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:35:34 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:35:34 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:35:34 rbb-mac-pro.home install_monitor[36045]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb1d2624b0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:35:35 rbb-mac-pro.home installer[36035]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7fda8d84ffc0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=36035, uid=0 (/usr/sbin/installer)
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 854
    Sep  5 09:35:35 rbb-mac-pro.home installer[36035]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 09:45:53 rbb-mac-pro.home installer[36203]: Product archive /Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Set authorization level to root for session
    Sep  5 09:45:54 rbb-mac-pro.home runner[36206]: Administrator authorization granted.
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Will use PK session
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Starting installation:
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Preparing disk for local booted install.
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Free space on "SSD 256G Boot Disk": 7.97 GB (7966429184 bytes).
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.36203xXq5rH"
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: IFPKInstallElement (3 packages)
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=36203, uid=0 (/usr/sbin/installer)
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: PackageKit: Enqueuing install with boosting
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/4A6 5B724-F4F8-44D3-83F1-A089D0369C90.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/4A6 5B724-F4F8-44D3-83F1-A089D0369C90.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/4A6 5B724-F4F8-44D3-83F1-A089D0369C90.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.nzFhDo/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.ZoZ7nT
    Sep  5 09:45:55 rbb-mac-pro.home install_monitor[36207]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:45:57 rbb-mac-pro.home install_monitor[36207]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb18623250 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:45:57 rbb-mac-pro.home installer[36203]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ff9a57575c0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=36203, uid=0 (/usr/sbin/installer)
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 846
    Sep  5 09:45:58 rbb-mac-pro.home installer[36203]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting Background Check Activity
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Automatic check parameters: autoDownload=YES, autoConfigData=YES, autoCriticalInstall=YES
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Fired early. Should check=FALSE (i=86280.000000, l=2014-09-04 17:54:40 +0000) (A/C=YES)
    Sep  5 10:56:00 --- last message repeated 1 time ---
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 1 user-visible product(s): 031-05873
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 0 enabled config-data product(s):  (want active updates only)
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting background actions
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Finished Background Check Activity
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: softwareupdate_notify_agent[uid=501]: Running for UpdatesAvailable
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: AssertionMgr: Take com.apple.softwareupdate.NotifyAgentAssertion assertion with type BackgroundTask for pid 37557
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: Adding client SUUpdateServiceClient pid=37557, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: softwareupdate_notify_agent[uid=501]: Notifying with params: {
         SoftwareUpdateCount = 1;
         SoftwareUpdatesAvailable = 1;
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: softwareupdate_notify_agent[uid=501]: appstoreupdateagent notified
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: AssertionMgr: Cancel com.apple.softwareupdate.NotifyAgentAssertion assertion for pid 37557
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: Removing client SUUpdateServiceClient pid=37557, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting Background Check Activity
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Automatic check parameters: autoDownload=YES, autoConfigData=YES, autoCriticalInstall=YES
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Should Check=YES (i=86280.000000, l=2014-09-04 17:54:40 +0000) (A/C=YES)
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Fire periodic check for interval
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting background actions
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: checking for updates
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Scan for client pid 180 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated)
    Sep  5 14:17:56 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Using catalog https://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard- leopard.merged-1.sucatalog.gz
    Sep  5 14:17:56 rbb-mac-pro.home softwareupdated (200)[180]: Added 1267 PPD versions for /Library/Printers/PPDs/Contents/Resources from cache as of 2014-09-03 22:15:49 +0000
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: 10.9.4
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Cmd2HP does not require an update.
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DriverCore does not require an update.
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PS3 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_ImageEnhancement1 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePDM does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Chuckwalla does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePL does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DMF4 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Fax2 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorse does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PSS does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Scan3 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePSF does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorse does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePDM does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePIL1 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePL does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePSF does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Chuckwalla does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Cmd2HP does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DMF4 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DriverCore does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Fax2 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_ImageEnhancement1 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PS3 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PSS does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Pdf2Pdf2 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Scan3 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePIL1 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Pdf2Pdf2 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorse does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePDM does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePIL1 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePL does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePSF does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Chuckwalla does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Cmd2HP does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DMF4 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DriverCore does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Fax2 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_ImageEnhancement1 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PS3 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PSS does not require an update.
    Sep  5 14:18:14 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:14 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:14 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Pdf2Pdf2 do

  • I18n Support for WD-Java UI Elements on CE 7.10, Particularly Chinese text

    Hello Experts,
    Using NWDS 7.10 SP5, I have followed the Tutorial : Developing International
    WebDynpro Applications
    (cf. http://help.sap.com/saphelp_nw04s/helpdata/en
    /44/f0674039c6c549e10000000a1550b0/frameset.htm)
    to create a WD-Java program with three languages : English, German and Chinese.
    I can see that the files below
    Location.dtsimpletytype
    Location.dtsimpletytype_de.xlf
    Location.dtsimpletytype_de.properties
    Location.dtsimpletytype_zh.xlf
    Location.dtsimpletytype_zh.properties
    I18nView0.wdview.xlf
    I18nView0.wdview_de.xlf
    I18nView0.wdview_de.properties
    I18nView0.wdview_zh.xlf
    I18nView0.wdview_zh.properties
    are generated in the related folders.
    The build EAR file is deployed a CE 7.10 SP7 instance.
    The English and German versions of UI are working fine; however, the Chinese version is missing.
    I checked inside the generated JAR file (company.com~i18ntest.jar) and found the following files :
    (Simple Type Resource Properties File)
    simpleTypeResource.properties
    simpleTypeResource_de.properties
    simpleTypeResource_en.properties
    (WD Component Text Resource Properties File)
    ResouceI18nComp01.properties
    ResouceI18nComp01_de.properties
    ResouceI18nComp01_en.properties
    There is no *_zh.properties file in there !
    I am wondering whether I have missing something or WD-Java for CE 7.10 does
    support Chinese (or other asian languages) UI element/message at all ??
    Any info will be much appreciated !
    Ying-Jie Chen

    Hi Yingjie,
    I am also facing the same problem.
    Can you pls tell how did you solve this issue?
    Thanks!

  • IE8 Support for WebDynrpo Java

    Hi, We are on EP6 and i read in SAP Notes that the Support Pack Level is 25 for IE8 Support (in non-compatability mode), but I can only see a support pack to patch level 24 in service.sap.com.
    Does anyone know if SP25 for EP6 is out yet? or if not, then when it is likely to be released?
    regards,
    rob
    Edited by: robert munro on Jun 23, 2009 1:57 PM

    I was aware that SP 23 was already out in the beginning of this year and as per your information SP 24 is also available now.  SP 25 is surely not out yet.
    Just keep checking the PAM it would be updated as soon as the new SP is released. Not sure but I don't think you'll have to wait too long

  • Transaction support for LC Java API?

    Hi everybody,
    I'm using the LC Java API to make some stuff with the LC ES like file converting, create and apply of policies, and reader extending and I will wrap this actions in a single transaction - e.g. if the applying of a policy fails, the document should not be reader enabled or stuff like this.
    I've found some classes in the LiveDoc specification - com.adobe.idp.dsc.transaction.* -, but no examples, how to use it.
    Can somebody help me with a code snippet or tip?
    Thanks & regards
    Angel

    You can only do this at your own logic, because these operations are not atomic .

  • Support for Java Server FAce in Workshop

    Dear All,
    Does anyone have any idea if and when Workshop will include support for the Java
    Server Faces (JSF) framework?
    Thank you
    Abe

    While I cannot share any specific product plans from any vendor, I would like to point out that all of the vendors of IDEs in the Java web application space are members of the JSR-127 expert group that is defining JavaServer Faces. Indeed, one of the primary design goals for the APIs is to ensure that development tools have sufficient information available to create high quality user interfaces at design time, so we're doing all we can to enable this kind of thing.
    As JavaServer Faces matures, I think you will be very pleased with the quality and quantity of tools support for it.
    Craig McClanahan

  • Maven Support for JE, testers needed!

    Hello Berkeley DB Java Edition Fans and Developers!
    In an effort to better support our developers we've setup what we hope is a functional Maven repository, but we'd like you to test it and let us know if we've been successful or not. I've tried to test it, but to be perfectly honest I'm not a Maven expert. If we've done anything in a non-standard or imperfect manner please speak up and let me know so that I can fix things now.
    Here is the structure, the ever important POM file is found at:
    http://download.oracle.com/maven/com/sleepycat/je/<release>/je-<release>.pom
    e.g.
    http://download.oracle.com/maven/com/sleepycat/je/3.2.76/je-3.2.76.pom
    In that directory you will find:
    je-<release>.pom
    je-<release>.pom.md5
    je-<release>.pom.sha1
    je-<release>.jar
    je-<release>.jar.md5
    je-<release>.jar.sha1
    sources.jar
    sources.jar.md5
    sources.jar.sha1
    Also, I've uploaded a copy of each release's documentation tree to:
    http://download.oracle.com/berkeley-db/docs/je/<release>/
    e.g.
    http://download.oracle.com/berkeley-db/docs/je/3.2.76/
    Finally, the Sleepycat Public (open source) license file for JE is located at:
    http://download.oracle.com/maven/com/sleepycat/je/license.txt
    I believe that if you put the following into your Ant build.xml file it will pick up the JE .jar file using Maven, let me know if this is wrong:
      <!-- Use Maven to fetch Oracle Berkeley DB Java Edition -->
      <path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.0.9.jar" />
      <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
      <artifact:remoteRepository id="berkeleydb-je.repository" url="http://ossus.com/maven" />
      <artifact:dependencies pathId="dependency.classpath">
        <remoteRepository refid="berkeleydb-je.repository" />
        <dependency groupId="com.sleepycat" artifactId="je" version="3.2.76"/>
      </artifact:dependencies>
    --------------------------------And here is an example project POM file for those who use Maven to build their applications. Let me know if this is correct and usable or if I've made mistakes or there are ways to improve it as well.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://maven.apache.org/maven-v4_0_0.xsd"?>
      <modelVersion>4.0.0</modelVersion>
      <dependencies>
        <dependency>
          <groupId>com.sleepycat</groupId>
          <artifactId>je</artifactId>
          <version>3.2.76</version>
        </dependency>
      </dependencies>
      <repositories>
        <repository>
          <releases>
            <enabled>false</enabled>
            <updatePolicy>always</updatePolicy>
            <checksumPolicy>warn</checksumPolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
            <checksumPolicy>fail</checksumPolicy>
          </snapshots>
          <id>oracleReleases</id>
          <name>Oracle Released Java Packages</name>
          <url>http://download.oracle.com/maven</url>
          <layout>default</layout>
        </repository>
      </repositories>
    </project>
    --------------------------------If one or more Maven user could give this a try it would greatly help me out.
    Questions I have are:
    1. Did I put the source code up in the proper place/package/name/etc?
    2. Did I leave anything out of the POM?
    3. Did I put too much into the POM
    4. Is there some other file I need to put somewhere that tells people what the latest version is of JE (and is that something that indicates the latest version for major releases, as in the latest version of the 2.x series and then also the latest version of the 3.x series, etc.)?
    5. Does this work? :)
    Thanks in advance for your help,
    -greg
    Greg Burd | Senior Product Manager
    Oracle Berkeley DB | ORACLE United States

    Update: I changed our POM to refer to the new version, 3.3.62, and again the download, build and test was successful. So, upgrading JE versions required just a few keystrokes.
    FYI, you've still got a license typo, "Sleepcyat", in both the 3.2.76 and 3.3.62 POMs.
    Also, though it seems harmless, and only happens when using the m2eclipse inside-Eclipse maven build, I'm still getting the following warning on builds:
    [WARN] POM for 'com.sleepycat:je:pom:3.3.62:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: Unrecognised tag: 'license' (position: START_TAG seen ...</organization>\n\n <license>... @15:12)
    I don't know enough about Maven to know if there's a 'higher-level' way to indicate the latest version overall, or latest within a version-prefix. I suspect people should make that determination from prose elsewhere. They might also try to determine other releasesby browsing the containing directory -- ie: http://download.oracle.com/maven/com/sleepycat/je/ -- though I see that doesn't work, only the direct URLs to the POMs and other resources answer.
    Your 'sources' URLs in both POMs trigger a JAR download as I would expect, but the Javadoc URLs both generate 404s. (I'm not sure if any automated tools depend on these delivering content, as opposed to the values just being there for human reference.)
    HTH -- though the main message is "it's working the way I'd expect!"
    - Gordon @ IA

  • Package name when the doman name contains "-"

    Recently I'm working for a project for a company whose domain name like www.my-donkey.com. By convention, the Java package name should start with com.my-donkey.xxx, unfortunately the hypen is not allowed in the package name.
    What is the standard Java convention to address this?

    Remember that the package naming convention is exactly that: a convention. It isn't a rule, nothing checks them and you don't have to follow it. It was just an idea that someone came up with to make it less likely that package names from different organisations would collide. Go with Kaj's idea, package names don't have any legal ramifications or anything

  • Package name in stubs

    What is the "right way" to define package names
    to idl files so, that java stubs contains a valid java package name like: com.firm.software.unit?
    Am I right that module definition in idl can contain only
    one "level" name e.g. nameOfModule not com.firm.software.nameOfModule
    -m

    You can nest module statements to create the typical multi-part package names. Something like this:module com{
    module firm{
    module software{
         interface unit(in SomeType SomeVar);
    };This will create an interface unit in the package com.firm.software. Using nested modules makes it more difficult to use structures and interfaces defined in other modules, but this can also be done- just take a look at any CORBA book or something similar.

Maybe you are looking for

  • Report with Prompt on Home Page

    I have created a report with column prompt. I have also included this report in 'My Home Page custom report'. But when i access 'My Home Page' i dont see the Prompt, i only see the report with all columns & data. Have i skipped some step to include p

  • Number pad on Mac Mini quit working

    I have a computer lab of 22 Mac Mini's. The number pad on one of them has quit working, just the numbers. The function keys still work. I have swapped keyboards with other Mini's and the probelm does not follow the keyboard. I have tried both a Mac P

  • Spry Menu Bar Difficulties

    I am just learning Dreamweaver CS4. I have a Spry menu bar on the index page. I had trouble getting the text to center up in the individual buttons. Somehow that was cured and subsequently the other submenu items (under "Home", "Services" and "Exampl

  • Create new log file for every 1000 points

    Is it possible to have a new file/folder for every 1000 data points ?  How do you check number of points written to a file?

  • Really weird and annoying noise

    When I use iChat (video chat) I get this really weird interference or noise, won't start at first but I hear it building up then it gets to be too loud and I can't hear anyone. And only I can hear it. To describe it, it sounds almost like a helicopto