Configuration system failed to initialize

Getting error when I try to install an excel addin that I have published.
Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
To publish the addin I  use the publish option on the build menu of VS2013.
Specify the location to publish this application:  F:\publish   where F: is a USB drive.
What is the default installation path on end user computers:  From a CD-ROM or DVD-ROM
Then I take the USB drive to another PC, double click on setup.exe in the USB drive and get the "configuration system failed to initialize" error.  I copy the entire publish directory to the C: drive of the target system and get the same error.
What am I doing wrong? 
thanks,

Hi Steve,
>>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
#Customization could not be loaded because the application domain could not be created.
https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
Best Regards,
Edward
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.
Click HERE to participate the survey.

Similar Messages

  • "Configuration system failed to initialize" when trying to connect FM12 to Sharepoint

    Adding a connection to Sharepoint using the FM12 CMS Connection Manager is failing with the error "Configuration system failed to initialize".  I can access all the sites and libraries in Sharepoint perfectly from IE on the same PC, but no matter what I try in the FM12 Connection Manager I get the above mentioned error.  The PC (which is actually a VM) is running Windows Server  2008 R2 (x64 with heaps of RAM and HDD free) with all updates applied.  FM12 is installed as part of Technical Comms Suite 5 subscription.
    Does anyone have any ideas what may be causing this (or what it even means) and how I can fix it?

    Hi Steve,
    >>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
    #Customization could not be loaded because the application domain could not be created.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
    If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
    publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
    Best Regards,
    Edward
    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.
    Click HERE to participate the survey.

  • Pop-up 'Another instance is running. Configuration system failed to initialize.'

    Hello - my system kept 'freezing' when a pop-up saying, ' Silverlight Plug-in has crashed' with options to repair or close. No matter what I did, t happened several times an hour, as well as the page and pointer freezing just as frequently. Often the only solution was to turn off the computer with the on/off button. Someone at work told me to delete the plug-in and I did and the problem stopped for a few days. Now, the plug-in has reappeared on the notebook, but less frequently, and the a/n pop-up comes on when I start the notebook. I suspect this action is related to what I unsuccessfully deleted. My screen and pointer are freezing less often. I appreciate opinions on how to correct this darned annoying problem.

    Hi Steve,
    >>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
    #Customization could not be loaded because the application domain could not be created.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
    If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
    publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
    Best Regards,
    Edward
    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.
    Click HERE to participate the survey.

  • The error "configuration system failed to initialize" occurred

    Hi
    When I converted and built the solution file that was developed by Visual Studio .net 2003 using Visual Studio 2005, the application program was abnormal-ended at the following step:
    m_TCPChannel = New System.Runtime.Remoting.Channels.Tcp.TcpChannel(tcp_properties, Nothing, Nothing)
    The error message was "configration system failed to initialize".  The Exception.ToString said that the root <configuration> tag was not included in the configuration file. Therefore, I changed <configopt> tag to <configuration>
    tag in the app.config file of the target project, and then executed again. Next time, the application program was abnormal-ended by the unrecognized section <xs:schema>. Therefore, I changed the app.config file to the simple one (only <configuration>
    and </configuration> tags), and then executed again. The error didn't occur. I guess that it's caused by configuration settings. Please advise.
    app.config file:
    <?xml version="1.0" standalone="yes"?>
    <configopt>
    <xs:schema id="configopt" xmlns="" xmlns:xs="URLリンク" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="configopt" msdata:IsDataSet="true" msdata:Locale="en-AU">
    <xs:complexType>
    <xs:choice maxOccurs="unbounded">
    <xs:element name="Environment">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0" />
    <xs:element name="System" type="xs:string" minOccurs="0" />
    <xs:element name="DataLibrary" type="xs:string" minOccurs="0" />
    <xs:element name="Default" type="xs:boolean" minOccurs="0" />
    <xs:element name="UserId" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <Environment>
    <Name>Test</Name>
    <System>XXXX.COM</System>
    <DataLibrary>XXXTEST</DataLibrary>
    <Default>false</Default>
    <UserId></UserId>
    </Environment>
    <Environment>
    <Name>Production</Name>
    <System>XXXXX.COM</System>
    <DataLibrary>XXXPROD</DataLibrary>
    <Default>true</Default>
    <UserId />
    </Environment>
    </configopt>

    Hi,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Since your issue occurred on the converted project from VS .net 2003 to VS2005, and VS2005 is out of
    our mainstream support , I suggest that you should consult on some development forums to check whether they will to provide some suggestions or
    submit a support ticket to below site,
    https://support.microsoft.com/oas/default.aspx?Gprid=1117&st=1&wfxredirect=1&sd=gn&wfxredirect=1
    Thank you for your understanding.
    Best regards,
    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.
    Click
    HERE to participate the survey.

  • Failed to configure schema record store. Failed to initialize record stores

    hi guys,
    i am creating endeca app using depolyment template module.
    While runnig intilalise_services.bat , i am facing this issue....
    Can anybody tel me the solution?
    Creating fresh record stores:
    Successfully created component: Discover_en_schema
    Successfully created component: Discover_en_dimvals
    Successfully created component: Discover_en_prules
    Successfully created component: Discover_en_data
    ==================================================
    Deploying rs configs:
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <HTML><HEAD><TITLE>Direc
    <H1>Directory: /Discover_en_schema/</H1>
    <TABLE BORDER=0>
    <TR><TD>WEB-INF/ </TD><TD ALIGN=right>0 bytes </TD><TD>Jan 17, 2013 11:50:08 AM</TD></TR></TABLE>
    </BODY></HTML>
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:156)
    at $Proxy53.setConfiguration(Unknown Source)
    at com.endeca.itl.recordstore.cmd.task.SetConfigurationTask.process(SetConfigurationTask.java:30)
    at com.endeca.itl.cmd.BaseCmd.run(BaseCmd.java:412)
    at com.endeca.itl.recordstore.cmd.RecordStoreCmd.main(RecordStoreCmd.java:111)
    Caused by: org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <HTML><HEAD><TITLE>Directory: /Discover_en_s
    <H1>Directory: /Discover_en_schema/</H1>
    <TABLE BORDER=0>
    <TR><TD>WEB-INF/ </TD><TD ALIGN=right>0 bytes </TD><TD>Jan 17, 2013 11:50:08 AM</TD></TR></TABLE>
    </BODY></HTML>
    at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:79)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:797)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1618)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1491)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1399)
    at org.apache.cxf.io.AbstractWrappedOutputStream.close(AbstractWrappedOutputStream.java:72)
    at org.apache.cxf.io.AbstractThresholdOutputStream.close(AbstractThresholdOutputStream.java:102)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:646)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:533)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:463)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:366)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:319)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:88)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134)
    ... 4 more
    Failed to configure schema record store.
    Failed to initialize record stores.

    This is related to the Oracle Endeca Commerce product. You should try your post in that forum.
    Technical Questions

  • SolMan 4.0 Install fails at Configure System Landscape Directory

    Hi
    We are installing Solution Manager 4.0 on AIX 5.2 and DB2 8.2.4. At step 56 (Configure System Landscape Directory phase) the install fails with the following error:
    TYPE=A<BR>STATE=503<BR>INFO_SHORT=Error connecting to
    http://sapibm7:50100/ctc/ConfigServlet?param=com.sap.ctc.util.SLDConfig;IMPORT_SLD_CONTENT;FILENAME=/usr/sap/SOL/SYS/global/sld/model/CR_Content.zip,HOST=sapibm7,PORT=50100,SLDUSER=J2EE_ADMIN,SLDPASSWORD=des19(92|18|146|163|51|195|178|104|235|). The provided user data might be incorrect or user might be locked. <BR>CONFIGURATION=
    The user J2EE_ADMIN can logon to via the gui to client 001 without errors.
    Any help would be appreciated.
    Thanks
    Sam

    Hi Sam,
    Seems this is a typical problem with SAP J2EE /AddIn Installations (I had this often!!). The user is created in the J2EE user store but because his password is initial, the J2EE engine would not let him in. As I remember the installation tries to log on with user SLDDSUSER (or so, something with SLD...), so log on on to the J2EE Engine with this user (e.g http://<hostname>:<port>/useradmin) and you will be prompted to that your password is initial (also do this with user J2EE_ADMIN, always good idea to see that J2EE Engine works correctly). In most cases the configuration of the SLD will continue.
    If this doesn't work, cancel the installation and configure the SLD manually (is no problem, because at that point of the installation procedure, the system is fully installed, except the SLD configuration).
    Hopes this helps.
    Regards
    Daniel

  • [NEVERMIND WRONG PROBLEM] "Configuring System Clock FAIL"

    I'm getting this error in the messages at bootup:
    "Configuring System Clcok     FAIL"
    It just started in the last week. I've never seen this before. I tried setting "USEDIRECTISA" to "yes" in rc.conf, but this didn't help. I'm not sure what else to do or why this problem suddenly appeared after never having it before.
    I'm using Arch64 on a ThinkPad T61.
    Thanks.
    [Edit: Oops, I misread which message said "FAIL" next to it. It's actually the "Activating Swap" step that's failing. Now to figure that out.]
    Last edited by cb474 (2009-09-07 05:13:36)

    msx wrote:
    Here it is, thanks for your interest:
    http://aur.pastebin.com/ZSSHE5fU
    Glad to do anything I can to help.
    I believe it's a problem with the initscripts:
    [2010-07-11 19:29] upgraded initscripts (2010.06-2 -> 2010.07-1)
    Could anyone else confirm this?
    Last edited by itsbrad212 (2010-08-24 06:19:28)

  • Cs6 windows 8 after system refresh....installer fails to initialize

    hi i was using adobe cs6 suite on my toshiba windows 8 machine. i had a problem and refresh my pc.during the process, windows removed all my apps. after the refreshing, i am trying to install back my cs6 suite but anytime i try install i get this error that.."installer failed to initialize" i downloaded adobe support adviser and it said there was a bootstrapper error ans also a restart wass pending. i restarted several times even after a windows update. the proble still persistsplease can somebody help me

    Moved to CS forum.

  • System failed after install essbase client on 11.1.2.3

    I have done a install and config of 11.1.2.3 for essbase and planning
    after completion I run the diagnostics green light all the way
    i install the EAS Client Restart the server  and then everything fails
    Diagnostics
    Generated on 08/31/2013 00:51 AM
    Validation run on NextLevelServer
    Build version: 11.1.2.3.0.8719
    EPM System Diagnostics info: 11.1.2.3.0 drop 27 build 8414-on-03/21/2013 10:40 AM
    OS name: Windows Server 2008 R2
    OS version: 6.1
    EPM System Instance location: C:\Oracle\Middleware\user_projects\epmsystem1
    Test Status Service Test Description Duration
    Hyperion Foundation
    FAILED Audit Validating that Audit has been initialized
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    4 seconds
    FAILED CES Validating that CES has been initialized
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    4 seconds
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Web Server: Pending
    Configure Database: Pending
    Configure: Pending
    Configure Common Settings: Pending
    Configure Oracle Configuration Manager: Pending
    0 seconds
    FAILED CSS Validating that CSS has been initialized
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    4 seconds
    FAILED EXT: External Authentication Checker execution failed.
    Error: EPMCSS-00000: Failed to process request. Internal server error. Refer EPM Shared Services Security log file for related errors.
    Recommended Action: Refer to the validation logs for exception details.
    8 seconds
    FAILED HUB Validating that HUB has been initialized
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    4 seconds
    PASSED WEB: Permissions All HIT entries are present in system-jazn-data.xml
    0 seconds
    FAILED LCM Validating that LCM has been initialized
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    4 seconds
    FAILED Single Sign-On Checker execution failed.
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    2 seconds
    FAILED LNK: Registry Checking that all components in the registry have a link to host
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    0 seconds
    PASSED CFG: Environment Checking whether system path variable length exceeds 2,000
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component SHARED_SERVICES_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    FAILED Registry Validating that Registry has been initialized
    Error: Checker execution failed.
    Recommended Action: Refer to the validation logs for exception details.
    4 seconds
    EPM System Registry
    Essbase / Essbase
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Essbase Server: Pending
    Register with Shared Services: Pending
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Essbase / Essbase Administration Services
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Database: Pending
    Register with Shared Services: Pending
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_ADMINISTRATION_SERVICES_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Essbase / Essbase Integration Services
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Essbase Integration Services: Pending
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_INTEGRATION_SERVER_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Essbase / Essbase Studio
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Database: Pending
    Register with Shared Services: Pending
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_STUDIO_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Essbase / Provider Services
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component ESSBASE_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Foundation / Calculation Manager
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Database: Pending
    Register with Shared Services: Pending
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component CALC_MANAGER_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Foundation / Performance Management Architect
    FAILED AppMgrLoadAdf Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_35/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
    Error: AppMgrLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.
    Recommended Action: Make sure external checker is working.
    11 seconds
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Create EPMA Virtual Directory: Pending
    Configure Database: Pending
    Register with Shared Services: Pending
    Configure: Pending
    0 seconds
    FAILED DimEditorLoadAdf Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_35/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.DimEditorLoadAdf
    Error: DimEditorLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.
    Recommended Action: Make sure external checker is working.
    12 seconds
    FAILED EnumApplications Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_35/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumApplications
    Error: EnumApplications failed on initialization. Please check all registry information is valid and that HSS is running.
    Recommended Action: Make sure external checker is working.
    11 seconds
    FAILED EnumDataSyncs Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_35/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumDataSyncs
    Error: EnumDataSyncs failed on initialization. Please check all registry information is valid and that HSS is running.
    Recommended Action: Make sure external checker is working.
    11 seconds
    FAILED EnumDimensions Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_35/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.EnumDimensions
    Error: EnumDimensions failed on initialization. Please check all registry information is valid and that HSS is running.
    Recommended Action: Make sure external checker is working.
    11 seconds
    FAILED PMAJ: EPMA Service Validating whether jobmanager service is available.
    Error: EPMVLD-01006: The EPMA service is not available. Check the log files for details.
    Recommended Action: Check that the server is running.
    0 seconds
    FAILED DSC: EPMA DimensionServer Server Configuration Validating EPMA Dimension Server hyperion-bpma-server startup... Failed...
    Error: Dimension server was not found in Shared Services Registry.
    Recommended Action: Check application is started.
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component EPMA_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Foundation / Workspace
    PASSED CFG: Configuration Validating that configuration tasks have been completed
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component WORKSPACE was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    PASSED REG: Registry All links are present in the registry.
    0 seconds
    Planning
    WARNING CFG: Configuration Validating that configuration tasks have been completed
    EPMVLD-01004: The following configuration tasks have not been completed:
    Configure Database: Pending
    Register with Shared Services: Pending
    Configure: Pending
    0 seconds
    FAILED REG: Configuration Checking if product has only one product node in registry.
    Error: Component PLANNING_PRODUCT was not found in the registry.
    Recommended Action: Try to re-config product.
    0 seconds
    Test start time: 08/31/2013 00:49 AM
    Test end time: 08/31/2013 00:51 AM
    Total test duration: 102 seconds
    Please advise
    this is the second time this has happen

    What I am doing is again running the Start EPM system from Foundation services
    and then I will check to see if the service are up
    Thanks I try that
    Restarted the epmsystem
    but the Oracle database is down
    have to find out how to start
    database error
    Database Instance: Hyperion
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below. Page Refreshed  Aug 31, 2013 2:19:45 AM EDT  
    Database Instance
    Host  localhost
    Port  1521
    SID  Hyperion
    Oracle Home  C:\app\Administrator\product\11.2.0\dbhome_1
    Listener
    Status  Down
    Host  localhost
    Port  1521
    Name  LISTENER
    Oracle Home  C:\app\Administrator\product\11.2.0\dbhome_1
    Location  C:\app\Administrator\product\11.2.0\dbhome_1\network\admin
    Details  TNS-12541: TNS:no listener 
    Agent Connection to Instance
    Status  Failed
    Details  ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach)
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Aug 31 02:50:09 2013
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> SQL> ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_HYPERION'
    Disconnected
    i went to server server and start the oracle listener
    but the database will not start up
    Please advise

  • [Closed]Bumblebee - Failed to initialize the NVIDIA GPU

    Hi,
    I'am having trouble with bumblebee. When i ran
    optirun glxgears -info
    I get the following error,
    [ 66.574]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 66.574] X Protocol Version 11, Revision 0
    [ 66.574] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 66.574] Current Operating System: Linux archlinux 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 66.574] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2136b55a-3c0b-4a13-a536-86d195e15fa8 ro
    [ 66.574] Build Date: 01 July 2013 10:48:42AM
    [ 66.574]
    [ 66.574] Current version of pixman: 0.30.0
    [ 66.574] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 66.574] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 66.574] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Jul 30 19:25:29 2013
    [ 66.589] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 66.589] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 66.607] (==) ServerLayout "Layout0"
    [ 66.607] (==) No screen section available. Using defaults.
    [ 66.607] (**) |-->Screen "Default Screen Section" (0)
    [ 66.607] (**) | |-->Monitor "<default monitor>"
    [ 66.607] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 66.607] (**) | |-->Device "DiscreteNvidia"
    [ 66.607] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 66.607] (**) Option "AutoAddDevices" "false"
    [ 66.607] (**) Option "AutoAddGPU" "false"
    [ 66.607] (**) Not automatically adding devices
    [ 66.607] (==) Automatically enabling devices
    [ 66.607] (**) Not automatically adding GPU devices
    [ 66.607] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 66.607] Entry deleted from font path.
    [ 66.607] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 66.607] Entry deleted from font path.
    [ 66.607] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 66.607] Entry deleted from font path.
    [ 66.607] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 66.607] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 66.607] Entry deleted from font path.
    [ 66.607] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 66.607] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 66.607] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 66.607] (==) |-->Input Device "<default pointer>"
    [ 66.607] (==) |-->Input Device "<default keyboard>"
    [ 66.607] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 66.607] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 66.607] (II) Loader magic: 0x7fdc20
    [ 66.607] (II) Module ABI versions:
    [ 66.607] X.Org ANSI C Emulation: 0.4
    [ 66.607] X.Org Video Driver: 14.1
    [ 66.607] X.Org XInput driver : 19.1
    [ 66.607] X.Org Server Extension : 7.0
    [ 66.607] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 66.608] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 66.608] setversion 1.4 failed
    [ 66.609] (--) PCI:*(0:1:0:0) 10de:0fd4:1462:10d7 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 66.609] Initializing built-in extension Generic Event Extension
    [ 66.609] Initializing built-in extension SHAPE
    [ 66.609] Initializing built-in extension MIT-SHM
    [ 66.609] Initializing built-in extension XInputExtension
    [ 66.609] Initializing built-in extension XTEST
    [ 66.609] Initializing built-in extension BIG-REQUESTS
    [ 66.609] Initializing built-in extension SYNC
    [ 66.609] Initializing built-in extension XKEYBOARD
    [ 66.609] Initializing built-in extension XC-MISC
    [ 66.609] Initializing built-in extension SECURITY
    [ 66.609] Initializing built-in extension XINERAMA
    [ 66.609] Initializing built-in extension XFIXES
    [ 66.609] Initializing built-in extension RENDER
    [ 66.609] Initializing built-in extension RANDR
    [ 66.609] Initializing built-in extension COMPOSITE
    [ 66.609] Initializing built-in extension DAMAGE
    [ 66.609] Initializing built-in extension MIT-SCREEN-SAVER
    [ 66.609] Initializing built-in extension DOUBLE-BUFFER
    [ 66.609] Initializing built-in extension RECORD
    [ 66.609] Initializing built-in extension DPMS
    [ 66.609] Initializing built-in extension X-Resource
    [ 66.609] Initializing built-in extension XVideo
    [ 66.609] Initializing built-in extension XVideo-MotionCompensation
    [ 66.609] Initializing built-in extension XFree86-VidModeExtension
    [ 66.609] Initializing built-in extension XFree86-DGA
    [ 66.609] Initializing built-in extension XFree86-DRI
    [ 66.609] Initializing built-in extension DRI2
    [ 66.609] (II) LoadModule: "glx"
    [ 66.622] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 67.248] (II) Module glx: vendor="NVIDIA Corporation"
    [ 67.248] compiled for 4.0.2, module version = 1.0.0
    [ 67.248] Module class: X.Org Server Extension
    [ 67.248] (II) NVIDIA GLX Module 319.32 Wed Jun 19 14:55:38 PDT 2013
    [ 67.257] Loading extension GLX
    [ 67.257] (II) LoadModule: "nvidia"
    [ 67.258] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 67.346] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 67.346] compiled for 4.0.2, module version = 1.0.0
    [ 67.346] Module class: X.Org Video Driver
    [ 67.354] (II) LoadModule: "mouse"
    [ 67.354] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 67.357] (II) Module mouse: vendor="X.Org Foundation"
    [ 67.357] compiled for 1.14.0, module version = 1.9.0
    [ 67.357] Module class: X.Org XInput Driver
    [ 67.357] ABI class: X.Org XInput driver, version 19.1
    [ 67.357] (II) LoadModule: "kbd"
    [ 67.358] (WW) Warning, couldn't open module kbd
    [ 67.358] (II) UnloadModule: "kbd"
    [ 67.358] (II) Unloading kbd
    [ 67.358] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 67.358] (II) NVIDIA dlloader X Driver 319.32 Wed Jun 19 14:34:12 PDT 2013
    [ 67.358] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 67.359] (--) using VT number 7
    [ 67.367] (II) Loading sub module "fb"
    [ 67.367] (II) LoadModule: "fb"
    [ 67.367] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 67.367] (II) Module fb: vendor="X.Org Foundation"
    [ 67.368] compiled for 1.14.2, module version = 1.0.0
    [ 67.368] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.368] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 67.368] (II) Loading sub module "wfb"
    [ 67.368] (II) LoadModule: "wfb"
    [ 67.368] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 67.376] (II) Module wfb: vendor="X.Org Foundation"
    [ 67.376] compiled for 1.14.2, module version = 1.0.0
    [ 67.377] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.377] (II) Loading sub module "shadow"
    [ 67.377] (II) LoadModule: "shadow"
    [ 67.377] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 67.377] (II) Module shadow: vendor="X.Org Foundation"
    [ 67.377] compiled for 1.14.2, module version = 1.1.0
    [ 67.377] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 67.377] (II) Loading sub module "ramdac"
    [ 67.377] (II) LoadModule: "ramdac"
    [ 67.377] (II) Module "ramdac" already built-in
    [ 67.378] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 67.378] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 67.378] (==) NVIDIA(0): RGB weight 888
    [ 67.378] (==) NVIDIA(0): Default visual is TrueColor
    [ 67.378] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 67.378] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 67.378] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 67.379] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 67.379] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 67.379] (**) NVIDIA(0): Enabling 2D acceleration
    [ 67.379] (**) NVIDIA(0): Ignoring EDIDs
    [ 67.379] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 67.379] (**) NVIDIA(0): mode
    [ 72.511] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 72.511] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 72.511] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 72.511] (EE) NVIDIA(0): README for additional information.
    [ 72.511] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 72.511] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 72.512] (II) UnloadModule: "nvidia"
    [ 72.512] (II) UnloadSubModule: "shadow"
    [ 72.512] (II) UnloadSubModule: "wfb"
    [ 72.512] (II) UnloadSubModule: "fb"
    [ 72.512] (EE) Screen(s) found, but none have a usable configuration.
    [ 72.512] (EE)
    Fatal server error:
    [ 72.512] (EE) no screens found(EE)
    [ 72.512] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 72.512] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 72.512] (EE)
    [ 72.512] (EE) Server terminated with error (1). Closing log file.
    This is /etc/bumblebee/bumblebee.conf file;
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    In addition
    dmesg | grep nvidia
    does not return anything and
    modprobe nvidia
    returns
    modprobe: ERROR: could not insert 'nvidia': No such device
    There is no /etc/X11/xorg.conf file.
    Last edited by Selo (2013-07-30 19:41:25)

    Hello, I also I have that problem.
    $primusrun glxgears
    primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
    $grep -Fn '(EE' /var/log/Xorg.8.log
    15: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    105:[ 875.659] (EE) Failed to load module "mouse" (module does not exist, 0)
    110:[ 875.659] (EE) Failed to load module "kbd" (module does not exist, 0)
    153:[ 880.312] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    154:[ 880.312] (EE) NVIDIA(0): check your system's kernel log for additional error
    155:[ 880.312] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    156:[ 880.312] (EE) NVIDIA(0): README for additional information.
    157:[ 880.312] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    158:[ 880.312] (EE) NVIDIA(0): Failing initialization of X screen 0
    163:[ 880.312] (EE) Screen(s) found, but none have a usable configuration.
    164:[ 880.312] (EE)
    166:[ 880.312] (EE) no screens found(EE)
    167:[ 880.312] (EE)
    171:[ 880.312] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    172:[ 880.313] (EE)
    173:[ 880.313] (EE) Server terminated with error (1). Closing log file.

  • [Solved] Failed to initialize the NVIDIA kernel module

    Hi all,
    I've just made the jump to arch and have a fresh install. I'm having trouble getting the nvidia drivers to work. I am currently using the nouveau drivers without issue.
    The method I am using - after much trial - is:
    - uninstall nouveau and mesa lib
    - install nvidia package
    - remove nouveau module entry in mkinitcpio.conf
    - run `mkinitcpio -p linux`
    - edit .conf in xorg.conf.d with minimal required settings. Currently:
    Section "Device"
    Identifier "device0"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    I have installed the linux-headers package and tried reinstalling nvidia again
    Card:
    01:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1)
    Kernel:
    3.12.6-1-ARCH
    My Xorg.0.log looks like:
    [ 3.979]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 3.979] X Protocol Version 11, Revision 0
    [ 3.979] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 3.979] Current Operating System: Linux arch.tempera 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [ 3.979] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    [ 3.979] Build Date: 13 December 2013 03:11:42PM
    [ 3.979]
    [ 3.979] Current version of pixman: 0.32.4
    [ 3.979] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 3.979] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.979] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 4 21:29:46 2014
    [ 3.980] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.980] (==) No Layout section. Using the first Screen section.
    [ 3.980] (==) No screen section available. Using defaults.
    [ 3.980] (**) |-->Screen "Default Screen Section" (0)
    [ 3.980] (**) | |-->Monitor "<default monitor>"
    [ 3.981] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 3.981] (**) | |-->Device "device0"
    [ 3.981] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3.981] (==) Automatically adding devices
    [ 3.981] (==) Automatically enabling devices
    [ 3.981] (==) Automatically adding GPU devices
    [ 3.984] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3.984] Entry deleted from font path.
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.984] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 3.984] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.984] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.984] (II) Loader magic: 0x7fec20
    [ 3.984] (II) Module ABI versions:
    [ 3.984] X.Org ANSI C Emulation: 0.4
    [ 3.984] X.Org Video Driver: 14.1
    [ 3.984] X.Org XInput driver : 19.1
    [ 3.984] X.Org Server Extension : 7.0
    [ 3.985] (--) PCI:*(0:1:0:0) 10de:0dc4:19da:1184 rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 3.986] Initializing built-in extension Generic Event Extension
    [ 3.986] Initializing built-in extension SHAPE
    [ 3.986] Initializing built-in extension MIT-SHM
    [ 3.986] Initializing built-in extension XInputExtension
    [ 3.986] Initializing built-in extension XTEST
    [ 3.986] Initializing built-in extension BIG-REQUESTS
    [ 3.986] Initializing built-in extension SYNC
    [ 3.986] Initializing built-in extension XKEYBOARD
    [ 3.986] Initializing built-in extension XC-MISC
    [ 3.986] Initializing built-in extension SECURITY
    [ 3.986] Initializing built-in extension XINERAMA
    [ 3.986] Initializing built-in extension XFIXES
    [ 3.986] Initializing built-in extension RENDER
    [ 3.986] Initializing built-in extension RANDR
    [ 3.986] Initializing built-in extension COMPOSITE
    [ 3.986] Initializing built-in extension DAMAGE
    [ 3.986] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3.986] Initializing built-in extension DOUBLE-BUFFER
    [ 3.986] Initializing built-in extension RECORD
    [ 3.986] Initializing built-in extension DPMS
    [ 3.986] Initializing built-in extension X-Resource
    [ 3.986] Initializing built-in extension XVideo
    [ 3.986] Initializing built-in extension XVideo-MotionCompensation
    [ 3.986] Initializing built-in extension XFree86-VidModeExtension
    [ 3.986] Initializing built-in extension XFree86-DGA
    [ 3.986] Initializing built-in extension XFree86-DRI
    [ 3.986] Initializing built-in extension DRI2
    [ 3.986] (II) LoadModule: "glx"
    [ 3.989] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4.075] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4.075] compiled for 4.0.2, module version = 1.0.0
    [ 4.075] Module class: X.Org Server Extension
    [ 4.075] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 4.076] Loading extension GLX
    [ 4.076] (II) LoadModule: "nvidia"
    [ 4.076] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4.082] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4.082] compiled for 4.0.2, module version = 1.0.0
    [ 4.082] Module class: X.Org Video Driver
    [ 4.083] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 4.083] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4.083] (++) using VT number 7
    [ 4.090] (II) Loading sub module "fb"
    [ 4.090] (II) LoadModule: "fb"
    [ 4.090] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4.091] (II) Module fb: vendor="X.Org Foundation"
    [ 4.091] compiled for 1.14.5, module version = 1.0.0
    [ 4.091] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.091] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 4.091] (II) Loading sub module "wfb"
    [ 4.091] (II) LoadModule: "wfb"
    [ 4.091] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4.092] (II) Module wfb: vendor="X.Org Foundation"
    [ 4.092] compiled for 1.14.5, module version = 1.0.0
    [ 4.092] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.092] (II) Loading sub module "ramdac"
    [ 4.092] (II) LoadModule: "ramdac"
    [ 4.092] (II) Module "ramdac" already built-in
    [ 4.093] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4.093] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4.093] (==) NVIDIA(0): RGB weight 888
    [ 4.093] (==) NVIDIA(0): Default visual is TrueColor
    [ 4.093] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4.094] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4.095] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
    [ 4.095] (EE) NVIDIA(0): system's kernel log for additional error messages and
    [ 4.095] (EE) NVIDIA(0): consult the NVIDIA README for details.
    [ 4.095] (EE) NVIDIA(0): *** Aborting ***
    [ 4.095] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 4.095] (II) UnloadModule: "nvidia"
    [ 4.095] (II) UnloadSubModule: "wfb"
    [ 4.095] (II) UnloadSubModule: "fb"
    [ 4.095] (EE) Screen(s) found, but none have a usable configuration.
    [ 4.095] (EE)
    Fatal server error:
    [ 4.095] (EE) no screens found(EE)
    [ 4.095] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 4.095] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4.095] (EE)
    [ 4.107] (EE) Server terminated with error (1). Closing log file.
    The only entry I found in `dmesg | grep nvidia` related to nvidia-drm, and seemed to say it was loaded successfully. I didn't save the exact entry and i've reinstalled nouveau now so that I could post this.
    Any help much appriciated. I've been at this for a while. Learning a lot in the process!
    Last edited by gnibbler (2014-01-04 22:31:49)

    Success! Several days of trying various things and I finally give in and make a post to this forum. One more attempt - which was only really so that I could add modprobe info to this post - and it works.
    I had at some stage installed the driver xf86-video-nv, and this may have been causing the clash. I un-installed it, and followed the procedure above to reinstall nvidia.
    I think the main hang up I'd had is that I had not been rebuilding my kernel image with mkinitcpio after installing nvidia during my previous attempts.
    I hope some info in here helps some other stuck archer.
    Edit: Thanks graysky. I had found the right nvidia driver using the arch wiki and followed this advice to remove the nouveau hook. Much appriciated.
    Last edited by gnibbler (2014-01-04 22:35:00)

  • [Bumblebee]Failed to initialize the NVIDIA GPU at PCI:1:0:0.

    Hi!
    I've instaled Arch about a month ago and now wanted to check my nvidia card using Bumblebee, but have some errors…
    [wicu@arch:~]$ optirun -vv minecraft
    [ 4859.259278] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 4859.404191] [DEBUG]optirun version 3.0.1 starting...
    [ 4859.404220] [DEBUG]Active configuration:
    [ 4859.404226] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 4859.404242] [DEBUG] X display: :8
    [ 4859.404254] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
    [ 4859.404265] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 4859.404276] [DEBUG] VGL Compression: proxy
    [ 4859.536971] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 4859.537027] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 4859.537053] [DEBUG]Socket closed.
    [ 4859.537086] [ERROR]Aborting because fallback start is disabled.
    [ 4859.537094] [DEBUG]Killing all remaining processes.
    [wicu@arch:~]$ sudo journalctl // here is only part when I tried use bumblebee
    Nov 26 17:48:43 arch kernel: NVRM: failed to copy vbios to system memory.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238670] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238729] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238765] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238819] [ERROR][XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238826] [ERROR][XORG] (EE) NVIDIA(0): check your system's kernel log for additional error
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238830] [ERROR][XORG] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238835] [ERROR][XORG] (EE) NVIDIA(0): README for additional information.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238841] [ERROR][XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238847] [ERROR][XORG] (EE) NVIDIA(0): Failing initialization of X screen 0
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238853] [ERROR][XORG] (EE) Screen(s) found, but none have a usable configuration.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238858] [ERROR][XORG] (EE)
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238863] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238868] [ERROR][XORG] (EE)
    Nov 26 17:48:43 arch bumblebeed[303]: [ 4139.238873] [ERROR]X did not start properly
    Nov 26 17:48:43 arch kernel: NVRM: RmInitAdapter failed! (0x30:0xffffffff:739)
    Nov 26 17:48:43 arch kernel: NVRM: rm_init_adapter(0) failed
    // xorg log
    [ 4859.510]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 4859.511] X Protocol Version 11, Revision 0
    [ 4859.511] Build Operating System: Linux 3.6.3-1-ARCH x86_64
    [ 4859.511] Current Operating System: Linux arch 3.6.7-1-ARCH #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012 x86_64
    [ 4859.511] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=70a6cff9-bcf7-42eb-9ba1-73953e023617 ro quiet
    [ 4859.511] Build Date: 08 November 2012 07:09:29PM
    [ 4859.511]
    [ 4859.511] Current version of pixman: 0.28.0
    [ 4859.511] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4859.511] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4859.511] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 26 18:00:43 2012
    [ 4859.511] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 4859.511] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4859.511] (==) ServerLayout "Layout0"
    [ 4859.512] (==) No screen section available. Using defaults.
    [ 4859.512] (**) |-->Screen "Default Screen Section" (0)
    [ 4859.512] (**) | |-->Monitor "<default monitor>"
    [ 4859.512] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 4859.512] (**) | |-->Device "Device1"
    [ 4859.512] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4859.512] (**) Option "AutoAddDevices" "false"
    [ 4859.512] (**) Not automatically adding devices
    [ 4859.512] (==) Automatically enabling devices
    [ 4859.512] (==) Automatically adding GPU devices
    [ 4859.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4859.512] Entry deleted from font path.
    [ 4859.512] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4859.512] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4859.512] Entry deleted from font path.
    [ 4859.512] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4859.512] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 4859.512] (++) ModulePath set to "/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules"
    [ 4859.512] (==) |-->Input Device "<default pointer>"
    [ 4859.512] (==) |-->Input Device "<default keyboard>"
    [ 4859.512] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 4859.512] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 4859.512] (II) Loader magic: 0x7fcc40
    [ 4859.512] (II) Module ABI versions:
    [ 4859.512] X.Org ANSI C Emulation: 0.4
    [ 4859.513] X.Org Video Driver: 13.1
    [ 4859.513] X.Org XInput driver : 18.0
    [ 4859.513] X.Org Server Extension : 7.0
    [ 4859.513] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4859.513] setversion 1.4 failed
    [ 4859.516] (--) PCI:*(0:1:0:0) 10de:0de9:17aa:3901 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
    [ 4859.516] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4859.516] Initializing built-in extension Generic Event Extension
    [ 4859.516] Initializing built-in extension SHAPE
    [ 4859.516] Initializing built-in extension MIT-SHM
    [ 4859.516] Initializing built-in extension XInputExtension
    [ 4859.516] Initializing built-in extension XTEST
    [ 4859.516] Initializing built-in extension BIG-REQUESTS
    [ 4859.516] Initializing built-in extension SYNC
    [ 4859.516] Initializing built-in extension XKEYBOARD
    [ 4859.516] Initializing built-in extension XC-MISC
    [ 4859.516] Initializing built-in extension SECURITY
    [ 4859.516] Initializing built-in extension XINERAMA
    [ 4859.516] Initializing built-in extension XFIXES
    [ 4859.516] Initializing built-in extension RENDER
    [ 4859.516] Initializing built-in extension RANDR
    [ 4859.516] Initializing built-in extension COMPOSITE
    [ 4859.516] Initializing built-in extension DAMAGE
    [ 4859.516] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4859.516] Initializing built-in extension DOUBLE-BUFFER
    [ 4859.516] Initializing built-in extension RECORD
    [ 4859.516] Initializing built-in extension DPMS
    [ 4859.516] Initializing built-in extension X-Resource
    [ 4859.516] Initializing built-in extension XVideo
    [ 4859.516] Initializing built-in extension XVideo-MotionCompensation
    [ 4859.516] Initializing built-in extension XFree86-VidModeExtension
    [ 4859.516] Initializing built-in extension XFree86-DGA
    [ 4859.516] Initializing built-in extension XFree86-DRI
    [ 4859.516] Initializing built-in extension DRI2
    [ 4859.516] (II) LoadModule: "glx"
    [ 4859.516] (II) Loading /usr/lib/nvidia-bumblebee/xorg/modules/extensions/libglx.so
    [ 4859.526] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4859.526] compiled for 4.0.2, module version = 1.0.0
    [ 4859.526] Module class: X.Org Server Extension
    [ 4859.526] (II) NVIDIA GLX Module 310.19 Thu Nov 8 01:12:43 PST 2012
    [ 4859.526] Loading extension GLX
    [ 4859.526] (II) LoadModule: "nvidia"
    [ 4859.526] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4859.526] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4859.526] compiled for 4.0.2, module version = 1.0.0
    [ 4859.526] Module class: X.Org Video Driver
    [ 4859.526] (II) LoadModule: "mouse"
    [ 4859.527] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 4859.527] (II) Module mouse: vendor="X.Org Foundation"
    [ 4859.527] compiled for 1.13.0, module version = 1.8.1
    [ 4859.527] Module class: X.Org XInput Driver
    [ 4859.527] ABI class: X.Org XInput driver, version 18.0
    [ 4859.527] (II) LoadModule: "kbd"
    [ 4859.527] (WW) Warning, couldn't open module kbd
    [ 4859.527] (II) UnloadModule: "kbd"
    [ 4859.527] (II) Unloading kbd
    [ 4859.527] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 4859.527] (II) NVIDIA dlloader X Driver 310.19 Thu Nov 8 00:53:33 PST 2012
    [ 4859.527] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4859.527] (--) using VT number 7
    [ 4859.527] (II) Loading sub module "wfb"
    [ 4859.527] (II) LoadModule: "wfb"
    [ 4859.527] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4859.527] (II) Module wfb: vendor="X.Org Foundation"
    [ 4859.527] compiled for 1.13.0, module version = 1.0.0
    [ 4859.527] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4859.527] (II) Loading sub module "ramdac"
    [ 4859.527] (II) LoadModule: "ramdac"
    [ 4859.527] (II) Module "ramdac" already built-in
    [ 4859.527] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4859.527] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4859.527] (==) NVIDIA(0): RGB weight 888
    [ 4859.527] (==) NVIDIA(0): Default visual is TrueColor
    [ 4859.527] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4859.527] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 4859.528] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 4859.528] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP"
    [ 4859.528] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4859.528] (**) NVIDIA(0): ConnectedMonitor string: "DFP"
    [ 4859.528] (**) NVIDIA(0): Ignoring EDIDs
    [ 4859.534] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 4859.534] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 4859.534] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 4859.534] (EE) NVIDIA(0): README for additional information.
    [ 4859.534] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 4859.534] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 4859.534] (II) UnloadModule: "nvidia"
    [ 4859.534] (II) UnloadSubModule: "wfb"
    [ 4859.534] (EE) Screen(s) found, but none have a usable configuration.
    [ 4859.534]
    Fatal server error:
    [ 4859.534] no screens found
    [ 4859.534] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 4859.534] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 4859.534] (EE)
    [ 4859.534] Server terminated with error (1). Closing log file.
    [wicu@arch:~]$ lspci | grep VGA
    3:00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    14:01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630M] (rev a1)
    [wicu@arch:~]$ primusrun minecraft
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    asdf
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    27 achievements
    208 recipes
    Setting user: Druedain, -4246576297828159265
    primus: fatal: failure contacting bumblebee daemon
    [18:05:39 - wicu@arch:~]$ primusrun minecraft
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    asdf
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    27 achievements
    208 recipes
    Setting user: Druedain, -7896572405277476304
    primus: fatal: failure contacting bumblebee daemon
    [wicu@arch:~]$ systemctl | grep bumblebee
    35:bumblebeed.service

    [wicu@arch:~]$ dmesg | grep nvidia
    782:[ 6.776816] nvidia: module license 'NVIDIA' taints kernel.
    784:[ 6.784411] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
    [wicu@arch:~]$ cat /etc/bumblebee/bumblebee.conf
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    Module=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    [wicu@arch:~]$ cat /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "ConnectedMonitor" "DFP"
    EndSection

  • Firefox.exe +application error +the application failed to initialize properly (0x0150004) +click on OK to terminate the application.

    Win XP Home SP2
    Installed Firefox, but receive the following error message:
    firefox.exe +application error +the application failed to initialize properly (0x0150004) +click on OK to terminate the application.
    Have uninstalled and reinstalled several times, but same message. Firefox won't even open.

    Usually someone has been down the track before and occasionally they post some useful details which may help others to investigate and/or eliminate factors in their particular case.
    This AccessibleMarshal.dll error seems to have a long history --- posts from 2006 with early Firefox versions had issues similar to yours.
    There is a link and an excerpt below which could be worth checking in your case,
    particularly since it mentions the problem would occur on a clean install (no previous instance of Firefox on the system and Windows before Vista --??)
    Have a look here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=712960
    and the post to read:
    '''Mark Banner (:standard8) 2011-12-22 12:55:21 PST'''
    "Created attachment 583905 [details] [diff] [review]
    Add the Win32 redistributable directory to the mozconfigs"
    "Somehow we missed shipping the Win32 Redistributables from Visual C++. We didn't detect this as it would only show on Windows versions less than Vista, and you'd probably only see it if you had a completely clean install, and you didn't have the dlls installed elsewhere (as it appears my XP system does)."
    "If you're seeing this then you want to copy the following files from a Firefox installation:
    Microsoft.VC80.CRT.manifest
    msvcm80.dll
    msvcp80.dll
    msvcr80.dll
    The patch I'm attaching updates our configuration files to specify the Win32 redistribution directory, which will then cause the build system to include the files in the build."
    .... ends....
    The earlier 2006 instances also had the same issue in some cases:
    forums.frontmotion.com/viewtopic.php?f=10&t=393
    Hope this progresses the search and resolution.
    Cheers

  • PROT-1: Failed to initialize ocrconfig

    Hi,
    I'm trying to configure two node 10g RAC under Sun Solaris 5.10 using raw devices. I'm getting the below error while running the
    /u01/app/oracle/product/10.2.0/crs/root.sh. Would be very grateful if you assist us on this.
    We are using the NFS for the shared storage, I have tried with various options for the nfs parameters but not so sure why my log always shows as "utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, forcedirectio 0"
    /u01/app/oracle/product/10.2.0/crs/root.sh
    ===============================
    WARNING: directory '/u01/app/oracle/product/10.2.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    PROT-1: Failed to initialize ocrconfig
    Failed to upgrade Oracle Cluster Registry configuration
    NFS parameter
    ===========
    /u02 on 10.70.2.6:/data/ASM remote/read/write/setuid/nodevices/noac/nointr/rsize=32768/wsize=32768/forcedirectio/xattr/zone=ziHISJMCTest/dev=4840023
    /u02 on 10.70.2.6:/data/ASM remote/read/write/setuid/nodevices/noac/nointr/rsize=32768/wsize=32768/forcedirectio/bg/hard/timeo=300/actimeo=0/xattr/zone=ziHISJMCTest2/dev=4840026 on Fri May 30 17:44:14 2008
    rw,bg,vers=4,proto=tcp,hard,intr,rsize=524288,wsize=524288,noac
    /u01/app/oracle/product/10.2.0/crs/log/com-zihisjmctest2/client
    ==============================================
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2008-06-01 00:40:13.192: [ OCRCONF][1]ocrconfig starts...
    2008-06-01 00:40:13.192: [ OCRCONF][1]Upgrading OCR data
    2008-06-01 00:40:13.196: [  OCROSD][1]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, forcedirectio 0
    2008-06-01 00:40:13.196: [  OCROSD][1]NFS file system /u02 mounted with incorrect options
    2008-06-01 00:40:13.196: [  OCROSD][1]WARNING:Expected NFS mount options: wsize>=32768,rsize>=32768,hard,noac
    2008-06-01 00:40:13.196: [  OCROSD][1]utopen:6'': OCR location /u02/emcpower24d configured is not valid storage type. Return code [37].
    2008-06-01 00:40:13.196: [  OCRRAW][1]proprinit: Could not open raw device
    2008-06-01 00:40:13.196: [ default][1]a_init:7!: Backend init unsuccessful : [37]
    2008-06-01 00:40:13.196: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2008-06-01 00:40:13.196: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33]
    2008-06-01 00:40:13.196: [ OCRCONF][1]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2008-06-01 00:40:13.199: [  OCROSD][1]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, forcedirectio 0
    2008-06-01 00:40:13.199: [  OCROSD][1]NFS file system /u02 mounted with incorrect options
    2008-06-01 00:40:13.199: [  OCROSD][1]WARNING:Expected NFS mount options: wsize>=32768,rsize>=32768,hard,noac
    2008-06-01 00:40:13.199: [  OCROSD][1]utopen:6'': OCR location /u02/emcpower24d configured is not valid storage type. Return code [37].
    2008-06-01 00:40:13.199: [  OCRRAW][1]proprinit: Could not open raw device
    2008-06-01 00:40:13.199: [ default][1]a_init:7!: Backend init unsuccessful : [37]
    2008-06-01 00:40:13.201: [  OCROSD][1]utmountcheck: FS mounted with following options wsize 0, rsize 0, hard 0, noac 0, forcedirectio 0
    2008-06-01 00:40:13.201: [  OCROSD][1]NFS file system /u02 mounted with incorrect options
    2008-06-01 00:40:13.201: [  OCROSD][1]WARNING:Expected NFS mount options: wsize>=32768,rsize>=32768,hard,noac
    2008-06-01 00:40:13.201: [  OCROSD][1]utopen:6'': OCR location /u02/emcpower24d configured is not valid storage type. Return code [37].
    2008-06-01 00:40:13.201: [  OCRRAW][1]proprinit: Could not open raw device
    2008-06-01 00:40:13.201: [  OCRAPI][1]a_init:6b!: Backend init unsuccessful : [37]
    2008-06-01 00:40:13.201: [ OCRCONF][1]Failed to initialized OCR context. error:[PROC-37: Oracle Cluster Registry does not support the storage type configured
    2008-06-01 00:40:13.201: [ OCRCONF][1]Exiting [status=failed]...
    Raw device config
    =============
    dd if=/dev/zero of=/u02/emcpower32d bs=104857600 count=1
    chown root:oinstall /u02/emcpower32d
    chmod 660 /u02/emcpower32d
    dd if=/dev/zero of=/u02/emcpower24d bs=104857600 count=1
    chown root:oinstall /u02/emcpower24d
    chmod 660 /u02/emcpower24d
    dd if=/dev/zero of=/u02/emcpower25d bs=104857600 count=1
    chown oracle:oinstall /u02/emcpower25d
    chmod 660 /u02/emcpower25d
    dd if=/dev/zero of=/u02/emcpower31d bs=104857600 count=1
    chown oracle:oinstall /u02/emcpower31d
    chmod 660 /u02/emcpower31d
    dd if=/dev/zero of=/u02/emcpower23d bs=104857600 count=1
    chown oracle:oinstall /u02/emcpower23d
    chmod 660 /u02/emcpower23d
    Verification for the shared storage
    =========================
    COM-ziHISJMCTest2:oracle$ ./runcluvfy.sh comp ssa -n com-zihisjmctest1,com-zihisjmctest2 -s /u02 -verbose
    Verifying shared storage accessibility
    Checking shared storage accessibility...
    "/u02" is shared.
    Shared storage check was successful on nodes "com-zihisjmctest2,com-zihisjmctest1".
    Verification of shared storage accessibility was successful.
    Many Thanks,
    Viji

    hi,
    i am getting same error on Solaris box.
    Please see the below error while installing CRS on SOLARIS BOX.
    # /u01/mmapps/mmappsdb/crs/root.sh
    WARNING: directory '/u01/mmapps/mmappsdb' is not owned by root
    WARNING: directory '/u01/mmapps' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    PROT-1: Failed to initialize ocrconfig
    Failed to upgrade Oracle Cluster Registry configuration
    Thanks in advance
    Anil Pinto

  • [INS-20802] Oracle Database Configuration Assistant failed

    I am trying to install Oracle 11g R2 on my windows 7 Professional, 64bit computer. After 42% of installation, it started showing some files are missing. Few of them are:
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    And the final pop up winow says:
    Database configuration Assistant:Info
    *"Template General_Purpose.dbc does not exists. Please specify an exixting template for database creation"*
    *"[INS-20802] Oracle Database Configuration Assistant failed"*
    Details:
    Cause:- The plug-in failed in its perform method
    Action:- Refer to the logs or contact Oracle Support Services.
    Following are the last few lines of the log file. Can anyone please help me to fix this problem?
              Oracle Advanced Security 11.2.0.1.0
              Oracle Internet Directory Client 11.2.0.1.0
              HAS Files for DB 11.2.0.1.0
              Oracle Net Listener 11.2.0.1.0
              Oracle Net Services 11.2.0.1.0
              Oracle Text 11.2.0.1.0
              Oracle Database 11g 11.2.0.1.0
              Oracle COM Automation Feature 11.2.0.1.0
              Oracle OLAP 11.2.0.1.0
              Oracle Spatial 11.2.0.1.0
              Oracle Partitioning 11.2.0.1.0
              Enterprise Edition Options 11.2.0.1.0
              Oracle Database 11g 11.2.0.1.0
    INFO: OiicSaveInvWCCE:After saving the inventory. This is an Install session.
    INFO: SaveInvWCCE JRE files in Scratch :0
    INFO: Aggregate Name as given in the action for additional utility tools: oracle.rdbms.util
    INFO: Aggregate Location as given in the action for additional utility tools: C:\app\User\product\11.2.0\dbhome_1/install/config
    INFO: checking if the file C:\app\User\product\11.2.0\dbhome_1/install/config\oracle.rdbms.util.xml is present?
    INFO: Can proceed with additional utility processes ? : true
    INFO: Copying C:\app\User\product\11.2.0\dbhome_1\install\config\oracle.rdbms.util.xml to C:\app\User\product\11.2.0\dbhome_1\inventory\ContentsXML\ConfigXML\oracle.rdbms.util.1_0_0_0_0.xml with the permissions og-rwx
    INFO: cf session will be created for OH: C:/app/User/product/11.2.0/dbhome_1\ TLAggr: oracle.rdbms.util instancePath: inventory\ContentsXML\ConfigXML\
    INFO: cf session for OH: C:/app/User/product/11.2.0/dbhome_1\ TL Aggr: [oracle.rdbms.util] instancePath: inventory\ContentsXML\ConfigXML\
    INFO: No of Tools: 1
    INFO: Starting to execute the additional tools
    INFO: Executing utility tool: ADR Setup Utility
    INFO: Executing utility tool: ADR Setup Utility
    INFO: Command = C:\Windows\system32\cmd /c call C:\app\User\product\11.2.0\dbhome_1/bin/diagsetup.bat basedir=C:\app\User oraclehome=C:\app\User\product\11.2.0\dbhome_1
    INFO: Successfully executed utility tool: ADR Setup Utility
    INFO: Successfully executed utility tool: ADR Setup Utility
    INFO: All the tools have been executed Successfully
    INFO: Complete execution of additional tools
    INFO: oracle.installer.installUpdates property is set to false, so skipping the checking of updates
    INFO: Config Initialize JRE files in Scratch :0
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Configuration Manager
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: HAS Common Files
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Netca Client
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Enterprise Manager Console DB
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Database Configuration and Upgrade Assistants
    INFO: stage loc: C:/Users/User/AppData/Local/Temp/OraInstall2013-02-27_05-27-24AM\
    INFO: Copying Aggr XML for: Oracle Database 11g
    INFO: The Top level Aggreage File = C:\app\User\product\11.2.0\dbhome_1\inventory\ContentsXML\ConfigXML\oracle.server.11_2_0_1_0.xml
    INFO: OUI_CAPlugIn is not found in XML
    INFO: no. of tools to supress: 0 for comp: Oracle Enterprise Manager Console DB
    INFO: processing tool: Launch browser
    INFO: removing plugin invocation for: Launch browseras it doesnt support clone mode
    INFO: removing plugin invocation for: Launch browseras it doesnt support add node mode
    INFO: Namespace prefix 'agg' used but not declared.
    INFO: cf session will be created for OH: C:/app/User/product/11.2.0/dbhome_1\ TLAggr: oracle.server instancePath: inventory\ContentsXML\ConfigXML\
    INFO: cf session for OH: C:/app/User/product/11.2.0/dbhome_1\ TL Aggr: [oracle.server] instancePath: inventory\ContentsXML\ConfigXML\
    INFO: aggr ref length : 6
    INFO: cf session hashcode: 1847125318
    INFO: cf session saved with key: OraDb11g_home1 oracle.server
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Handling the storing of variables for aggr name oracle.sysman.ccr
    INFO: This variable s_OPSNodeInfoString is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_createResponseFile is not added to the global context map
    INFO: This variable s_ps is not added to the global context map
    INFO: This variable s_oraName is not added to the global context map
    INFO: This variable s_ccrJarDestination is not added to the global context map
    INFO: This variable b_localInstall is not added to the global context map
    INFO: This variable b_doConfigCCR is not added to the global context map
    INFO: This variable b_ccrUpgrade is not added to the global context map
    INFO: This variable s_rspFilePath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: for oracle.has.common no aggregate found by cf: no configuration
    INFO: Handling the storing of variables for aggr name oracle.assistants.netca.client
    INFO: This variable s_swingallName is not added to the global context map
    INFO: This variable s_shareName is not added to the global context map
    INFO: This variable s_runtimeLib is not added to the global context map
    INFO: This variable s_runTimeJar is not added to the global context map
    INFO: This variable s_responseFileName is not added to the global context map
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_netcfgName is not added to the global context map
    INFO: This variable s_netcahelpName is not added to the global context map
    INFO: This variable s_netcaUpgradeFlag is not added to the global context map
    INFO: This variable s_netcaClass is not added to the global context map
    INFO: This variable s_netCA_Args is not added to the global context map
    INFO: This variable s_netCAInstalledProtocols is not added to the global context map
    INFO: This variable s_netAPIName is not added to the global context map
    INFO: This variable s_ldapclnt9 is not added to the global context map
    INFO: This variable s_ldapclnt11 is not added to the global context map
    INFO: This variable s_ldapclnt10 is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable s_jreJarFile is not added to the global context map
    INFO: This variable s_jreJar is not added to the global context map
    INFO: This variable s_jewtName is not added to the global context map
    INFO: This variable s_installTypeForLaunchNETCA is not added to the global context map
    INFO: This variable s_icebrowserName is not added to the global context map
    INFO: This variable s_helpName is not added to the global context map
    INFO: This variable s_ewtcompatName is not added to the global context map
    INFO: This variable s_ewtName is not added to the global context map
    INFO: This variable s_ewtFile is not added to the global context map
    INFO: This variable s_ewtCompat is not added to the global context map
    INFO: This variable s_cfgMethod is not added to the global context map
    INFO: This variable s_caHelpZhTwJar is not added to the global context map
    INFO: This variable s_caHelpZhCnJar is not added to the global context map
    INFO: This variable s_caHelpPtBRJar is not added to the global context map
    INFO: This variable s_caHelpKoJar is not added to the global context map
    INFO: This variable s_caHelpJar is not added to the global context map
    INFO: This variable s_caHelpJaJar is not added to the global context map
    INFO: This variable s_caHelpItJar is not added to the global context map
    INFO: This variable s_caHelpFrJar is not added to the global context map
    INFO: This variable s_caHelpEsJar is not added to the global context map
    INFO: This variable s_caHelpDeJar is not added to the global context map
    INFO: This variable s_authAdaptors is not added to the global context map
    INFO: This variable ps_netCA_Args_OverRide is not added to the global context map
    INFO: This variable b_net8ServerInstalling is not added to the global context map
    INFO: This variable b_javavmIsInstalling is not added to the global context map
    INFO: This variable b_isWindows is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_cmanIsInstalling is not added to the global context map
    INFO: This variable b_anoIsInstalling is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_ouiJlibDir is not added to the global context map
    INFO: This variable s_opsmJlib is not added to the global context map
    INFO: This variable s_ntwkTools is not added to the global context map
    INFO: This variable s_netjlibDir is not added to the global context map
    INFO: This variable s_netcahelpLocation is not added to the global context map
    INFO: This variable s_netcaJlibDir is not added to the global context map
    INFO: This variable s_netcaDocDir is not added to the global context map
    INFO: This variable s_netPropertiesFile is not added to the global context map
    INFO: This variable s_netCA is not added to the global context map
    INFO: This variable s_net8caFileToInstantiate is not added to the global context map
    INFO: This variable s_jre15Location is not added to the global context map
    INFO: This variable s_jlibDir is not added to the global context map
    INFO: This variable s_inventoryPrereqOui is not added to the global context map
    INFO: This variable s_emdwLibDir is not added to the global context map
    INFO: This variable s_caHelpDir is not added to the global context map
    INFO: This variable s_assistantJlibDir is not added to the global context map
    INFO: This variable s_JavaFlag is not added to the global context map
    INFO: This variable b_isOPS is not added to the global context map
    INFO: This variable s_windowsCommandLine is not added to the global context map
    INFO: This variable s_net8caExecutable is not added to the global context map
    INFO: This variable s_netcaUserDirArg is not added to the global context map
    INFO: This variable s_installTypeForNetCA is not added to the global context map
    INFO: This variable s_netcaSilentFlag is not added to the global context map
    INFO: This variable s_netCAInstalledProducts is not added to the global context map
    INFO: This variable s_netcaClasspath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name oracle.sysman.console.db
    INFO: This variable s_sid is not added to the global context map
    INFO: This variable s_serverInstallType is not added to the global context map
    INFO: This variable s_platform is not added to the global context map
    INFO: HashMap added with the key oracle.sysman.console.db and an empty variable Vector
    INFO: Adding the variable s_obfOc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfOc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_nlsLang is not added to the global context map
    INFO: This variable s_emailServer is not added to the global context map
    INFO: This variable s_emailAddress is not added to the global context map
    INFO: This variable s_cfgtyperet is not added to the global context map
    INFO: Adding the variable s_JtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_JtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable n_uploadInterval is not added to the global context map
    INFO: This variable localhost is not added to the global context map
    INFO: This variable b_launchTools is not added to the global context map
    INFO: This variable b_launchBrowser is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_centralConsole is not added to the global context map
    INFO: This variable USE_HTTP_PROXY is not added to the global context map
    INFO: This variable USE_DB_CONSOLE is not added to the global context map
    INFO: This variable SET_CONSOLE_MODE is not added to the global context map
    INFO: This variable SA_SETUP is not added to the global context map
    INFO: This variable OC4JLOC is not added to the global context map
    INFO: This variable NO_PC_MODE is not added to the global context map
    INFO: This variable LOGGING_LEVEL is not added to the global context map
    INFO: This variable JRE_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the global context map
    INFO: This variable ISQLPLUS_PORT is not added to the global context map
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the global context map
    INFO: This variable HOSTNAME is not added to the global context map
    INFO: This variable EM_UPLOAD_DISABLE is not added to the global context map
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the global context map
    INFO: This variable EMPRODVER is not added to the global context map
    INFO: This variable CONSOLE_MODE is not added to the global context map
    INFO: This variable CONSOLE_CFG is not added to the global context map
    INFO: This variable sl_oraclehomes is not added to the global context map
    INFO: This variable s_oc4jDir is not added to the global context map
    INFO: This variable s_oc4jAppsDir is not added to the global context map
    INFO: This variable s_jreHome is not added to the global context map
    INFO: This variable s_configcommand is not added to the global context map
    INFO: This variable b_isRAC is not added to the global context map
    INFO: This variable b_UNIX is not added to the global context map
    INFO: This variable OJSP_JAR_LOC is not added to the global context map
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the global context map
    INFO: This variable LDAP_JAR_LOC is not added to the global context map
    INFO: This variable JAVA_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_HOST is not added to the global context map
    INFO: This variable EM_UIX_LOCATION is not added to the global context map
    INFO: This variable EM_REPOS_HOST is not added to the global context map
    INFO: This variable EM_PING_COMMAND is not added to the global context map
    INFO: This variable EM_OC4J_HOME is not added to the global context map
    INFO: This variable EM_EAR_LOC is not added to the global context map
    INFO: This variable EMDROOT is not added to the global context map
    INFO: Adding the variable s_oc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_oc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_launchBrowserClasspath is not added to the global context map
    INFO: This variable s_javapOracleHome is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: Handling the storing of variables for aggr name oracle.assistants.server
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable pn_dboffset is not added to the global context map
    INFO: This variable cs_swingName is not added to the global context map
    INFO: This variable cs_komodoName is not added to the global context map
    INFO: This variable cs_kodiakName is not added to the global context map
    INFO: This variable cs_jewtName is not added to the global context map
    INFO: This variable cs_iceBrowserName is not added to the global context map
    INFO: This variable cs_ewtcompatName is not added to the global context map
    INFO: This variable cs_ewtName is not added to the global context map
    INFO: This variable cs_baliShareName is not added to the global context map
    INFO: This variable b_orabaseContainsOrahome is not added to the global context map
    INFO: This variable b_isWINDOWS is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable sl_dbmaParameterListForIcon is not added to the global context map
    INFO: This variable sl_dbcaParameterListForIcon is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_ouiJlibLocation is not added to the global context map
    INFO: This variable s_oratabLocation is not added to the global context map
    INFO: This variable s_opsmLocation is not added to the global context map
    INFO: This variable s_dbuaLocation is not added to the global context map
    INFO: This variable s_dbcaLocation is not added to the global context map
    INFO: This variable s_OracleBinLocation is not added to the global context map
    INFO: This variable s_dbcaInstLaunchFile is not added to the global context map
    INFO: This variable s_dbcaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaInstLaunchFile is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    INFO: Checkpoint:Transfer of file done from remote node
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = C:\app\User\product\11.2.0\dbhome_1\install\chainedInstall\globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Number of root scripts to be executed = 0
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Completed setting up InstallDB
    INFO: Performing Configuration
    INFO: Entering ConfigClient.init method
    INFO: ConfigClient.init sOracleHomeLoc=C:\app\User\product\11.2.0\dbhome_1, sTopAggId=oracle.server
    INFO: Entering ConfigClient.initClientAndSession method
    INFO: ConfigClient.initClientAndSession status : connected to the config framework
    INFO: ConfigClient.initClientAndSession session begun oracle.sysman.emCfg.client.CfwSession@5059a331
    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@2ce90f2d
    INFO: Configuration log directory - C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs
    INFO: Exiting ConfigClient.init method
    INFO: Calling event ConfigSessionInitialized
    INFO: ConfigClient.registerOutErrStream method called
    INFO: Entering ConfigClient.getToolsList method
    INFO: Created config job for Oracle Net Configuration Assistant
    INFO: Created config job for Oracle Database Configuration Assistant
    INFO: Created config job for Oracle Configuration Manager Configuration
    INFO: Updating Transient Parameters in the Aggregates
    INFO: Updating Transient Parameters for oracle.server
    INFO: Updating Transient Parameters for oracle.assistants.netca.client
    INFO: Updating Transient Parameters for oracle.assistants.server
    INFO: Setting value to transient variable s_dbcaArgs
    INFO: Setting value to transient variable S_SYSMANPASSWORD
    INFO: Setting value to transient variable s_systemPasswordFlag
    INFO: Setting value to transient variable s_sysmanPasswordFlag
    INFO: Setting value to transient variable S_HOSTUSERPASSWORD
    INFO: Setting value to transient variable s_dbcaArgsOverride
    INFO: Setting value to transient variable windows_commandline_prefix
    INFO: Setting value to transient variable s_sysPasswordFlag
    INFO: Setting value to transient variable S_SYSPASSWORD
    INFO: Setting value to transient variable s_asmsnmpPasswordFlag
    INFO: Setting value to transient variable S_DBSNMPPASSWORD
    INFO: Setting value to transient variable s_dbsnmpPasswordFlag
    INFO: Setting value to transient variable S_ASMSNMPPASSWORD
    INFO: Setting value to transient variable S_SYSTEMPASSWORD
    INFO: Setting value to transient variable s_hostUserPasswordFlag
    INFO: Updating Transient Parameters for OuiConfigVariables
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs
    INFO:
    The Runconfig command constructed is C:\app\User\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\app\User\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands
    INFO: Since the option is to overwrite the existing C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, backing it up
    INFO: The backed up file name is C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak
    INFO: Entering ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@74247cc2
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: INFO: Parsing command line arguments:INFO: Parameter "orahome" = C:\app\User\product\11.2.0\dbhome_1INFO: Parameter "orahnam" = OraDb11g_home1INFO: Parameter "instype" = typicalINFO: Parameter "inscomp" = client,oraclenet,javavm,server,anoINFO: Parameter "insprtcl" = tcp,nmpINFO: Parameter "cfg" = localINFO: Parameter "authadp" = NO_VALUEINFO: Parameter "responsefile" = C:\app\User\product\11.2.0\dbhome_1\network\install\netca_typ.rspINFO: Parameter "silent" = trueINFO: Done parsing command line arguments.INFO: Oracle Net Services Configuration:INFO: Profile configuration complete.INFO: Oracle Net Listener Startup:INFO: Running Listener Control:
    INFO: C:\app\User\product\11.2.0\dbhome_1\bin\lsnrctl start LISTENERINFO: Listener Control complete.INFO: Setting Listener service to start automatically.INFO: Listener started successfully.INFO: Listener configuration complete.INFO: Default local naming configuration complete.INFO: Oracle Net Services configuration successful. The exit code is 0WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO:
    INFO:
    INFO: Started Plugin named: Oracle Database Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Executing DBCA
    INFO: Command C:\Windows\system32\cmd /c call C:\app\User\product\11.2.0\dbhome_1\bin\dbca.bat -progress_only -createDatabase -templateName General_Purpose.dbc -sid orcl -gdbName orcl.168.2.5 -emConfiguration LOCAL -storageType FS -datafileDestination C:\app\User\oradata -datafileJarLocation C:\app\User\product\11.2.0\dbhome_1/assistants/dbca/templates -responseFile NO_VALUE -characterset AL32UTF8 -obfuscatedPasswords false -sampleSchema true -automaticMemoryManagement true -totalMemory 3237 -maskPasswords false -oui_internal
    INFO: ... GenericInternalPlugIn.handleProcess() entered.
    INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
    INFO: ... GenericInternalPlugIn: checking secretArguments.
    INFO: ... GenericInternalPlugIn: starting read loop.
    INFO: Read: SYS_PASSWORD_PROMPT
    INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysPassword
    INFO: Read: SYSTEM_PASSWORD_PROMPT
    INFO: Processing: SYSTEM_PASSWORD_PROMPT for argument tag -systemPassword
    INFO: Read: DBSNMP_PASSWORD_PROMPT
    INFO: Processing: DBSNMP_PASSWORD_PROMPT for argument tag -dbsnmpPassword
    INFO: Read: SYSMAN_PASSWORD_PROMPT
    INFO: Processing: SYSMAN_PASSWORD_PROMPT for argument tag -sysmanPassword
    INFO: End of argument passing to stdin
    INFO: Completed Plugin named: Oracle Database Configuration Assistant
    INFO: Oracle Database Configuration Assistant failed.
    INFO: Oracle Database Configuration Assistant failed.
    INFO: ConfigClient.executeToolsInAggregate action performed
    INFO: Exiting ConfigClient.executeToolsInAggregate method
    INFO: Calling event ConfigToolsExecuted
    INFO:
    The Runconfig command constructed is C:\app\User\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\app\User\product\11.2.0\dbhome_1 MODE=perform ACTION=configure RERUN=false $*
    INFO: Created a new file C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands
    INFO: Since the option is to overwrite the existing C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\app\User\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak
    INFO: ConfigClient.saveSession method called
    INFO: Calling event ConfigSessionEnding
    INFO: ConfigClient.endSession method called
    INFO: Completed Configuration
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    INFO: Cleaning up, please wait...
    INFO: Dispose the install area control object
    INFO: Update the state machine to STATE_CLEAN
    INFO: All forked task are completed at state setup
    INFO: Completed background operations
    INFO: Moved to state <setup>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <setup>
    INFO: Completed validating view at state <setup>
    INFO: Validating state <setup>
    WARNING: Validation disabled for the state setup
    INFO: Completed validating state <setup>
    INFO: Verifying route success
    INFO: Get view named [FinishUI]
    INFO: View for [FinishUI] is oracle.install.ivw.db.view.FinishUI@22d215
    INFO: Initializing view <FinishUI> at state <finish>
    INFO: Completed initializing view <FinishUI> at state <finish>
    INFO: Displaying view <FinishUI> at state <finish>
    INFO: Completed displaying view <FinishUI> at state <finish>
    INFO: Loading view <FinishUI> at state <finish>
    INFO: Install Succeeded: true
    INFO: Config Tool Succeeded: false
    INFO: Remote Install Succeeded: true
    INFO: Completed loading view <FinishUI> at state <finish>
    INFO: Localizing view <FinishUI> at state <finish>
    INFO: Completed localizing view <FinishUI> at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state finish
    INFO: FinishAction Actions.execute called
    INFO: Completed executing action at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <finish>
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    Edited by: rnair on Mar 18, 2013 10:08 AM

    rnair wrote:
    I am trying to install Oracle 11g R2 on my windows 7, 64bit computer. After 42% of installation, it started showing some files are missing. Few of them are:
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMLRSVCApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\WFMGRApp.ear
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\owb.tmp
    C:\app\User\product\11.2.0\dbhome_1\owb\bin\win32\setowbenv.tmp
    C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\system-application.xml
    And the final pop up winow says:
    Database configuration Assistant:Info
    *"Template General_Purpose.dbc does not exists. Please specify an exixting template for database creation"*
    *"[INS-20802] Oracle Database Configuration Assistant failed"*
    Details:
    Cause:- The plug-in failed in its perform method
    Action:- Refer to the logs or contact Oracle Support Services.
    Following are the last few lines of the log file. Can anyone please help me to fix this problem?<snip>
    the error has nothing to do with DBCA. DBCA was simply the last in a long string of victims.
    Go back and read the instructions where you downloaded the install media. They state that the TWO zip files you download must be unzipped into the same directory.

Maybe you are looking for