Root.sh - documentation

Hi. We have a customer who is very concerned about security. They own the root user and will be running root.sh. They are asking questions like 'why does oracle need to change permissions on some files to root'? Does anyone know of any documentation that describes they "why" of root.sh ?
Specifically these commands are in question:
$CHMOD 4710 $ORACLE_HOME/bin/nmo
$CHMOD 4710 $ORACLE_HOME/bin/nmb
$CHMOD 4710 $ORACLE_HOME/bin/nmhs
$CHMOD 4750 $ORACLE_HOME/bin/oradism
$CHMOD 4750 $ORACLE_HOME/bin/extjob
$CHMOD 4750 $ORACLE_HOME/bin/jssu
$CHMOD 4555 $FILEMAPLOC/bin/fmputlhp
$CHOWN root $ORACLE_HOME/bin/nmo
$CHOWN root $ORACLE_HOME/bin/nmb
$CHOWN root $ORACLE_HOME/bin/nmhs
$CHOWN root $ORACLE_HOME/bin/oradism
$CHOWN root $ORACLE_HOME/bin/extjob
$CHOWN root $ORACLE_HOME/rdbms/admin/externaljob.ora
$CHOWN root $ORACLE_HOME/bin/jssu
Thanks, -Dan

The idea of root.sh is to separate out the administrative tasks that require root. I think this used to be explained somewhere in the docs, but I don't see it now. Perhaps it is self-explanatory, as those utilities need setuid access, dealing with shared memory and disk and such. Perhaps you need to open a service request to get a more detailed explanation of what those utilities are. The oracle executable itself needs to be able to spawn processes for the logged in user with oracle's privileges. So for example, you can see I've gone into sqlplus as jeg, I own the process that can access the oracle-owned files, which only oracle can write to:
$ ps -ef|grep 26184
  oracle 26197 20532  0 17:11:29 pts/0     0:00 grep 26184
