Creator not Installing on Ubuntu AMD64

Hi all,
I have already read this thread http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=62121
but nothing helped on my Ubuntu AMD64.
Also, I have been installing Creator on different boxes like Ubuntu (Intel) and Suse with no problems.
All necessary libs are on my Ubuntu AMD64 box, display is set to DISPLAY=:0.0 , but still get
The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.Both flags do any good.
Have no idea what else to do.
Any advice is highlt appreciated.
Stephan

I run the installer with the is:log flag. Hope the log is of any help.
Log file created by MultiPlatform installer @Thu Mar  9 17:22:27 PST 2006
INSTALLER_PATH=/home/bardu/downloads/java/creator/./creator-2-linux-ml.bin
Checking the environment variables specifed in the JVM files to find the JVM...
No JVM can  be found using the shell environment variable. Searching JVM will continue with Path Hints specified in the JVM Files...
jvm files not specified. Searching a JVM cannot be performed.
Extracting bundled JRE...
checking disk space on the parition /home/bardu/istemp9187068172227 for /home/bardu/istemp9187068172227/Linux-Sun-1.4.2_04_patched.bin
41133 512 bytes disk blocks required.
204301928 512 bytes disk blocks  available on the partition /home/bardu/istemp9187068172227
Disk space check on the parition /home/bardu/istemp9187068172227 succeeded.
checking disk space on the parition /home/bardu/istemp9187068172227 for /home/bardu/istemp9187068172227/Linux-Sun-1.4.2_04_patched.bin
122389 512 bytes disk blocks required.
204261144 512 bytes disk blocks  available on the partition /home/bardu/istemp9187068172227
Disk space check on the parition /home/bardu/istemp9187068172227 succeeded.
Verifying... /home/bardu/istemp9187068172227/_bundledJRE_/bin/java  -cp  /home/bardu/istemp9187068172227/Verify.jar Verify  java.vendor java.version
Verification passed for /home/bardu/istemp9187068172227/_bundledJRE_ using the JVM file /home/bardu/istemp9187068172227/_bundledJRE_/jvm.
-cp:p operand is empty
-cp:a operand is empty
checking disk space on the parition /home/bardu/istemp9187068172227 for /home/bardu/istemp9187068172227/linux.jar
503839 512 bytes disk blocks required.
204181368 512 bytes disk blocks  available on the partition /home/bardu/istemp9187068172227
Disk space check on the parition /home/bardu/istemp9187068172227 succeeded.
Run time Java arguments are not specified.
Java argument INIT_JAVA_HEAP is not defined in the JVM file /home/bardu/istemp9187068172227/_bundledJRE_/jvm.
Java argument MAX_JAVA_HEAP is not defined in the JVM file /home/bardu/istemp9187068172227/_bundledJRE_/jvm.
setting up prelaunch environment
LAUNCH_COMMAND="/home/bardu/istemp9187068172227/_bundledJRE_/bin/java" -cp  .:::::"/home/bardu/istemp9187068172227/linux.jar"::::: -Dtemp.dir="/home/bardu" -Dis.jvm.home="/home/bardu/istemp9187068172227/_bundledJRE_" -Dis.jvm.temp="1" -Dis.media.home="/home/bardu/istemp9187068172227/linux.jar" -Dis.launcher.file="/home/bardu/downloads/java/creator/./creator-2-linux-ml.bin" -Dis.jvm.file="/home/bardu/istemp9187068172227/_bundledJRE_/jvm" -Dis.external.home="/home/bardu/downloads/java/creator/."   run  1>>log.txt 2>>/home/bardu/istemp9187068172227/APP_STDERRThanks,
Stephan

