Ovm server install failure: UnboundLocalError: local variable 'dev' referenced before assignment

I'm getting the above error on the server install.
Here's the first line in the failure:
File "/usr/lib/anaconda/network.py", line 685, in write
     if dev.get('BOOTPROTO').lower() in ['dhcp', 'ibft']:...
From my research it appears to be a known bug.  I've tried to install each version of oracle vm server (from 3.03 up) and have found the same error.  Is there any workaround other than installing a new NIC?
7.2.7. Oracle VM Server Installation Fails
with Broadcom Gigabit Ethernet Controller
Installing Oracle VM Server on a system such as the Dell 380, with a Broadcom
Gigabit Ethernet Controller fails with an error similar to the following
example:
Traceback (most recent call first): File "/usr/lib/anaconda/network.py", line 685, in write if dev.get('BOOTPROTO').lower() in ['dhcp', 'ibft']: File "/usr/lib/anaconda/yuminstall.py", line 1394, in doPreInstall anaconda.id.network.write(anaconda.rootPath) File "/usr/lib/anaconda/backend.py", line 184, in doPreInstall anaconda.backend.doPreInstall(anaconda) File "/usr/lib/anaconda/dispatch.py", line 207, in moveStep
The installer cannot detect the network adapter, so fails to complete the
installation.
Bug 13387076

It is a known issue. http://docs.oracle.com/cd/E27300_01/E27307/html/vmrns-bugs.html#id376822
I've tried to build an initrd image with the nic driver. But it failed. I tried using RHEL x86_64 based driver. Couldn't find the kernel-headers for the appropriate uek kernel. I guess once the kernel header is available it should be fairly easy to pass the driver.
Alternatively you could try installing another NIC and it should go through smooth.

