Windows performance pack specific files?

I would like to use the Java web start technology to deploy a java-based application using JMF to do the capture and sending of cam images. The problem is that in order to get a hold of the camera, I need to use the 'performace pack' version of the JMF.
I understand that by using the windows-specific JMF files it can only be used on a Windows system, what I need to know is, what those files are, and how would I go about accessing them programmatically?
Thanks again!
-Ryan (your own personal rake at the gates of Java)

I've installed both the all-Java and Win-perf packs separately before and found the difference to be some DLL files and additional classes. Don't know specifically abt capture devices, but some examples are renderers like GDIRenderer, DirectAudioRenderer which are win-specific.
They're automatically registered during setup with JMF and requires no special programming to access. JMF just automatically picks the best available and appropriate, and creates them.

Similar Messages

  • Installing Performance Pack without the setup prog

    I'm trying to install the Windows Performance Pack from my own installation program without having to run the normal JMF setup. I can install the cross-platform version but the AVIs I need to display are in a codec only supported by the Windows Performance Pack. (The installations where the AVIs are needed are only on Windows - people running UNIX don't seem to need the tutorial movies ;) ).
    I could also convert the AVIs to a different codec and use the cross-platform version, but I would prefer to keep them in their original form.
    Has anyone done this? I would assume this is legal as long as I include the license files, etc in the installation.
    Any help would be appreciated.

    I found the following on the JMF mailing list in case someone else is interested:
    http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0107&L=jmf-interest&D=0&P=6559
    I haven't tried it yet but I believe it will work. I'll post again either way for anyone who's interested.

  • Difference between all-java & win-performance pack?

    Hi,
    Exactly what's the difference between the all-java JMF and the windows performance pack? In terms of files?
    TIA,
    Reggie

    A few features are completely unavailable on all-java, most notably capture. Other than that, it's a matter of some formats and codecs not being available (eg, MPEG-1). The list of supported media types on the JMF home page should pretty much spell it out.
    --invalidname

  • Interactive "Finder" window of specific files

    Hi!
    Is there a simple way to create a custom view of the filesystem from an obj-c program? Ie. a window with a list of specific files in the Mac filesystem that can be manipulated like opened, dragged to trash (removing them from their original location), etc.
    Basically I start out with a list of paths - files around the system, in several folders, etc. -, and want to display this list as a window with file icons to the user, basically like a Finder window, to manipulate and work with. I'd like filetype icons and/or previews, context menu, drag-and-drop, etc., as if it were a folder opened in Finder.
    Is there some built-in API code I can use to do this in a simple way? If not, what do I need for it to work? Where should I look in the dev documentation?

    the spotlight is set up to view all file types. im looking for a specific set of pictures, but they just dont show up in the finder search. they are there tho, coz i can look thru them. they show up when i import them to iphoto, but i dont use iphoto

  • Upgrading to Lightroom 5.6 get message "Windows cannot access specific device path or file. You may not have the appropriate permissions to access the item" I'm running Windows 7. How do I make it work?

    Upgrading to Lightroom 5.6 get message "Windows cannot access specific device path or file. You may not have the appropriate permissions to access the item" I'm running Windows 7. How do I make it work?

    right click the installation file and click 'run as administrator'.

  • Jdk1.3 and performance pack work together on windows?

    Is there any thing I have to do to make performance pack work with jdk1.3 on win2k? when I use jdk1.2.2, performance pack come up all right.thanks in advance.

    I think somebody from BEA said this will be fixed in sp7.
    Before that you can start weblogic like this: java -Dos.name="windows nt" ... weblogic.Server
    Tony Lu <[email protected]> wrote:
    Is there any thing I have to do to make performance pack work with jdk1.3 on win2k? when I use jdk1.2.2, performance pack come up all right.thanks in advance.Dimitri

  • Posix Performance Pack & file discriptor limitation

     

    This question doesn't appear to relate to our Enterprise product, so I'm
    responding to this message in the performance newsgroup as well. Please see
    answers below:
    Andy Ping wrote:
    What is Posix Performance Pack about?This refers to the availability of enhanced I/O handling (enabled by default
    with the Solaris version of WLS) and is documented at:
    http://www.weblogic.com/docs51/admindocs/tuning.html#performance packs
    >
    And How to resolve the file dirscritor limitation? Is ulimit OK?The Solaris file descriptor limits are set using lines similar to:
    set rlim_fd_cur = 1024
    set rlim_fd_max = 8192
    in your /etc/system file. In the above case, user processes are allowed 1K open
    files by default and can up this limit to 8K files using the ulimit command.
    You might have noticed that this command is used in the weblogic startup script
    to accomplish this. Judging by your log entries, I'd guess that your tunables
    are both set to 512. You might want to consider raising your maximum to 1K.
    Perhaps other newsgroup readers can suggest/recommend better file descriptor
    limits.
    Environment: sun solaris 2.6, weblogic.5.1 jdk1.2.2_006, oracle815.
    phenomena:
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ListenThread > Listening on
    port: 7001
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    System has file descriptor limits of - soft: '512', hard: '512'
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Using effective file descriptor limit of: '512' open sockets/files.
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Allocating:'3' POSIX reader threads
    If use jdk1.1.7b, the phenomena:
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < EJB > 0 deployed, 0 failed
    to deploy.
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < HTTP > Log rotation is size
    based
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ZAC > ZAC ACLs initialized
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ZAC > ZAC packages stored
    in local directory exports
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < ListenThread > Listening on
    port: 7001
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    System has file descriptor limits of - soft: '512', hard: '512'
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Using effective file descriptor limit of: '512' open sockets/files.
    D??¨²?? ¨º??? 26 10:51:20 GMT+08:00 2000:< I > < Posix Performance Pack >
    Allocating: '3' POSIX reader threads
    D??¨²?? ¨º??? 20 00:58:28 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 00:58:28 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 00:59:23 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 00:59:28 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_fron
    t/_bbs/_bbs_list.java
    D??¨²?? ¨º??? 20 00:59:32 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:00:36 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 01:00:52 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 01:02:53 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_fron
    t/_bbs/_bbs_list.java
    D??¨²?? ¨º??? 20 01:02:54 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_back
    /_hbk_perlaw/_hbk_perlaw_add.java
    D??¨²?? ¨º??? 20 01:03:02 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:03:11 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:03:15 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:03:21 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:04:02 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    D??¨²?? ¨º??? 20 01:04:22 GMT-05:00 2000:< I > < ServletContext-General >
    Generated java file:
    /opt/weblogic/weblogic/myserver/classfiles/jsp_servlet/_high_tech_area/_fron
    t/_bbs/_bbs_list.java
    D??¨²?? ¨º??? 20 01:04:28 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource 'high_tech_area/front/file/htprog.css' in document root
    '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:04:33 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource '/high_tech_area/back/hbk_perlaw/hbk_perlaw_list.jsp'
    in document root '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:04:45 GMT-05:00 2000:< E > < ServletContext-General >
    Cannot find resource '/high_tech_area/back/hbk_perlaw/hbk_perlaw_list.jsp'
    in document root '/opt/weblogic/weblogic/myserver/public_html'
    D??¨²?? ¨º??? 20 01:05:31 GMT-05:00 2000:< E > < Posix Performance Pack >
    Failure in processSockets()
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at weblogic.socket.SocketReaderRequest.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)You will probably want to select your WLS/JDK environment using the platform
    support information at:
    http://www.weblogic.com/platforms/index.html#solaris
    Hope this helps.
    -Charlie

  • Error installing windows azure pack; websites v2

    When installing windows azure pack: websites v2 gives the error.  All dependencies are installed successfully on windows 2012 R2. Other windows azure pack express  installed successfully in another machine.  when I try install WAP websites
    v2 on another windows 2012 R2 gives the error.  The log file follows:
    === Verbose logging started: 1/2/2014  2:05:55  Build type: SHIP UNICODE 5.00.9600.00  Calling process: C:\Windows\system32\inetsrv\InetMgr.exe ===
    MSI (c) (34:94) [02:05:55:521]: Resetting cached policy values
    MSI (c) (34:94) [02:05:55:521]: Machine policy value 'Debug' is 0
    MSI (c) (34:94) [02:05:55:521]: ******* RunEngine:
               ******* Product: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (34:94) [02:05:55:521]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (34:94) [02:05:55:521]: Grabbed execution mutex.
    MSI (c) (34:94) [02:05:56:099]: Cloaking enabled.
    MSI (c) (34:94) [02:05:56:099]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (34:94) [02:05:56:115]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (A4:24) [02:05:56:271]: Running installation inside multi-package transaction C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
    MSI (s) (A4:24) [02:05:56:271]: Grabbed execution mutex.
    MSI (s) (A4:64) [02:05:56:302]: Resetting cached policy values
    MSI (s) (A4:64) [02:05:56:302]: Machine policy value 'Debug' is 0
    MSI (s) (A4:64) [02:05:56:302]: ******* RunEngine:
               ******* Product: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (A4:64) [02:05:56:412]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (A4:64) [02:05:56:505]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:56:599]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (A4:64) [02:05:56:662]: MSCOREE not loaded loading copy from system32
    MSI (s) (A4:64) [02:05:58:005]: End dialog not enabled
    MSI (s) (A4:64) [02:05:58:021]: Original package ==> C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi
    MSI (s) (A4:64) [02:05:58:021]: Package we're running from ==> C:\Windows\Installer\fd7dc.msi
    MSI (s) (A4:64) [02:05:58:021]: APPCOMPAT: Uninstall Flags override found.
    MSI (s) (A4:64) [02:05:58:021]: APPCOMPAT: Uninstall VersionNT override found.
    MSI (s) (A4:64) [02:05:58:021]: APPCOMPAT: Uninstall ServicePackLevel override found.
    MSI (s) (A4:64) [02:05:58:130]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7DE9D988-C892-43A6-884B-74A5008D6018}'.
    MSI (s) (A4:64) [02:05:58:177]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'DisablePatch' is 0
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (A4:64) [02:05:58:849]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (A4:64) [02:05:58:880]: APPCOMPAT: looking for appcompat database entry with ProductCode '{7DE9D988-C892-43A6-884B-74A5008D6018}'.
    MSI (s) (A4:64) [02:05:58:880]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (A4:64) [02:05:58:880]: Transforms are not secure.
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2014-01-02T02.05.44\WebSitesFeed.txt'.
    MSI (s) (A4:64) [02:05:58:880]: Command Line: WEBSITES_FEED=http://go.microsoft.com/?linkid=9837345 FEED_HASH=826363D220C6EF0D8DBF36FA63172A339D16C268 FEED_FILE_NAME=WebSites0.9.0.xml WEBSITES_UPGRADE_ACTIONS=None ACTION=INSTALL REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Windows\system32
    CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=2868
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{F8DA307E-FEA1-4E30-8764-A09F1C1B8271}'.
    MSI (s) (A4:64) [02:05:58:880]: Product Code passed to Engine.Initialize:           '{7DE9D988-C892-43A6-884B-74A5008D6018}'
    MSI (s) (A4:64) [02:05:58:880]: Product Code from property table before transforms: '{7DE9D988-C892-43A6-884B-74A5008D6018}'
    MSI (s) (A4:64) [02:05:58:880]: Product Code from property table after transforms:  '{7DE9D988-C892-43A6-884B-74A5008D6018}'
    MSI (s) (A4:64) [02:05:58:880]: Product registered: entering maintenance mode
    MSI (s) (A4:64) [02:05:58:880]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
    MSI (s) (A4:64) [02:05:58:880]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (A4:64) [02:05:58:880]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is managed.
    MSI (s) (A4:64) [02:05:58:880]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
    MSI (s) (A4:64) [02:05:58:880]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (A4:64) [02:05:58:896]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (A4:64) [02:05:58:896]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (A4:64) [02:05:58:896]: Specifed source is already in a list.
    MSI (s) (A4:64) [02:05:58:896]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (A4:64) [02:05:58:896]: Machine policy value 'DisableBrowse' is 0
    MSI (s) (A4:64) [02:05:58:896]: Machine policy value 'AllowLockdownBrowse' is 0
    MSI (s) (A4:64) [02:05:58:896]: Adding new sources is allowed.
    MSI (s) (A4:64) [02:05:58:896]: Package name retrieved from configuration data: 'WebSitesFeed.msi'
    MSI (s) (A4:64) [02:05:58:896]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:58:912]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (A4:64) [02:05:58:912]: Machine policy value 'DisableMsi' is 1
    MSI (s) (A4:64) [02:05:58:912]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:58:912]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:58:912]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (A4:64) [02:05:58:912]: Product {7DE9D988-C892-43A6-884B-74A5008D6018} is managed.
    MSI (s) (A4:64) [02:05:58:912]: Running product '{7DE9D988-C892-43A6-884B-74A5008D6018}' with elevated privileges: Product is assigned.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding WEBSITES_FEED property. Its value is 'http://go.microsoft.com/?linkid=9837345'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding FEED_HASH property. Its value is '826363D220C6EF0D8DBF36FA63172A339D16C268'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding FEED_FILE_NAME property. Its value is 'WebSites0.9.0.xml'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Modifying WEBSITES_UPGRADE_ACTIONS property. Its current value is 'CreateOrUpdateFeed'. Its new value: 'None'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Windows\system32'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (A4:64) [02:05:58:912]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '2868'.
    MSI (s) (A4:64) [02:05:58:912]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (A4:64) [02:05:59:084]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '511fc0c519f6f7459d8de9cdea06010a'.
    MSI (s) (A4:64) [02:05:59:084]: RESTART MANAGER: Session opened.
    MSI (s) (A4:64) [02:05:59:084]: TRANSFORMS property is now:
    MSI (s) (A4:64) [02:05:59:084]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
    MSI (s) (A4:64) [02:05:59:084]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (s) (A4:64) [02:05:59:084]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
    MSI (s) (A4:64) [02:05:59:084]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (A4:64) [02:05:59:099]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
    MSI (s) (A4:64) [02:05:59:115]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (A4:64) [02:05:59:115]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (A4:64) [02:05:59:115]: MSI_LUA: Setting AdminUser property to 1 because the product is already installed managed and per-machine
    MSI (s) (A4:64) [02:05:59:115]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows User'.
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\fd7dc.msi'.
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\WebSitesFeed.msi'.
    MSI (s) (A4:64) [02:05:59:115]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (A4:64) [02:05:59:115]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (A4:64) [02:05:59:115]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (A4:64) [02:05:59:115]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:115]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:115]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 1/2/2014  2:05:59 ===
    MSI (s) (A4:64) [02:05:59:115]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:59:146]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
    MSI (s) (A4:64) [02:05:59:146]: Doing action: INSTALL
    Action start 2:05:59: INSTALL.
    MSI (s) (A4:64) [02:05:59:177]: Running ExecuteSequence
    MSI (s) (A4:64) [02:05:59:177]: Doing action: AppSearch
    Action start 2:05:59: AppSearch.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is 'C:\Windows\system32\inetsrv'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISMAJORVERSION property. Its value is '#8'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISMINORVERSION property. Its value is '#5'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:177]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding IISNETFXEXTENSIBILITYINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding IISASPNET property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IISADMIN 3: 2
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding IISREMOTECHANNELINSTALLED property. Its value is 'Microsoft.Web.Management.Remoting.HttpChannel, Microsoft.Web.Management.Remoting, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is '#2'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is '#3'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is 'ServerDatacenter'.
    MSI (s) (A4:64) [02:05:59:193]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebPlatformInstaller\3 3: 2
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding WEBPI4INSTALLED property. Its value is '#1'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding SAVED_WEBSITES_FEED property. Its value is 'http://go.microsoft.com/?linkid=9837345'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding SAVED_FEED_HASH property. Its value is '826363D220C6EF0D8DBF36FA63172A339D16C268'.
    MSI (s) (A4:64) [02:05:59:193]: PROPERTY CHANGE: Adding SAVED_FEED_FILE_NAME property. Its value is 'WebSites0.9.0.xml'.
    MSI (s) (A4:64) [02:05:59:209]: PROPERTY CHANGE: Adding WEBPICMD property. Its value is 'C:\Program Files\Microsoft\Web Platform Installer\webpicmd.exe'.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: FindRelatedProducts
    Action ended 2:05:59: AppSearch. Return value 1.
    MSI (s) (A4:64) [02:05:59:209]: Skipping FindRelatedProducts action: not run in maintenance mode
    Action start 2:05:59: FindRelatedProducts.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: LaunchConditions
    Action ended 2:05:59: FindRelatedProducts. Return value 0.
    Action start 2:05:59: LaunchConditions.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: SetFEED_FILE_NAME
    Action ended 2:05:59: LaunchConditions. Return value 1.
    Action start 2:05:59: SetFEED_FILE_NAME.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: SetFEED_HASH
    Action ended 2:05:59: SetFEED_FILE_NAME. Return value 1.
    Action start 2:05:59: SetFEED_HASH.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: SetWEBSITES_FEED
    Action ended 2:05:59: SetFEED_HASH. Return value 1.
    Action start 2:05:59: SetWEBSITES_FEED.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: ValidateProductID
    Action ended 2:05:59: SetWEBSITES_FEED. Return value 1.
    Action start 2:05:59: ValidateProductID.
    MSI (s) (A4:64) [02:05:59:209]: Doing action: CostInitialize
    Action ended 2:05:59: ValidateProductID. Return value 1.
    MSI (s) (A4:64) [02:05:59:209]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (A4:64) [02:05:59:224]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
    MSI (s) (A4:64) [02:05:59:224]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: Patch
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (A4:64) [02:05:59:224]: Note: 1: 2205 2:  3: Patch
    Action start 2:05:59: CostInitialize.
    MSI (s) (A4:64) [02:05:59:224]: Doing action: FileCost
    Action ended 2:05:59: CostInitialize. Return value 1.
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: Class
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: Extension
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: TypeLib
    Action start 2:05:59: FileCost.
    MSI (s) (A4:64) [02:05:59:240]: Doing action: CostFinalize
    Action ended 2:05:59: FileCost. Return value 1.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (A4:64) [02:05:59:240]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_`
    = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    MSI (s) (A4:64) [02:05:59:240]: PROPERTY CHANGE: Adding DIR_WebSitesFeed property. Its value is 'C:\Program Files\IIS\Microsoft Web Sites\Feed'.
    MSI (s) (A4:64) [02:05:59:255]: Note: 1: 2205 2:  3: Patch
    MSI (s) (A4:64) [02:05:59:255]: Note: 1: 2205 2:  3: Condition
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding DIR_IIS property. Its value is 'C:\Program Files\IIS\'.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding DIR_WebSites property. Its value is 'C:\Program Files\IIS\Microsoft Web Sites\'.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Modifying DIR_WebSitesFeed property. Its current value is 'C:\Program Files\IIS\Microsoft Web Sites\Feed'. Its new value: 'C:\Program Files\IIS\Microsoft Web Sites\Feed\'.
    MSI (s) (A4:64) [02:05:59:255]: Target path resolution complete. Dumping Directory table...
    MSI (s) (A4:64) [02:05:59:255]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: TARGETDIR , Object: C:\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: WindowsFolder , Object: C:\Windows\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: ProgramFiles64Folder , Object: C:\Program Files\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: DIR_IIS , Object: C:\Program Files\IIS\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: DIR_WebSites , Object: C:\Program Files\IIS\Microsoft Web Sites\
    MSI (s) (A4:64) [02:05:59:255]: Dir (target): Key: DIR_WebSitesFeed , Object: C:\Program Files\IIS\Microsoft Web Sites\Feed\
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    Action start 2:05:59: CostFinalize.
    MSI (s) (A4:64) [02:05:59:255]: Doing action: MigrateFeatureStates
    Action ended 2:05:59: CostFinalize. Return value 1.
    MSI (s) (A4:64) [02:05:59:255]: Skipping MigrateFeatureStates action: not run in maintenance mode
    Action start 2:05:59: MigrateFeatureStates.
    MSI (s) (A4:64) [02:05:59:255]: Doing action: InstallValidate
    Action ended 2:05:59: MigrateFeatureStates. Return value 0.
    MSI (s) (A4:64) [02:05:59:255]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '511fc0c519f6f7459d8de9cdea06010a'.
    MSI (s) (A4:64) [02:05:59:271]: Feature: CommonFeature; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: C_DiscoverabilityKey; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: C_WebSitesSetupHelper.ps1; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: C_WebSitesSetupHelperWrapper.ps1; Installed: Local;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Component: __C_DiscoverabilityKey65; Installed: Null;   Request: Null;   Action: Null
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Extension
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Font
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Class
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Icon
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: TypeLib
    Action start 2:05:59: InstallValidate.
    MSI (s) (A4:64) [02:05:59:271]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Extension
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Font
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Class
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: Icon
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: TypeLib
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2727 2: 
    MSI (s) (A4:64) [02:05:59:271]: Note: 1: 2205 2:  3: FilesInUse
    MSI (s) (A4:64) [02:05:59:287]: Note: 1: 2727 2: 
    MSI (s) (A4:64) [02:05:59:287]: Doing action: InstallInitialize
    Action ended 2:05:59: InstallValidate. Return value 1.
    MSI (s) (A4:64) [02:05:59:287]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:59:287]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (A4:64) [02:05:59:287]: BeginTransaction: Locking Server
    MSI (s) (A4:64) [02:05:59:302]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:59:302]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (A4:64) [02:05:59:302]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (A4:64) [02:05:59:302]: Server not locked: locking for product {7DE9D988-C892-43A6-884B-74A5008D6018}
    Action start 2:05:59: InstallInitialize.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: RemoveExistingProducts
    Action ended 2:05:59: InstallInitialize. Return value 1.
    MSI (s) (A4:64) [02:05:59:552]: Skipping RemoveExistingProducts action: current configuration is maintenance mode or an uninstall
    Action start 2:05:59: RemoveExistingProducts.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: ProcessComponents
    Action ended 2:05:59: RemoveExistingProducts. Return value 0.
    Action start 2:05:59: ProcessComponents.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: UnpublishFeatures
    Action ended 2:05:59: ProcessComponents. Return value 1.
    Action start 2:05:59: UnpublishFeatures.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: RemoveRegistryValues
    Action ended 2:05:59: UnpublishFeatures. Return value 1.
    Action start 2:05:59: RemoveRegistryValues.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: RemoveFiles
    Action ended 2:05:59: RemoveRegistryValues. Return value 1.
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: RemoveFile
    Action start 2:05:59: RemoveFiles.
    MSI (s) (A4:64) [02:05:59:552]: Doing action: InstallFiles
    Action ended 2:05:59: RemoveFiles. Return value 0.
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: Patch
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (A4:64) [02:05:59:552]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    Action start 2:05:59: InstallFiles.
    MSI (s) (A4:64) [02:05:59:568]: Skipping action: CA_SET_PROPERTY_UPDATE_OFFLINE_FEED (condition is false)
    MSI (s) (A4:64) [02:05:59:568]: Skipping action: CA_UPDATE_OFFLINE_FEED (condition is false)
    MSI (s) (A4:64) [02:05:59:568]: Doing action: WriteRegistryValues
    Action ended 2:05:59: InstallFiles. Return value 1.
    Action start 2:05:59: WriteRegistryValues.
    MSI (s) (A4:64) [02:05:59:584]: Doing action: RegisterUser
    Action ended 2:05:59: WriteRegistryValues. Return value 1.
    Action start 2:05:59: RegisterUser.
    MSI (s) (A4:64) [02:05:59:584]: Doing action: RegisterProduct
    Action ended 2:05:59: RegisterUser. Return value 0.
    Action start 2:05:59: RegisterProduct.
    MSI (s) (A4:64) [02:05:59:599]: Doing action: PublishFeatures
    Action ended 2:05:59: RegisterProduct. Return value 1.
    Action start 2:05:59: PublishFeatures.
    MSI (s) (A4:64) [02:05:59:599]: Doing action: PublishProduct
    Action ended 2:05:59: PublishFeatures. Return value 1.
    Action start 2:05:59: PublishProduct.
    MSI (s) (A4:64) [02:05:59:599]: Resolving source.
    MSI (s) (A4:64) [02:05:59:599]: Resolving source to launched-from source.
    MSI (s) (A4:64) [02:05:59:599]: Setting launched-from source as last-used.
    MSI (s) (A4:64) [02:05:59:599]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\'.
    MSI (s) (A4:64) [02:05:59:599]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\'.
    MSI (s) (A4:64) [02:05:59:599]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{7DE9D988-C892-43A6-884B-74A5008D6018}'.
    MSI (s) (A4:64) [02:05:59:599]: SOURCEDIR ==> C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\
    MSI (s) (A4:64) [02:05:59:599]: SOURCEDIR product ==> {7DE9D988-C892-43A6-884B-74A5008D6018}
    MSI (s) (A4:64) [02:05:59:599]: Determining source type
    MSI (s) (A4:64) [02:05:59:599]: Source type from package 'WebSitesFeed.msi': 2
    MSI (s) (A4:64) [02:05:59:599]: Source path resolution complete. Dumping Directory table...
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: TARGETDIR , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
     , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: WindowsFolder , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
     , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: ProgramFiles64Folder , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ ,
    LongSubPath: x64\ , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: DIR_IIS , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
    x64\IIS\ , ShortSubPath:
    MSI (s) (A4:64) [02:05:59:599]: Dir (source): Key: DIR_WebSites , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
    x64\IIS\Microsoft Web Sites\ , ShortSubPath: x64\IIS\f-y7bkar\
    MSI (s) (A4:64) [02:05:59:615]: Dir (source): Key: DIR_WebSitesFeed , Object: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\ , LongSubPath:
    x64\IIS\Microsoft Web Sites\Feed\ , ShortSubPath: x64\IIS\f-y7bkar\Feed\
    MSI (s) (A4:64) [02:05:59:615]: Doing action: InstallFinalize
    Action ended 2:05:59: PublishProduct. Return value 1.
    MSI (s) (A4:64) [02:05:59:630]: Running Script: C:\Windows\Installer\MSI963B.tmp
    MSI (s) (A4:64) [02:05:59:630]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (A4:64) [02:05:59:662]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:64) [02:05:59:662]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:677]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (A4:64) [02:05:59:677]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1143083200,LangId=1033,Platform=589824,ScriptType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
    Action start 2:05:59: InstallFinalize.
    MSI (s) (A4:64) [02:05:59:677]: Executing op: ProductInfo(ProductKey={7DE9D988-C892-43A6-884B-74A5008D6018},ProductName=Web Sites Local Feed,PackageName=WebSitesFeed.msi,Language=1033,Version=117778466,Assignment=1,ObsoleteArg=0,,,PackageCode={F8DA307E-FEA1-4E30-8764-A09F1C1B8271},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
    MSI (s) (A4:64) [02:05:59:677]: Executing op: DialogInfo(Type=0,Argument=1033)
    MSI (s) (A4:64) [02:05:59:677]: Executing op: DialogInfo(Type=1,Argument=Web Sites Local Feed)
    MSI (s) (A4:64) [02:05:59:677]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
    MSI (s) (A4:64) [02:05:59:693]: Executing op: SetBaseline(Baseline=0,)
    MSI (s) (A4:64) [02:05:59:693]: Executing op: SetBaseline(Baseline=1,)
    MSI (s) (A4:64) [02:05:59:693]: Executing op: ActionStart(Name=RegisterProduct,Description=Registering product,Template=[1])
    MSI (s) (A4:64) [02:05:59:693]: Executing op: UpdateEstimatedSize(EstimatedSize=0)
    MSI (s) (A4:64) [02:05:59:709]: Executing op: ProductCPDisplayInfoRegister()
    MSI (s) (A4:64) [02:05:59:724]: Executing op: ActionStart(Name=PublishProduct,Description=Publishing product information,)
    MSI (s) (A4:64) [02:05:59:724]: Executing op: CleanupConfigData()
    MSI (s) (A4:64) [02:05:59:724]: Executing op: RegisterPatchOrder(Continue=0,SequenceType=1,Remove=0)
    MSI (s) (A4:64) [02:05:59:724]: Executing op: SourceListRegisterLastUsed(SourceProduct={7DE9D988-C892-43A6-884B-74A5008D6018},LastUsedSource=C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\)
    MSI (s) (A4:64) [02:05:59:724]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (A4:64) [02:05:59:724]: Specifed source is already in a list.
    MSI (s) (A4:64) [02:05:59:724]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (A4:64) [02:05:59:724]: Adding new sources is allowed.
    MSI (s) (A4:64) [02:05:59:724]: Set LastUsedSource to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\8679DB5B824AE838ACFF0353D295F7353D721621\.
    MSI (s) (A4:64) [02:05:59:724]: Set LastUsedType to: n.
    MSI (s) (A4:64) [02:05:59:724]: Set LastUsedIndex to: 1.
    MSI (s) (A4:64) [02:05:59:724]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
    MSI (s) (A4:64) [02:05:59:771]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:64) [02:05:59:771]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:771]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:64) [02:05:59:802]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:64) [02:05:59:865]: Note: 1: 2318 2: 
    MSI (s) (A4:64) [02:05:59:865]: No System Restore sequence number for this installation.
    MSI (s) (A4:64) [02:05:59:865]: Unlocking Server
    MSI (s) (A4:64) [02:05:59:974]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
    Action ended 2:05:59: InstallFinalize. Return value 1.
    Action ended 2:05:59: INSTALL. Return value 1.
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 1728
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1728
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2205 2:  3: Error
    MSI (s) (A4:64) [02:05:59:974]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
    MSI (s) (A4:64) [02:05:59:974]: Product: Web Sites Local Feed -- Configuration completed successfully.
    MSI (s) (A4:64) [02:05:59:974]: Windows Installer reconfigured the product. Product Name: Web Sites Local Feed. Product Version: 7.5.10274.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 0.
    MSI (s) (A4:64) [02:06:00:084]: Deferring clean up of packages/files, if any exist
    MSI (s) (A4:64) [02:06:00:084]: MainEngineThread is returning 0
    MSI (s) (A4:24) [02:06:00:084]: RESTART MANAGER: Session closed.
    MSI (s) (A4:24) [02:06:00:084]: No System Restore sequence number for this installation.
    === Logging stopped: 1/2/2014  2:05:59 ===
    MSI (s) (A4:24) [02:06:00:084]: User policy value 'DisableRollback' is 0
    MSI (s) (A4:24) [02:06:00:084]: Machine policy value 'DisableRollback' is 0
    MSI (s) (A4:24) [02:06:00:084]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (A4:24) [02:06:00:084]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (A4:24) [02:06:00:099]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (A4:24) [02:06:00:099]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (A4:24) [02:06:00:099]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:94) [02:06:00:099]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:94) [02:06:00:099]: MainEngineThread is returning 0
    === Verbose logging stopped: 1/2/2014  2:06:00 ===
    Please help me to sort out this problem.

    Please check in the log files from the following path: %ProgramFiles%\IIS\Microsoft Web Sites\Logs
    HostingPrimaryControllerBootstrapper_v2 entry from the feed will execute a couple of powershell scripts after installing WebsitesFeed.msi. The output of this commands are saved in the Logs folder.

  • Time Machine, Migration Assistant, and copying specific files to a new machine

    Things were running fine. Then repeating kernel panics! A fresh Mountain Lion install seemed to fix things. To test whether the panics were related to some application or preference, how can I restore only my data, specifically the Aperture library, iTunes library, and iMovie library and nothing else from my Time Machine backup? In other words, how can I see the file structure of the Time Machine backup so I can copy only specific files and folders?
    Thanks for any advice!

    Hey hp12c,
    Thanks for the question. The following article may provide the information you are looking for:
    Mac Basics: Time Machine
    http://support.apple.com/kb/HT1427
    Restoring specific files or folders
    Choose Enter Time Machine from the Time Machine menu and the restore interface appears. You can literally see your windows as they appeared "back in time."
    You can use the timeline on the right side of the window to reach a certain point back in time (the timeline shows the times of all backups on your backup drive). If you don’t know exactly when you deleted or changed a file, you can use the back arrow to let Time Machine automatically travel through time to show you when that folder last changed.
    Note: Dates in pink indicate the data resides on your Time Machine backup device. Dates in white indicate the data resides on your Mac. In OS X Mountain Lion and Lion, portable Macs have the feature of local snapshots. See this article for details.
    You can also perform a Spotlight search in the Time Machine Finder Window search field to find a file. Simply type the Spotlight search field and use the back arrow to have Time Machine search through your backups to find what you are looking for.
    Before you restore a file, you can also use Quick Look to preview a file to make sure its the one you want. Highlight the file and press the Space Bar to bring up a quick look.
    To restore, select the file/folder and click the "Restore" button. The file will automatically be copied to the desktop or appropriate folder.  If the file you are restoring has another file in the same location with the same name, you will be prompted to choose which file to keep or keep both.
    Thanks,
    Matt M.

  • Upgrading Windows Azure Pack Websites from Update 4 to Update 6 SQL Schema Update Issues

    I'm running into this nasty bug with Windows Azure Pack Websites v2 Update 6 when I monitor the Microsoft\Windows\WebSitesUpdate Event Log:
    The upgrade action 'UpgradeDatabase' has failed. Error: Microsoft.Web.Hosting.WebHostingException: An error occurred executing script 'C:\Program Files\IIS\Microsoft Web Sites\Scripts\Update\0031.sql'. ---> Microsoft.Web.Hosting.WebHostingException: An error occurred executing script 'C:\Program Files\IIS\Microsoft Web Sites\Scripts\Update\0031.sql'. ---> Microsoft.SqlServer.Management.Common.ExecutionFailureException: An exception occurred while executing a Transact-SQL statement or batch. ---> System.Data.SqlClient.SqlException: Online index operations can only be performed in Enterprise edition of SQL Server.
    at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction action, Object execObject, DataSet fillDataSet, Boolean catchException)
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
    --- End of inner exception stack trace ---
    at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
    at Microsoft.Web.Hosting.RetryPolicy.ExecuteAction[R](Func`1 action, SqlExceptionMapper mapper)
    --- End of inner exception stack trace ---
    at Microsoft.Web.Hosting.RetryPolicy.ExecuteAction[R](Func`1 action, SqlExceptionMapper mapper)
    at Microsoft.Web.Hosting.SqlHelper.ExecuteScript(Server server, String scriptName, String sqlContent)
    --- End of inner exception stack trace ---
    at Microsoft.Web.Hosting.SqlHelper.ExecuteScript(Server server, String scriptName, String sqlContent)
    at Microsoft.Web.Hosting.Common.DatabaseUpdate.PerformTransactionalAction(Server server)
    at Microsoft.Web.Hosting.Common.DatabaseManager.PerformActions(Server server, IEnumerable`1 actions)
    at Microsoft.Web.Hosting.Common.DatabaseManager.ExecuteUpgradeActions(List`1 updateActions)
    at Microsoft.Web.Hosting.Common.DatabaseManager.UpgradeDatabase(InstallationResourcePaths paths)
    at Microsoft.Web.Hosting.UpgradeManager.UpgradeDatabaseInPlace()
    at Microsoft.Web.Hosting.Utilities.DatabaseUpdater.UpgradeHostingDatabase()
    at Microsoft.Web.Hosting.Utilities.DatabaseUpdater.DoHostingUpgradeWithLease()
    at Microsoft.Web.Hosting.Setup.Tasks.UpdateTasks.UpgradeDatabase(String scriptsLocation)
    at Microsoft.Web.Hosting.UpdateService.UpdateManager.DoWork(Object unused)
    It seems like the SQL script used to upgrade from Update 4 to Update 6 used a SQL Server Enterprise edition only feature and it's causing the update to fail on the controller. Is there an ETA from MSFT to resolve this issue?
    All posted advice may not be all that accurate. As always, test it in a lab before you try my advice! Best of all, the documentation is your friend.

    Hi,
    This is indeed an issue with the current bits for Windows Azure Pack WebSites Update 6. Thanks for reporting it, and apologies for the inconvenience.
    Can you please send email to the address kranthim at <our-company-name>.com? We will help you fix your deployment, while we fix the issue and update the public bits.
    Thanks,
    Kranthi.

  • Windows Azure Pack

    I am getting error in installation of Windows Azure Pack 
    please see the error given below 
    Web Sites service (Installed )
    Management Server (Web Sites REST API)
    500 Internal Server Error - Failed to configure databases and services: Timeout waiting for server ot type Management.
     File Server
    500 Internal Server Error - Failed to configure databases and services: Timeout waiting for server ot type FileServer.
    Date: 09-06-2014 00:40:55, Level: Verbose, Server HOSTING, Message: Machine 'hosting.satyam.nsdns.in' has the ownership of the controller.
    Date: 09-06-2014 00:40:56, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:57, Level: Info, Server satyam.nsdns.in, Message: Running operation 'AddServer'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:57, Level: Info, Server satyam.nsdns.in, Message: Running operation 'FileServerQueryState (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'ManagementServerAddWebFarm (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Info, Server satyam.nsdns.in, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Warning, Server HOSTING, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:57, Level: Info, Server hosting.satyam.nsdns.in, Message: Running operation 'AddServer'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'ManagementServerAddServer (7.7.10699.8)' {Server=Microsoft.Web.Farm.ServerContext}
    Date: 09-06-2014 00:40:57, Level: Info, Server HOSTING, Message: Running operation 'PublisherAddWebFarm (7.7.10699.8)'
    Date: 09-06-2014 00:40:57, Level: Warning, Server HOSTING, Message: Web farm 'PublisherServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:57, Level: Warning, Server HOSTING, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:58, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:58, Level: Info, Server hosting.satyam.nsdns.in, Message: Running operation 'ManagementServerQueryState (7.7.10699.8)'
    Date: 09-06-2014 00:40:58, Level: Info, Server HOSTING, Message: Running operation 'FrontEndAddWebFarm (7.7.10699.8)'
    Date: 09-06-2014 00:40:58, Level: Warning, Server HOSTING, Message: Web farm 'FrontEndServers' has no load balancing integration configured or it is not in the correct format.
    Date: 09-06-2014 00:40:58, Level: Info, Server HOSTING, Message: Running operation 'AddWebFarm'
    Date: 09-06-2014 00:40:58, Level: Info, Server hosting.satyam.nsdns.in, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    Date: 09-06-2014 00:40:59, Level: Error, Server hosting.satyam.nsdns.in, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server hosting.satyam.nsdns.in does not belong to web farm ManagementServers with cloud
    ID 5F50A1B3-171A-42E2-BCBA-62C324C79707, therefore no further operation will be performed.
    Date: 09-06-2014 00:40:59, Level: Error, Server satyam.nsdns.in, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server satyam.nsdns.in does not belong to web farm FileServers with cloud ID 5F50A1B3-171A-42E2-BCBA-62C324C79707,
    therefore no further operation will be performed.
    Date: 09-06-2014 00:41:00, Level: Error, Server hosting.satyam.nsdns.in, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server hosting.satyam.nsdns.in does not belong to web farm ManagementServers with cloud ID 5F50A1B3-171A-42E2-BCBA-62C324C79707,
    therefore no further operation will be performed.
    Date: 09-06-2014 00:41:00, Level: Error, Server satyam.nsdns.in, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server satyam.nsdns.in does not belong to web farm FileServers with cloud ID 5F50A1B3-171A-42E2-BCBA-62C324C79707,
    therefore no further operation will be performed.

    I have same error:
    status Management Server (Web Sites REST API)
    500 Internal Server Error - Failed to configure databases and services: Value cannot be null. Parameter name: value
    • status File Server
    500 Internal Server Error - Failed to configure databases and services: Value cannot be null. Parameter name: value
    Configuration events:
    •Date: 6/12/2014 3:51:38 PM, Level: Verbose, Server U1-SITES-CN1, Message: Machine 'u1-sites-cn1.my.fqdn' has the ownership of the controller.
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server u1-sites-fs1.my.fqdn, Message: Running operation 'AddServer'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server u1-sites-fs1.my.fqdn, Message: Running operation 'FileServerQueryState (7.7.10699.8)'
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'ManagementServerAddWebFarm (7.7.10699.8)'
    •Date: 6/12/2014 3:51:38 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:38 PM, Level: Info, Server u1-sites-mn1.my.fqdn, Message: Running operation 'AddServer'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'ManagementServerAddServer (7.7.10699.8)' {Server=Microsoft.Web.Farm.ServerContext}
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'PublisherAddWebFarm (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'PublisherServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:39 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'ManagementServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'FrontEndAddWebFarm (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server u1-sites-fs1.my.fqdn, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server u1-sites-mn1.my.fqdn, Message: Running operation 'ManagementServerQueryState (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Warning, Server U1-SITES-CN1, Message: Web farm 'FrontEndServers' has no load balancing integration configured or it is not in the correct format.
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server U1-SITES-CN1, Message: Running operation 'AddWebFarm'
    •Date: 6/12/2014 3:51:39 PM, Level: Info, Server u1-sites-mn1.my.fqdn, Message: Running operation 'CheckCloudId (7.7.10699.8)'
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-mn1.my.fqdn, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server u1-sites-mn1.my.fqdn does not belong to web farm ManagementServers with cloud ID CE870136-AEDA-4787-883A-AFF24B99EC98, therefore no further operation will be performed.
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-mn1.my.fqdn, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server u1-sites-mn1.my.fqdn does not belong to web farm ManagementServers with cloud ID CE870136-AEDA-4787-883A-AFF24B99EC98, therefore no further operation will be performed.
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-fs1.my.fqdn, Message: Failed to run operation 'CheckCloudId (7.7.10699.8)'. Operation failed to complete. Server u1-sites-fs1.my.fqdn does not belong to web farm FileServers with cloud ID BF8AAF68-9447-41E3-9B23-7B46D1F6BF0C, therefore no further operation will be performed.
    •Date: 6/12/2014 3:51:39 PM, Level: Error, Server u1-sites-fs1.my.fqdn, Message: Failed to run operation 'AddServer'. Operation failed to complete. Server u1-sites-fs1.my.fqdn does not belong to web farm FileServers with cloud ID BF8AAF68-9447-41E3-9B23-7B46D1F6BF0C, therefore no further operation will be performed.
    I have tried use WebPi 4.6 (http://social.msdn.microsoft.com/Forums/windowsazure/en-US/a2af8c20-7994-4fe5-92a6-b80e595c674e/are-fsrm-binaries-really-required-for-wap-web-sites-v2-worker-roles?forum=windowsazurepack) but got same error.
    With Powershell a I have non-informative errors:
    PS C:\Windows\system32> New-WebSitesServer -Name u1-sites-mn1 -ServerType ManagementServer
    New-WebSitesServer : Value cannot be null.
    Parameter name: value
    At line:1 char:1
    + New-WebSitesServer -Name u1-sites-mn1 -ServerType ManagementServer
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [New-WebSitesServer], ArgumentNullException
    + FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Web.Hosting.PowerShell.NewServerCommand

  • Unable to load performance pack, using Java I/O.

    Hi there,
    I am trying to start weblogic 6.0 from jBuilder. It does start, and
    working. But, I got the one problem about loading performance pack. The
    message is the following. Any comment?
    Thank you
    ----------------------------------------->Starting WebLogic Server ....
    <Jun 27, 2001 1:35:13 PM EDT> <Notice> <Management> <Loading configuration
    file C:\bea\wlserver6.0sp1\config\mydomain\config.xml ...>
    log file:
    C:\bea\wlserver6.0sp1\config\mydomain\config\config\mydomain\logs\weblogic.l
    og
    <Jun 27, 2001 1:35:14 PM EDT> <Info> <Logging> <Only log messages of
    severity "Error" or worse will be displayed in this window. This can be
    changed at Admin Console> mydomain> Servers> myserver> Logging> General>
    Stdout severity threshold>
    <Jun 27, 2001 1:35:46 PM EDT> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    <Jun 27, 2001 1:35:46 PM EDT> <Notice> <WebLogicServer> <WebLogic Server
    started>
    <Jun 27, 2001 1:35:46 PM EDT> <Error> <Performance Pack> <Unable to load
    performance pack, using Java I/O.
    java.lang.UnsatisfiedLinkError: no wlntio in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:173)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:126)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:83)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:224)
    >

    Thank you
    But, it does not work. It does the same. Here is the message.
    ------------------------------------------------------------>C:\bea\jdk130\bin\javaw -classpath
    "S:\Java\classes;C:\jdk1.3\jre\lib\rt.jar;S:\Java\lib\activation.jar;S:\Java
    \lib\classes12.zip;S:\Java\lib\cos.jar;S:\Java\lib\dx3.0.jar;S:\Java\lib\dx3
    .0-res.jar;S:\Java\lib\fscontext.jar;S:\Java\lib\j2ee.jar;S:\Java\lib\java40
    .jar;S:\Java\lib\jgl3.1.0.jar;S:\Java\lib\jsdk21.jar;S:\Java\lib\junit.jar;S
    :\Java\lib\mail.jar;S:\Java\lib\msclasses.zip;S:\Java\lib\rootriver.report.j
    ar;S:\Java\lib\servlet.jar;S:\Java\lib\ServletExecDebugger.jar;S:\Java\lib\s
    truts.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;C:\bea\wlserver6.0sp1\lib\x
    mlx.jar;C:\bea\wlserver6.0sp1\bin;C:\junit3.5\junit.jar;C:\jakarta-struts-1.
    0-b1\lib\struts.jar;C:\JBuilder4\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\JBu
    ilder4\jdk1.3\jre\lib\i18n.jar;C:\JBuilder4\jdk1.3\jre\lib\jaws.jar;C:\JBuil
    der4\jdk1.3\jre\lib\rt.jar;C:\JBuilder4\jdk1.3\jre\lib\sunrsasign.jar;C:\JBu
    ilder4\jdk1.3\lib\dt.jar;C:\JBuilder4\jdk1.3\lib\tools.jar" -ms64m -mx64m -
    classpath
    "C:\bea\wlserver6.0sp1;C:\bea\wlserver6.0sp1\bin;C:\bea\wlserver6.0sp1\lib\w
    eblogic_sp.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;S:\Java\classes;S:\Jav
    a\lib\classes12.zip;C:\jakarta-struts-1.0-b1\lib\struts.jar;S:\Java\lib\dx3.
    0.jar;S:\Java\lib\rootriver.report.jar;S:\Java\lib;S:\Java\lib\struts.jar;"
    "-Dweblogic.RootDirectory=C:\bea\wlserver6.0sp1"
    "-Dweblogic.Domain=mydomain" "-Dweblogic.Name=myserver" "-Dbea.home=c:\bea"
    "-Djava.security.policy==c:\bea\wlserver6.0sp1\lib\weblogic.policy"
    "-Dweblogic.management.password=password" weblogic.Server -hotspot
    Starting WebLogic Server ....
    <Jun 27, 2001 4:00:39 PM EDT> <Notice> <Management> <Loading configuration
    file C:\bea\wlserver6.0sp1\config\mydomain\config.xml ...>
    log file:
    C:\bea\wlserver6.0sp1\config\mydomain\config\config\mydomain\logs\weblogic.l
    og
    <Jun 27, 2001 4:00:50 PM EDT> <Info> <Logging> <Only log messages of
    severity "Error" or worse will be displayed in this window. This can be
    changed at Admin Console> mydomain> Servers> myserver> Logging> General>
    Stdout severity threshold>
    <Jun 27, 2001 4:02:32 PM EDT> <Notice> <WebLogicServer> <WebLogic Server
    started>
    <Jun 27, 2001 4:02:32 PM EDT> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    <Jun 27, 2001 4:02:32 PM EDT> <Error> <Performance Pack> <Unable to load
    performance pack, using Java I/O.
    java.lang.UnsatisfiedLinkError: no wlntio in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:173)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:126)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:83)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:224)
    >

  • Unable to load performance pack. Using Java I/O instead. Please ensure...

    Hi there.
    I am running WL 1033 development version using 64-bit 1.6.1 jdk (jdk-6u21-windows-x64) and the performance is terrible. I have upped my mem settings to this:
    set MEM_ARGS=-Xms1024m -Xmx1408m -XX:PermSize=1024m -XX:MaxPermSize=1024m
    and after a couple of deploys, I still get out of memory errors.
    I notice this message on startup: <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in:
    Could this be part of my performace issues? If so, how do I fix it?
    I followed the install directions in the README.txt file from this zip file: wls1033_dev.zip
    Mike

    Hi Mike,
    If you are using 64 bit of Windows Operating System then Make sure that you add the following directory in the *"java.library.path"*....
    Directory: E:\bea1033\wlserver_10.3\server\native\win\64
    Example: In your servers start Script please add the following MEM_ARGS or in JAVA_OPTIONS:
    <b><font color=maroon>
    set MEM_ARGS= -Xms1024m -Xmx1408m -XX:PermSize=1024m -XX:MaxPermSize=1024m -Djava.library.path=E:\bea1033\wlserver_10.3\server\native\win\64</font></b>
    Thanks
    Jay SenSharma
    http://middlewaremagic.com/weblogic (Middleware Magic Is Here)

  • Performance Pack for Linux

    Hi all,
    I am trying to install Weblogic 4.5.1 on Red Hat Linux 6.1
    When I set the weblogic.system.nativeIO.enable to true within the
    weblogic.properties file, I receive an exception:
    java.lang.UnsatisfiedLinkError: no muxer in shared library path
    (libmuxer.so)
    I tried looking through the installation documentation and was unable to
    find anything related specifically to using the performance pack under Linux
    (there was information specific to AIX and Solaris, however).
    So I guess my question is: Is the performance pack supported for Linux? If
    so, what might I have to modify in order for it to work correctly? Thanks-
    Matt Groch

    Andrew Nishigaya wrote:
    Hi,
    I just saw your post about there being no Linux NativeIO performance
    pack. Is there any planned?Yes.
    If so, could you provide a general
    timeline?
    It should be available in the Denali (5.1) release of WLS or shortly
    thereafter. Denali is GA at the end of March.
    >
    BTW, Can you enlighten me as to what the libWeblogicLinux1.so file do
    that is in the linux directory?I believe that it is some platform-specific debug code that we include.
    -- Rob
    We were hoping that this was the
    NativeIO pack, but I guess we were wrong.
    Any help would be appreciated!
    -- nori
    Srikant Subramaniam wrote:
    Unfortunately, we don't support the performance pack for linux at this point in
    time.
    Srikant.
    Matthew Groch wrote:
    Hi all,
    I am trying to install Weblogic 4.5.1 on Red Hat Linux 6.1
    When I set the weblogic.system.nativeIO.enable to true within the
    weblogic.properties file, I receive an exception:
    java.lang.UnsatisfiedLinkError: no muxer in shared library path
    (libmuxer.so)
    I tried looking through the installation documentation and was unable to
    find anything related specifically to using the performance pack under Linux
    (there was information specific to AIX and Solaris, however).
    So I guess my question is: Is the performance pack supported for Linux? If
    so, what might I have to modify in order for it to work correctly? Thanks-
    Matt Groch
    Andrew Nishigaya Chief Technology Officer and Founder
    Miradi, Inc. Believe. Create. Collaborate.
    Soquel, CA [email protected]
    (831) 477-0561 http://www.miradi.com

  • How to open a specific file in projector.

    Hi to all
    can any body tells me that how to open a specific file in
    projector with an application not in browser????
    and also want to add a button to mute the sound just like in
    intros with fade in and out effect.
    its urgent....
    Thanks in advance

    Hi,
    You can use FlashJester JStart
    http://jstart.flashjester.com
    that will open up any file the has been associated in Window
    Explorer.
    Download a FREE evaluation copy and try it for yourself.
    Please look at the example files given.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

Maybe you are looking for

  • Using script to automatically arrange timeline and sceneline workspaces.

    This is a simple demonstration of using VB Script to adjust panels in PE3. In PE3, when you adjust the height of the timeline, the height of the sceneline is also adjusted the same amount, and vice versa. You could use script to automatically adjust

  • Problem with downloading updates for CS6 and Camera Raw 7.4

    I am unable to update my CS6 to get the latest updates and latest Camera Raw for Canon 6D.  I get an error message that says close Adobe Bridge.  Photoshop is closed and as far as I can tell Adobe Bridge is closed.  What do I do now?

  • Widget creation in Web Dynpro ABAP

    Hi All, I have one doubt that is there any way to create simple widgets in WD4A just to display some data on the SAP screen. For eg. There will be invoices which will either be posted or blocked. Based on the status i want to display the counts of th

  • Stuck cd... is it ok to disable the drive?

    so my super drive has been un able to burn cd or dvd for a long time. i took it into apple they confirmed it needed to be replaced but was expensive so i waited.. i dont use it much.. well today i played a cd with itunes and the cd is stuck.. been se

  • Quicktime Gamma problem when applying fliters

    Any help would be greatly appreciated: When I add a video filter to a quicktime movie in final cut, the image will get significantly darker. Thanks in advance!