jeg 26187 26184  0 17:11:11 ?         0:00 oracleTTST (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
jeg 26184 20559  0 17:11:07 pts/2     0:00 sqlplus
$ ll `which oracle`
-rwsr-s--x   1 oracle     oinstall   284467056 May 29  2008 /oracle/app/oracle/product/10.2.0/db_1/bin/oracleIt is correct for them to be worried about security with setuid, but then again, all this has been pounded on for years by experts and hackers, so if you follow the directions, including patching, most worry should come from inside jobs. And if you don't trust your own insiders, auditing, and division of responsibility, you have more of a problem than Oracle.

Similar Messages

  • Project window, folders off project root

    Starting to move to LabVIEW 8.0  First off the project explorer windows exhibits some odd behaviour. 
    First, I can create a folder off of the project root, but can not add anything to it.  Under My computer (which I assume is a target) yes, but not off of the project root.  Documentation is very sparse here.
    Second, I do not get an option to add a new target to the project.  Not sure what is going on here.  The only option I get when I right click and select new is 'folder'
    Third, and apart from the project window, when I go to options and select security, I get a broken VI error after it has to go hunting for missing VIs.  I am missing entire sub-directories that should have been installed.  Is this a bum installation from the upgrade site?  Anyone know?  My disks still have not shown up for the upgrade, but I am off in new directions and thought this would be a good time to upgrade.
    Thanks,
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

    Hello,
    1. Yes, I have confirmed that indeed you can add a folder under the project root, but you cannot add anything to it (except for another folder).  If you attempt to add a target, it will be added at the targets level, not within the folder.  However, if you add a device, such as a fieldpoint device, it will be placed in the folder.
    2.  I have attached a screenshot of a right-click on a project root - I do have the option to add "Targets and Devices..."  Perhaps a reinstall is in order if indeed you see something different, at least as a first attempt at reconciliation.
    3. If your Tools -> Options... -> Security selection fails, then something is surely wrong.  I  have not heard anything about the installation at the upgrade site, but I will inquire about this immediately.  In the mean time, if you can manage a reinstall (if only just for sanity) and repost results, I would very much appreciate it!
    Thank you, and I look forward to hearing back from you!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear
    Attachments:
    Project Root Right-Click Options.GIF ‏17 KB

  • Unable to Start OracleAgent for Cache connect on Solaris 9

    Please see below for configuration details. TimesTen 6.1 installed on Solaris 9 with access control enabled. DSN is defined in sys.odb.ini file under install_dir/info directory.
    unable to start cache agent either with ttAdmin or with ttIsql. Error messages is as below. Please help!!
    DSN defined in sys.odbc.ini
    [ATS_tt60demo1]
    Driver=/u03/TimesTen/tt60demo1/lib/libtten.so
    DataStore=/u03/TimesTen/tt60demo1/info/DemoDataStore/ATSdemo1data
    ExclAccess=0
    Logging=1
    #LogPurge=1
    PermSize=16
    ThreadSafe=1
    Isolation=1
    WaitForConnect=0
    Authenticate=0
    #LockLevel=0
    UID=scott
    OracleID=atsdev
    OraclePWD=tiger
    PassThrough=0
    environment Variables
    SSH_TTY=/dev/pts/3
    PATH=/u03/TimesTen/tt60demo1/bin:/u03/TimesTen/tt60demo1/demo:/u03/TimesTen/tt60demo1/demo/ttclasses:/u03/TimesTen/tt60demo1/demo/xlaPersistent:/u03/TimesTen/tt60demo1/demo/tutorial/java:/u03/TimesTen/tt60demo1/3rdparty/ant/bin:.:/usr/bin:/usr/ucb:/usr/local/bin:/tools/bin:/tools/pvcs:/export/home/timesten/bin:/usr/xpg4/bin:/bin:/usr/sbin:/etc:/sbin:/u03/app/product/10.2.0/Db_1/bin
    ORACLE_BASE=/u03/app/product
    EDITOR=vi
    HISTFILE=/export/home/timesten/.hist4229
    CLASSPATH=/u03/TimesTen/tt60demo1/lib/classes14.jar:/u03/TimesTen/tt60demo1/lib/timestenjmsxla.jar:/u03/TimesTen/tt60demo1/3rdparty/jms1.1/lib/jms.jar:/u03/TimesTen/tt60demo1/demo:/u03/TimesTen/tt60demo1/demo/tutorial/java:/u03/TimesTen/tt60demo1/demo/tutorial/java/dist/lib/TimesTenJavaDemos.jar
    LOGNAME=timesten
    HOSTNAME=ncnc-sun5
    PVCS_BINDIR=/tools/pvcs
    ORACLE_SID=atsdev
    PS1=${LOGNAME}@${HOSTNAME}:$PWD>
    PS2=>>
    USER=timesten
    XMINCLUDE=/usr/dt/include
    SHELL=/bin/ksh
    HOME=/export/home/timesten
    XFILESEARCHPATH=/usr/openwin/lib/%T/%N/%S:/usr/openwin/lib/%T/%N/%S
    XMLIB=/usr/dt/lib
    ANT_HOME=/u03/TimesTen/tt60demo1/3rdparty/ant
    SSH_CLIENT=138.1.113.119 1178 22
    LD_LIBRARY_PATH=/u03/TimesTen/tt60demo1/lib:/usr/openwin/lib:/usr/dt/lib:/usr/lib:/lib:/tools/lib:/u03/app/product/10.2.0/Db_1/lib:/u03/app/product/10.2.0/Db_1/network/lib
    TERM=xterm
    ORACLE_HOME=/u03/app/product/10.2.0/Db_1
    THREADS_FLAG=native
    PWD=/u03/TimesTen/tt60demo1/info
    TZ=US/Eastern
    ENV=/export/home/timesten/.kshrc
    timesten@ncnc-sun5:/u03/TimesTen/tt60demo1/info> ttisql ATS_tt60demo1
    Copyright (c) 1996-2005, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    All commands must end with a semicolon character.
    connect "DSN=ATS_tt60demo1";
    Enter password for 'scott':
    Connection successful: DSN=ATS_tt60demo1;UID=scott;DataStore=/u03/TimesTen/tt60demo1/info/DemoDataStore/ATSdemo1data;WaitForConnect=0;DRIVER=/u03/TimesTen/tt60demo1/lib/libtten.so;OracleId=atsdev;Authenticate=0;PermSize=16;
    (Default setting AutoCommit=1)
    Command> call ttCacheUidPwdSet('scott','tiger');
    Command> call ttCacheStart();
    10024: Could not start Oracle Agent for the requested data store.. Could not initialize OCI function pointers. Error: none
    The command failed.
    Command>exit
    Disconnecting..
    Done.

    Solved the problem myself. Had to stop and restart cache agent using the timesten software installation account and not as root.
    Documentation is not clear as to what happens when you install timesten using a "non root" account. Per documentation, we have to run setuproot script to create startup / stop scripts under init directory. With a non-root installation these scripts are created and on reboot agent process inherits the root account privs. This is a problem. For a non-root install the agent process should inherit the privs of the account that performed the installation and not root's.
    May be a documentation correction is needed here.

  • I can't install Xcode 4.2

    Hi guys, I've a problem, a very big problem... When I try to install Xcode 4.2, I see this:
    Nov  7 20:24:29 iMac-di-Daniele-DAlessio installer[12437]: IFJS: *** exception: ReferenceError: Can't find variable: SDKPresent
    Nov  7 20:24:30: --- last message repeated 1 time ---
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperTools.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X codeTools.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/S ystemScript.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/O penGLApps.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evToolsDocumentation.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/c lang.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/l lvm-gcc4.2.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M acOSX10.6.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M acOSX10.6.Patch1.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M acOSX10.7.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D ashcode.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/N etworkLinkConditioner.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evSamples.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperToolsCLI.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/S ourceControl.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evDocumentation.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X 11Documentation.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X codeiPhonePlugins.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/R elocatableScript.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSDK5_0.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSDKTools.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSimulatorSDK5_0.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSimulatorSDKTools.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneHostSideTools.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneDocumentation.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperDiskImage5_0.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperDiskImageReleased.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSDKLionExtras.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/A pplicationLoader.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSystemComponents.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M obileDevice.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/V ersionedDeveloperToolsSystemSupport.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D istributedBuildsSupport.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X codeUserSystemSupport.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X codeEssentialsSystemSupport.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperToolsSystemSupport.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X 11SDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/Q uickTimeSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/O penGLSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/W ebKitSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/F ireWireSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/B luetoothSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/C oreAudioSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/J avaSDK.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/c lang.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/l lvm-gcc4.2.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X 11Documentation.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperToolsCLI.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/x crun.pkg
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio installer[12437]: Set authorization level to root for session
    Nov  7 20:24:30 iMac-di-Daniele-DAlessio runner[12442]: Administrator authorization granted.
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Will use PK session
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Starting installation:
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Configuring volume "Macintosh HD"
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Preparing disk for local booted install.
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Free space on "Macintosh HD": 100.56 GB (100561788928 bytes).
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.12437zf5Veo"
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: IFPKInstallElement (29 packages)
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installer[12437]: Using authorization level of root for IFPKInstallElement
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: ----- Begin install -----
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: request=PKInstallRequest <29 packages, destination=/Developer>
    Nov  7 20:24:31 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: packages=(
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DeveloperTools.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ XcodeTools.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ SystemScript.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ OpenGLApps.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DevToolsDocumentation.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ clang.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ llvm-gcc4.2.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ MacOSX10.6.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ MacOSX10.6.Patch1.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ MacOSX10.7.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ Dashcode.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ NetworkLinkConditioner.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DevSamples.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DeveloperToolsCLI.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ SourceControl.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DevDocumentation.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ X11Documentation.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ XcodeiPhonePlugins.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ RelocatableScript.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneSDK5_0.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneSDKTools.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneSimulatorSDK5_0.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneSimulatorSDKTools.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneHostSideTools.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneDocumentation.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DeveloperDiskImage5_0.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DeveloperDiskImageReleased.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ iPhoneSDKLionExtras.pkg>",
                  "PKLeopardPackage <file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ ApplicationLoader.pkg>"
    Nov  7 20:24:36 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperTools.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:24:44 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X codeTools.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:24:49 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/O penGLApps.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:24:51 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evToolsDocumentation.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:24:55 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/c lang.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:24:56 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/l lvm-gcc4.2.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:24:58 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M acOSX10.6.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:15 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M acOSX10.6.Patch1.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:21 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/M acOSX10.7.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:32 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D ashcode.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:36 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/N etworkLinkConditioner.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:36 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evSamples.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:38 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperToolsCLI.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:41 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/S ourceControl.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:42 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D evDocumentation.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:44 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X 11Documentation.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:45 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/X codeiPhonePlugins.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:47 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSDK5_0.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:25:51 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSDKTools.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:01 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSimulatorSDK5_0.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:47 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSimulatorSDKTools.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:48 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneHostSideTools.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:49 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneDocumentation.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:49 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperDiskImage5_0.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:49 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/D eveloperDiskImageReleased.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:50 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/i PhoneSDKLionExtras.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:50 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Extracting file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/A pplicationLoader.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov  7 20:26:52 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.PNiK3g/Scripts/com.apple.pkg.DeveloperToolsLeo.Qs UeHe
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12484]: Running Install Scripts . . .
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12486]: Begin script: AlertAll.sh
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio installd[12444]: ./preinstall: sudo: /private/etc/sudoers is mode 0666, should be 0440
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio installd[12444]: ./preinstall: sudo: no valid sudoers sources found, quitting
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12495]: End script: AlertAll.sh
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12496]: Begin script: cleanUp
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12499]: End script: cleanUp
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12500]: Begin script: preflight
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio installd[12444]: ./preinstall: launchctl: Couldn't stat(">/dev/null"): No such file or directory
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio installd[12444]: ./preinstall: launchctl: Couldn't stat("2>&1"): No such file or directory
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio installd[12444]: ./preinstall: launchctl: Error unloading: com.apple.distccd
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12506]: End script: preflight
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12507]: Begin script: writelocation
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12510]: End script: writelocation
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12511]: Begin script: zzzcleanup
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12516]: End script: zzzcleanup
    Nov  7 20:26:53 iMac-di-Daniele-DAlessio _securityagent[12517]: 5 Install Scripts run.
    Nov  7 20:27:29 iMac-di-Daniele-DAlessio installd[12444]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “DeveloperTools.pkg”." UserInfo=0x1034b3f30 {NSFilePath=./preinstall, NSURL=file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Pack ages/DeveloperTools.pkg, PKInstallPackageIdentifier=com.apple.pkg.DeveloperToolsLeo, NSLocalizedDescription=An error occurred while running scripts from the package “DeveloperTools.pkg”.} {
                  NSFilePath = "./preinstall";
                  NSLocalizedDescription = "An error occurred while running scripts from the package \U201cDeveloperTools.pkg\U201d.";
                  NSURL = "file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Packages/ DeveloperTools.pkg";
                  PKInstallPackageIdentifier = "com.apple.pkg.DeveloperToolsLeo";
    Nov  7 20:27:29 iMac-di-Daniele-DAlessio installer[12437]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “DeveloperTools.pkg”." UserInfo=0x7fc552b512d0 {NSFilePath=./preinstall, NSURL=file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Pack ages/DeveloperTools.pkg, PKInstallPackageIdentifier=com.apple.pkg.DeveloperToolsLeo, NSLocalizedDescription=An error occurred while running scripts from the package “DeveloperTools.pkg”.}
    Nov  7 20:27:30 iMac-di-Daniele-DAlessio installer[12437]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    How can I do? I use Xcode to work... Help me, thanks! Daniele from La Spezia, Italy

    Facing the same problem
    install.log looks like:-
    Apr  2 23:36:30 localhost Setup Assistant[165]: Task1
    Apr  2 23:36:30 localhost Setup Assistant[165]: Task2
    Apr  2 23:36:30 localhost Setup Assistant[165]: certtool systemdefault 0
    Apr  2 23:36:30 localhost Setup Assistant[165]: Admin Auth : All clear, SetUpServerConnection now.
    Apr  2 23:36:30 localhost Setup Assistant[165]: Starting to discover USB Dongles.
    Apr  2 23:36:30 localhost Setup Assistant[165]: updated network configuration
    Apr  2 23:36:30 localhost Setup Assistant[165]: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    Apr  2 23:36:30 localhost Setup Assistant[165]: StartListeningForDefaultOutputDeviceChanging
    Apr  2 23:36:30 localhost Setup Assistant[165]: StartListeningForHeadphonesGettingPluggedIn
    Apr  2 23:36:30 localhost Setup Assistant[165]: setVolume (34)
    Apr  2 23:36:30 localhost Setup Assistant[165]: Headphones connected (0)
    Apr  2 23:36:30 localhost Setup Assistant[165]: modelUID AppleHDA:29
    Apr  2 23:36:30 localhost Setup Assistant[165]: layoutID 29
    Apr  2 23:36:30 localhost Setup Assistant[165]: setSpeakerVolume
    Apr  2 23:36:30 localhost Setup Assistant[165]: TransportType 0 kIOAudioDeviceTransportTypeBuiltIn
    Apr  2 23:36:30 localhost Setup Assistant[165]: AudioObjectGetPropertyDataSize kAudioDevicePropertyVolumeDecibels for channel (0) : kAudioHardwareUnknownPropertyError
    Apr  2 23:36:30 localhost Setup Assistant[165]: AudioObjectGetPropertyDataSize kAudioDevicePropertyMute kAudioHardwareUnknownPropertyError
    Apr  2 23:36:30 localhost Setup Assistant[165]: Set volume for channel (1) -10.000000
    Apr  2 23:36:30 localhost Setup Assistant[165]: AudioObjectGetPropertyDataSize kAudioDevicePropertyMute kAudioHardwareUnknownPropertyError
    Apr  2 23:36:30 localhost Setup Assistant[165]: Set volume for channel (2) -10.000000
    Apr  2 23:36:30 localhost Setup Assistant[165]: NumberOfKeyboardHIDDevices 1
    Apr  2 23:36:30 localhost Setup Assistant[165]: NumberOfPointingHIDDevices 1
    Apr  2 23:36:30 localhost Setup Assistant[165]: ----------
              -> searchForValidSystems has arrived.
    Apr  2 23:36:30 localhost Setup Assistant[165]: (Snoop) Listening on 8 / 217955326
    Apr  2 23:36:30 localhost Setup Assistant[165]: . Found disk (diskIdentifier=disk0, mountpoint=(null), isInternal=1, filesystem=(null))
    Apr  2 23:36:30: --- last message repeated 1 time ---
    Apr  2 23:36:30 localhost Setup Assistant[165]: . Found disk (diskIdentifier=disk0s1, mountpoint=(null), isInternal=1, filesystem=(null))
    Apr  2 23:36:30: --- last message repeated 1 time ---
    Apr  2 23:36:30 localhost Setup Assistant[165]: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    Apr  2 23:36:30: --- last message repeated 1 time ---
    Apr  2 23:36:30 localhost Setup Assistant[165]: . Found disk (diskIdentifier=disk0s3, mountpoint=(null), isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    Apr  2 23:36:31: --- last message repeated 1 time ---
    Apr  2 23:36:31 localhost Setup Assistant[165]: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    Apr  2 23:36:35 localhost Setup Assistant[165]: Stopped VOT 0
    Apr  2 23:36:35 localhost Setup Assistant[165]: IntlSetValue(0, "AppleDateResID", 0) returned 0
    Apr  2 23:36:35 localhost Setup Assistant[165]: IntlSetValue(0, "AppleTimeResID", 0) returned 0
    Apr  2 23:36:35 localhost Setup Assistant[165]: IntlSetValue(0, "AppleNumberResID", 0) returned 0
    Apr  2 23:36:35 localhost Setup Assistant[165]: SMSizeFormatter : using `en_US'
    Apr  2 23:36:35: --- last message repeated 2 times ---
    Apr  2 23:36:35 localhost Setup Assistant[165]: Current Iso LC = en, en
    Apr  2 23:36:35 localhost Setup Assistant[165]: Time to move from MBIntroCountry (Intro_Country) to MBRegisterKeyboard (Reg_Keyboard) was 0.214845s
    Apr  2 23:36:36 localhost Setup Assistant[165]: setAsciiLayout currentInputSource <TSMInputSource 0x7ffc19ccbb70> KB Layout: U.S. (id=0)
    Apr  2 23:36:36 localhost Setup Assistant[165]: currentSourceIsKBLayout
    Apr  2 23:36:36 localhost Setup Assistant[165]: isAsciiCapable
    Apr  2 23:36:36 localhost Setup Assistant[165]: defaultAsciiKBLayout <TSMInputSource 0x7ffc19ccbb70> KB Layout: U.S. (id=0)
    Apr  2 23:36:36 localhost Setup Assistant[165]: currentAsciiInputSource <TSMInputSource 0x7ffc19ccbb70> KB Layout: U.S. (id=0)
    Apr  2 23:36:36 localhost Setup Assistant[165]: TISSetDefaultAsciiCapableKeyboardLayoutInputSource <TSMInputSource 0x7ffc19ccbb70> KB Layout: U.S. (id=0)
    Apr  2 23:36:36 localhost Setup Assistant[165]: TISEnableInputSource <TSMInputSource 0x7ffc19ccbb70> KB Layout: U.S. (id=0)
    Apr  2 23:36:36 localhost Setup Assistant[165]: TSMSetCurrentAsciiCapableInputSource <TSMInputSource 0x7ffc19ccbb70> KB Layout: U.S. (id=0)
    Apr  2 23:36:36 localhost Setup Assistant[165]: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    Apr  2 23:36:38: --- last message repeated 1 time ---
    Apr  2 23:36:38 localhost Setup Assistant[165]: Time to move from MBRegisterKeyboard (Reg_Keyboard) to MBWirelessPickNetwork (Wireless_Pick_Network) was 2.236502s
    Apr  2 23:36:42 localhost Setup Assistant[165]: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    Apr  2 23:36:42 localhost Setup Assistant[165]: Time to move from MBConnectHow (Want_Internet_Connect_How_No_New_ISP) to MBConnectHow (Want_Internet_Connect_How_No_New_ISP) was 0.067464s
    Apr  2 23:36:45 localhost Setup Assistant[165]: Time to move from MBConnectHow (Want_Internet_Connect_How_No_New_ISP) to MBMigrateYN (migrationui) was 0.171688s
    Apr  2 23:36:46 localhost Setup Assistant[165]: Time to move from MBMigrateYN (migrationui) to MBRegisterSLA (Reg_SLA) was 0.117271s
    Apr  2 23:36:50 localhost Setup Assistant[165]: Time to move from MBRegisterSLA (Reg_SLA) to MBRegisterUserInfo (Reg_United_States) was 0.105223s
    Apr  2 23:36:54 localhost Setup Assistant[165]: certtool systemdefault 0
    Apr  2 23:36:54 localhost Setup Assistant[165]: There is an existing Kerberos realm, [NOT] running configureLocalKDC.
    Apr  2 23:36:54 localhost Setup Assistant[165]: search paths: (
                  "/Local/Default"
    Apr  2 23:36:54 localhost Setup Assistant[165]: Time to move from MBChooseNeedAccountOrNot (Reg__NeedAccountOrNot) to MBRegisterLocalAccount (Reg_Local_Account) was 0.102100s
    Apr  2 23:37:10 localhost Setup Assistant[165]: uniqueInParent:1 uniqueLocal:1
    Apr  2 23:37:13: --- last message repeated 1 time ---
    Apr  2 23:37:13 localhost Setup Assistant[165]: creating loginKeychain for: admin
    Apr  2 23:37:13 localhost Setup Assistant[165]: Keychain ON.
    Apr  2 23:37:13 localhost Setup Assistant[165]: No AppleID provided so far.
    Apr  2 23:37:13 localhost Setup Assistant[165]: User opted out of AppleID reset.
    Apr  2 23:37:14 admins-MacBook-Pro Setup Assistant[165]: zset (
                  "--osx",
                  "--verbose",
                  "--country",
                  US,
                  "--region",
                  CA,
                  "--city",
                  Cupertino,
                  "--adaptive"
              ) : terminated with 0
    Apr  2 23:37:14 admins-MacBook-Pro Setup Assistant[165]: _setNTPServer America/Los_Angeles (PDT) offset -25200 (Daylight) 0
    Apr  2 23:37:14 admins-MacBook-Pro Setup Assistant[165]: Time to move from MBChooseHasCameraOrNot (Reg__HasCameraOrNot) to MBRegisterAccountPicture (Reg_Account_Picture) was 0.493446s
    Apr  2 23:37:40 admins-MacBook-Pro Setup Assistant[165]: Time to move from MBRegisterAccountPicture (Reg_Account_Picture) to MBTimeZone (DAT_Time_Zone) was 0.285297s
    Apr  3 12:07:52 admins-MacBook-Pro Setup Assistant[165]: NetworkTimeClient start : Auth Failed The operation couldn’t be completed. (OSStatus error 0.)
    Apr  3 12:07:52 admins-MacBook-Pro Setup Assistant[165]: search paths: (
                  "/Local/Default"
    Apr  3 12:07:52 admins-MacBook-Pro Setup Assistant[165]: ntp is syncing, skipping. 1 0
    Apr  3 12:07:52 admins-MacBook-Pro Setup Assistant[165]: Time to move from MBTimeZone (DAT_Time_Zone) to MBFinishGestureTrap (Configured_And_Sent) was 0.245013s
    Apr  3 12:08:07 admins-MacBook-Pro MiniLauncher[271]: Launch IncompatibleAppDisplay.app (1)
    Apr  3 12:10:56 hephzibah Software Update[44]: JS: 10.7.2
    Apr  3 12:11:00 hephzibah diskmanagementd[388]: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x10321fc20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    Apr  3 12:11:00 hephzibah diskmanagementd[388]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x10321fae0=disk0s3=Recovery HD
    Apr  3 12:11:00 hephzibah diskmanagementd[388]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    Apr  3 12:11:00 hephzibah diskmanagementd[388]: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=-69842 outInfoDict=(null)
    Apr  3 12:11:00 hephzibah Software Update[44]: recoverySystemVersion: could not get recovery version information for mount point /: Couldn’t mount disk. (-69842)
    Apr  3 12:11:00 hephzibah Software Update[44]: Package Authoring: error running volume-check script: TypeError: 'null' is not an object (evaluating 'my.target.recoverySystemVersion.ProductBuildVersion') at x-distribution:///installer-gui-script%5B1%5D/volume-check%5B1%5D/@script
    Apr  3 12:11:01 hephzibah Software Update[44]: JS: 10.7.2
    Apr  3 12:11:23: --- last message repeated 1 time ---
    Apr  3 12:11:23 hephzibah Software Update[44]: JS: Firmware is up to date.
    Apr  3 12:11:25: --- last message repeated 1 time ---
    Apr  3 12:11:25 hephzibah Software Update[44]: JS: model = MacBookPro8,2
    Apr  3 12:11:25 hephzibah Software Update[44]: JS: 10.7.2
    Apr  3 12:12:23: --- last message repeated 4 times ---
    Apr  3 12:12:23 hephzibah Installer[452]: @(#)PROGRAM:Install  PROJECT:Install-686.2
    Apr  3 12:12:23 hephzibah Installer[452]: @(#)PROGRAM:Installer  PROJECT:Installer-530
    Apr  3 12:12:23 hephzibah Installer[452]: Hardware: MacBookPro8,2 @ 2.20 GHz (x 8), 8192 MB RAM
    Apr  3 12:12:23 hephzibah Installer[452]: Running OS Build: Mac OS X 10.7.2 (11C2002)
    Apr  3 12:12:23 hephzibah Installer[452]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Apr  3 12:12:23 hephzibah Installer[452]: Env: TMPDIR=/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T/
    Apr  3 12:12:23 hephzibah Installer[452]: Env: SHELL=/bin/bash
    Apr  3 12:12:23 hephzibah Installer[452]: Env: HOME=/Users/admin
    Apr  3 12:12:23 hephzibah Installer[452]: Env: USER=admin
    Apr  3 12:12:23 hephzibah Installer[452]: Env: LOGNAME=admin
    Apr  3 12:12:23 hephzibah Installer[452]: Env: DISPLAY=/tmp/launch-M7AxvO/org.x:0
    Apr  3 12:12:23 hephzibah Installer[452]: Env: SSH_AUTH_SOCK=/tmp/launch-Vwmv1y/Listeners
    Apr  3 12:12:23 hephzibah Installer[452]: Env: Apple_PubSub_Socket_Render=/tmp/launch-zjwms7/Render
    Apr  3 12:12:23 hephzibah Installer[452]: Env: COMMAND_MODE=unix2003
    Apr  3 12:12:23 hephzibah Installer[452]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Apr  3 12:12:23 hephzibah Installer[452]: RSA SecurID Software Token  Installation Log
    Apr  3 12:12:23 hephzibah Installer[452]: Opened from: /Volumes/RSASecurID411/RSASecurIDMac411.mpkg
    Apr  3 12:12:28 hephzibah Installer[452]: InstallerStatusNotifications plugin loaded
    Apr  3 12:12:34 hephzibah runner[458]: Administrator authorization granted.
    Apr  3 12:12:34 hephzibah Installer[452]: =============================================================================== =
    Apr  3 12:12:34 hephzibah Installer[452]: User picked Standard Install
    Apr  3 12:12:34 hephzibah Installer[452]: Choices selected for installation:
    Apr  3 12:12:34 hephzibah Installer[452]:           Install: "RSA SecurID Software Token"
    Apr  3 12:12:34 hephzibah Installer[452]:                     RSA_SecurID_SWToken_App.pkg : com.rsa.securidsoftwaretoken.application.pkg : 4.1.1
    Apr  3 12:12:34 hephzibah Installer[452]:                     RSA_SecurID_SWToken_Frmwrks.pkg : com.rsa.securidsoftwaretoken.frameworks.pkg : 4.1.1
    Apr  3 12:12:34 hephzibah Installer[452]:                     RSA_SecurID_SWToken_Plists.pkg : com.rsa.securidsoftwaretoken.plists.pkg : 4.1.1
    Apr  3 12:12:34 hephzibah Installer[452]:                     RSA_SecurID_SWToken_Doc.pkg : com.rsa.securidsoftwaretoken.doc.pkg : 4.1.1
    Apr  3 12:12:34 hephzibah Installer[452]:                     RSA_SecurID_SWToken_Uninstaller.pkg : com.rsa.securidsoftwaretoken.uninstaller.pkg : 4.1.1
    Apr  3 12:12:34 hephzibah Installer[452]: =============================================================================== =
    Apr  3 12:12:34 hephzibah Installer[452]: It took 0.00 seconds to summarize the package selections.
    Apr  3 12:12:34 hephzibah Installer[452]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Apr  3 12:12:34 hephzibah Installer[452]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_App.pkg
    Apr  3 12:12:34 hephzibah Installer[452]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Frmwrks.pkg
    Apr  3 12:12:34 hephzibah Installer[452]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Plists.pkg
    Apr  3 12:12:34 hephzibah Installer[452]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Doc.pkg
    Apr  3 12:12:34 hephzibah Installer[452]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Uninstaller.pkg
    Apr  3 12:12:34 hephzibah Installer[452]: Set authorization level to root for session
    Apr  3 12:12:34 hephzibah Installer[452]: Will use PK session
    Apr  3 12:12:34 hephzibah Installer[452]: Starting installation:
    Apr  3 12:12:34 hephzibah Installer[452]: Configuring volume "Macintosh HD"
    Apr  3 12:12:34 hephzibah Installer[452]: Preparing disk for local booted install.
    Apr  3 12:12:34 hephzibah Installer[452]: Free space on "Macintosh HD": 231.97 GB (231973109760 bytes).
    Apr  3 12:12:34 hephzibah Installer[452]: Create temporary directory "/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T//Install.452yQlMLY"
    Apr  3 12:12:34 hephzibah Installer[452]: IFPKInstallElement (5 packages)
    Apr  3 12:12:34 hephzibah Installer[452]: Using authorization level of root for IFPKInstallElement
    Apr  3 12:12:34 hephzibah installd[462]: PackageKit: ----- Begin install -----
    Apr  3 12:12:34 hephzibah installd[462]: PackageKit: request=PKInstallRequest <5 packages, destination=/>
    Apr  3 12:12:34 hephzibah installd[462]: PackageKit: packages=(
                  "PKJaguarPackage <file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages /RSA_SecurID_SWToken_App.pkg>",
                  "PKJaguarPackage <file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages /RSA_SecurID_SWToken_Frmwrks.pkg>",
                  "PKJaguarPackage <file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages /RSA_SecurID_SWToken_Plists.pkg>",
                  "PKJaguarPackage <file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages /RSA_SecurID_SWToken_Doc.pkg>",
                  "PKJaguarPackage <file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages /RSA_SecurID_SWToken_Uninstaller.pkg>"
    Apr  3 12:12:34 hephzibah installd[462]: PackageKit: Extracting file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_App.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root/Applications, uid=0)
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Extracting file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Frmwrks.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root/Library/Frameworks, uid=0)
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Extracting file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Plists.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root/Library/Preferences, uid=0)
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Extracting file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Doc.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root/Library/Documentation/Applications/SecurID, uid=0)
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Extracting file://localhost/Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/ RSA_SecurID_SWToken_Uninstaller.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root/Library/Application Support/SecurID, uid=0)
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Shoving /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root (2 items) to /
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Executing script "./postflight" in /Volumes/RSASecurID411/RSASecurIDMac411.mpkg/Contents/Packages/RSA_SecurID_SWTo ken_Plists.pkg/Contents/Resources
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Writing receipt for com.rsa.securidsoftwaretoken.application.pkg to /private/var/db/receipts
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Writing receipt for com.rsa.securidsoftwaretoken.frameworks.pkg to /private/var/db/receipts
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Writing receipt for com.rsa.securidsoftwaretoken.plists.pkg to /private/var/db/receipts
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Writing receipt for com.rsa.securidsoftwaretoken.doc.pkg to /private/var/db/receipts
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Writing receipt for com.rsa.securidsoftwaretoken.uninstaller.pkg to /private/var/db/receipts
    Apr  3 12:12:35 hephzibah installd[462]: PackageKit: Registered bundle file://localhost/Applications/SecurID.app/
    Apr  3 12:12:35 hephzibah installd[462]: Installed "RSA SecurID Software Token" ()
    Apr  3 12:12:36 hephzibah installd[462]: PackageKit: ----- End install -----
    Apr  3 12:12:36 hephzibah Installer[452]: Running install actions
    Apr  3 12:12:36 hephzibah Installer[452]: Removing temporary directory "/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T//Install.452yQlMLY"
    Apr  3 12:12:36 hephzibah Installer[452]: Finalize disk "Macintosh HD"
    Apr  3 12:12:36 hephzibah Installer[452]: Notifying system of updated components
    Apr  3 12:12:36 hephzibah Installer[452]:
    Apr  3 12:12:36 hephzibah Installer[452]: **** Summary Information ****
    Apr  3 12:12:36 hephzibah Installer[452]:   Operation      Elapsed time
    Apr  3 12:12:36 hephzibah Installer[452]: -----------------------------
    Apr  3 12:12:36 hephzibah Installer[452]:        disk      0.01 seconds
    Apr  3 12:12:36 hephzibah Installer[452]:      script      0.00 seconds
    Apr  3 12:12:36 hephzibah Installer[452]:        zero      0.03 seconds
    Apr  3 12:12:36 hephzibah Installer[452]:     install      2.09 seconds
    Apr  3 12:12:36 hephzibah Installer[452]:     -total-      2.13 seconds
    Apr  3 12:12:36 hephzibah Installer[452]:
    Apr  3 12:12:37 hephzibah Installer[452]: IFDInstallController 72618000 state = 5
    Apr  3 12:12:37 hephzibah Installer[452]: Displaying 'Install Succeeded' UI.
    Apr  3 12:12:59 hephzibah Installer[487]: @(#)PROGRAM:Install  PROJECT:Install-686.2
    Apr  3 12:12:59 hephzibah Installer[487]: @(#)PROGRAM:Installer  PROJECT:Installer-530
    Apr  3 12:12:59 hephzibah Installer[487]: Hardware: MacBookPro8,2 @ 2.20 GHz (x 8), 8192 MB RAM
    Apr  3 12:12:59 hephzibah Installer[487]: Running OS Build: Mac OS X 10.7.2 (11C2002)
    Apr  3 12:12:59 hephzibah Installer[487]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Apr  3 12:12:59 hephzibah Installer[487]: Env: TMPDIR=/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T/
    Apr  3 12:12:59 hephzibah Installer[487]: Env: SHELL=/bin/bash
    Apr  3 12:12:59 hephzibah Installer[487]: Env: HOME=/Users/admin
    Apr  3 12:12:59 hephzibah Installer[487]: Env: USER=admin
    Apr  3 12:12:59 hephzibah Installer[487]: Env: LOGNAME=admin
    Apr  3 12:12:59 hephzibah Installer[487]: Env: DISPLAY=/tmp/launch-M7AxvO/org.x:0
    Apr  3 12:12:59 hephzibah Installer[487]: Env: SSH_AUTH_SOCK=/tmp/launch-Vwmv1y/Listeners
    Apr  3 12:12:59 hephzibah Installer[487]: Env: Apple_PubSub_Socket_Render=/tmp/launch-zjwms7/Render
    Apr  3 12:12:59 hephzibah Installer[487]: Env: COMMAND_MODE=unix2003
    Apr  3 12:12:59 hephzibah Installer[487]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Apr  3 12:12:59 hephzibah Installer[487]: Cisco AnyConnect VPN Client  Installation Log
    Apr  3 12:12:59 hephzibah Installer[487]: Opened from: /Volumes/vpn-2.5.3055/vpn.pkg
    Apr  3 12:12:59 hephzibah Installer[487]: fileURLForURL = x-disc://vpn-2.5.3055/vpn.pkg
    Apr  3 12:12:59 hephzibah Installer[487]: fileURLForURL = file://localhost/Volumes/vpn-2.5.3055/vpn.pkg
    Apr  3 12:13:06 hephzibah Installer[487]: InstallerStatusNotifications plugin loaded
    Apr  3 12:13:12 hephzibah runner[494]: Administrator authorization granted.
    Apr  3 12:13:12 hephzibah Installer[487]: =============================================================================== =
    Apr  3 12:13:12 hephzibah Installer[487]: User picked Standard Install
    Apr  3 12:13:12 hephzibah Installer[487]: Choices selected for installation:
    Apr  3 12:13:12 hephzibah Installer[487]:           Install: "Cisco AnyConnect VPN Client"
    Apr  3 12:13:12 hephzibah Installer[487]:                     vpn.pkg : ident.pkg.vpn : 0.0.0.0.0
    Apr  3 12:13:12 hephzibah Installer[487]: =============================================================================== =
    Apr  3 12:13:12 hephzibah Installer[487]: It took 0.00 seconds to summarize the package selections.
    Apr  3 12:13:12 hephzibah Installer[487]: -[IFPKGDerivedDocument sortedPackageLocations]: result = (
                  "file://localhost"
    Apr  3 12:13:12 hephzibah Installer[487]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Apr  3 12:13:12 hephzibah Installer[487]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/vpn-2.5.3055/vpn.pkg
    Apr  3 12:13:12 hephzibah Installer[487]: Set authorization level to root for session
    Apr  3 12:13:12 hephzibah Installer[487]: PackageKit: invalid package /Volumes/vpn-2.5.3055/vpn.pkg has no bundle identifier
    Apr  3 12:13:12 hephzibah Installer[487]: Package file://localhost/Volumes/vpn-2.5.3055/vpn.pkg not supported by PK
    Apr  3 12:13:12 hephzibah Installer[487]: Will use IF session
    Apr  3 12:13:12 hephzibah Installer[487]: Starting installation:
    Apr  3 12:13:12 hephzibah Installer[487]: Configuring volume "Macintosh HD"
    Apr  3 12:13:12 hephzibah Installer[487]: Preparing disk for local booted install.
    Apr  3 12:13:12 hephzibah Installer[487]: Free space on "Macintosh HD": 231.67 GB (231668064256 bytes).
    Apr  3 12:13:12 hephzibah Installer[487]: Create temporary directory "/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T//Install.487TX3Sie"
    Apr  3 12:13:12 hephzibah Installer[487]: run preflight script for Cisco AnyConnect VPN Client
    Apr  3 12:13:12 hephzibah Installer[487]: Processing Cisco AnyConnect VPN Client:
    Apr  3 12:13:12 hephzibah Installer[487]:           Determining files to install
    Apr  3 12:13:12 hephzibah Installer[487]:           It took 0.00 seconds to create the install plan for vpn.
    Apr  3 12:13:12 hephzibah Installer[487]:           Configuring deferred files
    Apr  3 12:13:12 hephzibah Installer[487]:           Assembling temporary receipt
    Apr  3 12:13:12 hephzibah Installer[487]:           Performing pre-extraction actions
    Apr  3 12:13:12 hephzibah Installer[487]:           Creating destination path
    Apr  3 12:13:12 hephzibah Installer[487]:           Validating package payload
    Apr  3 12:13:12 hephzibah Installer[487]:           Starting file extraction
    Apr  3 12:13:12 hephzibah pkgExtractor[500]:           Extracting...
    Apr  3 12:13:12 hephzibah pkgExtractor[500]:           92 of 92 files written in 0.11 seconds.
    Apr  3 12:13:12 hephzibah pkgExtractor[500]:           10100 kilobytes installed at 86.0 MB/s.
    Apr  3 12:13:12 hephzibah Installer[487]:           Performing post-extraction actions
    Apr  3 12:13:12 hephzibah Installer[487]:           Finishing receipt
    Apr  3 12:13:12 hephzibah Installer[487]: run postflight script for Cisco AnyConnect VPN Client
    Apr  3 12:13:12 hephzibah Installer[487]: Removing temporary directory "/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T//Install.487TX3Sie"
    Apr  3 12:13:12 hephzibah Installer[487]: Finalize disk "Macintosh HD"
    Apr  3 12:13:12 hephzibah Installer[487]: Notifying system of updated components
    Apr  3 12:13:12 hephzibah Installer[487]:
    Apr  3 12:13:12 hephzibah Installer[487]: **** Summary Information ****
    Apr  3 12:13:12 hephzibah Installer[487]:   Operation      Elapsed time
    Apr  3 12:13:12 hephzibah Installer[487]: -----------------------------
    Apr  3 12:13:12 hephzibah Installer[487]:      script      0.13 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:     receipt      0.07 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:      config      0.00 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:        disk      0.02 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:        zero      0.02 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:     install      0.21 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:    validate      0.00 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:     extract      0.14 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:     -total-      0.60 seconds
    Apr  3 12:13:12 hephzibah Installer[487]:
    Apr  3 12:13:12 hephzibah Installer[487]: Starting installation:
    Apr  3 12:13:12 hephzibah Installer[487]: Finalizing installation.
    Apr  3 12:13:12 hephzibah Installer[487]: Registering applications
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/Applications/Cisco/Cisco AnyConnect VPN Client.app'
    Apr  3 12:13:12 hephzibah Installer[487]: Registered /Applications/Cisco/Cisco AnyConnect VPN Client.app.
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/Applications/Cisco/Uninstall AnyConnect.app'
    Apr  3 12:13:12 hephzibah Installer[487]: Registered /Applications/Cisco/Uninstall AnyConnect.app.
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/opt/cisco/vpn/bin/vpndownloader.app'
    Apr  3 12:13:12 hephzibah Installer[487]: Registered /opt/cisco/vpn/bin/vpndownloader.app.
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/./Applications/Cisco/Uninstall AnyConnect.app'
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/./Applications/Cisco'
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/./Applications/Cisco/Cisco AnyConnect VPN Client.app'
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/./Applications/Cisco'
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/./opt/cisco/vpn/bin/vpndownloader.app'
    Apr  3 12:13:12 hephzibah runner[494]: Touched '/./opt/cisco/vpn/bin'
    Apr  3 12:13:12 hephzibah Installer[487]: IFDInstallController ED015370 state = 5
    Apr  3 12:13:12 hephzibah Installer[487]: Displaying 'Install Succeeded' UI.
    Apr  3 12:13:17 hephzibah Installer[537]: @(#)PROGRAM:Install  PROJECT:Install-686.2
    Apr  3 12:13:17 hephzibah Installer[537]: @(#)PROGRAM:Installer  PROJECT:Installer-530
    Apr  3 12:13:17 hephzibah Installer[537]: Hardware: MacBookPro8,2 @ 2.20 GHz (x 8), 8192 MB RAM
    Apr  3 12:13:17 hephzibah Installer[537]: Running OS Build: Mac OS X 10.7.2 (11C2002)
    Apr  3 12:13:17 hephzibah Installer[537]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Apr  3 12:13:17 hephzibah Installer[537]: Env: TMPDIR=/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T/
    Apr  3 12:13:17 hephzibah Installer[537]: Env: SHELL=/bin/bash
    Apr  3 12:13:17 hephzibah Installer[537]: Env: HOME=/Users/admin
    Apr  3 12:13:17 hephzibah Installer[537]: Env: USER=admin
    Apr  3 12:13:17 hephzibah Installer[537]: Env: LOGNAME=admin
    Apr  3 12:13:17 hephzibah Installer[537]: Env: DISPLAY=/tmp/launch-M7AxvO/org.x:0
    Apr  3 12:13:17 hephzibah Installer[537]: Env: SSH_AUTH_SOCK=/tmp/launch-Vwmv1y/Listeners
    Apr  3 12:13:17 hephzibah Installer[537]: Env: Apple_PubSub_Socket_Render=/tmp/launch-zjwms7/Render
    Apr  3 12:13:17 hephzibah Installer[537]: Env: COMMAND_MODE=unix2003
    Apr  3 12:13:17 hephzibah Installer[537]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Apr  3 12:13:17 hephzibah Installer[537]: Symantec Endpoint Protection  Installation Log
    Apr  3 12:13:17 hephzibah Installer[537]: Opened from: /Users/admin/Desktop/Symantec Endpoint Protection version 12.1.1000.0157/Symantec Endpoint Protection.mpkg
    Apr  3 12:13:17 hephzibah Installer[537]: Package Authoring Warning: Symantec Endpoint Protection.pkg authorization level is NoAuthorization but was promoted to RootAuthorization for compatibility, ensure authorization level is sufficient to install.
    Apr  3 12:13:17 hephzibah Installer[537]: Package Authoring Warning: Symantec Endpoint Protection.mpkg authorization level is NoAuthorization but was promoted to RootAuthorization for compatibility, ensure authorization level is sufficient to install.
    Apr  3 12:13:19 hephzibah Installer[537]: Installation checks failed.
    Apr  3 12:13:19 hephzibah Installer[537]: Installation check failure.  Symantec Endpoint Protection can’t be installed on this computer.. This software cannot be installed without Java Runtime Environment. We will try to install Java using Apple Software Update. Please restart SEP for Mac installer after you have successfully installed Java..
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM ->T+[DMToolBootPreference getPartitionBootability:]: inUDS=0x10dfc7c30=disk0s2=Macintosh HD
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMBootable=1            (bootable right now without any further action)
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMBootCapable=0         (bootable if you call MKCFPrepareBootDevice)
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMBootSurgeryRequired=0 (for primitive MBR on BIOS, add boot block and loader)
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMFSSurgeryRequired=0   (for primitive MBR on BIOS, add boot block and loader)
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMNewfsRequired=0       (bootable with MKCFPrep but it will rudely carve)
    Apr  3 12:13:20 hephzibah diskmanagementd[490]: DM <-T+[DMToolBootPreference getPartitionBootability:]: MKerr=0 out=132=0x84
    Apr  3 12:13:31 hephzibah Software Update[562]: JS: 10.7.2
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x10dd38c20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x10dd38ae0=disk0s3=Recovery HD
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did mount nobrowse; MP=/Volumes/Recovery HD OMS=0x7fc3031003b0
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: getting dict from file=/Volumes/Recovery HD/com.apple.recovery.boot/SystemVersion.plist
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: got dict (or NULL=will return err): oooInfoDict=0x7fc300504730
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    Apr  3 12:13:34 hephzibah diskmanagementd[490]: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=0 outInfoDict={
                  ProductBuildVersion = 11C2002;
                  ProductCopyright = "1983-2011 Apple Inc.";
                  ProductName = "Mac OS X";
                  ProductUserVisibleVersion = "10.7.2";
                  ProductVersion = "10.7.2";
    Apr  3 12:13:35 hephzibah Software Update[562]: JS: 10.7.2
    Apr  3 12:13:56: --- last message repeated 1 time ---
    Apr  3 12:13:56 hephzibah Software Update[562]: JS: Firmware is up to date.
    Apr  3 12:13:59: --- last message repeated 1 time ---
    Apr  3 12:13:59 hephzibah Software Update[562]: JS: model = MacBookPro8,2
    Apr  3 12:13:59 hephzibah Software Update[562]: JS: 10.7.2
    Apr  3 12:13:22: --- last message repeated 4 times ---
    Apr  3 12:13:22 hephzibah Software Update[569]: Releasing Lock: 501, 562, 0
    Apr  3 12:13:22 hephzibah Software Update[569]: Acquired Lock: 501, 562, 0
    Apr  3 12:16:26 hephzibah installd[565]: PackageKit: ----- Begin install -----
    Apr  3 12:16:26 hephzibah installd[565]: PackageKit: request=PKInstallRequest <2 packages, destination=/>
    Apr  3 12:16:26 hephzibah installd[565]: PackageKit: packages=(
                  "PKLeopardPackage <file://localhost/Library/Updates/041-4515/JavaEssentials.pkg>",
                  "PKLeopardPackage <file://localhost/Library/Updates/041-4515/JavaForMacOSX10.7.pkg>"
    Apr  3 12:16:26 hephzibah installd[565]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.JavaEssentials (prefix path=/)
    Apr  3 12:16:26 hephzibah installd[565]: PackageKit: Extracting file://localhost/Library/Updates/041-4515/JavaEssentials.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Apr  3 12:16:27 hephzibah installd[565]: PackageKit: Extracting file://localhost/Library/Updates/041-4515/JavaForMacOSX10.7.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Apr  3 12:16:28 hephzibah installd[565]: PackageKit: update_dyld_shared_cache -overlay /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root
    Apr  3 12:16:32 hephzibah installd[565]: PackageKit: xpchelper --rebuild-cache --overlay /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root
    Apr  3 12:16:32 hephzibah installd[565]: PackageKit: Shoving /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root (4 items) to /
    Apr  3 12:16:32 hephzibah installd[565]: PackageKit: Executing script "postinstall" in /private/tmp/PKInstallSandbox.HnqNhm/Scripts/com.apple.pkg.JavaEssentials.GFcJ6 n
    Apr  3 12:16:32 hephzibah _securityagent[614]: Running Install Scripts . . .
    Apr  3 12:16:32 hephzibah _securityagent[616]: Begin script: createlinks
    Apr  3 12:16:32 hephzibah _securityagent[619]: End script: createlinks
    Apr  3 12:16:32 hephzibah _securityagent[620]: 1 Install Scripts run.
    Apr  3 12:16:32 hephzibah installd[565]: PackageKit: Writing receipt for com.apple.pkg.JavaEssentials to /private/var/db/receipts
    Apr  3 12:16:32 hephzibah installd[565]: PackageKit: Writing receipt for com.apple.pkg.JavaForMacOSX107 to /private/var/db/receipts
    Apr  3 12:16:32 hephzibah installd[565]: PackageKit: Registered bundle file://localhost/System/Library/CoreServices/Jar%20Launcher.app/
    Apr  3 12:16:33 hephzibah installd[565]: PackageKit: Registered bundle file://localhost/System/Library/Java/Support/CoreDeploy.bundle/Contents/Downloa d%20Java%20Components.app/
    Apr  3 12:16:33 hephzibah installd[565]: PackageKit: Registered bundle file://localhost/System/Library/CoreServices/Java%20Web%20Start.app/
    Apr  3 12:16:33 hephzibah installd[565]: PackageKit: Registered bundle file://localhost/Applications/Utilities/Java%20Preferences.app/
    Apr  3 12:16:33 hephzibah installd[565]: Installed "Java for Mac OS X 10.7 Update 1" (1.0)
    Apr  3 12:16:33 hephzibah installd[565]: PackageKit: ----- End install -----
    Apr  3 12:16:34 hephzibah Software Update[569]: Releasing Lock: 501, 562, 0
    Apr  3 12:16:45 hephzibah Installer[629]: @(#)PROGRAM:Install  PROJECT:Install-686.2
    Apr  3 12:16:45 hephzibah Installer[629]: @(#)PROGRAM:Installer  PROJECT:Installer-530
    Apr  3 12:16:45 hephzibah Installer[629]: Hardware: MacBookPro8,2 @ 2.20 GHz (x 8), 8192 MB RAM
    Apr  3 12:16:45 hephzibah Installer[629]: Running OS Build: Mac OS X 10.7.2 (11C2002)
    Apr  3 12:16:45 hephzibah Installer[629]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Apr  3 12:16:45 hephzibah Installer[629]: Env: TMPDIR=/var/folders/yt/dc3vkg2174x56my3w635m5_h0000gn/T/
    Apr  3 12:16:45 hephzibah Installer[629]: Env: SHELL=/bin/bash
    Apr  3 12:16:45 hephzibah Installer[629]: Env: HOME=/Users/admin
    Apr  3 12:16:45 hephzibah Installer[629]: Env: USER=admin
    Apr  3 12:16:45 hephzibah Installer[629]: Env: LOGNAME=admin
    Apr  3 12:16:45 hephzibah Installer[629]: Env: DISPLAY=/tmp/launch-M7AxvO/org.x:0
    Apr  3 12:16:45 hephzibah Installer[629]: Env: SSH_AUTH_SOCK=/tmp/launch-Vwmv1y/Listeners
    Apr  3 12:16:45 hephzibah Installer[629]: Env: Apple_PubSub_Socket_Render=/tmp/launch-zjwms7/Render
    Apr  3 12:16:45 hephzibah Installer[629]: Env: COMMAND_MODE=unix2003
    Apr  3 12:16:45 hephzibah Installer[629]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Apr  3 12:16:51 hephzibah Installer[629]: Microsoft Office for Mac 2011  Installation Log
    Apr  3 12:16:51 hephzibah Installer[629]: Opened from: /Volumes/Microsoft Office 2011/Office Installer.mpkg
    Apr  3 12:16:58 hephzibah Installer[629]: InstallerStatusNotifications plugin loaded
    Apr  3 12:17:05 hephzibah runner[632]: Administrator authorization granted.
    Apr  3 12:17:05 hephzibah Installer[629]: =============================================================================== =
    Apr  3 12:17:05 hephzibah Installer[629]: User picked Standard Install
    Apr  3 12:17:05 hephzibah Installer[629]: Choices selected for installation:
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Office for Mac 2011"
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Office 2011"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_required.pkg : com.microsoft.office.en.required.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_quit.pkg : com.microsoft.office.en.quit.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_licensing.pkg : com.microsoft.office.en.licensing.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_required_office.pkg : com.microsoft.office.en.required_office.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_slt_std.pkg : com.microsoft.office.en.slt_std.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_core.pkg : com.microsoft.office.en.core.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_clipart.pkg : com.microsoft.office.en.clipart.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_equationeditor.pkg : com.microsoft.office.en.equationeditor.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_graph.pkg : com.microsoft.office.en.graph.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_ooxml.pkg : com.microsoft.office.en.ooxml.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_sounds.pkg : com.microsoft.office.en.sounds.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_launch.pkg : com.microsoft.office.en.launch.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_silverlight.pkg : com.microsoft.office.en.silverlight.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_sharepointbrowserplugin.pkg : com.microsoft.office.en.sharepointbrowserplugin.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Word"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_word.pkg : com.microsoft.office.en.word.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Excel"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_excel.pkg : com.microsoft.office.en.excel.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft PowerPoint"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_powerpoint.pkg : com.microsoft.office.en.powerpoint.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Outlook"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_outlook.pkg : com.microsoft.office.en.outlook.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Messenger"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_messenger.pkg : com.microsoft.office.en.messenger.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Communicator"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_communicator.pkg : com.microsoft.office.en.communicator.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Remote Desktop Connection for Mac"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_rdc.pkg : com.microsoft.office.en.rdc.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Visual Basic for Applications"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_vb.pkg : com.microsoft.office.en.vb.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Proofing Tools"
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Catalan"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_catalan.pkg : com.microsoft.office.en.proofingtools.catalan.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Danish"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_danish.pkg : com.microsoft.office.en.proofingtools.danish.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Dutch"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_dutch.pkg : com.microsoft.office.en.proofingtools.dutch.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "English"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_english.pkg : com.microsoft.office.en.proofingtools.english.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Finnish"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_finnish.pkg : com.microsoft.office.en.proofingtools.finnish.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "French"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_french.pkg : com.microsoft.office.en.proofingtools.french.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "German"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_german.pkg : com.microsoft.office.en.proofingtools.german.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Italian"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_italian.pkg : com.microsoft.office.en.proofingtools.italian.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Japanese"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_japanese.pkg : com.microsoft.office.en.proofingtools.japanese.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Norwegian"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_norwegian.pkg : com.microsoft.office.en.proofingtools.norwegian.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Portuguese"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_portuguese.pkg : com.microsoft.office.en.proofingtools.portuguese.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Portuguese (Brazil)"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_brazilian.pkg : com.microsoft.office.en.proofingtools.brazilian.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Spanish"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_spanish.pkg : com.microsoft.office.en.proofingtools.spanish.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Swedish"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_swedish.pkg : com.microsoft.office.en.proofingtools.swedish.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Czech"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_czech.pkg : com.microsoft.office.en.proofingtools.czech.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Polish"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_polish.pkg : com.microsoft.office.en.proofingtools.polish.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Russian"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_russian.pkg : com.microsoft.office.en.proofingtools.russian.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Turkish"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_proofing_turkish.pkg : com.microsoft.office.en.proofingtools.turkish.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Microsoft Document Connection for Mac"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_dcc.pkg : com.microsoft.office.en.dcc.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_autoupdate.pkg : com.microsoft.office.en.autoupdate.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_errorreporting.pkg : com.microsoft.office.en.errorreporting.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Office Fonts"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_fonts.pkg : com.microsoft.office.en.fonts.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Automator Actions"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_automator.pkg : com.microsoft.office.en.automator.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_automator_workflow.pkg : com.microsoft.office.en.automator_workflow.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]:           Install: "Dock Icons"
    Apr  3 12:17:05 hephzibah Installer[629]:                     Office2011_en_dock.pkg : com.microsoft.office.en.dock.pkg.14.0.0 : 14.0.0.100825.99
    Apr  3 12:17:05 hephzibah Installer[629]: =============================================================================== =
    Apr  3 12:17:05 hephzibah Installer[629]: It took 0.00 seconds to summarize the package selections.
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_required.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_quit.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_licensing.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_required_office.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_slt_std.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_core.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_clipart.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_equationeditor.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_graph.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_ooxml.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_sounds.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_launch.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_silverlight.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_sharepointbrowserplugin.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_word.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_excel.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_powerpoint.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_outlook.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_messenger.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_communicator.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_rdc.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_vb.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_catalan.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_danish.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_dutch.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_english.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_finnish.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_french.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_german.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_italian.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_japanese.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_norwegian.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_portuguese.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_brazilian.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_spanish.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_swedish.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_czech.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_polish.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_russian.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_proofing_turkish.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_dcc.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_autoupdate.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_errorreporting.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_fonts.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_automator.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_automator_workflow.pkg
    Apr  3 12:17:05 hephzibah Installer[629]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Microsoft%20Office%202011/Office%20Installer.mpkg/Cont ents/Packages/Office2011_en_do

  • Problem with XDK

    Hi,
    Now I am using XDK but I have several errors like following
    I get this exception when I want to build my document factory:
    seems there is a conflict between JSDK lib and this API
    docFactory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
    docFactory.setAttribute(JAXP_SCHEMA_SOURCE,new File(schemaSource));
    DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
    java.lang.IllegalArgumentException
    at oracle.xml.parser.v2.XMLParser.buildSchema(XMLParser.java:865)
    at oracle.xml.parser.v2.XMLParser.setAttribute(XMLParser.java:710)
    at oracle.xml.parser.v2.DOMParser.setAttribute(DOMParser.java:463)
    at oracle.xml.jaxp.JXDocumentBuilderFactory.newDocumentBuilder(JXDocumentBuilderFa ctory.java:95)
    at DomEcho2.main(DomEcho2.java:61)

    Thank you for your help,
    you are right I am using that, lets forget about it, my main question is why I the canSetAttribute method doesn't work probebly in my following code
    I paste my sample code and xml file and the schema, so maybe you can help me to make it run, it is very important to me to make it run as I am behind my schedule in our project!
    I appritiate your taking time to answer my questions
    here is my xml sample file
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <config xmlns:xlink="http://www.w3.org/TR/2000/REC-XLINK-20010627" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mytest.xsd">
      <item name="locked"/>
    </config>here is the schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="config">
      <xs:annotation>
        <xs:documentation>Comment describing your root </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="item">
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="xs:string">
                  <xs:attribute name="name">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                         <xs:enumeration value="locked"/>
                         <xs:enumeration value="unlocked"/>
                         <xs:enumeration value="shutdown"/>
                       </xs:restriction>
                    </xs:simpleType>
                 </xs:attribute>
              </xs:extension>
           </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>and here is the code:
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.dom.DOMSource;
    import javax.xml.transform.stream.StreamResult;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import oracle.xml.parser.v2.DOMParser;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.NamedNodeMap;
    import org.w3c.dom.validation.ElementEditVAL;
    import java.io.File;
    public class DomTest{
         static Document document;
         static final String schemaSource = "C:/cmt/ServerSolarisTest/config/mytest.xsd";     
         static final String JAXP_SCHEMA_SOURCE ="http://java.sun.com/xml/jaxp/properties/schemaSource";     
         static final String JAXP_SCHEMA_LANGUAGE ="http://java.sun.com/xml/jaxp/properties/schemaLanguage";
         static final String W3C_XML_SCHEMA ="http://www.w3.org/2001/XMLSchema";
         public static void main(String[] args) {
              if(args.length !=1){
                   System.err.println("Please enter the file name");
                   System.exit(1);
              }//if
              System.out.println("Start parsing.....");
              try{
    //                Create URL String from incoming file
                 String url = "file:" + new File(args[0]).getAbsolutePath();               
                   DOMParser parser = new DOMParser();
                // Set parser options
                parser.setErrorStream(System.err);
                parser.setValidationMode(DOMParser.SCHEMA_VALIDATION);
                parser.showWarnings(true);
                parser.setXMLSchema(schemaSource);
    //                Parser the incoming file (URL)               
                parser.parse(url);
                   document = parser.getDocument();
                   Element root = document.getDocumentElement();
                   Element Current;
                   NamedNodeMap attribs;
                   ElementEditVAL elementVal = (ElementEditVAL)document.getDocumentElement().getElementsByTagName("item").item(0);               
                   NodeList nlist = document.getElementsByTagName("*");
                   String nodeName;
                   for(int i = 0; i<nlist.getLength(); i++)
                        attribs = nlist.item(i).getAttributes();
                        Current = (Element)nlist.item(i);
                        ElementEditVAL elval = (ElementEditVAL)Current;
                        //See if Element is item
                        if(Current.getNodeName()=="item")
                             for(int j = 0; j<attribs.getLength(); j++)
                                  nodeName = attribs.item(j).getNodeName();
                                  if(nodeName.equalsIgnoreCase("name"))
                                       if(elval.canSetAttribute(nodeName, "unlockedsdf") == ElementEditVAL.VAL_TRUE)
                                            System.out.println("Valid attribute value");
                                            Current.setAttribute(nodeName, "unlockedsdf");
                                       else
                                            System.out.println("Invalid attribute value");
                                       if(elval.canSetAttribute(nodeName, "unlocked") == ElementEditVAL.VAL_TRUE)
                                            System.out.println("Valid attribute value");
                                            Current.setAttribute(nodeName, "unlockedsdf");
                                       else
                                            System.out.println("Invalid attribute value");
                   //write
                   TransformerFactory tFactory =
                    TransformerFactory.newInstance();
                Transformer transformer = tFactory.newTransformer();
                DOMSource source = new DOMSource(document);
                StreamResult result = new StreamResult(new File(args[0]));
                transformer.transform(source, result);                              
              }catch(Exception e){
                   e.printStackTrace();
         }//main     
    }//DomEcho2thx

  • Some Questions. Server config, bitrates, bandwidth, connections

    Hi. My company are trying out the FMS to establish if we will use it in the future or if we should use a cloudhost. Now I was the person put in charge of this operation(a .NET developer). So please excuse my simple questions and my lack of knowledge when it comes to flash media. I figure who better to ask then the pros at adobe that made the product. This might be a long post. I promise all help and tips I can get is highly appricaited
    Setup: Amd Quad Core 2.20, RAM 1gb, windows server 2008, connections 8/4 dsl
    Question one.
    My memory(%) usage are on steady on about 80%, what does that mean, to little RAM or?
    Question two.
    Is there any Specific Server Configurations I could do to the server to make it perform better?
    Question three.
    What specifics should I convert the FLV files into. Are there any "Default or general" so to speak? Frames, Bitrate, Picture ratio ect.. this is where I have no idea.
    Question four.
    We are maybe gone have about a 1k users on this maximum. How much bandwidth does that demand?
    Question five.
    I have installed the FMS on my server machine. I have not done any configurations to the FMS what so ever. Now I have uploaded a test site(html) with the movie trailer from iron man 2, it is a flv downloaded from youtube. file is about 11mb.. when I run it on one 1 browser window it play good, but then i open up like 7 windows and run the clip at the same time it starts to freeze and load a lot. Is is not supose to handle more then 6 connections? I thought maybe my compter was the problem but I got a pretty good setup with 10/10 fiber, wich should be enof to stream 6 clips right?
    What could this possibly be that my server can not handle more connections?

    Hi Dejan-S,
    You mentioned that your company is trying out FMS to see if it fits your usecase. So I would broadly like to know what is your usage like.Also which version of FMS have you downloaded?
    From your question 3 I can make an assumption that your want to make available you media files for some one to view them by streaming them using FMS. On this assumption I will attempt to answer your questions:
    1. My memory(%) usage are on steady on about 80%, what does that mean, to little RAM or?
    Yes a higher RAM would definitely help, we recommend 2GB at the minimum. Also you could tune your server by using the SERVER.FLVCACHE_MAXSIZE of fms.ini file at FMS Root directory/conf. You could set it to a higher value provided you have sufficient RAM so FMS would use this space for caching the streaming content and serve your video on demand usage better.Typically you could try setting the SERVER.FLVCACHE_MAXSIZE to 1/4th of your server's RAM size.
    You might have taken a look at http://www.adobe.com/products/flashmediainteractive/systemreqs/
    2. Is there any Specific Server Configurations I could do to the server to make it perform better?
    Are you using the vod application at FMS Root directory/applications for streaming? If not you could try using that app and also take a look at the configurations made in the Application.xml(located in vod directory) there which could act as a guideline for fine tuning your server.
    The section name "Tuning server performance" in the flashmediaserver_3.5_tech_overview.pdf at FMS Root directory/documentation might also give you some insight into this area.
    3. What specifics should I convert the FLV files into. Are there any "Default or general" so to speak? Frames, Bitrate, Picture ratio ect.. this is where I have no idea.
    A lot of that would depend on your final deployment(the hardware resources that you are allocating) and if it will be able to handle the higher bitrate files. The frames and picture ratio too is your choice on how  much crispness you want to bring to your video files.
    Also wanted to let you know FMS supports MP4 format as well which means you could use H.264 and HE-AAC codecs in your media files.
    4. We are maybe gone have about a 1k users on this maximum. How much bandwidth does that demand?
    It would depend on factors like how high a bitrate video files are you streaming and if all the all the 1000 users are connected to FMS server and streaming at the same time. It would be tough to give an estimate just based on number of users.
    5. I have installed the FMS on my server machine. I have not done any configurations to the FMS what so ever. Now I have uploaded a test site(html) with the movie trailer from iron man 2, it is a flv downloaded from youtube. file is about 11mb.. when I run it on one 1 browser window it play good, but then i open up like 7 windows and run the clip at the same time it starts to freeze and load a lot. Is is not supose to handle more then 6 connections? I thought maybe my compter was the problem but I got a pretty good setup with 10/10 fiber, wich should be enof to stream 6 clips right?
    What could this possibly be that my server can not handle more connections?
    I think it's your client machine which is unable to handle so many browsers playing video at the same time.So I guess you could try opening the browsers on different client machine and see that you are able to get the ideal experience.
    Also if your use case is video on demand, then you could also make use of the Edge-Origin deployment of FMS where in you make use of the FMS edge server's capability to cache streaming content and serve users seeking the same content instead of fetching it from the FMS origin server all over again.
    You could take a look at the flashmediaserver_3.5_tech_overview.pdf at FMS Root directory/documentation and look for  "Deploying Edge Servers" to get more idea.
    I hope this helps.
    Thanks
    Mamata

  • Context-root ignored? (and documentation 404?)

    Hello,
    Q: How can I rename the webapp to 'testapp' if the webapp is in exploded
    format in a directory called 'test' ?
    (WLS always calls the webapp 'html' which I can't use because all of my
    webapps are in 'html' directories in CVS)
    I would like to use the context-root element of weblogic.xml.
    The online docs found here:
    http://e-docs.bea.com/wls/docs70/webapp/weblogic_xml.html#1037343
    contain 2 links (Two-Phase deployment and deloying WebLogic Server
    Applications). Both of these links are 404.
    Simply creating a simple weblogic.xml like this fails:
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA
    Systems, Inc.//DTD Web Application 7.0//EN"
    "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd">
    <weblogic-web-app>
    <context-root>testapp</context-root>
    </weblogic-web-app>
    Because when I start WebLogic 7.0sp1 it ignores the context-root.
    WLS uses the URI instead and names the webapp as 'test'.
    (the webapp is in the test directory)

    you can try this command :
    java -jar admin.jar ormi://[host] [user admin] [password] -bindWebApp [application-deployment-name] [web-app-name] [web-site-name] [context-root]
    [application-deployment-name] is the name of your J2EE application (without extension .ear)
    [web-app-name] is the name of your war (without extension)
    [web-site-name] is generally http-web-site
    [context-root] =&gt; your new context root
    you have to do this command only once.
    admin.jar is located in j2ee/home directory of oc4j.
    PS: You can change manually the config file http-web-site.xml, located in j2ee/home/config :
    Just add this line
    &lt;web-app application="ear-name" name="war-name" root="/context-root" /&gt;

  • Customizing header and footer in the printed documentation

    Hi,
    I'm using a trial version of RoboHelp 2007 and Word 2003.
    I have two question about customizing the header and footer
    of the printed documentation.
    In the printed documentation the footer repeat at the bottom
    of each page and contain page numbers, which appear left-justified
    on even-numbered pages and right-justified on odd-numbered pages.
    How can I customize the footer, that pages numbers appear
    always right-justified?
    In the printed documentation the header repeat at the top of
    each page and are blank on the first page of sections. The name of
    the manual appears on even-numbered pages, left-justified. The name
    of the root chapter appears on odd-numbered pages, right-justified.
    How can I customize the header, that
    on every page the name of the root chapter and the name oft
    the manual appears? Furhermore I want to include a picture in the
    header. How can I realise this?

    You can't from RH. See the article on my site.
    Images in the header are tricky. If you use the setting that
    I think enables that, you will also get the images in the TOC. Try
    putting a two cell table and putting the heading in one and the
    image in another.

  • Square root algorithm?

    Okay, two things...I've always kinda wondered what the algorithm for the square-root function is...where would I find that?
    but the main thing is, I was making a class to store/deal with a complex/mixed number (a + b*i), and I was trying to make a square-root method for that. But I fiddled around with the variables in the equation, and I can't quite get any further.
    This is what I got (algebraically: this isn't actual code):
    ( the variables a, b, c, d are all real numbers )
    ( the constant i is the imaginary unit, sqrt(-1) )
    sqrt(a + b*i) == c + d*i
    a + b*i == (c + di)^2
    a + b*i == c*c - d*d + 2*c*d*i
    a == c*c - d*d
    b == 2*c*d
    c == sqrt( a + d*d )
    c == b / (2* d)
    d == sqrt( c*c - a )
    d == b / (2*c)
    right now the only thing i can conclude from that, is that if you know (a or b) and (c or d) you can determine the other variables. but I can't figure out how to define c or d purely in terms of a and b, as the method would need to. so I'm stuck.

    Okay, two things...I've always kinda wondered what the
    algorithm for the square-root function is...where
    would I find that?
    Math.sqrt()It's an extremely important skill to learn to read the API and become familiar with the tools you will use to program Java. Java has an extensive set of documentation that you can even download for your convenience. These "javadocs" are indexed and categorized so you can quickly look up any class or method. Take the time to consult this resource whenever you have a question - you'll find they typically contain very detailed descriptions and possibly some code examples.
    http://java.sun.com/reference/api/index.html
    http://java.sun.com/j2se/1.4.2/docs/api/

  • E4X: What happens to the root element?

    I'm working with XML using the E4X notation. I'm used to the "old school" XML APIs that use DOM and I'm a bit confused.
    For example, let's consider the following XML
    <mx:XML id="myXML" >
      <top>
        <sub1 id="uno">
          <sub2>hello</sub2>
          <sub3>world</sub3>
        </sub1>
        <sub1 id="duo">
          <sub2>ok</sub2>
          <sub3>ko</sub3>
        </sub1>
      </top>
    </mx:XML>
    In my code I use the following traces. This is done with the De MonsterDebugger, but all others should work the same way. I have casted the traces to String only to make it easier to ask this question (no need post images)
    MonsterDebugger.trace(this, "myXML:" + myXML);
    MonsterDebugger.trace(this, "myXML.sub1: " + myXML.sub1);
    MonsterDebugger.trace(this, "myXML.sub1.sub2: " + myXML.sub1.sub2);
    What I get as output is
    (String) = myXML:<top>
      <sub1 id="uno">
        <sub2>hello</sub2>
        <sub3>world</sub3>
      </sub1>
      <sub1 id="duo">
        <sub2>ok</sub2>
        <sub3>ko</sub3>
      </sub1>
    </top>
    (String) = myXML.sub1: <sub1 id="uno">
      <sub2>hello</sub2>
      <sub3>world</sub3>
    </sub1>
    <sub1 id="duo">
      <sub2>ok</sub2>
      <sub3>ko</sub3>
    </sub1>
    (String) = myXML.sub1.sub2: <sub2>hello</sub2>
    <sub2>ok</sub2>
    All is fine above and this was a bit long abstract for my question. The question is what happens to the root element, in this case <top>? I was trying to access the data with the following notation
    myXML.top.sub1; // etc
    I spent quite a lot of time trying to get it to work, until I discovered that the root element is not used. Can anyone explain this?
    Or, I guess the simple explanation is that the root node is ignored and the sub nodes are created as properties of the object. The question also could be stated as: Why isn't this documented in the Flex API Reference?
    Thanks.
    P.S. I found this article on common E4X pitfalls which also has other interesting topics when working with E4X.

    its gone
    downgrading would kill the phone..

  • Images not in printed documentation

    When generating printed documentation from RH7 (selecting
    embed images, MS Word doc, etc.), the images do not show up in the
    results. All I see are the {bmc <file name>.bmp} references.
    I know this worked in version 5 and I read the release update for
    7.0.1 (which I installed) that indicates it was fixed; but no joy.
    BTW, I have tried this with a new test document, re-booted the
    computer, etc.
    What is going on here?

    A point of interest with this problem. I have noticed that,
    with this installation, when I highlight a true code image in my
    Word project file (indicated by {bmc <file name>.bmp} ) then
    click the "New Help Image" button (or use Ctrl-G) the image view on
    the General tab (Insert Help Image Window) is vacant. This is
    interesting, in that, as I recall in RH5 it would show the graphic
    that was selected. For some reason this installation is not making
    the connection back to the inserted image. I'm thinking this is the
    root of the problem. Now, the question is: How do I correct it?
    Also, you will note that I previously indicated "this
    installation". This is due to my experimenting with an installation
    on a different computer (it never having any prior version of a RH
    installation) and the Printed Documentation feature works - sort
    of. The issue I see on that computer is at the end of the process
    RH7 shuts down. It doesn't lock up, it literally closes before the
    final step where the pop up dialog box indicating the process
    completed, and provides the view file button, is shown. However, I
    can find the word document it created an view it - interesting
    behavior.

  • 10g R2 RAC on Solaris 10 error when running root.sh

    hi, I am installing Oracle 10g rac on Solaris 10 with two nodes. In the end of the installation of RAC when a run root.sh I get the error bellow.
    # /opt/crs/oracle/product/10.2.0/crs/root.sh
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Failed to upgrade Oracle Cluster Registry configuration

    I have done this install using a pair of T2000's and a 65XX SAN. The install doco is not straight forward. I had to compile a number of Metalink notes to eventually get the disk partitions sorted. Of particular help was Note:271621.1.
    Since I am not a Solaris admin, the next bit is caveated as "This is how I did it" and maybe not how anyone else would have done it. These things were not explicitly noted, but gleaned through a bit of reading:
    1) you need to throw away the first cylinder of each LUN. I did this by creating the first partition as a single cylinder.
    2)then create s4 (or whichever slice you desire) as the rest of the space allocated to that LUN.
    3) Repeat this for each LUN presented
    4) I created a directory /san under which I then created the character mode (raw) interface for each of ocr, vote.
    5) For asm, and for no other reason than being self documenting, I created /san/asm and created character mode interfaces to each of the LUN's for datadg and fradg
    6) repeat steps 1-5 on the other box
    I took quite some time (2 days) to extract all this and assemble it to a working system. But has always been stable.
    Regards,
    Kevin Crowley
    Principal Consultant
    Pacific DBMS P/L

  • IdM 8.1: Problems to provision Solaris 10 with non root user.

    Hello
    When IdM 8.1 tries to create a user into Solaris 10 I got this Error:
    com.waveset.util.WavesetException: An error occurred adding user 'testSolaris' to resource 'Test_Solaris'. com.waveset.util.WavesetException: Script failed waiting for "_,)#(:" in response "> > > > > > > > > > > pbmasterd3.5.4-01: 5408.07 select: Bad file number [email protected]: 3005 Request en...roblem in readMuxHeader fd 1. - fd closed unexpectedly [email protected]: 3005 Request ended unexpectedly " com.waveset.util.WavesetException: Script processor timed out with nothing to read and the following unprocessed text: "> > > > > > > > > > > pbmasterd3.5.4-01: 5408.07 select: Bad file number [email protected]: 3005 Request ended unexpectedly pbmasterd3.5.4-01@pbr9c: 5430.1 header problem in readMuxHeader fd 1. - fd closed unexpectedly [email protected]: 3005 Request ended unexpectedly pbmasterd3.5.4-01@pbr9c: 5430.1 header problem in readMuxHeader fd 1. - fd closed unexpectedly [email protected]: 3005 Request ended unexpectedly pbmasterd3.5.4-01@pbr9c: 5430.1 header problem in readMuxHeader fd 1. - fd closed unexpectedly [email protected]: 3005 Request ended unexpectedly ".+
    *The non root user has the privileges that describes the IdM documentation. This error doesn't occure when the connection user is root.*
    *What's wrong?*

    The non - root doesn't work yet. I try to use a user with SUDO = TRUE but I got this error when I Test the connection:
    Script failed waiting for "ASSWORD:" in response "_,)#+(:" ==> com.waveset.util.WavesetException: Script processor timed out with nothing to read and the following unprocessed text: "++_,)#+(:".+
    I haver already configured the parameter tty_tickets to TRUE and the sudoers file as following:
    +# sudoers file.+
    +#+
    +# This file MUST be edited with the 'visudo' command as root.+
    +#+
    +# See the sudoers man page for the details on how to write a sudoers file.+
    +#+
    ++Defaults syslog=auth+
    Defaults:idm_sudo       tty_tickets
    root    ALL=(ALL) ALL
    idm_sudo  ALL = NOPASSWD: /usr/bin/auths,/usr/sbin/groupadd,/usr/sbin/groupdel,/usr/sbin/groupmod,/usr/bin/last,/usr/bin/listusers,/usr/bin/logins,/usr/bin/passwd,/usr/bin/profiles,
    +/usr/bin/roles,/usr/sbin/useradd,/usr/sbin/userdel,/usr/sbin/usermod,/usr/bin/awk,/usr/bin/cat,/usr/bin/chmod,/usr/bin/chown,/usr/bin/cp,/usr/bin/cut,/usr/bin/diff,/usr/bin/echo,+
    +/usr/bin/grep,/usr/bin/ls,/usr/bin/mv,/usr/bin/rm,/usr/bin/sed,/usr/bin/sleep,/usr/bin/sort,/usr/bin/tail,/usr/bin/touch,/usr/bin/which+
    What's wrong?

  • Problem with sp11, wl 5.1, apache and server root requests

    We have the following server configuration:
    Solaris 2.6
    Java 1.3.1_02
    Weblogic 5.1
    Apache 1.3.20
    We recently moved from sp9 to sp11, and noticed a change in the behavior of the Apache-WL
    bridge (mod_wl_ssl.so).
    We have apache running in front of our WL instance. We're planning to offload static
    content to apache, but for now, we pass all requests through to weblogic. This means
    we don't have any files in Apache's server root. They all are in the (separate) weblogic
    root. This has worked fine until sp11. Now, when you make a request to the server
    root, ie, http://server.com/ or http://server.com, weblogic's 404 page is returned.
    After turning on the debug logs of an sp9 and an sp11 bridge, I think this is what's
    happening:
    The way we have the bridge pass everything on is with a " MatchExpression * " directive
    in the <IfModule mod_weblogic.c> section of our httpd.conf. We've also tested alternatives
    using Directory, Location and LocationMatch directives like this:
    <LocationMatch "^/">
         SetHandler weblogic-handler
    </LocationMatch>
    and the behavior I'm writing about still remains.
    In sp11, when making the root level request, the only request that apache passes
    on to wl is a request for the error page set in the default apache config. (I'm looking
    at the mod_wl debug logs).
    In sp9, you see a request for "/", and wl returns a 302 redirection. The next request
    is to "/index.jsp", which returns correctly (a 200 response).
    What I think is happening is that mod_wl stopped intercepting the "/" URL request
    in sp11. It would then default to apache's mod_dir to lookup an index file for /,
    try to find that file in the apache root(internally to mod_dir), not find anything,
    since we don't have an index file in the apache server root, then generate a request
    for the apache error page, which is then intercepted and passed on to wl. Since wl
    doesn't have this file, a 404 is returned. (whew).
    Now, if I go to the apache server root, and create an empty index file (>touch index.jsp),
    I see one request for "/index.jsp" passed to WL which then returns correctly. Still
    no intial request for "/", which leads me to believe mod_dir is still handling the
    "/" URL request rather than mod_wl.
    Why did this behavior change between service packs, and can it switch back to the
    original behavior? I don't like having empty files lying around. Also, I didn't see
    this change in behavior documented in any of the release notes.
    --peter

    I had a similar problem on Redhat Linux 7.1, Java 1.3.1, Apache 1.3.20
    doing PathPrepends for a Location directive.
    I recently saw they have release SP12 for WL5.1 which addresses
    PathPrepend issues. This could be a similar issue
    http://www.weblogic.com/docs51/classdocs/SERVICEPACK_README.html
    "peter morelli" <[email protected]> wrote in message news:<[email protected]>...
    We have the following server configuration:
    Solaris 2.6
    Java 1.3.1_02
    Weblogic 5.1
    Apache 1.3.20
    We recently moved from sp9 to sp11, and noticed a change in the behavior of the Apache-WL
    bridge (mod_wl_ssl.so).
    We have apache running in front of our WL instance. We're planning to offload static
    content to apache, but for now, we pass all requests through to weblogic. This means
    we don't have any files in Apache's server root. They all are in the (separate) weblogic
    root. This has worked fine until sp11. Now, when you make a request to the server
    root, ie, http://server.com/ or http://server.com, weblogic's 404 page is returned.
    After turning on the debug logs of an sp9 and an sp11 bridge, I think this is what's
    happening:
    The way we have the bridge pass everything on is with a " MatchExpression * " directive
    in the <IfModule mod_weblogic.c> section of our httpd.conf. We've also tested alternatives
    using Directory, Location and LocationMatch directives like this:
    <LocationMatch "^/">
         SetHandler weblogic-handler
    </LocationMatch>
    and the behavior I'm writing about still remains.
    In sp11, when making the root level request, the only request that apache passes
    on to wl is a request for the error page set in the default apache config. (I'm looking
    at the mod_wl debug logs).
    In sp9, you see a request for "/", and wl returns a 302 redirection. The next request
    is to "/index.jsp", which returns correctly (a 200 response).
    What I think is happening is that mod_wl stopped intercepting the "/" URL request
    in sp11. It would then default to apache's mod_dir to lookup an index file for /,
    try to find that file in the apache root(internally to mod_dir), not find anything,
    since we don't have an index file in the apache server root, then generate a request
    for the apache error page, which is then intercepted and passed on to wl. Since wl
    doesn't have this file, a 404 is returned. (whew).
    Now, if I go to the apache server root, and create an empty index file (>touch index.jsp),
    I see one request for "/index.jsp" passed to WL which then returns correctly. Still
    no intial request for "/", which leads me to believe mod_dir is still handling the
    "/" URL request rather than mod_wl.
    Why did this behavior change between service packs, and can it switch back to the
    original behavior? I don't like having empty files lying around. Also, I didn't see
    this change in behavior documented in any of the release notes.
    --peter

  • Hi how to add new folders under root for jsp in tomcat4.1.18

    hi,
    previsously i used tomcat3.3 and tomcat4.1.12 run sucessfully.
    now i downloed jakartha_tomcat4.1.18,
    i am running sample succesfuly direcly under root.
    now i want my some jsp appilcationes to run under xyz,pqr folders
    here my jsp files are abc.jsp,fgh.jsp while running file url like this
    http://localhost:8080/xyz/abc.jsp
    http://localhost:8080/pqr/fgh.jsp
    while running url server not locate the files.
    where i add these xyz and pqr folders in server.xml.
    here my server.xml like this any one can modify this
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <!-- Comment these entries out to disable JMX MBeans support -->
    <!-- You may also configure custom components (e.g. Valves/Realms) by
    including your own mbean-descriptor file(s), and setting the
    "descriptors" attribute to point to a ';' seperated list of paths
    (in the ClassLoader sense) of files to add to the default list.
    e.g. descriptors="/com/myfirm/mypackage/mbean-descriptor.xml"
    -->
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
    debug="0"/>
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
    debug="0"/>
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    <!-- Editable user database that can also be used by
    UserDatabaseRealm to authenticate users -->
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved">
    </Resource>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    </GlobalNamingResources>
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Tomcat-Standalone">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 4.0 documentation bundle for more detailed
    instructions):
    * Download and install JSSE 1.0.2 or later, and put the JAR files
    into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="100" debug="0" connectionTimeout="20000"
    useURIValidationHack="false" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to -1 -->
    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8443" minProcessors="5" maxProcessors="75"
    enableLookups="true"
         acceptCount="100" debug="0" scheme="https" secure="true"
    useURIValidationHack="false" disableUploadTimeout="true">
    <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
    clientAuth="false" protocol="TLS" />
    </Connector>
    -->
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8009" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <!--
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
    port="8009" minProcessors="5" maxProcessors="75"
    acceptCount="10" debug="0"/>
    -->
    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8082" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" connectionTimeout="20000"
    proxyPort="80" useURIValidationHack="false"
    disableUploadTimeout="true" />
    -->
    <!-- Define a non-SSL legacy HTTP/1.1 Test Connector on port 8083 -->
    <!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8083" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" />
    -->
    <!-- Define a non-SSL HTTP/1.0 Test Connector on port 8084 -->
    <!--
    <Connector className="org.apache.catalina.connector.http10.HttpConnector"
    port="8084" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" />
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- You should set jvmRoute to support load-balancing via JK/JK2 ie :
    <Engine name="Standalone" defaultHost="localhost" debug="0" jmvRoute="jvm1">
    -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Standalone" defaultHost="localhost" debug="0">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.3
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Global logger unless overridden at lower levels -->
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Because this Realm is here, an instance will be shared globally -->
    <!-- This Realm uses the UserDatabase configured in the global JNDI
    resources under the key "UserDatabase". Any edits
    that are performed against this UserDatabase are immediately
    available for use by the Realm. -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
    debug="0" resourceName="UserDatabase"/>
    <!-- Comment out the old realm but leave here for now in case we
    need to go back quickly -->
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority"
    connectionName="test" connectionPassword="test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
    connectionName="scott" connectionPassword="tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host -->
    <Host name="localhost" debug="0" appBase="webapps"
    unpackWARs="true" autoDeploy="true">
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn"
    debug="0"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <!-- Logger shared by all Contexts related to this virtual host. By
    default (when using FileLogger), log files are created in the "logs"
    directory relative to $CATALINA_HOME. If you wish, you can specify
    a different directory with the "directory" attribute. Specify either a
    relative (to $CATALINA_HOME) or absolute path to the desired
    directory.-->
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
         timestamp="true"/>
    <!-- Define properties for each web application. This is only needed
    if you want to set non-default properties, or have web application
    document roots in places other than the virtual host's appBase
    directory. -->
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_examples_log." suffix=".txt"
         timestamp="true"/>
    <Ejb name="ejb/EmplRecord" type="Entity"
    home="com.wombat.empl.EmployeeRecordHome"
    remote="com.wombat.empl.EmployeeRecord"/>
    <!-- If you wanted the examples app to be able to edit the
    user database, you would uncomment the following entry.
    Of course, you would want to enable security on the
    application as well, so this is not done by default!
    The database object could be accessed like this:
    Context initCtx = new InitialContext();
    Context envCtx = (Context) initCtx.lookup("java:comp/env");
    UserDatabase database =
    (UserDatabase) envCtx.lookup("userDatabase");
    -->
    <!--
    <ResourceLink name="userDatabase" global="UserDatabase"
    type="org.apache.catalina.UserDatabase"/>
    -->
    <!-- PersistentManager: Uncomment the section below to test Persistent
              Sessions.
    saveOnRestart: If true, all active sessions will be saved
    to the Store when Catalina is shutdown, regardless of
    other settings. All Sessions found in the Store will be
    loaded on startup. Sessions past their expiration are
    ignored in both cases.
    maxActiveSessions: If 0 or greater, having too many active
    sessions will result in some being swapped out. minIdleSwap
    limits this. -1 or 0 means unlimited sessions are allowed.
    If it is not possible to swap sessions new sessions will
    be rejected.
    This avoids thrashing when the site is highly active.
    minIdleSwap: Sessions must be idle for at least this long
    (in seconds) before they will be swapped out due to
    activity.
    0 means sessions will almost always be swapped out after
    use - this will be noticeably slow for your users.
    maxIdleSwap: Sessions will be swapped out if idle for this
    long (in seconds). If minIdleSwap is higher, then it will
    override this. This isn't exact: it is checked periodically.
    -1 means sessions won't be swapped out for this reason,
    although they may be swapped out for maxActiveSessions.
    If set to >= 0, guarantees that all sessions found in the
    Store will be loaded on startup.
    maxIdleBackup: Sessions will be backed up (saved to the Store,
    but left in active memory) if idle for this long (in seconds),
    and all sessions found in the Store will be loaded on startup.
    If set to -1 sessions will not be backed up, 0 means they
    should be backed up shortly after being used.
    To clear sessions from the Store, set maxActiveSessions, maxIdleSwap,
    and minIdleBackup all to -1, saveOnRestart to false, then restart
    Catalina.
    -->
              <!--
    <Manager className="org.apache.catalina.session.PersistentManager"
    debug="0"
    saveOnRestart="true"
    maxActiveSessions="-1"
    minIdleSwap="-1"
    maxIdleSwap="-1"
    maxIdleBackup="-1">
    <Store className="org.apache.catalina.session.FileStore"/>
    </Manager>
              -->
    <Environment name="maxExemptions" type="java.lang.Integer"
    value="15"/>
    <Parameter name="context.param.name" value="context.param.value"
    override="false"/>
    <Resource name="jdbc/EmployeeAppDb" auth="SERVLET"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/EmployeeAppDb">
    <parameter><name>username</name><value>sa</value></parameter>
    <parameter><name>password</name><value></value></parameter>
    <parameter><name>driverClassName</name>
    <value>org.hsql.jdbcDriver</value></parameter>
    <parameter><name>url</name>
    <value>jdbc:HypersonicSQL:database</value></parameter>
    </ResourceParams>
    <Resource name="mail/Session" auth="Container"
    type="javax.mail.Session"/>
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>localhost</value>
    </parameter>
    </ResourceParams>
    <ResourceLink name="linkToGlobalResource"
    global="simpleValue"
    type="java.lang.Integer"/>
    </Context>
    </Host>
    </Engine>
    </Service>
    <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0
    as its servlet container. Please read the README.txt file coming with
    the WebApp Module distribution on how to build it.
    (Or check out the "jakarta-tomcat-connectors/webapp" CVS repository)
    To configure the Apache side, you must ensure that you have the
    "ServerName" and "Port" directives defined in "httpd.conf". Then,
    lines like these to the bottom of your "httpd.conf" file:
    LoadModule webapp_module libexec/mod_webapp.so
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy examples warpConnection /examples/
    The next time you restart Apache (after restarting Tomcat, if needed)
    the connection will be established, and all applications you make
    visible via "WebAppDeploy" directives can be accessed through Apache.
    -->
    <!-- Define an Apache-Connector Service -->
    <!--
    <Service name="Tomcat-Apache">
    <Connector className="org.apache.catalina.connector.warp.WarpConnector"
    port="8008" minProcessors="5" maxProcessors="75"
    enableLookups="true" appBase="webapps"
    acceptCount="10" debug="0"/>
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
    name="Apache" debug="0">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="apache_log." suffix=".txt"
    timestamp="true"/>
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    </Engine>
    </Service>
    -->
    </Server>
    ==========
    any one may modify above one
    thanks
    pullareddyj

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

Maybe you are looking for

  • Manual turn off autoswitch GPU chip

    Hi guys, i have big problem with my MacBook Pro Early 2011. He is freezed during power up. Sometimes he show striped screen display. I be sure this is problem with video chip or vedio switching. In my city haven't service, and now i want turn off aut

  • In Book, syncing style source reverts all styled elements to basic paragraph

    I have paragraph styles ( "Header 1", "Header 2", etc.  ) set up in a master document. When I sync those styles to the other documents in the book, all the styled elements ( "Header 1", "Header 2", etc. ) are reset to basic paragraph instead of updat

  • Since upgrading my Mac OS 10.9 and Mavericks, I am unable to open App Store and other problems.

    My computer has gone haywire since upgrading to Mac OS 10.9 and adding Mavericks. Mail was a big problem with my not being able to read messages, but now there has been a mail upgrade to solve that. However, still cannot open App Store from my Dock a

  • WAD - Possible to embed RRI commands in CSS style menu?

    I'm not content with the standard web item options in WAD and was hoping I could create my own menu using CSS style commands and then embed the BI:ACTIONs within the list links.  Is this possible?  I've got the list created within WAD, but can't find

  • Can't send video from vga cable

    I have purchased the vga cable from the apple store and i connect that cable to my ipod touch 4th generation, and i cannot send video from youtube or see pics from te presentation in images, any one have the same problem or is only me. I test a iphon