Similar Messages

  • How to install B2B Apps locally - Pre Dev settings -setup dev environment

    Hi All
    Need your help: to customize CRM WebChannel B2B App, I just installed NW developer workspace.  The next step I guess is to setup / install B2B Apps locally on my pc. Can some one guide me how to? Any documentation / advise about how to setup development environment?
    Thank you very much in advance, Jin

    Hello Jin,
    1. NetWeaver Java Application Server
    Do you already have the SAP NW Java Application server? (J2EE server) if not get that from Service Market Place /swdc.
    Download --> SAP Installations and Upgrades --> Entry by Application
    Group  --> SAP NetWeaver --> SAP NETWEAVER
    and install the Developer Edition of the version of your choice. You may need to get them from Solution Manager or seek your Basis team's help
    2 Deploy E-Commerce application components and configure
    After this installation of NW Java AS developer edition, you can deploy the E-Commerce Java applications. The SCA files required are listed in the enhancement guide. They include files required in step 4 also. You can find them here in /swdc
    Support Packages and Patches --> SAP Application Components --> SAP CRM --> SAP CRM 2007 --> Entry by Component --> CRM Application Server Java
    You may need to get them from Solution Manager or seek your Basis team's help
    3 Install NWDS (if not already done)
    It is possible it is already done as a part of the NW Developer Workplace installation.
    4 Setup enhancement project
    Use the existing NWDI and import the tracks locally to your PC / laptop for making enhancements. Refer: Extension Guide and other documents to create tracks in NWDI.

  • VM Server Install Failure - CD Device Driver

    Hello,
    While installing my bootable VMServer CD on a ASUS CM1831 Win 7 64 bit machine, I get the following error message: "Unable to find any devices fo the type needed for this installation type".
    The available selected device drivers do not work either. It appears to be a CD driver issue.
    (Note: This same CD successfully installs on a HP Laptop win 7 64 bit machine).
    Any suggestions/work-arounds would be appreciated.
    Thanks.

    Thank you for your input. I have spent considerable time with this and I was always suspicious of the hardware for the following reasons:
    This dvd installs properly on a HP Laptop with no issues.
    This is a new ASUS (CM1831 - 6 core)
    After much effort I decided to do the ftp install.
    I have verified that my ASUS WIN 7 64 can anonymously log in to my OL6 Linux box and access the CD files copied there
    (eg using vsftpd /pub/vm311 directory I added in the anonymous directory) via a ftp command line on the WIN 7 64 box.
    I see all the files when I am on the command line. However when I choose this method in the CD setup
    and enter the ftp IP address and directory in the 2 fields - the returns to the same screen a couple of minutes later (with no error message - just a blinking cursor at the end of the FTP Server name/IP field - I tried this numerous times with the correct anonymous public directories being used.
    There is no error message - just returns to the same FTP Server/directory screen with the cursor flashing at the end of the line.
    If there was an error log I could check this would be helpful (I wonder if I used a READ/WRITE DVd would this install program write/log anything to the DVD).
    Any different ideas/work- arounds would be appreciated. Thanks again for your input.
    I see on my linu

  • Lion Server Install Failure/Incomplete

    Hi,
    I just purchased and tried to install Lion Server. After a few hours of being stuck at "Configuring System", and the progress bar being "stuck" for over 45 minutes, it just crashed. Now launching the app just brings the server menu but none of the services can be accessed (almost all menu entries are grayed out).
    So I can't re-install (because it thinks it's already installed) and the install is incomplete and thus wont work! This is very annoying.
    Apple, I love you guys but for those of us who are playing with server, don't give us the one button for dummies UI. Maybe some of us are techs who aren't afraid of the command line or "advanced" menus (an option like --force-reinstall would be nice right now!!!).
    Any suggestions???
    Thanks,
    PS: What's with the install UI window with a cropped progress bar and icons? The window can't be resized nor scrolled ???

    Since Lion Server is essentially an app, you can throw it in the trash and re-download it. I believe that what that application does is give you front-end access to tools that are already on your system, and adds a few command-line tools such as slapconfig.
    I would try this: trash the application, you can even try using something like AppCleaner, which finds associated plists. Then, go to /Library/Receipts. There is a plist in there that contains the install history. find and remove any entries associated with install. Don't worry if you accidentally delete something that isn't associated, as it is ust a receipt list, but it is alway a good idea to make a backup of the original, just in case.
    Once you do that, reboot the machine into single user mode and run "fsck -fy" from the command line. once that completes, reboot and run repair permissions from disk utility. Finally, re-download the app from the App Store and re run the installer. You might need to hold down the option key to re-download, but either way, it should come back down and run again.
    If none of that work, I would go with the backup, wipe, and install suggestiosn from above. Grab youself an extneral hard drive (a good investment anyway), clone the machine with Carbon Copy Cloner, and then wipe and re-install.

  • How to create a local variable in bpel?

    Hi,
    In my bpel flow I need to call service based upon a pl/sql procedure multiple times. The procedure returns the results of a query in chunks and contains a boolean as an output parameter that tells me whether there are any more records that need to be fetched based upon which I will be calling the service again. I want to achieve this using a while loop. So for the while loop condition I am thinking of creating a local variable in the bpel process and assign it an initial value of false(). Then once the service is called I will set the value of this variable to the output boolean parameter returned by the procedure. So while the boolean is true the service will be called again.
    My question is how can I create a local variable in bpel and assign it an initial value of false. Or is there any other way that this can be achieved?
    Thanks!!

    Hello! thanks for yr response.
    I tried creating a new variable by defining a scope. But in the create variable window I cannot define a standalone variable of boolean type I need to pick up the type from an lov that brings up a list of all existing variable! so basically u are just mapping to an existing variable which in my case will not work because I will need to map to one of the elements of the output of the pl/sql procedure based service -- also this element itself is not exposed in the lov only the name "inputParameters" is displayed as the element --all the contents are not exposed.
    Any suggestions?
    Thanks!

  • How to configure local disk on OVM Server as storage space to create VMs

    Hello,
    We have installed OVM Server 3.1.1 on a machine that has 250 GB of Hard disk space [Single disk].
    While installing used an option - Remove all partitions and create a new default partition layout.
    Around 4GB has been used and remaining 246 GB is left as free space.
    From OVM Manager - the server is discovered but didn't discovered the physical disk [i.e. remaining 246 GB raw disk space].
    Can someone help me to understand how to use local disk as storage space for creating and running VM's.
    Thanks
    Srinivas

    You can? You've used every conceivable BIOS out there? You must really be full of yourself. There is absolutely no BIOS that I know of that gives this basic function. BIOSs do not "hard partition" anything. A "BIOS" is not made for such things. Do you even know what "BIOS" stands for?
    I wonder why there is some many wanting to do this and are having problems.... I mean if it is such a straight forward thing to do..... It must be down right "intuitive".
    You maybe speaking of a RAID "BIOS" but you obviously think you're not. Some motherboards have integrated RAID abilities. Intel RST comes to mind... BUT this isn't a feature of a MOTHERBOARD BIOS.
    I've got some $50,000 servers that will not break a single hard drive up into multiple logical drives..... Now, I haven't worked on a "Stinkpad" for many years. Don't want to. However, I have never seen one that would do what you're saying you're doing.
    You maybe trying to help.... but you're leading people down a wrong path.
    Its just as easy to run virtual box and use the virtual box templates for Oracle VM. In fact, its more practical if you want to run Oracle VM on a laptop for testing purposes than blowing everything away and attempting to setup different LUNS on a single hard drive.
    For your review...
    http://www.oracle.com/technetwork/articles/servers-storage-admin/configure-vm-templates-1656261.html
    Although it's more reliable to use a separate location (such as an NFS share) for a storage repository, you can use a local disk of your Oracle VM Server instead, thus taking advantage of the local storage option. Beware, though: Oracle VM Server 3.0 doesn't allow you to utilize the unused space on the physical disk it's installed on. For local storage, you'll need at least one more physical disk. In other words, you'll need a total of two disks at minimum on your Oracle VM Server host if you want to use local storage. In practice, though, local storage is not a primary use case. The major downside to this approach is that local storage, by definition, cannot be shared between different servers.
    Edited by: user12273962 on Dec 10, 2012 10:40 AM

  • Install OVM server 3.2.1 on iSCSI LUN

    Hello friends,
    I have a Cisco Blade and would like to boot OVM server from an iSCSI lun. I create a LUN from a SAN and presented the lun to the blade. When the server boots up, it sees the iSCSI lun just fine but when I tried to install OVM server 3.2.1, it did not detect that LUN. I tried to install Oracle Linux 6.3 and it sees the LUN ok. Is there a way to make OVM server to see that LUN.
    thanks,
    TD

    I have done to many oel and ovs install lately such that they are blurring together...
    On the OVM 3.2.1 install watch closely for a place to add support for non local storage. I remember seeing a small prompt in some of the installs but it may have been from some of the OEL installs (I have also been doing OEL 4, 5, & 6) & not OVM.
    Sorry I can't remember right now. If I get a moment and try to run the install process I will and report back if no one else does.

  • OVM Server 3.2.1 install reboots server

    I have been trying to install OVM Server on an IBM xSeries 336 server. OVM Server 2.2.1 was previously installed on this server.
    Trying to install 3.2.1 now and I get to the splash screen booting from the CD. I press [Enter] to begin the installation. Once the process reaches the point of 'Loading SCSI driver', the server reboots. I have tested the media on other machines without issue. I have also tested the server with OVM Server 2.2.1 media and the install progresses normally to the end.
    I suspect there are missing drivers causing the install to fail. Is there a way to load the missing drivers during the install process?
    Thanks in advance,
    UPDATE: I have successfully installed OVM Server 3.0.2... Not exactly what I wanted but....
    Edited by: SBaugher on Feb 20, 2013 11:04 AM

    Oracle VM 3 is entirely different from 2.2.1.
    take a look at the release notes for 3.2.1 There are few instances in which you have to specify different boot parameters for the installation to work.
    http://docs.oracle.com/cd/E35328_01/E35329/E35329.pdf
    You might have a MEGARAID product.
    If you are installing Oracle VM Server on a Sun Fire X4800, you must provide extra parameters when
    booting from the installation media (CDROM or ISO file), or when using a kickstart installation. These
    parameters allow the megaraid_sas driver to load correctly.
    If booting from the installation media, press F2 when the initial boot screen is displayed and provide the
    following additional parameters as part of the boot command:
    mboot.c32 xen.gz extra_guest_irqs=64,2048 nr_irqs=2048 --- vmlinuz --- initrd.img
    If using a kickstart installation, add the additional kernel parameters to the PXE configuration file.

  • Log the local variables (string type) to the database (SQL Server)

    i have a customized PreUUT callback so that my own VI gets the information from barcode. it contains serial number as well as other information. i am collecting the information into local variables of the PreUUT callback.
    Now i want to log the local variables (string type) to the database (SQL Server).
    i have a successful connection to the database and i am using a generic recordset schema.
    can anyone help me how to do it?
    also shall i have to create the corrosponding fields (columns) in the database? or is there any option in TestStand4.0 to do it?

    Hello i like original,
    After re-reading your original message, I think I might have a better understanding of what you would like to do.  I have included a few links to Knowledge Base and Developer Zone articles that should be very useful for you.  I have included these links below:
    Logging a New UUT Property to a Database in TestStand
    Logging a New Step Property to a Database in TestStand
    Creating a TestStand Database Schema from Scratch
    Thanks,
    Jonathan C
    Staff Application Engineering Specialist | CTD | CLA
    National Instruments

  • How many time to install/configure OVM Manager and OVM Server ?

    Hello,
    I wish to have your experience feedback on the mean time needed to install both OVM Server and OVM Manager in a production environement, with e.g : 2 CPUs, 4 G of RAM, or for 4 CPUs and 8 G of RAM.
    Regards,
    Lionel

    Not enough information. XE is not supported in a production environment so you will need to install a SE or EE version of Oracle Database. I would personally use EE because the Virtual Manager comes with a single use license that covers running the VM Manager on either edition. No extra cost to run EE over SE.
    You can use kicstart to rapidly deploy any VM Server. If you get your scripting right... it takes less than 10 minutes.

  • OVM Manager install for running OVM server for SPARC plateform

    Guys,
    I have to install and deploy OVM Manager for managing an existing OVM server for SPARC.
    When try to run ovs-agent-setup command, it fails telling that ovm server has not good configuration and exits!!
    ovs-agent ** ERROR: The vds service is not configured on the primary domain 
    Trying to fix by resetting factory default configuration, then poweroff domain and poweron aain but nothing!! I got same error and ovs-agent service is in maintenance.
    Now we have create ldoms and servers are in production!! We cannot reset configuration now.
    Is-it possible to deploy OVM manager, fix ovs-agent issue without impacting actual vm??? How to do this? I assume that vm created with ldm commande can not be provision with ovm manager.
    Please help!!

    Hi,
    Windows Server 2008 R2 supports two mutually exclusive methods for setting quotas on the amount of file system resources a user can use—disk quotas or directory quotas. Disk quotas are applied to specific users and limit the amount of disk space that user can
    use on a particular volume. Directory quotas are applied to all users and limit the amount of disk space that users can use in a particular folder and its subfolders.
    I do a test on my pc and find there is no priority between the two quotas, it depends on which quota is smaller. So user A can only save 1 GB files in the folder.
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Remote Install Failure on AIA3.0

    Hi,
    Remote Install Failure on AIA 3.0:
    AIA 3.0 installations on Windows XP-Pro is failing in Step 4 of 11 with the Error
    "Node manager is down or the username and password entered is incorrect"
    Details on the installation are as follows:
    1) Installation is done on a Windows-XP 32 bit SP2, RAM - 4 GB.
    2) SOA Suite 11gR1 PS1 and Weblogic 10.3.2 successfully installed.
    3) SOA managed server, Admin server and node manager are running successfully on remote server.
    4) The status of Node manager is reachable and has been confirmed through the admin console.
    5) When installing AIA 3.0 use Remote Install option, the 4th step is failing after providing the node manager credentials of remote server.
    Error message is "Node manager is down or the username and password entered is incorrect".
    6) We given remote server configuration on 4th step (Host Name, Admin Port, Domain name, user/pass).
    7) The Remote WLS Server is reachable.
    8) Installer is always looking local node manager is not looking for Remote node manager which one is running on remote machine.
    Error Log
    Adding C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM for deletion.
    Adding to classpath:file:/C:/WINNT/TEMP/OraInstall2010-04-29_04-25-49PM/ext/jlib/soawl.jar
    Adding to classpath:file:/C:/WINNT/TEMP/OraInstall2010-04-29_04-25-49PM/ext/jlib/template.jar
    null
    configFileName:C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\footprint.xml
    osName:Windows XP
    Inside startPreReqOperation...prereq
    osName:Windows XP
    diskSpaceRequirements from engine:Home id =SoftwareOnlyOraclehome name=Oracle home variable=%AIA_HOME_PATH% fixedSpace=2048 unit=MB condition=null totalSpaceRequired=0 isConditionSatisfiedfalse
    entryPoint: entryPoint = oracle.installType.all condition = null className = null
    contextFile:C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\prereq\oui\agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of 5.1,5.2,6.0,6.1
    Actual Result: 5.1
    Check complete. The overall result of this check is: Passed
    Check Name:ServicePackChecks
    Check Description:This is a prerequisite condition to test whether the Service Pack level recommended for installing the product is available on the system.
    Expected result: 2
    Actual Result: 2
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 3191MB
    Check complete. The overall result of this check is: Passed
    Property File location: D:\AIA3.1\New Folder\cd\Disk1\install\win32\aiaoneclick.properties
    Item State: javax.swing.JComboBox[,170,52,262x18,invalid,layout=com.jgoodies.looks.plastic.PlasticComboBoxUI$PlasticComboBoxLayoutManager,alignmentX=0.0,alignmentY=0.0,border=,flags=4194632,maximumSize=,minimumSize=,preferredSize=,isEditable=true,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=AIA3]
    Path: D:\Oracle11GPS\Oracle\Middleware_new\AIA3
    Item State: javax.swing.JComboBox[,170,81,262x18,invalid,layout=com.jgoodies.looks.plastic.PlasticComboBoxUI$PlasticComboBoxLayoutManager,alignmentX=0.0,alignmentY=0.0,border=,flags=4194632,maximumSize=,minimumSize=,preferredSize=,isEditable=true,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=D:\Oracle11GPS\Oracle\Middleware_new\AIA3]
    Home: AIA3
    In processFieldStringAIA Home
    In processFieldStringJAVA HOME
    In processFieldStringAIA Home Path
    In processFieldStringAIA Instance Name Contains invalid characters
    getting root directory
    D:\oracle11GPS\Middleware\user_projects\domains\dev_domain
    truevalue for type of install
    D:\Oracle11GPS\Oracle\Middleware_new\jdeveloper
    D:\Oracle11GPS\Oracle\Middleware_new
    *****Web Logic Home: D:\Oracle11GPS\Oracle\Middleware_new\wlserver_10.3
    CLASSPATH: D:\Oracle11GPS\Oracle\Middleware_new\wlserver_10.3\server\lib\weblogic.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM;;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\adapters.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\adf-config.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\aqapi.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\bpelImport.log;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ccrQueries.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.cie.comdev_6.1.0.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.cie.config_6.0.0.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.core.common.security.api_1.0.0.0_5-1-0-0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\com.bea.core.nodemanager.plugin_1.3.0.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\commonutils.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\connections.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\dms.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\emocmutl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\encrypt.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\encrypt.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\engine.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\enginehelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\footprint.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\glassfish.jaxb.xjc_1.0.0.0_2-1-7.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\glassfish.jaxb_1.0.0.0_2-1-7.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvest-tasks.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvest.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvest.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvester-10.3.1.0.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvester-ant.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\harvesterSettings.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\install.properties;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\jython-modules.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\log-config.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\log4fl.properties;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\message.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdbc5.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdl-log4j.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\ojdl2.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\oneclick.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\oneofftool.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\runant.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\runant.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\setenv.bat;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\setenv.sh;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\soainstallhelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\soawl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\SysInfo.dll;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\template.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\tools.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\tools11g.xml;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\types.properties;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\wlcipher.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\wlfullclient.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\wtinstallhelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\xml.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\ext\jlib\xmlparserv2.jar;;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\OraInstaller.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\oneclick.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\xmlparserv2.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\share.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\OraInstallerNet.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\emocmutl.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\emCfg.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\OraPrereq.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\jsch.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ssh.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\remoteinterfaces.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\http_client.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatch.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatchactions.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatchprereq.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\OPatch\jlib\opatchutil.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstImages.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_de.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_es.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_fr.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_it.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_ja.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_ko.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_pt_BR.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_zh_CN.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\InstHelp_zh_TW.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\oracle_ice.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\help4.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\help4-nls.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ewt3.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ewt3-swingaccess.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ewt3-nls.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\swingaccess.jar;\;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\jewt4.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\jewt4-nls.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\orai18n-collation.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\orai18n-mapping.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\ojmisc.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\xml.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\srvm.jar;C:\WINNT\TEMP\OraInstall2010-04-29_04-25-49PM\oui\jlib\classes12.jar
    1
    localhost
    LocalMachine
    Connecting to Node Manager ...
    <Apr 29, 2010 4:31:11 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Either the password and username entered are incorrect or the node manager is down
    Traceback (innermost last):
    File "<string>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 618, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    Anyone knows how to install AIA Remote Install on the remote SOA server?

    Hi,
    may be you enter the wrong username or password? Or there is a problem with certificate? The look file describe a wrong user name or password or nm is not reachable. Is it possible to start managed server via Admin Console? Please check nm log files.
    Regards,
    Marcel

  • Cluster Not Available error when booting OVM server DOM0 from USB

    Hi all,
    I have been wanting to run OVM 2.2 from a USB stick for a while now. I ran through the install CD today and saw there was a 'minimal USB install' option on the installation screen. So I plugged in a 4GB USB stick, rebooted, and ran the USB install.
    After a while, the install completed, OVM booted up perfectly it seemed, and I was happy.
    The server had no local storage apart from this USB stick as we are going to be hooking it up to an iSCSI target for guest VM storage.
    This was a new lab setup, so I got the VM Manager running on another system, connected to the USB booted OVM server, and went to create a pool.
    Running the 'test connection' that worked fine.
    Trying to add the pool - failed. I got the error 'Cluster Not Available'
    On the OVM server I did a repos.py -l and nothing gets listed.
    I understand that for HA you need a repository with shared storage. However, before I have used these same install CDs with a singe local hard disk, to get OVM server running, and it did so fine.
    So what's different with the USB disk install that means you don't get a repository?
    Do I have to create a special repository LUN, manually connect the OVM server to this, and then use repos.py to create it?
    Cheers,
    Jeff

    Ok I have read, re-read related parts of the underground manual and have hit a brick wall with the 'simple' task of setting up a NIC for dedicated iSCSI traffic. The manual does not cover this task in the iSCSI SAN section.
    So I'm in a catch 22.
    My OVM server boots up, with it's single management NIC configured, but once booted - I don't want to connect to the iSCSI target via this network - I need it completely closed off.
    I want to use another NIC (or bond of two) for dedicated iSCSI traffic to and from the OVM Server.
    However, the underground manual strangely only seems to cover a single NIC configuration! It looks like he assumes you are going to be running iSCSI on your management NIC, which I can only think is incredibly bad practice.
    I have installed OVM with the linux asknetwork - this did not give me the option to configure additional interfaces.
    I then manually edited /etc/sysconfig/network-scripts/ifcfg-eth1 on the OVMServer, restarted network, restarted the entire box - I can ping my new NIC / IP locally from within the OVM server, but I can not connect to the iSCSI target, nor can I ping the iSCSI NIC on the OVM server from the target.
    This is such a simple thing to try to achieve - super frustrating...
    Jeff

  • SQL Server Setup Failure 0x84B10001 (SQL 2012 SP2 and SQL 2014 Standard)

    I'm having a problem with SQL Server Setup. I had SQL Server 2012 R2 SP1 installed, and the SP2 installer would fail.
    I decided to just get SQL Server 2014. The setup (and system configuration checker) for that fails with the same error.
    SQL Server Setup failure
    SQL Server Setup has encountered the following error:
    '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747.
    Error code 0x84B10001
    I found this and other posts about similar problems that point at MSDE being the cause.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/bc9f4949-1b45-427c-aa2b-d2222488a13e/problems-installing-sql-server-2012error-code-0x84b10001?forum=sqlexpress
    I definitely had MSDE installed, but I went through the steps to manually remove it and rebooted with no luck.
    /* Don Reynolds */

    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xsd' loaded
    into datastore path '/Datastore/ProductSettings/SqlBrowserStopService/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/Sku/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/Sku/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/Repl/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlRSSHP/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd' loaded into
    datastore path '/Datastore/ProductSettings/SqlRSSHP/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/SqlRS/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/SqlRS/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlRS/DBPrivate'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementTools/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementTools/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementToolsAdvanced/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementToolsAdvanced/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd' loaded
    into datastore path '/Datastore/ProductSettings/DReplayController/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd' loaded into
    datastore path '/Datastore/ProductSettings/DReplayClient/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterDisk/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterDisk/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterGroup/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterGroup/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterIPAddresses/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterIPAddresses/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/FailOverClusterName/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/FailoverClusterName/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterNode/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterNode/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SQLServerSCP/Private'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml' loaded into datastore path '/Datastore/ProductSettings/ClusterNodesStatus/Public'
    (01) 2014-07-02 10:52:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd'
    (01) 2014-07-02 10:52:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml'
    (01) 2014-07-02 10:52:57 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ASSIP/Public'
    (01) 2014-07-02 10:52:57 Slp: Completed Action: LoadPackageDatastoreObjects, returned True
    (01) 2014-07-02 10:52:57 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:57 Slp: Running Action: InitializeInputSettingStore
    (01) 2014-07-02 10:52:57 Slp: Completed Action: InitializeInputSettingStore, returned True
    (01) 2014-07-02 10:52:57 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:57 Slp: Running Action: InitializeRoleService
    (01) 2014-07-02 10:52:57 Slp: Loading role: SPI_AS_NewFarm
    (01) 2014-07-02 10:52:58 Slp: Loading role: SPI_AS_ExistingFarm
    (01) 2014-07-02 10:52:58 Slp: Loading role: AllFeatures_WithDefaults
    (01) 2014-07-02 10:52:58 Slp: Completed Action: InitializeRoleService, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: ProcessChainerCommandLineArguments
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: WORKFLOW
    (01) 2014-07-02 10:52:58 Slp: Value specified: RUNRULES
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: TIMESTAMP
    (01) 2014-07-02 10:52:58 Slp: Value specified: 20140702_105236
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: LOGMARKER
    (01) 2014-07-02 10:52:58 Slp: Value specified:
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: MEDIASOURCE
    (01) 2014-07-02 10:52:58 Slp: Value specified: R:\
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: INSTALLMEDIAPATH
    (01) 2014-07-02 10:52:58 Slp: Value specified: R:\x64\setup\
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: ENU
    (01) 2014-07-02 10:52:58 Slp: Value specified: True
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: MEDIALAYOUT
    (01) 2014-07-02 10:52:58 Slp: Value specified: Full
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: ACTION
    (01) 2014-07-02 10:52:58 Slp: Value specified: RUNRULES
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: RULES
    (01) 2014-07-02 10:52:58 Slp: Value specified: SCCCheckRules
    (01) 2014-07-02 10:52:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Completed Action: ProcessChainerCommandLineArguments, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: ProcessMediaChainerConfigFileArguments
    (01) 2014-07-02 10:52:58 Slp: Procssing media configuration file R:\x64\setup\..\DefaultSetup.ini.
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Setting: PID
    (01) 2014-07-02 10:52:58 Slp: New setting source: ConfigFile; previous setting source: NotSpecified
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Completed Action: ProcessMediaChainerConfigFileArguments, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: ProcessChainerConfigFileArguments
    (01) 2014-07-02 10:52:58 Slp: Completed Action: ProcessChainerConfigFileArguments, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: ProcessSlipstreamParameters
    (01) 2014-07-02 10:52:58 Slp: Completed Action: ProcessSlipstreamParameters, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Skipping Action: SetRoleAndUIModeForExpressMedia
    (01) 2014-07-02 10:52:58 Slp: Action is being skipped due to the following restrictions:
    (01) 2014-07-02 10:52:58 Slp: Condition "IsMediaExpress" did not pass as it returned false and true was expected.
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: InitializeRetryHandler
    (01) 2014-07-02 10:52:58 Slp: Completed Action: InitializeRetryHandler, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: ExecuteBootstrapProcessInputSettings
    (01) 2014-07-02 10:52:58 Slp: Workflow to execute: 'BOOTSTRAPPROCESSINPUTSETTINGS'
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: StartSqmSession
    (01) 2014-07-02 10:52:58 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2014-07-02 10:52:58 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
    (01) 2014-07-02 10:52:58 Slp: Sco: Attempting to get registry value CustomerFeedback
    (01) 2014-07-02 10:52:58 Slp: SQM Service: Sqm does not have active session.
    (01) 2014-07-02 10:52:58 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    (01) 2014-07-02 10:52:58 Slp: Completed Action: StartSqmSession, returned True
    (01) 2014-07-02 10:52:58 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:58 Slp: Running Action: ValidateChainerSetting
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : Compute new PID
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : Read lcid 1033 from CultureInfo
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:58 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ValidateChainerSetting, returned True
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Running Action: ProcessFeatureCommandLineArguments
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ProcessFeatureCommandLineArguments, returned True
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Running Action: ProcessMediaFeatureConfigFileArguments
    (01) 2014-07-02 10:52:59 Slp: Procssing media configuration file R:\x64\setup\..\DefaultSetup.ini.
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ProcessMediaFeatureConfigFileArguments, returned True
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Running Action: ProcessFeatureConfigFileArguments
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ProcessFeatureConfigFileArguments, returned True
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Running Action: ValidateSettingsAgainstScenario
    (01) 2014-07-02 10:52:59 Slp: Scenario: RunRules
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Running Action: FinalCalculateSettings
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid is normalizing input pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid
    (01) 2014-07-02 10:52:59 Slp: -- PidInfoProvider : Use cached PID
    (01) 2014-07-02 10:52:59 Slp: Completed Action: FinalCalculateSettings, returned True
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ExecuteBootstrapProcessInputSettings, returned True
    (01) 2014-07-02 10:52:59 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2014-07-02 10:52:59 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:52:59 Slp: Running Action: RunRemoteDiscoveryAction
    (01) 2014-07-02 10:52:59 Slp: Running discovery on local machine
    (01) 2014-07-02 10:53:03 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction" threw an exception during execution.
    (01) 2014-07-02 10:53:03 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747. ---> Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException:
    '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747. ---> System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747.
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32 startPos, Boolean expand, BufferBuilder internalSubsetBuilder, Int32& charCount, EntityType& entityType)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ParseNumericCharRef(Boolean expand, BufferBuilder internalSubsetBuilder, EntityType& entityType)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ParseAttributes()
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ParseElement()
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlTextReaderImpl.ParseElementContent()
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
    (01) 2014-07-02 10:53:03 Slp:    at System.Xml.XmlDocument.Load(XmlReader reader)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument(String xml, XmlSchema schema, String namespacePrefix, String namespaceUri, String rootPath)
    (01) 2014-07-02 10:53:03 Slp:    --- End of inner exception stack trace ---
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument(String xml, XmlSchema schema, String namespacePrefix, String namespaceUri, String rootPath)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument(XmlDocument doc, XmlSchema schema, String namespacePrefix, String namespaceUri, String rootPath)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1 machineNames, String discoveryDocRootPath, String clusterDiscoveryDocRootPath)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction.ExecuteAction(String actionId)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
    (01) 2014-07-02 10:53:03 Slp:    --- End of inner exception stack trace ---
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionWithRetryHelper(WorkflowObject metaDb, ActionKey action, ActionMetadata actionMetadata, TextWriter statusStream)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
    (01) 2014-07-02 10:53:03 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
    (01) 2014-07-02 10:53:03 Slp: Received request to add the following file to Watson reporting: c:\temp\tmpFEEB.tmp
    (01) 2014-07-02 10:53:03 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    (01) 2014-07-02 10:53:03 Slp: Inner exceptions are being indented
    (01) 2014-07-02 10:53:03 Slp:
    (01) 2014-07-02 10:53:03 Slp: Exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
    (01) 2014-07-02 10:53:03 Slp:     Message:
    (01) 2014-07-02 10:53:03 Slp:         '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747.
    (01) 2014-07-02 10:53:03 Slp:     HResult : 0x84b10001
    (01) 2014-07-02 10:53:03 Slp:         FacilityCode : 1201 (4b1)
    (01) 2014-07-02 10:53:03 Slp:         ErrorCode : 1 (0001)
    (01) 2014-07-02 10:53:03 Slp:     Stack:
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument(String xml, XmlSchema schema, String namespacePrefix, String namespaceUri, String rootPath)
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument(XmlDocument doc, XmlSchema schema, String namespacePrefix, String namespaceUri, String rootPath)
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1 machineNames, String discoveryDocRootPath, String clusterDiscoveryDocRootPath)
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction.ExecuteAction(String actionId)
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
    (01) 2014-07-02 10:53:03 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
    (01) 2014-07-02 10:53:03 Slp:     Inner exception type: System.Xml.XmlException
    (01) 2014-07-02 10:53:03 Slp:         Message:
    (01) 2014-07-02 10:53:03 Slp:                 '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747.
    (01) 2014-07-02 10:53:03 Slp:         HResult : 0x80131940
    (01) 2014-07-02 10:53:03 Slp:         Stack:
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32 startPos, Boolean expand, BufferBuilder internalSubsetBuilder, Int32&
    charCount, EntityType& entityType)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ParseNumericCharRef(Boolean expand, BufferBuilder internalSubsetBuilder, EntityType& entityType)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ParseAttributes()
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ParseElement()
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlTextReaderImpl.ParseElementContent()
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
    (01) 2014-07-02 10:53:03 Slp:                 at System.Xml.XmlDocument.Load(XmlReader reader)
    (01) 2014-07-02 10:53:03 Slp:                 at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument(String xml, XmlSchema schema, String namespacePrefix,
    String namespaceUri, String rootPath)
    (01) 2014-07-02 10:53:08 Slp: Watson Bucket 2
     Original Parameter Values
    (01) 2014-07-02 10:53:08 Slp: Parameter 0 : SQL Server
    2014@RTM@
    (01) 2014-07-02 10:53:08 Slp: Parameter 1 : Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.LoadXmlDocument
    (01) 2014-07-02 10:53:08 Slp: Parameter 2 : System.Xml.XmlTextReaderImpl.Throw
    (01) 2014-07-02 10:53:08 Slp: Parameter 3 :
    Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException@1201@1
    (01) 2014-07-02 10:53:08 Slp: Parameter 4 :
    System.Xml.XmlException@-2146232000
    (01) 2014-07-02 10:53:08 Slp: Parameter 5 : RunRemoteDiscoveryAction
    (01) 2014-07-02 10:53:08 Slp:
     Final Parameter Values
    (01) 2014-07-02 10:53:08 Slp: Parameter 0 : SQL Server
    2014@RTM@
    (01) 2014-07-02 10:53:08 Slp: Parameter 1 : 0xDBE3EAAC
    (01) 2014-07-02 10:53:08 Slp: Parameter 2 : 0x066FCAFD
    (01) 2014-07-02 10:53:08 Slp: Parameter 3 :
    0xDF039760@1201@1
    (01) 2014-07-02 10:53:08 Slp: Parameter 4 : 0x5539C151
    (01) 2014-07-02 10:53:08 Slp: Parameter 5 : RunRemoteDiscoveryAction
    (01) 2014-07-02 10:53:09 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140702_105236\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
    (01) 2014-07-02 10:53:09 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140702_105236\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    (01) 2014-07-02 10:53:09 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140702_105236\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
    (01) 2014-07-02 10:53:09 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140702_105236\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft SQL Server.reg_
    (01) 2014-07-02 10:53:09 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140702_105236\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    (01) 2014-07-02 10:53:09 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140702_105236\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
    (01) 2014-07-02 10:53:10 Slp: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 231747.
    (01) 2014-07-02 10:53:10 Slp: Watson bucket for exception based failure has been created
    (01) 2014-07-02 10:53:10 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2014-07-02 10:53:10 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
    (01) 2014-07-02 10:53:10 Slp: Sco: Attempting to get registry value EnableErrorReporting
    (01) 2014-07-02 10:53:10 Slp: WER: Successfully read app consent from registry Software\Microsoft\Microsoft SQL Server\120\EnableErrorReporting=.
    (01) 2014-07-02 10:53:10 Slp: WER: Application level consent value '' was mapped to consent status 'WerConsentNotAsked'
    (01) 2014-07-02 10:53:12 Slp: WER: Result of the submission:: 'WerReportCancelled'
    (01) 2014-07-02 10:53:12 Slp: WER: Submitted 1 of 1 failures to the Watson data repository
    (01) 2014-07-02 10:53:12 Slp:
    (01) 2014-07-02 10:53:12 Slp: ----------------------------------------------------------------------
    (01) 2014-07-02 10:53:12 Slp:
    (01) 2014-07-02 10:53:12 Slp: Error result: -2068774911
    (01) 2014-07-02 10:53:12 Slp: Result facility code: 1201
    (01) 2014-07-02 10:53:12 Slp: Result error code: 1
    (01) 2014-07-02 10:53:12 Slp: SQM Service: Sqm does not have active session.
    /* Don Reynolds */

  • 11g Install Failure, Listener Error.

    11g Install Failure, Listener.
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    I am attempting to install 11g, 11.1.0 onto a stand alone box which has Windows XP SP2 as the OS.
    The box is at present not networked and as is not on a domain. The computer name is homedb.
    I have installed the loopback adapter on 10.10.10.10 and updated my hosts file, the computer can resolve this to the computer name and vice versa.
    Upon installing 11g and the starter database, the install continues normally, succeeding with the Oracle Net Configuration Assistant. However when the Oracle Database Configuration Assistant is run, 89% of the way through an error is thrown as follows:
    Enterprise manager configuration failed due to the following error -
    Listener is not up. Start the listener and run EM configuration again.
    Refer to the log file at C:\Oracle\cfgtoollogs\dbca\emConfig. Log for more details.
    You can retry configuring this database with Enterprise Manager later by manually running C:\Oracle\product\11.1.0\db_1\bin\emca script.
    When I click ok on the error message the install completes as normal.
    I can TNSPING orcl which results in the following:
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 20-JAN-2
    008 12:36:33
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(
    PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (20 msec)
    I can connect to the database using sqlplus sys/password as sysdba but when I try to connect using
    sqlplus sys@orcl and typing in the password I get the following error:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    This is also the error I get when using sql developer to connect to the db.
    The extract from the log file mentioned above is as follows:
    20-Jan-2008 12:14:09 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    20-Jan-2008 12:14:09 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1771)
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2708)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
    Refer to the log file at C:\oracle\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Listener is not up. Start the Listener and run EM Configuration Assistant again .
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2715)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\oracle\product\11.1.0\db_1\oui
    My listener, tnsnames and sqlnet are as follows:
    listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(PORT = 1521))
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    tnsnames.ora:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    When logged into the database a SHOW PARAMETER SERVICE results in a service of orcl
    Running the command: lsnrctl service, results in the following:
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 20-JAN-2008 12:46
    :52
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    The listener supports no services
    The command completed successfully.
    Running lsnrctl status results in the following:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 20-JAN-2008 12:09:10
    Uptime 0 days 0 hr. 40 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\11.1.0\db_1\network\admin\listener.o
    ra
    Listener Log File c:\oracle\diag\tnslsnr\homedb\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=homedb)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    I have re run the db configuration again but it would not start because apparently there was no listener, running the Net Configuration Assistant makes no difference.
    All firewalls and anti virus software have been disabled for the purposes of this install.
    Do I need to manually register the listener with the database, if so how do I go about doing this?
    I have installed 10g on a standalone box before with no trouble, what have I missed here?, any help greatly appreciated.

    To answer my own question I fixed this by issuing the command
    netsh winsocks reset
    Winsocks deals with windows networking and can become corrupt through installs of software, virus cleaning, etc.
    Hope that helps,
    Adam