Similar Messages

  • SOLVED - Servlet MessageBrokerServlet is not available on Ubuntu AMD64

    Hello,
    I have downloaded blazeds-bin-3.3.0.11688.zip and deployed blazeds.war on winXP tomcat 6.20.
    There http://localhost:8080/blazeds/messagebroker/amf url in browser gives me blank screen as expected.
    My production deployment will be Kubuntu 9.10 AMD 64 so I wanted to test same on it.
    The installation for same is Kubuntu 9.10, tomcat 6.20 installed through repositories.
    I deployed same .war in catalina/localhost but I get following error
    Servlet MessageBrokerServlet is not available
    instead of blankscreen as expected.
    What might be wrong ?
    Edited ------- 16 Nov 2009 22:08 (IST  +5:30 GMT)
    The Tomcat Log is As Follows. Hope Somebody will be able to decode this
    16 Nov, 2009 10:05:39 PM org.apache.catalina.core.ApplicationContext log
    INFO: SessionListener: contextDestroyed()
    16 Nov, 2009 10:05:39 PM org.apache.catalina.core.ApplicationContext log
    INFO: ContextListener: contextDestroyed()
    16 Nov, 2009 10:05:47 PM org.apache.catalina.core.ApplicationContext log
    INFO: ContextListener: contextInitialized()
    16 Nov, 2009 10:05:47 PM org.apache.catalina.core.ApplicationContext log
    INFO: SessionListener: contextInitialized()
    16 Nov, 2009 10:05:47 PM org.apache.catalina.core.ApplicationContext log
    INFO: Marking servlet MessageBrokerServlet as unavailable
    16 Nov, 2009 10:05:47 PM org.apache.catalina.core.StandardContext loadOnStartup
    SEVERE: Servlet /blazeds threw load() exception
    javax.servlet.UnavailableException
        at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:269)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
        at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:301)
        at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
        at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:115)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1167)
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4149)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4458)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:123)
        at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:145)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:769)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
        at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:630)
        at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:556)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:491)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177)
    Edited -------
    Thanks and best regards.
    Raja
    Edited on 18 Nov 2009 13:50 IST (+5:30 GMT)
    There is No Problem with either BlazeDS, Tomcat or Kubuntu OS as such.
    The repository Install of Tomcat has the problem. What I did is as follows.
    1. First I removed the repository Install of all Tomcat packages.
    2. Downloaded the stable tar.gz distribution from Apache website.
    3. Followed Instructions at this Link (states that repository Install of tomcat do not work properly.)
    4. deployed the blazeds war on linux
    5. Started Tomcat and tested http://localhost:8080/blazeds/messagebroker/amf
    It gave me blank screen as expected.
    Hope this helps to someone who stumbles on Ubuntu Linux Blazeds Installation.
    Moderators may put this in FAQ section so that it helps Ubuntu Users.
    Thanks and best Regards
    Raja

    It's not that hard to fix/work around, you just need to add a line in /etc/default/tomcat6, I just made a post about it.
    http://eveliten.se/node/1
    //Snigelkott

  • Roxio Creator 2010 not installing on Windows 7

    I recently installed Window 7 Home Premium via a clean install.  Have been reinstalling programs as time permits.  Had to upgrade to Roxio Creator 2010 as my older version would not work.  First attempt at install gave an error stating that the installation had been interrupted.  As I recall, it was when the installation routine was trying to install DirectX 9.  This doesn't make sense since my computer shows DirectX 12 as being installed.  The installation ended.
    Subsequent tries at the installation have resulted in stoppages with the message "Setup has determined that your configuration does not support any of the included products".
    I have been going back and forth with Roxio tech support without success.  Thought that I would try here.
    They have told me to uninstall Microsoft.NET Framework 3.5.1, then update both DirectX and Microsoft.NET Framework.
    Microsoft.NET Framework (any version) does NOT appear in the "Uninstall or change programs" listing.  It does, however, appear in the "Turn Windows features on or off" listing.  It was first found to be turned off.  I subsequently turned on all of its features.  I understand that .NET is 'built-in' to W7.  Is that why it doesn't appear in the "Uninstall...." list or do I have a problem there?
    I downloaded dotnetfx35.exe and dotNetFx35setup.exe from the MS site.  The User Account Control box appears when either is selected.  When the "Yes" box is selected, each program appears to terminate without further action.  Does this mean that the installation was previously completed?
    When I tried the DirectX update, I got a message that I was at the latest level.
    Roxio's "Clean Install" routine, their knowledgebase article 000207CR, was performed at least four times under different circumstances without success.

    I had the same problem with the install at the point where the Roxio 2010 installer gets stuck on installing Microsoft.Net v3,5 SP1.  I went back and forth with Roxio tech support and Microsoft for two weeks.  Thanks to my IT background, I finally got Roxio Creator 2010 installed.
    Here is the fix:
    1.   Go to http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en and download "dotNetFx35setup.exe". Save it to your desktop.
    2.   Go to "Turn Windows Features on  or off" Deselect Microsoft.net 3.5 SP1.
    3.   Then right click on the Roxio Digital downloaded file and choose the Compatibility mode tab.
    4.   Change the Compatibility mode to "Windows Vista (Service Pack 2)".
    5.   Use an unpacking program such as "WinRar" to Unpack the Digital download to a specific location.
    6.   After unpacking, go to unpacked folder location "RoxioCreator2010".
    7.   Then open the folder "DOTNETFX_351" and go to folder "wcu" and open the folder, go to folder "dotNetFramework" and open the folder.
    8.   Replace the file "dotNetFx35setup.exe" you downloaded with the file in this folder.
    9.   Then right click on the file "dotNetFx35setup" and change the compatibility mode to "Windows Vista (Service Pack 2)".
    10. Now run the Roxio Installer.  The installer will take at least 15 minutes or more to finish.
    Good Luck!

  • FrameMaker 10 Trial not installing Acrobat PDF Creator

    Hi, I am trying to install the Trial Edition of FrameMaker 10 on a Windows 7 PC, for evaluation.
    The installation of FM10 completes, however PDF Creator 10 is not installed even though I select for it to be done.  I would guess that there should be a separate installer process run by the main FM10 installer, to install PDF Creator 10.  This never happens.
    There are no error messages from the install program, but when I check the installer log I find:
    Testing dependency: Adobe PDF Creation Add-On 10 with relationship Recommended
    Adding failed payload to recommended list
    and
    Checking operation result for {AC76D478-1033-0000-3478-000000000005} Adobe PDF Creation Add-On 10 10.0.0.0
    Recording dependent operation failure for payload: {A6828F8A-83D7-4fff-B763-F69122BB1D74} Adobe FrameMaker 10_AdobeFrameMaker10.0.1_en_US 10.0.1.0
    and
    DW050: The following payload errors were found during install:
    DW050:  - Adobe PDF Creation Add-On 10: Install failed
    I understand that attempting to install Adobe products is problematic if previous versions are present on the machine, so I took great care to remove all traces of previous installs of Acrobat etc. before starting.
    Please could someone from Adobe assist? I would like to evaluate FM10 with PDF Creator 10 but am unable to due to the buggy installer.
    Note: What makes this even more frustrating is that running the installer for PDF Creator on its own gives the message 'Cannot Install Alone, Please Run Installer for FrameMaker'!

    Hi,
    Could you please confirm if you already have Adobe Acrobat/ Adobe RoboHelp installed on your machine, if so the add on might not be installed as the componenets required to create a PDF (under Adobe PDF creation Add on) might be already installed there?
    Just do a test to confirm if the PDF creation functionality is working fine--
    Launch FrameMaker
    Create a Dummy Document
    Select File save as PDF
    Verify if you get a PDF file created at the chosen location?
    Good Luck!
    Thanks,
    Anjaneai

  • ISE Webpack, Cable Drivers not installing for Debian Wheezy

    Trying to install ISE Webpack with cable drivers yield the following error during installation:
    Driver installation failed. Please check the /.xinstall/install.log file for more information on the cause of the installation failure.
    Since drivers are not installed, attempting to launch iMPACT later on gives:
    WARNING:iMPACT - Module windrvr6 is not loaded. Please reinstall the cable drivers. See Answer Record 22648.
    WARNING:iMPACT - Module windrvr6 is not loaded. Please reinstall the cable drivers. See Answer Record 22648.
    WARNING:iMPACT - Module windrvr6 is not loaded. Please reinstall the cable drivers. See Answer Record 22648.
    WARNING:iMPACT - Module windrvr6 is not loaded. Please reinstall the cable drivers. See Answer Record 22648.
    WARNING:iMPACT - Module windrvr6 is not loaded. Please reinstall the cable drivers. See Answer Record 22648.
    WARNING:iMPACT:923 - Can not find cable, check cable setup !
    The entire install.log can be found here:
    --Install log = /tmp/xilinx_ise_webpack/14.7/ISE_DS/.xinstall/install.log
    --Installing cable drivers.
    --Driver versions in this package: windrvr=1301, xpc4drvr=1041
    --Script name = /tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/install_drivers
    --HostName = invidia
    --Current working dir = /home/andreas/documents/diku/master_thesis/Xilinx_ISE_DS_14.7_1015_1-1
    --Script location = /home/andreas/documents/diku/master_thesis/Xilinx_ISE_DS_14.7_1015_1-1
    --Script argument=/tmp/xilinx_ise_webpack/14.7/ISE_DS/ISE.
    Digilent Cable Drivers Installer
    Checking for prerequisite: libusb-1.0
    libusb-1.0.so.0 is present
    Installing component: Digilent Adept Runtime
    Adept Runtime Installer
    64-bit operating system detected
    Installing runtime libraries.....
    Checking to see if libdabs.so is already installed....
    Existing installation of libdabs.so found. Checking to see if this version should be installed.
    Version 2.11.1 is currently installed. Version libdabs.so.2.11.1 will not be installed.
    Checking to see if libdaci.so is already installed....
    Existing installation of libdaci.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdaci.so.2.7.2 will not be installed.
    Checking to see if libdaio.so is already installed....
    Existing installation of libdaio.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdaio.so.2.7.2 will not be installed.
    Checking to see if libdemc.so is already installed....
    Existing installation of libdemc.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdemc.so.2.7.2 will not be installed.
    Checking to see if libdepp.so is already installed....
    Existing installation of libdepp.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdepp.so.2.7.2 will not be installed.
    Checking to see if libdftd2xx.so is already installed....
    Existing installation of libdftd2xx.so found. Checking to see if this version should be installed.
    Version 1.0.1 is currently installed. Version libdftd2xx.so.1.0.1 will not be installed.
    Checking to see if libdgio.so is already installed....
    Existing installation of libdgio.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdgio.so.2.7.2 will not be installed.
    Checking to see if libdjtg.so is already installed....
    Existing installation of libdjtg.so found. Checking to see if this version should be installed.
    Version 2.10.1 is currently installed. Version libdjtg.so.2.10.1 will not be installed.
    Checking to see if libdmgr.so is already installed....
    Existing installation of libdmgr.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdmgr.so.2.7.2 will not be installed.
    Checking to see if libdmgt.so is already installed....
    Existing installation of libdmgt.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdmgt.so.2.7.2 will not be installed.
    Checking to see if libdpcomm.so is already installed....
    Existing installation of libdpcomm.so found. Checking to see if this version should be installed.
    Version 2.10.1 is currently installed. Version libdpcomm.so.2.10.1 will not be installed.
    Checking to see if libdpcutil.so is already installed....
    Existing installation of libdpcutil.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdpcutil.so.2.7.2 will not be installed.
    Checking to see if libdpio.so is already installed....
    Existing installation of libdpio.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdpio.so.2.7.2 will not be installed.
    Checking to see if libdpti.so is already installed....
    Existing installation of libdpti.so found. Checking to see if this version should be installed.
    Version 2.8.2 is currently installed. Version libdpti.so.2.8.2 will not be installed.
    Checking to see if libdspi.so is already installed....
    Existing installation of libdspi.so found. Checking to see if this version should be installed.
    Version 2.8.2 is currently installed. Version libdspi.so.2.8.2 will not be installed.
    Checking to see if libdstm.so is already installed....
    Existing installation of libdstm.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdstm.so.2.7.2 will not be installed.
    Checking to see if libdtwi.so is already installed....
    Existing installation of libdtwi.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libdtwi.so.2.7.2 will not be installed.
    Checking to see if libjtsc.so is already installed....
    Existing installation of libjtsc.so found. Checking to see if this version should be installed.
    Version 2.7.2 is currently installed. Version libjtsc.so.2.7.2 will not be installed.
    Successfully installed runtime libraries.
    Installing system binaries.....
    installed "/usr/local/sbin/dftdrvdtch"
    Successfully installed system binaries in "/usr/local/sbin".
    Installing firmware images.....
    Successfully installed firmware images in "/usr/local/share/digilent/data/firmware".
    Installing JTSC device list.....
    Successfully installed JTSC device list "/usr/local/share/digilent/data/jtscdvclist.txt".
    Installing CoolRunner support files.....
    Successfully installed CoolRunner support files in "/usr/local/share/digilent/data/xpla3".
    Installing CoolRunner 2 support files.....
    Successfully installed CoolRunner 2 support files in "/usr/local/share/digilent/data/xbr".
    Installing Adept Runtime configuration.....
    Successfully installed Adept Runtime configuration "/etc/digilent-adept.conf".
    Installing USB UDEV rules.....
    Successfully installed USB UDEV rules "/etc/udev/rules.d/52-digilent-usb.rules".
    Successfully reloaded UDEV rules.
    Successfully updated dynamic loader cache.
    Successfully installed Adept Runtime.
    Successfully installed component: Digilent Adept Runtime
    Installing component: FTDI Drivers (libftd2xx)
    FTDI Driver Installer
    64-bit operating system detected
    Checking to see if libftd2xx.so is already installed....
    Existing installation of libftd2xx.so found. Checking to see if this version should be installed.
    Version 1.0.4 is currently installed. Version libftd2xx.so.1.0.4 will not be installed.
    Successfully updated dynamic loader cache
    Successfully installed FTDI Driver
    Successfully installed component: FTDI Drivers (libftd2xx)
    Installing component: libCseDigilent
    Installer for Plugins for Xilinx Tools
    Plugins will be installed in the following directory: "/tmp/xilinx_ise_webpack/14.7/ISE_DS/ISE"
    Found plugin "libCseDigilent" version "14.1" by "Digilent".
    Successfully installed plugin in "/tmp/xilinx_ise_webpack/14.7/ISE_DS/ISE/lib/lin64/plugins/Digilent/libCseDigilent".
    Successfully installed 1 plugin(s) for Xilinx Tools.
    Successfully installed component: libCseDigilent
    Successfully installed Digilent Cable Drivers
    --Kernel version = 3.2.0-4-amd64.
    --Arch = x86_64.
    --Installer version = 1100
    --Unsetting ARCH environment variable.
    --File /lib/modules/misc/install_windrvr6 does not exist.
    --Installing USB drivers------------------------------------------
    --File /etc/hotplug/usb/xusbdfwu.fw/xusbdfwu.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusbdfwu.hex version = 1030
    --File xusbdfwu.hex exists.
    --File xusbdfwu.hex version = 1030
    --File xusbdfwu.hex is already updated.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xlp.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xlp.hex version = 1028
    --File xusb_xlp.hex exists.
    --File xusb_xlp.hex version = 1028
    --File xusb_xlp.hex is already updated.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_emb.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_emb.hex version = 1028
    --File xusb_emb.hex exists.
    --File xusb_emb.hex version = 1028
    --File xusb_emb.hex is already updated.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xpr.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xpr.hex version = 2004
    --File xusb_xpr.hex exists.
    --File xusb_xpr.hex version = 2004
    --File xusb_xpr.hex is already updated.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xup.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xup.hex version = 1030
    --File xusb_xup.hex exists.
    --File xusb_xup.hex version = 1030
    --File xusb_xup.hex is already updated.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xp2.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xp2.hex version = 2300
    --File xusb_xp2.hex exists.
    --File xusb_xp2.hex version = 2300
    --File xusb_xp2.hex is already updated.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xse.hex exists.
    --File /etc/hotplug/usb/xusbdfwu.fw/xusb_xse.hex version = 2006
    --File xusb_xse.hex exists.
    --File xusb_xse.hex version = 2006
    --File xusb_xse.hex is already updated.
    --Product ID 0007 is already in the usermap.
    --Product ID 0009 is already in the usermap.
    --Product ID 000d is already in the usermap.
    --Product ID 000f is already in the usermap.
    --Product ID 0013 is already in the usermap.
    --Product ID 0015 is already in the usermap.
    --Product ID 0008 is already in the usermap.
    --Installing windrvr6---------------------------------------------
    --Checking version.
    --File /lib/modules/3.2.0-4-amd64/kernel/drivers/misc/windrvr6.ko does not exist.
    --File LINUX.3.2.0-4-amd64.x86_64/windrvr6.ko does not exist.
    --Setting source version to 1301.
    --File LINUX.3.2.0-4-amd64.x86_64/windrvr6.ko is newer than the destination file.
    USE_KBUILD = no
    checking for cpu architecture... x86_64
    checking for WinDriver root directory... /tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64
    checking for linux kernel source... found at /lib/modules/3.2.0-4-amd64/build
    checking for lib directory... ln -sf $(ROOT_DIR)/lib/$(SHARED_OBJECT)_32.so /usr/lib/$(SHARED_OBJECT).so; ln -sf $(ROOT_DIR)/lib/$(SHARED_OBJECT).so /usr/lib64/$(SHARED_OBJECT).so
    checking which directories to include... -I/lib/modules/3.2.0-4-amd64/source/include
    checking linux kernel version... not found
    make -f makefile.wd clean
    make[1]: Entering directory `/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64/windrvr'
    make[1]: Leaving directory `/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64/windrvr'
    make -f makefile.wd
    make[1]: Entering directory `/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64/windrvr'
    make[1]: Leaving directory `/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64/windrvr'
    make -f makefile.wd
    make[1]: Entering directory `/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64/windrvr'
    make[1]: Leaving directory `/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/linux_drivers/windriver64/windrvr'
    --make windrvr install rc= 2
    --install_windrvr6 rc = 2
    --Module windrvr6 is not running.
    --Module xpc4drvr is not running.
    --Note: By default, the file permission of /dev/windrvr6 is enabled for the root user only
    and must be changed to allow access to other users.
    --real rc=2
    --Driver installation failed.
    --Digilent Return code = 0
    --Xilinx Return code = 1
    --Return code = 1
    INFO ::Mon Dec 02 10:59:01 TZ 2013:: Console message preference has been changed to INFO
    INFO ::Mon Dec 02 10:59:01 TZ 2013:: Xilinx Installer/Updater launched.
    INFO ::Mon Dec 02 10:59:05 TZ 2013:: Proxy choice: IE
    INFO ::Mon Dec 02 10:59:05 TZ 2013:: install version: 14.7
    INFO ::Mon Dec 02 10:59:05 TZ 2013:: dat file URL: www.xilinx.com/direct/swhelp/14_wiclient.dat
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Install Location: /tmp/xilinx_ise_webpack/14.7/ISE_DS
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Option: Acquire or Manage a License Key
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Edition : ISE WebPACK
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: ISE DS Common
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Install Location: common
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Module: ISE DS Common
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: EDK
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Install Location: EDK
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Module: EDK
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: PlanAhead Analysis Tool
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Install Location: PlanAhead
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Module: PlanAhead Files
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Option: setupEnv.sh
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: ISE
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Install Location: ISE
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Module: Design Environment Tools
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Module: WebPACK Devices
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Option: Install Linux System Generator Info XML
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Option: Ensure Linux System Generator Symlinks
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Option: Enable WebTalk to send software, IP and device usage statistics to Xilinx (Always enabled for WebPACK license)
    INFO ::Mon Dec 02 11:03:14 TZ 2013:: Option: Install Cable Drivers
    INFO ::Mon Dec 02 11:08:59 TZ 2013:: fileset.txt written.
    INFO ::Mon Dec 02 11:08:59 TZ 2013:: Migrating registry and creating file association
    WARN ::Mon Dec 02 11:08:59 TZ 2013:: Unable to copy "/home/andreas/documents/diku/master_thesis/Xilinx_ISE_DS_14.7_1015_1-1/common/idata/.pref.bin" to "/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/.xinstall/idata/.pref.bin" source does not exist.
    INFO ::Mon Dec 02 11:09:00 TZ 2013:: Post-GUI updates completed.
    INFO ::Mon Dec 02 11:11:41 TZ 2013:: fileset.txt written.
    INFO ::Mon Dec 02 11:11:41 TZ 2013:: Migrating registry and creating file association
    INFO ::Mon Dec 02 11:11:42 TZ 2013:: Post-GUI updates completed.
    INFO ::Mon Dec 02 11:13:23 TZ 2013:: fileset.txt written.
    INFO ::Mon Dec 02 11:13:23 TZ 2013:: Migrating registry and creating file association
    INFO ::Mon Dec 02 11:13:24 TZ 2013:: Post-GUI updates completed.
    INFO ::Mon Dec 02 11:19:00 TZ 2013:: fileset.txt written.
    INFO ::Mon Dec 02 11:19:00 TZ 2013:: Migrating registry and creating file association
    INFO ::Mon Dec 02 11:19:01 TZ 2013:: Post-GUI updates completed.
    INFO ::Mon Dec 02 11:19:07 TZ 2013:: Execute: setupEnv.sh
    INFO ::Mon Dec 02 11:19:07 TZ 2013:: Execute: Install Linux System Generator Info XML
    INFO ::Mon Dec 02 11:19:07 TZ 2013:: Execute: /tmp/xilinx_ise_webpack/14.7/ISE_DS/ISE/sysgen/util/ensure_symlinks.sh /tmp/xilinx_ise_webpack/14.7/ISE_DS/ISE/sysgen lin64
    INFO ::Mon Dec 02 11:19:07 TZ 2013:: Execute: /tmp/xilinx_ise_webpack/14.7/ISE_DS/PlanAhead/data/webtalk/webtalk_install.sh on
    INFO ::Mon Dec 02 11:19:07 TZ 2013:: Execute: /bin/sh -c "/tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/install_script/install_drivers/install_drivers >>/tmp/xilinx_ise_webpack/14.7/ISE_DS/.xinstall/install.log /tmp/xilinx_ise_webpack/14.7/ISE_DS/ISE"
    INFO ::Mon Dec 02 11:19:14 TZ 2013:: Driver installation failed. Please check the /.xinstall/install.log file for more information on the cause of the installation failure.
    INFO ::Mon Dec 02 11:19:36 TZ 2013:: Execute: /tmp/xilinx_ise_webpack/14.7/ISE_DS/common/bin/lin64/xlcm
    INFO ::Mon Dec 02 11:20:14 TZ 2013:: Xilinx Installer/Updater exited with return status "0".
    INFO ::Mon Dec 02 11:20:14 TZ 2013:: ################################################################
    What are the steps required to fix the drivers on Debian Wheezy?
    Thanks in advance
    Andreas Frisch

    I'm a bit surprised that the only supported Linux distros are commercial (costing money) distros!
    What's the point in providing Linux support for your tools then. The overwhelming majority of Linux users use free distros like Mint, Ubuntu, Debian, Fedora etc.
    I had exactly the same problem and now I'm forced  to BUY a Linux distro in order to build PetaLinux?
    Anyway, a) are there any plans to support these tools on the more popular (free) distros? and b) Does anyone know if we can use CentOS 6, since that's supposed to be a community (free) clone of the supported (but not free) RHEL 6 distro?
    Anyone know of an 'unsuported' Linux distro that 'works' anyway (especially for the cable drivers)?
    It LOOKS as if that one cable driver install issue is the only thing preventing us from using a boat load of other distros. Can't this be fixed?
     

  • Windows Moile Device Centre 6.1 64bit Does not install proply after laptop put on Domain and then removed

    hi Guys.
    We have a laptop where Windows Mobile Device Centre 6.1 was happily working ok on a windows 8 Laptop and was running ok when the usb mobile device was connected. The Laptop was moved into a domain when the software would no longer work.
    The laptop was removed  from the domain but the software still did not work. I have tried removing and software and reinstalling but the Device Centre 6.1 64bit program does not appear to install correctly. The event viewer seems to state that the program
    does install and gives a 0x0 install code. But no Windows mobile Device Centre icon appears also the 2 windows mobile related services are not created. I have tried installing the drvupdate-amd64.exe file with run as administrator and still the same thing
    happens.
    Anyone any ideas ? Could there be some old inherited domain policies hanging around that is causing the program now not to install correctly. ?

    hi Guys.
    WMDC can have great problems when trying to work with Computers that are in a Domain. 
    This is what solved the issue we were having.
    We have fixed this problem on our network.
    The key to this was understanding the role of the TrustedInstaller security principal in the Windows Resource Protection
    feature introduced in Windows Vista. TrustedInstaller is a Windows service with the display name Windows Modules Installer in the Services list. Its full name is NT SERVICE\TrustedInstaller, which is what you use in permissions dialogues and the like.
    The
    reason we had a problem is because we followed the advice issued by Microsoft in response to the Conficker virus outbreak. See  http://support.microsoft.com/kb/962007
    In this Virus alert, Microsoft do point out that following their advice might cause problems with installing updates.
    Our implementation of that advice was to create a group policy which modified the permissions on the registry key HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost.
    In order to allow Windows Mobile Device Centre to install successfully we reverted the permissions back to what we
    think is their default values. On our PCs the key permissions are:
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    Owner: TrustedInstaller
    TrustedInstaller permissions: Full Control & Read, not inherited
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost
    Owner: System
    TrustedInstaller permissions: Full Control & Read, inherited from CurrentVersion
    Microsoft have effectively told us that the Mitigation steps in the advice were only supposed to be applied temporarily.
    However, if someone doesn’t want to be responsible for removing this GPO, as far as we can tell, once WMDC is installed you can re-apply it without breaking anything WMDC related; devices are detected, drivers installed and connections established as normal.

  • LabVIEW 8.5 - error: M&A Explorer or Instrument I/O Assistant is not installed correctly: what to do?

    Dear NI creators and users,
    I freshly installed the LabVIEW 8.5 and the default set of device drivers (on a new Windows XP machine), all of which I downloaded as disk images from our university central repository (we have a site-wide license). The first thing I tried to place in my first VI was the "Instrument I/O Assistant" and I got this message: "Measurement and Automation Explorer or Instrument I/O Assistant is not installed correctly. Please install these from the LabVIEW Driver CD." I tried to repair the installation, but no change. The M&A Explorer comes up fine, when I select it from the Tools menu, so I doubt, that the problem is there. Needless to say, the "Instrument I/O Assistant" throws the same error when double-clicked in the template file.
    Does anybody have a similar or the same experience? What can I do to solve this problem? Perhaps I should add that the computer with LabVIEW is intentionally not connencted to the internet, so in case the solution involves an update, I would very much appreciate some guidance to an off-line update
    Many thanks to all for any helpful remarks.
    Daniel
    Solved!
    Go to Solution.

    Hi Daniel,
    the following knowledge base contains some information how to troubleshoot: 
    http://digital.ni.com/public.nsf/allkb/DC808866AF7D5C0986256FCE006E9BAB?OpenDocument 
    Maybe you didn't install the NI-VISA or NI-488.2 driver. 
    I wish you Merry Christmas and a Happy New Year.
    With best regards 
    Ralf N.
    Applications Engineering
    Germany 
    PS:
    If that wouldn't work for you, download the latest driver-CD from our website and install it. ( It may take a while.  )
    http://joule.ni.com/nidu/cds/view/p/id/1079/lang/de 
    I'd recommend to use an USB-harddisk for transferring the files.  
    Message Edited by ralfn on 12-23-2008 02:29 AM

  • Air won't install in Ubuntu 9.04

    I have tried several times to install Air in my Ubuntu machine without success.  Each time, the install errors out with the message "Sorry, an error has occurred.  An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    I am installing as root, but still not able to successfully install.  Any advice would be greatly appreciated.
    KDP

    Tried again, got results this time.  Here they are:
    root@ken-desktop:~# cat .airinstall.log
    Performing runtime install
    UI SWF load is complete
    UI initialized
    starting user confirmation
    Installation type: new
    starting elevated install
    subinstaller: starting install
    subinstaller: Scheduling runtime installation operations
    subinstaller: Session detected: GNOME
    subinstaller: new installation
    subinstaller: new installation scheduled
    subinstaller: Beginning runtime installation
    subinstaller: Beginning install
    subinstaller: Copying /tmp/air.F7hzsj/build/opt/Adobe AIR/Versions/1.0/Resources/setup.deb to /tmp/air.F7hzsj/setup.deb
    subinstaller: Installing package ...
    subinstaller: Error occurred; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text=" error: dpkg: dependency problems prevent configuration of adobeair1.0:
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:  adobeair1.0 depends on adobe-certs; however:
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:   Package adobe-certs is not installed.
    received unknown message type from subinstaller:
    received unknown message type from subinstaller: dpkg: error processing adobeair1.0 (--install):
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:  dependency problems - leaving unconfigured
    received unknown message type from subinstaller:
    received unknown message type from subinstaller: Errors were encountered while processing:
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:  adobeair1.0
    received unknown message type from subinstaller: " errorID=1]
    subinstaller: Rolling back install of the package
    subinstaller: Deleting /tmp/air.F7hzsj/setup.deb
    subinstaller: Rollback due to error complete
    subinstaller: error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text=" error: dpkg: dependency problems prevent configuration of adobeair1.0:
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:  adobeair1.0 depends on adobe-certs; however:
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:   Package adobe-certs is not installed.
    received unknown message type from subinstaller:
    received unknown message type from subinstaller: dpkg: error processing adobeair1.0 (--install):
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:  dependency problems - leaving unconfigured
    received unknown message type from subinstaller:
    received unknown message type from subinstaller: Errors were encountered while processing:
    received unknown message type from subinstaller:
    received unknown message type from subinstaller:  adobeair1.0
    received unknown message type from subinstaller: " errorID=1]
    Failed during elevated install: error 1  error: dpkg: dependency problems prevent configuration of adobeair1.0:
    runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text=" error: dpkg: dependency problems prevent configuration of adobeair1.0:" errorID=1]
    begin quitting

  • T42 - ThinkPad Hotkey Feature Integration Ver. 3.84.1500.0 will not install

    I have a T42 - 2373-TG7 and run the ThinkVatage system update ver. 5 program on a regular base. At the moment it will not install the latest Hotkey Feature ver. 3.84.1500.0.
    During the istall I'm getting the Notice: "This proram does not support this system".
    Than the system update program tells me to istall the Feature manually. When I do that I get the same message.
    When I look to the C:\DRIVERS\HOTKEY directory it seems like that the data are there. When I execute the setup.exe program in this directory I get again the same notice "This proram does not support this system".
    Any help is apreciated.
    Regards, viathinkpad.

    I think it must be a bug.
    please look this SWI.XML setup config
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <?tpi version="0290" ?>
    <build id="8JVU31WW" keyname="HOTKEYPACK3">
      <title><gd path="/build/data/resolve[@method=LANGUAGE]"></gd></title>
      <version>3.84.1500</version>
      <os id="9X"></os>
      <os id="NT">[XP,]</os>
      <data>
        <resolve method="LANGUAGE" default="0009">
          <item id="0009"><data>ThinkPad Hotkey Features Integration Setup</data></item>
          <item id="0011"><data>ThinkPad ホットキー機能統合 セットアップ</data></item>
        </resolve>
      </data>
      <tpi id="HOTKEY">
        <xrelease order="XP_THINKSL LH_THINKSL W8_THINKSL XP_THINK LH_THINK W8_THINK" cpu="X86 AMD64">
          <release id="XP_THINKSL">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version><gd tpipath="data/resolve[@method=LANGUAGE]">VERSION</gd></version>
            <lastversion id="CRITICAL"></lastversion>
            <setup><gd tpipath="data/resolve[@method=BIOSID]">SETUP.XP</gd></setup>
            <uninstall>@REG\OnScreenDisplay</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,WS]</os>
            <dependency id="BRANDID">0x0112</dependency>
          </release>
          <release id="LH_THINKSL">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version><gd tpipath="data/resolve[@method=LANGUAGE]">VERSION</gd></version>
            <lastversion id="CRITICAL"></lastversion>
            <setup><gd tpipath="data/resolve[@method=BIOSID]">SETUP.LH</gd></setup>
            <uninstall Wow6432Node="no">@REG\OnScreenDisplay</uninstall>
            <os id="9X"></os>
            <os id="NT">[LH,W7]</os>
            <dependency id="BRANDID">0x0112</dependency>
          </release>
          <release id="W8_THINKSL">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version><gd tpipath="data/resolve[@method=LANGUAGE]">VERSION</gd></version>
            <lastversion id="CRITICAL"></lastversion>
            <setup><gd tpipath="data/resolve[@method=BIOSID]">SETUP.W8</gd></setup>
            <uninstall Wow6432Node="no">@REG\OnScreenDisplay</uninstall>
            <os id="9X"></os>
            <os id="NT">[W8,]</os>
            <dependency id="BRANDID">0x0112</dependency>
          </release>
          <release id="XP_THINK">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version><gd tpipath="data/resolve[@method=LANGUAGE]">VERSION</gd></version>
            <lastversion id="CRITICAL"></lastversion>
            <setup>\OSD\tphk_tp.inf, DefaultInstall.XP</setup>
            <uninstall>@REG\OnScreenDisplay</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,WS]</os>
          </release>
          <release id="LH_THINK">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version><gd tpipath="data/resolve[@method=LANGUAGE]">VERSION</gd></version>
            <lastversion id="CRITICAL"></lastversion>
            <setup>\OSD\tphk_tp.inf, DefaultInstall.LH</setup>
            <uninstall Wow6432Node="no">@REG\OnScreenDisplay</uninstall>
            <os id="9X"></os>
            <os id="NT">[LH,W7]</os>
          </release>
          <release id="W8_THINK">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version><gd tpipath="data/resolve[@method=LANGUAGE]">VERSION</gd></version>
            <lastversion id="CRITICAL"></lastversion>
            <setup>\OSD\tphk_tp.inf, DefaultInstall.W8</setup>
            <uninstall Wow6432Node="no">@REG\OnScreenDisplay</uninstall>
            <os id="9X"></os>
            <os id="NT">[W8,]</os>
          </release>
        </xrelease>
        <data>
          <resolve method="LANGUAGE" default="0009">
            <item id="0009">
              <data id="VERSION">6.67.05</data>
              <data id="NAME">On Screen Display</data>
            </item>
            <item id="0011"><data id="NAME">オン スクリーン表示</data></item>
            <item id="0006"><data id="NAME">Vis på skærm</data></item>
            <item id="000B"><data id="NAME">Kuvaruututeksti</data></item>
            <item id="000C"><data id="NAME">Incrustation</data></item>
            <item id="0007"><data id="NAME">Anzeige am Bildschirm</data></item>
            <item id="0010"><data id="NAME">Display su Schermo</data></item>
            <item id="0013"><data id="NAME">Weergave op scherm</data></item>
            <item id="0014"><data id="NAME">Visning på skjermen</data></item>
            <item id="000A"><data id="NAME">En pantalla</data></item>
            <item id="001D"><data id="NAME">Visa på skärmen</data></item>
            <item id="0404"><data id="NAME">On Screen Display</data></item>
            <item id="0804"><data id="NAME">On Screen Display</data></item>
            <item id="0012"><data id="NAME">On Screen Display</data></item>
          </resolve>
          <resolve method="BIOSID" default="*">
            <item id="*">
              <data id="SETUP.XP">\OSD\tphk_tp.inf, DefaultInstall.XP</data>
              <data id="SETUP.LH">\OSD\tphk_tp.inf, DefaultInstall.LH</data>
              <data id="SETUP.W8">\OSD\tphk_tp.inf, DefaultInstall.W8</data>
            </item>
            <item id="6A">
              <data id="SETUP.XP">\OSD\tphk_sl.inf, DefaultInstall.XP</data>
              <data id="SETUP.LH">\OSD\tphk_sl.inf, DefaultInstall.LH</data>
              <data id="SETUP.W8">\OSD\tphk_sl.inf, DefaultInstall.W8</data>
            </item>
            <item id="6B">
              <data id="SETUP.XP">\OSD\tphk_sl.inf, DefaultInstall.XP</data>
              <data id="SETUP.LH">\OSD\tphk_sl.inf, DefaultInstall.LH</data>
              <data id="SETUP.W8">\OSD\tphk_sl.inf, DefaultInstall.W8</data>
            </item>
          </resolve>
        </data>
      </tpi>
      <tpi id="HOTKEY_1">
        <xrelease order="THINKLEGACY THINKUEFI THINKSL THINKMINI" cpu="X86 AMD64">
          <release id="THINKLEGACY">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version>2.40</version>
            <lastversion id="CRITICAL" />
            <setup>\ZOOM\TpScrex.inf, DefaultInstall</setup>
            <uninstall Wow6432Node="no">@REG\ThinkPad FullScreen Magnifier</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,W7]</os>
            <device><![CDATA[\ACPI\IBM0068]]></device>
            <dependency id="TPI">HOTKEY</dependency>
            <dependency id="BRANDID">0x0012</dependency>
          </release>
          <release id="THINKUEFI">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version>2.40</version>
            <lastversion id="CRITICAL" />
            <setup><gd tpipath="data/resolve[@method=BIOSID]">SETUP</gd></setup>
            <uninstall Wow6432Node="no">@REG\ThinkPad FullScreen Magnifier</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,W7]</os>
            <device><![CDATA[\ACPI\LEN0068]]></device>
            <dependency id="TPI">HOTKEY</dependency>
            <dependency id="BRANDID">0x0012</dependency>
          </release>
          <release id="THINKSL">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version>2.40</version>
            <lastversion id="CRITICAL" />
            <setup>\ZOOM\TpScrex.inf, DefaultInstall</setup>
            <uninstall Wow6432Node="no">@REG\ThinkPad FullScreen Magnifier</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,W7]</os>
            <dependency id="TPI">HOTKEY</dependency>
            <dependency id="BRANDID">0x0112</dependency>
          </release>
          <release id="THINKMINI">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version>2.40</version>
            <lastversion id="CRITICAL" />
            <setup>\ZOOM\TpScrex.inf, DefaultInstall</setup>
            <uninstall Wow6432Node="no">@REG\ThinkPad FullScreen Magnifier</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,W7]</os>
            <dependency id="TPI">HOTKEY</dependency>
            <dependency id="BRANDID">0x0212</dependency>
          </release>
        </xrelease>
        <data>
          <resolve method="LANGUAGE" default="0009">
            <item id="0009"><data id="NAME">ThinkPad FullScreen Magnifier</data></item>
            <item id="0011"><data id="NAME">ThinkPad 全画面拡大機能</data></item>
            <item id="0006"><data id="NAME">ThinkPad FullScreen Magnifier</data></item>
            <item id="000B"><data id="NAME">ThinkPad FullScreen Magnifier -ohjelma</data></item>
            <item id="000C"><data id="NAME">Loupe ThinkPad</data></item>
            <item id="0007"><data id="NAME">ThinkPad-Funktion &quot;FullScreen Magnifier&quot;</data></item>
            <item id="0010"><data id="NAME">ThinkPad FullScreen Magnifier</data></item>
            <item id="0013"><data id="NAME">ThinkPad FullScreen Magnifier</data></item>
            <item id="0014"><data id="NAME">ThinkPad FullScreen Magnifier</data></item>
            <item id="000A"><data id="NAME">Ampliación a pantalla completa de ThinkPad</data></item>
            <item id="001D"><data id="NAME">ThinkPad FullScreen Magnifier</data></item>
          </resolve>
          <resolve method="BIOSID" default="*">
            <item id="*">
              <data id="SETUP"></data>
            </item>
            <item id="83">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="89">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="8A">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="8B">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="8C">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="8D">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="8F">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
            <item id="8G">
              <data id="SETUP">\ZOOM\TpScrex.inf, DefaultInstall</data>
            </item>
          </resolve>
        </data>
      </tpi>
      <tpi id="DISPLAY">
        <xrelease order="THINK" cpu="X86 AMD64">
          <release id="THINK">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]">NAME</gd></title>
            <version>1.00.02</version>
            <lastversion id="CRITICAL" />
            <setup><gd tpipath="data/resolve[@method=BIOSID]">SETUP</gd></setup>
            <uninstall Wow6432Node="no">@REG\ThinkPadDisplayUtility</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,W7]</os>
          </release>
        </xrelease>
        <data>
          <resolve method="BIOSID" default="*">
            <item id="*">
            </item>
            <item id="6K">
              <data id="SETUP">\DISPUTIL\tpdu_tp.inf, DefaultInstall</data>
            </item>
          </resolve>
          <resolve method="LANGUAGE" default="0009">
            <item id="0009"><data id="NAME">ThinkPad Display Utilities</data></item>
          </resolve>
        </data>
      </tpi>
      <tpi id="SMIIF">
        <xrelease order="RELEASE" cpu="X86 AMD64">
          <release id="RELEASE">
            <title><gd tpipath="data/resolve[@method=LANGUAGE]"></gd></title>
            <version>1.05</version>
            <lastversion id="CRITICAL"></lastversion>
            <setup>\smiif\lnvsmi.inf, DefaultInstall</setup>
            <uninstall Wow6432Node="no">@REG\LENOVO.SMIIF</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,W7]</os>
          </release>
        </xrelease>
        <data>
          <resolve method="LANGUAGE" default="0009">
            <item id="0009"><data>Lenovo System Interface Driver</data></item>
            <item id="0011"><data>Lenovo システム制御ドライバ</data></item>
          </resolve>
        </data>
      </tpi>
      <tpi id="LPU">
        <xrelease order="ANY" cpu="X86">
          <release id="ANY">
            <title>Lenovo Patch Utility</title>
            <version>1.3.1.1</version>
            <lastversion id="CRITICAL" />
            <setup>\LPU\lpusetup.exe {AD32F5E9-6BDD-480A-8B7B-95571D04691C}</setup>
            <uninstall Wow6432Node="no">@REG\{AD32F5E9-6BDD-480A-8B7B-95571D04691C}</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,]</os>
          </release>
        </xrelease>
        <xrelease order="ANY" cpu="AMD64">
          <release id="ANY">
            <title>Lenovo Patch Utility</title>
            <version>1.3.1.1</version>
            <lastversion id="CRITICAL" />
            <setup>\LPU\lpusetup.exe {AD32F5E9-6BDD-480A-8B7B-95571D04691C} {ABE4638D-D208-4061-9F26-E3E11E3A1E0C}</setup>
            <uninstall Wow6432Node="no">@REG\{ABE4638D-D208-4061-9F26-E3E11E3A1E0C}</uninstall>
            <os id="9X"></os>
            <os id="NT">[XP,]</os>
          </release>
        </xrelease>
      </tpi>
    </build>

  • ECC 6.0 Installation says you have not installed Oracle but i have done it!

    Dear Friends,
    I am a newbie in SAP. I am trying to install ECC 6.0 on a windows 2008 64bit, already i have installed Oracle 10.2 (not using SAP Media-because i didnt find Oracle installation files in the SAP Media we have purchased). after seting the directory of components SAPinst says "you have not installed Oracle, install Oracle and then continue the installation".
    Thanks for your help.

    Hi,
    >> So as I understand, i can find Oracle installation files in 51036975 ZIP file, yeah?
    Yes,it is correct. Please read the statement, in the note 1486772 - SAP Systems on Windows Server 2008 R2
    To install the Oracle 10.2.0.4 database software,
    use the RDBMS DVD #51036975 (ORACLE 10.2.0.4 Failsafe Server 3.4.1.5,
    this DVD includes the database and the Failsafe component).
    Copy the sapserver.zip file attached to this note.
    Unpack sapserver.cmd and replace sapserver.cmd in the following directory:
    <work directory>:\NT\AMD64
    Best regards,
    Orkun Gedik

  • Oracle Software not installed

    Hi!
    I tried to install SAP NetWeaver 7.1 with Oracle 10 under Windows Server 2003 64bit in english fully updated. But I ran into two problems which prevented the SAP installation to finish : first once all the oracles updates were installed, the oracle wintows service would not start; second sapinst never managed to find the oracle installation and always answered "Oracle Software not installed".
    For this installation I downloaded all the installation files from the SAP download center like this :
         - On http://service.sap.com/swdc in the left frame : download/installation and upgrades/entry by application group
         - then in the center frame : SAP NetWeaver/SAP NetWeaver/SAP NETWEAVER CE 7.1/Installation/Windows Server/Oracle/
         - I added everything to the Download basket but "Oracle 10.2.0.2.0 Patch for AIX 64bit" and "Oracle 10.2.0.2.0 Patch for Solaris 64bit"
    - then I took the last patch for Oracle 10 on the SAP download center :
         - on http://service.sap.com/swcenter-3pmain in the left frame : Oracle/Oracle 64-bit/Oracle 10.2.0 64bit/Oracle 10.2.0.2/NT_x86_64
         - I added the last patch to the download basket
    Then I followed this installation steps :
    installation of the last jdk : jdk-6u3-windows-i586-p.exe
    installation of Oracle 10.2.0.1 with : Oracle10.2.0.1-51031678\NT\I386\sapserver.cmd
    installation of the last update for oracle 10.2.0.2 with : DVD_ORACLE_10.2.0.2_Patches_WIN_AIX_SOL\NT\I386\setup.exe
         => I had a problem with the installation of the patch chich detected the wrong version of windows so I forced it with : OPATCH_PLATFORM_ID=233 (I checked it before, it should really be the right one)
    installation of the last patch of oracle :
         - definition of ORACLE_HOME and addition of opatch to the PATH
         - execution of "opatch apply" in the folder Oracle-10202_Patch16_MSWINX86-64-6397030\
    ===> *PB* : the installation of this patch enables the oracle windows service which won't run and doesn't send any errors (just timeout). I didn't find any help on this one. When I tried to start sqlplus in console, I got errors about DLLs not found but they exists in the bin directory of oracle and are in the PATH...
    installation of NetWeaver 7.1 with SAP NetWeaver CE 7.1 SP3 for Oracle - 51032969\DATA_UNITS\CE71_03_IM_WIN_X86_64_ORA\sapinst.exe
           - normal installation + JavaEE + CompEnv
              - Media Browser - RDBMS Client Oracle : Oracle 10.2 Client - 51033272\OCL_WINDOWS_I386\LABEL.ASC
    ===> *PB* : at this point of the sap installation, I got an error "Oracle Software not installed" without any details. I didn't find any help on that either. It seems to come from a registry key missing...
    After that, I uninstalled (with removal of the right keys in the registry to have something clean (<a href="http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/deinstall.htm">url</a>)) Oracle many times and tried different installation steps : without the patches, with the patches but without the update (doesn't work), with the patch 15, with the patch 16. In each cases Oracle service wasn't working if a patch was installed. And in each cases the sap installation never detected an Oracle installation. This installation steps are very reproductibles and are problemful.
    Could anybody have some pointers or help on that one ?
    Thanks in advance,
    Florian

    Hello Friends,
    I tried the AMD64 based Installation Source to install Oracle 10g. and It works.
    I also applied sufficient patches (AMD64/x86_64 based) to Oracle, as required. It worked fine, without giving that "Platform not compatible" error, as it was giving me before.
    Now,I have got that , my machine was expecting x86_64 based Installation of Oracle .
    I was little bit confused between x86, x64, x84_64, I386,etc..etc..terms...
    Thanks to Markus and other friends.
    The problem was due to mix installation of 32bit +  64bit Oracle Software & Patches. Previously, i installed  i386 based Oracle, which is 32 bit version. Then i tried AMD64 based Installation source of Oracle RDBMS. It workes.
    Previously, I was applying x86_64 based Oracle patches 16 & 17 on 32-bit Oracle version, thats why definitely it was giving error of "Platform not compatible", because it was expecting 64Bit Oracle version to implement that patch.
    But, now, i successfully applied these two required Oracle 10.0.2.0 patches(16 & 17),on this 64Bit Oracle. (AMD64 based Installation source).
    Then, I had run SAPInst of Installation Master (Win_x86_64) and started the Installation again. I also gave Oracle RDBMS Client Source location (x86_64 based). Then, also provided other required parameters. Now, the SAPInst worked fine, without that "Oracle Software not Installed" error.
    And, Ultimately I successfully installed the SAP NetWeaver CE 7.1 on 64Bit Oracle 10g Database Software. Right now, the Server is working fine, without Errors.
    Thanks Again.....

  • My wireless adapter is not detected in ubuntu 10.10

    hi
    i have a prolem. i installed linux ubuntu 10.10 on my laptop lenovo B590 but the wireless and lan is not detected and i
    do not have access to the net.how can i fix the problem??i must install driver?????where can i find linux drivers for my laptop model? because i searched lenovo website and it does not  have drivers for linux for B590

    Do this in terminal while you have connection via lan cable:
    sudo apt-get update
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get install linux-firmware-nonfree
    sudo modprobe b43
    The last option is using ndiswrapper with this windows driver

  • Internet Explorer 11 Will Not Install

    I Have installed the following patches
    Windows6.1-KB2533623-x64
    Windows6.1-KB2639308-x64
    Windows6.1-KB2670838-x64
    Windows6.1-KB2729094-v2-x64
    Windows6.1-KB2731771-x64
    Windows6.1-KB2758857-x64
    Windows6.1-KB2786081-x64
    Windows6.1-KB2834140-v2-x64
    Windows6.1-KB2882822-x64
    Windows6.1-KB2888049-x64
    When i attempt to install Internet Explorer 11 it says that it could not be installed.
    Here is an excerpt of the CBS log which i think is causing the error
    2015-04-30 11:54:15, Error CBS Failed. Attempted to uninstall a version of a non-driver component that is not installed, version: 0X600011db145ca, component: amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17866_none_a64bff6844ad4362, owner: Package_2_for_KB2706045~31bf3856ad364e35~amd64~~6.1.1.0.2706045-6_neutral_GDR [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to mergecomponent [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS ComponentAnalyzerUninstallDeployment: Failed on update: 2706045-6_neutral_GDR [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to execute item[0] in Package: Package_2_for_KB2706045~31bf3856ad364e35~amd64~~6.1.1.0, Update: 2706045-6_neutral_GDR [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to execute execution update. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to execute execution package: Package_2_for_KB2706045~31bf3856ad364e35~amd64~~6.1.1.0 [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to prepare execution [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CSI 0000002c@2015/4/30:02:24:15.538 CSI Transaction @0x541700 destroyed
    2015-04-30 11:54:15, Info CBS Perf: InstallUninstallChain complete.
    2015-04-30 11:54:15, Info CBS Failed to execute execution chain. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Error CBS Failed to process single phase execution. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS WER: Generating failure report for package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, status: 0x80004005, failure source: Execute, start state: Staged, target state: Installed, client id: DISM Package Manager Provider
    2015-04-30 11:54:15, Info CBS Failed to query DisableWerReporting flag. Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2015-04-30 11:54:15, Info CBS Failed to add %windir%\winsxs\pending.xml to WER report because it is missing. Continuing without it...
    2015-04-30 11:54:15, Info CBS Failed to add %windir%\winsxs\pending.xml.bad to WER report because it is missing. Continuing without it...
    2015-04-30 11:54:15, Info CBS Reboot mark refs: 0
    2015-04-30 11:54:15, Info CBS SQM: Reporting package change for package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, current: Absent, pending: Default, start: Absent, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 447, first merged sequence: 447
    2015-04-30 11:54:15, Info CBS SQM: Upload requested for report: PackageChangeBegin_Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, session id: 142859, sample type: Standard
    2015-04-30 11:54:15, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard
    2015-04-30 11:54:15, Info CBS SQM: Reporting package change completion for package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, current: Staged, original: Absent, target: Installed, status: 0x80004005, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 447, first merged sequence: 447
    2015-04-30 11:54:15, Info CBS SQM: execute time performance datapoint is invalid. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2015-04-30 11:54:15, Info CBS SQM: Win SAT assessment state is invalid.
    2015-04-30 11:54:15, Info CBS SQM: average disk throughput datapoint is invalid [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS SQM: Upload requested for report: PackageChangeEnd_Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, session id: 142862, sample type: Standard
    2015-04-30 11:54:15, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard
    2015-04-30 11:54:15, Info CBS Enabling LKG boot option
    2015-04-30 11:54:15, Info CBS Exec: End: nested restore point - complete.
    2015-04-30 11:54:15, Info CBS Restored system sleep block state: 0x80000000
    2015-04-30 11:54:15, Info CBS Exec: Processing complete. Session: 30442220_3048098672, Package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428 [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Error CBS Failed to perform operation. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Session: 30442220_3048098672 finalized. Reboot required: no [HRESULT = 0x80004005 - E_FAIL]
    i have tried checksur and it is giving this result
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.22471
    Package Version 25.0
    2015-04-30 11:44
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    (f) CBS Watchlist Package Missing 0x80070002 Microsoft-Windows-EmbeddedCore-Package~31bf3856ad364e35~amd64~~0.0.0.0 Package_for_KB3012176~31bf3856ad364e35~amd64~~6.1.1.2 Package registry presence failed, possibly an orphaned package on package watchlist
    Checking Component Watchlist
    Checking Packages
    (f) CBS Registry Error 0x80070002 Package_for_KB3012176_SP1~31bf3856ad364e35~amd64~~6.1.1.2 failed to get CurrentState
    (f) CBS Registry Error 0x80070002 Package_for_KB3012176_SP1~31bf3856ad364e35~amd64~~6.1.1.2 failed to get Visibility
    Checking Component Store
    Summary:
    Seconds executed: 82
    Found 3 errors
    CBS Registry Error Total count: 2
    CBS Watchlist Package Missing Total count: 1
    This computer has been freshly imaged.
    Any help appreciated

    I Have installed the following patches
    Windows6.1-KB2533623-x64
    Windows6.1-KB2639308-x64
    Windows6.1-KB2670838-x64
    Windows6.1-KB2729094-v2-x64
    Windows6.1-KB2731771-x64
    Windows6.1-KB2758857-x64
    Windows6.1-KB2786081-x64
    Windows6.1-KB2834140-v2-x64
    Windows6.1-KB2882822-x64
    Windows6.1-KB2888049-x64
    When i attempt to install Internet Explorer 11 it says that it could not be installed.
    Here is an excerpt of the CBS log which i think is causing the error
    2015-04-30 11:54:15, Error CBS Failed. Attempted to uninstall a version of a non-driver component that is not installed, version: 0X600011db145ca, component: amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17866_none_a64bff6844ad4362, owner: Package_2_for_KB2706045~31bf3856ad364e35~amd64~~6.1.1.0.2706045-6_neutral_GDR [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to mergecomponent [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS ComponentAnalyzerUninstallDeployment: Failed on update: 2706045-6_neutral_GDR [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to execute item[0] in Package: Package_2_for_KB2706045~31bf3856ad364e35~amd64~~6.1.1.0, Update: 2706045-6_neutral_GDR [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to execute execution update. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to execute execution package: Package_2_for_KB2706045~31bf3856ad364e35~amd64~~6.1.1.0 [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Failed to prepare execution [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CSI 0000002c@2015/4/30:02:24:15.538 CSI Transaction @0x541700 destroyed
    2015-04-30 11:54:15, Info CBS Perf: InstallUninstallChain complete.
    2015-04-30 11:54:15, Info CBS Failed to execute execution chain. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Error CBS Failed to process single phase execution. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS WER: Generating failure report for package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, status: 0x80004005, failure source: Execute, start state: Staged, target state: Installed, client id: DISM Package Manager Provider
    2015-04-30 11:54:15, Info CBS Failed to query DisableWerReporting flag. Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2015-04-30 11:54:15, Info CBS Failed to add %windir%\winsxs\pending.xml to WER report because it is missing. Continuing without it...
    2015-04-30 11:54:15, Info CBS Failed to add %windir%\winsxs\pending.xml.bad to WER report because it is missing. Continuing without it...
    2015-04-30 11:54:15, Info CBS Reboot mark refs: 0
    2015-04-30 11:54:15, Info CBS SQM: Reporting package change for package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, current: Absent, pending: Default, start: Absent, applicable: Installed, target: Installed, limit: Installed, hotpatch status: DisabledBecauseNoHotpatchPackagesInitiated, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 447, first merged sequence: 447
    2015-04-30 11:54:15, Info CBS SQM: Upload requested for report: PackageChangeBegin_Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, session id: 142859, sample type: Standard
    2015-04-30 11:54:15, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard
    2015-04-30 11:54:15, Info CBS SQM: Reporting package change completion for package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, current: Staged, original: Absent, target: Installed, status: 0x80004005, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 447, first merged sequence: 447
    2015-04-30 11:54:15, Info CBS SQM: execute time performance datapoint is invalid. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2015-04-30 11:54:15, Info CBS SQM: Win SAT assessment state is invalid.
    2015-04-30 11:54:15, Info CBS SQM: average disk throughput datapoint is invalid [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS SQM: Upload requested for report: PackageChangeEnd_Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428, session id: 142862, sample type: Standard
    2015-04-30 11:54:15, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard
    2015-04-30 11:54:15, Info CBS Enabling LKG boot option
    2015-04-30 11:54:15, Info CBS Exec: End: nested restore point - complete.
    2015-04-30 11:54:15, Info CBS Restored system sleep block state: 0x80000000
    2015-04-30 11:54:15, Info CBS Exec: Processing complete. Session: 30442220_3048098672, Package: Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428 [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Error CBS Failed to perform operation. [HRESULT = 0x80004005 - E_FAIL]
    2015-04-30 11:54:15, Info CBS Session: 30442220_3048098672 finalized. Reboot required: no [HRESULT = 0x80004005 - E_FAIL]
    i have tried checksur and it is giving this result
    =================================
    Checking System Update Readiness.
    Binary Version 6.1.7601.22471
    Package Version 25.0
    2015-04-30 11:44
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    (f) CBS Watchlist Package Missing 0x80070002 Microsoft-Windows-EmbeddedCore-Package~31bf3856ad364e35~amd64~~0.0.0.0 Package_for_KB3012176~31bf3856ad364e35~amd64~~6.1.1.2 Package registry presence failed, possibly an orphaned package on package watchlist
    Checking Component Watchlist
    Checking Packages
    (f) CBS Registry Error 0x80070002 Package_for_KB3012176_SP1~31bf3856ad364e35~amd64~~6.1.1.2 failed to get CurrentState
    (f) CBS Registry Error 0x80070002 Package_for_KB3012176_SP1~31bf3856ad364e35~amd64~~6.1.1.2 failed to get Visibility
    Checking Component Store
    Summary:
    Seconds executed: 82
    Found 3 errors
    CBS Registry Error Total count: 2
    CBS Watchlist Package Missing Total count: 1
    This computer has been freshly imaged.
    Any help appreciated

  • I install Cuevana Plugin, but when i restar it keeps saying the plugin is not installed. I'm using easy peasy, similar to unguntu 10.4

    On other installations of Ubuntu it worked fine. Now it does not.
    When i try to watch a movie in cuevana I get a message that I need to install a plug in
    I just download the Plug-in, the i see at the add-ons window under extentions a "Cuevana 30" entry. Then it says i have to restart firefox. I do, but when it restarts it keeps saying the bloody plug-in is not installed.
    Thanks in advance !

    I tried powering down and re-starting the iPhone (as suggested at http://support.apple.com/kb/TS1275). This seems to have cleared the "...not connected to the Internet" problem, and iOS 6.1 is now in the process of downloading.
    Thanks very much for your feedback.

  • Please help: Windows XP will not install PLEASE

    I know this maybe answered else where but I have limited computer access at the time and ANY help will be GREATLY appreciated.
    K8N Neo2 Platinum w/amd64 3500
    1 gig of kingston mem
    200 gb and a 60 gb Maxtor sata drives (non raid setup)
    A cd burner and a dvd burner
    I can post and boot to bios with no problems and everything shows up fine.
    I insert Win xp pro cd and everything goes well and then all of a sudden it starts saying it can't find files on the cd while copying them onto the hard drive. I have tried several times and it always happens, sometimes different files. I have also tried an Win XP Home cd with the exact same results. The Win xp pro cd came with the SP2 on it.
    I have tried many combos on my drives: installing on the 200gb, installing on the 60gb, unplugging one or the other, plugging in to sata 1/2 and sata3/4!!!! I have also reinstalled all the hardware again, checking each cable as I went along. I also reseated the cpu and cleaned thermal compound, but fresh on and hooked up fan (Zalman cnps7000a)
    I HAVE NOT installed the raid drives when xp ask for the f6 thing. I don't want raid, just 2 drives.
    PLEASE Any help will be greatly appreciate!!!!!
    LoneStar

    Hi. I just popped onto the forums to post a topic almost identical to this one, but with a few key differences - so I'd thought I'd stick it in here instead of taking up space.
    Here's the gist of things -
    My Dad and I recently built a PC over Christmas (well, he built, I watched and drank tea.), and it worked fine - half life 2 was downloaded and then completed. Now however, the problems have begun. (this isn't about half life 2, by the way.)
    First, the specs - (I know these need more detail, such as PSU and voltages. I'll add those soon.)
    MSI K8N Neo2 Nvidia nForce 3 Ultra Chipset motherboard
    Athlon 64 Bit 3000+ CPU
    1GB Corsair RAM
    160 GB Sata Hard Drive
    nVIDIA GeForec 6800 GT
    Windows XP Home Edition SP2
    Bios V 1.3
    Plus onboard sound, floppy/7-in-1 card reader and DVD/CD RW. I'll post the motherboard specs later, I'm at work at the moment and I can't remember them.
    Right, down to business - I tried to connect and install an external wireless LAN card through a USB connection (I know this card works as it was used on my old PC) and to cut a long story short, I messed it up by using the wrong drivers - and I made things worse by trying to fix it in a hurry, basically screwing up windows. So, I'd thought I'd re-format the hard drive and re-install windows. It was a new PC, there was nothing important on it, and I thought it was about time I learnt how to do a format anyway.
    Now the problem - despite formatting my hard drive (and thus removing the old, bad, copy of windows) Windows XP Home will now not complete its installation.
    It gets through to the third part of the installation (i.e. my computer has rebooted twice so far) where it asks you questions like "Lets set up windows together" and "Lets choose your automatic update settings". Here, (and I've tried this formatting/reinstallatino twice) the PC reboots for no reason, and the standard "Your computer has restarted due to a failure" on a black screen with white writing pops up - offering to start normally, with last known good configuration or in safe mode.
    Still with me? Phew, almost there...
    Now, whatever I choose, the computer reboots again and then a BLUE screen with white writing pops up saying my computer was turned off in order to stop damage occuring. Here's a summary of the writing including what I thought were the important points:-
    "DRIVER_IRQL_NOT_LESS_OR_EQUAL
    Disable bios memory options like caching or shadowing
    STOP: 0x0000000D1 (0x00FFFFE3, 0x00000002, 0x0000000, 0xF7AD24EB)
    Usbochi.sys-address F7AD24EB base at F7ACF000, Datestamp 41107d6"
    Also, two more important points. When my dad was putting together the PC, we made changes to the bios, AFTER windows was installed. (Although I'm at work and haven't got them with me yet - I'll post them later.) This means these changes are still present - could they be causing the problem? (And hence would resetting the CMOS help?)
    Secondly, I have a SATA hard drive. I've already tried using the SATA drivers from floppy during windows installation, but when I do this the same problem occurs, even earlier - this time windows doesn't even finish copying basic setup files. It jams on "cdaudio.sys" and then crashes to the blue screen.
    Any suggestions or ideas you guys have would be of great help - I'm all out of them myself!
    (Also, one more point - I conducted the format by changing the bios boot setting to boot from CD, then booting from the windows CD, then deleting the partition/formating the HD/re-installion windows in this manner.)
    Remember - a big shiney hug for the first person to help me back to half life 2 goodness!
    Cheers,
    Spurros.
    EDIT - the floppy I used to install the SATA drivers had nforce 3 SATA RAID driver (G72-NVSA020) written on it.

Maybe you are looking for

  • Scaling video without dithering pixels

    Hello, I've performed some screen capture that I've imported into my Premiere CS4 project.  Occasionally I want to zoom in, but Premiere chooses to dither (or "smooth" or "interpolate") the image whenever it's scaled.  I'd prefer it not to resample,

  • My iPad opens an autoplay window instead of iTunes. What's wrong?

    I'm trying to sync my new iPad to my back-up in iTunes on Windows 7. Instead of opening iTunes and synccing, the iPad is triggering an autoplay window in Windows 7 asking me if I want to browse the device for files. I've rebooted both the iPad and th

  • Bought game from itunes didn't get it

    I just purchased a game from itunes and was charged for it, but during download the program crashed (I mean Itunes) closed down and once I restart it I did'n have the game but my credit account was fully charged for it What can I do or where can I ex

  • Provisioning Manager Business Edition on Linux

    Has anyone successfully installed and configured the Linux Version of Provisioning manager that came with the BE6000 8.6 bundle? I can get the IP/Network config done using the Quick Start Guide, but then the guide references logging in with admin, an

  • What is Status Reporting Component in SCCM 2012 R2?

       Hello to all, I checked the following config. "Status Reporting Component Properties" for a primary site but didn't get its purpose. Its default config brings a server and client component status, that are concentraed in "All Milestones" report .