Maybe you are looking for

  • Material issued towards vendor

    Hi 1.Stores material issued towards vendor which can be deducted from his invoice. 2.Vendor involves in a activity/work        Eg. Construction 3. Cement bag cost should be bare by vendor, but he avails it from stores, which can be settled against hi

  • Best display profile for video editing

    Among the choices you see under Display Profile on a Mac, what is considered "best" choice for video editing, so that you can assess color, exposure, etc. in your footage as you edit? I have always used Adobe RGB (1998), but realize that I have no kn

  • In Sales doc.,Shiping Point need to change automatically by changing itemca

    Hi,    I need a quick help from  you all... In a sales order,For a specific line item...while changing the Item category the respecitive shiping point has to change automatically. Could you please suggest any approach of solving through standard....

  • COLLECTING OBJECTS TO A REQUEST

    Hi Friends, I have a problem transporting my GENERIC EXTRACTOR BASED ON A FM . I BUILT A REMOTECUBE ON IT. I HAVE WEB QUERIES BUILT ON IT. I AM TRYING TO TRANSPORT AGAIN AFTER MY PREVIOUS RELEASED REQUEST DONE WITH WARNINGS. PLEASE HELP ME HOW TO COL

  • Images loaded in iMovie turn pixelated...

    I  am trying to create a slideshow using iMovie, but my images all turn out pixelated. I have tried high and low res files, as well as 1920x1080 px files but to no avail. What gives?