FRM-18103 failed to initialize the development environment

OS: windows 7 ultimate
Just installed Database 11gR2 and Oracle Developer Suite 10g (10.1.2.0.2) in different homes.
When starting forms builder i get the error:
FRM-18103 failed to initialize the development environment.
Starting OC4J instance didn't make any difference.
Can anybody help please?

First and foremost, Oracle Developer Suite (ODS) 10g R2 is not certified by Oracle for Windows 7. That doesn't mean it won't work, it just means if you have a problem, you will have a hard time getting support from Oracle since they do not support ODS 10g on Windows 7.
Now that I've gotten that out of the way, how did you install ODS? Did you need to follow the instructions for installing ODS on Windows Vista - which is supported. The basic steps are:
1. Manually set the Virtual Memory - the Oracle Installer can't detect the VM when it is managed by Windows.
2. Right-Click the setup.exe and choose Properties -> Compatability and check "Run the program in compatibility mode for: Windows XP" check box.
3. While in Properties - check the "Run this program as an Administrator" check box.
If you didn't perform these three steps, you will need to uninstall and reinstall. It is also highly recommended that you install ODS patchset 3 as well (version 10.1.2.3.x).
FRM-18103 failed to initialize the development environment.Most likely, this is an OS permissions issue. After installation, right-click the DevSuiteHome_10g folder, choose properties and Security. Check the group privileges to ensure that ALL Users have Full Control on the directory and all subdirectorys.
Also, IE8 does not support Oracle Jinitiator so you will need to install the Sun JRE 1.6.0_16 or higher to be able to run forms from the Forms Builder.
Craig B-)
If someone's response is helpful or correct, please mark it accordingly.
Edited by: CraigB on Dec 15, 2010 9:01 AM

Similar Messages

  • Failed to initialize the ORB - WSAD 5.1.2

    hi all,
    We are trying to implement JUNIT (3.8.1) into our application. Our application has EJBs. The application runs on a WAS 5.1 server. We do our development in WSAD 5.1.2.
    In our development environment we wrote a simple test class and tried to run it from the WSAD environment. We added the all the required JARs and fixed the errors one by one.
    At present we are stuck with the following error -
    javax.naming.NamingException: Failed to initialize the ORB [Root exception is org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.ibm.CORBA.iiop.ORB  vmcid: 0x0  minor code: 0  completed: No]
         at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:265)
         at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:166)
         at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:98)
         at com.ibm.ws.naming.util.WsnInitCtx.<init>(WsnInitCtx.java:79)
         at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContext(WsnInitCtxFactory.java:137)
         at com.ibm.websphere.naming.WsnInitialContextFactory.getInitialContext(WsnInitialContextFactory.java:114)
         at com.ibm.ejs.ns.jndi.CNInitialContextFactory.getInitialContext(CNInitialContextFactory.java:68)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at junit.framework.TestCase.runTest(TestCase.java:164)
         at junit.framework.TestCase.runBare(TestCase.java:130)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:120)
         at junit.framework.TestSuite.runTest(TestSuite.java:230)
         at junit.framework.TestSuite.run(TestSuite.java:225)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:392)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:276)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167)
    Caused by: org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.ibm.CORBA.iiop.ORB  vmcid: 0x0  minor code: 0  completed: No
         at org.omg.CORBA.ORB.create_impl(ORB.java:297)
         at org.omg.CORBA.ORB.init(ORB.java:336)
         at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:77)
         at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
         at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:98)
         at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:74)
         at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:386)
         at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:260)
         ... 27 more
    Caused by: java.lang.NoClassDefFoundError: com/ibm/jvm/ExtendedSystem
         at com.ibm.rmi.util.JDKBridge.setCodebaseProperties(JDKBridge.java:226)
         at com.ibm.rmi.util.JDKBridge.<clinit>(JDKBridge.java:205)
         at com.ibm.rmi.util.RepositoryId.<clinit>(RepositoryId.java:122)
         at com.ibm.rmi.iiop.CDROutputStream.<clinit>(CDROutputStream.java:1077)
         at com.ibm.rmi.corba.ORB.<init>(ORB.java:250)
         at com.ibm.rmi.iiop.ORB.<init>(ORB.java:166)
         at com.ibm.CORBA.iiop.ORB.<init>(ORB.java:521)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:308)
         at java.lang.Class.newInstance(Class.java:261)
         at org.omg.CORBA.ORB.create_impl(ORB.java:295)
         ... 34 moreWe went through a lot of forums and tried everything we found, it still gives the same error. Has anyone encountered this error? If so, please let us know how you got this fixed or even worked around this.
    thanks in advance.

    Why dont you handle with snippets, in every inputText field throw a JS code when OnChange event, and save as a hide flag in the form.? just an idea..

  • Failed to initialize the application 'soa-infra' for SOA suite 11g

    Hello experts!
    Having followed the steps in http://www.packtpub.com/article/installation-configuration-oracle-soa-suite-11g-1,
    upon starting the cmd scripts, I received among others the following error message:
    <BEA-149205> <Failed to initialize the application 'soa-infra' due to error java.lang.NoSuchMethodError: weblogic.application.ApplicationLifecycleEvent.getDeploymentOperation()Lweblogic/application/DeploymentOperationType;.
    java.lang.NoSuchMethodError: weblogic.application.ApplicationLifecycleEvent.getDeploymentOperation()Lweblogic/application/DeploymentOperationType;
         at oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener.preStart(JpsApplicationLifecycleListener.java:76)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:277)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:194)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:57)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:279)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.NoSuchMethodError:
    I have searched but only to find a change permissions hint which did not work for me. SOA 11g - SOA-INFRA is not starting
    Any helping hand available?
    Thank you very much in advance!
    The fuller log follows:
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <WebLogicServer> <Hera> <> <main> <> <> <> <1270482051581> <BEA-000214> <WebLogic Server "soa_server1" version:
    WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 1227385 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Notice> <Log Management> <Hera> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1270482051644> <BEA-170019> <The server log file C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\logs\soa_server1.log is opened. All server side log events will be written to this file.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Log Management> <Hera> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1270482051644> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Diagnostics> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051691> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Store> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051753> <BEA-280050> <Persistent store "WLS_DIAGNOSTICS" opened: directory="C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\data\store\diagnostics" writePolicy="Disabled" blockSize=512 directIO=false driver="wlfileio2">
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "t3" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "http" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "https" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051847> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051847> <BEA-002622> <The protocol "admin" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051847> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <RJVM> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051862> <BEA-000570> <Network Configuration for Channel "soa_server1"
    Listen Address          :8001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051878> <BEA-002609> <Channel Service initialized.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Socket> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051878> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Socket> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051941> <BEA-000436> <Allocating 5 reader threads.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Socket> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051942> <BEA-000446> <Native IO Enabled.>
    ####<5 Απρ 2010 6:40:52 μμ EEST> <Info> <IIOP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482052098> <BEA-002014> <IIOP subsystem enabled.>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053408> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053704> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053751> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_VFJSY8asFO+H8NVntiPFSkiIk0o=>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053923> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053985> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Top".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.DomainRealmScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.RegistryScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PKITypeScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLTypeScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLPartner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Credential".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.CredentialMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLEntry".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLAssertingParty".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLRelyingParty".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PasswordCredential".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.UserPasswordCredential".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PasswordCredentialMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.ResourceMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PKIResourceMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSCertRegEntry".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSCredMapCollectionInfo".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSPolicyCollectionInfo".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSRoleCollectionInfo".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLAuthorizationPolicy".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLRoleAssignmentPolicy".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Endpoint".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Partner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SPPartner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054048> <BEA-000000> <Parsing class "com.bea.common.security.store.data.IdPPartner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054048> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SAML2CacheEntry".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054048> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SchemaVersion".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054453> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054469> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054578> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server soa_server1 for security realm myrealm.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Notice> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054578> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054750> <BEA-002622> <The protocol "[snmp, https, t3, cluster-broadcast-secure, ldaps, cluster-broadcast, ldap, http, iiop, admin, t3s, iiops]" is now configured.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <XML> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054750> <BEA-130036> <Initializing XMLRegistry.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <messaging.interception> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054765> <BEA-400000> <Initializing message interception service>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <Store> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055015> <BEA-280050> <Persistent store "_WLS_soa_server1" opened: directory="C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\data\store\default" writePolicy="Direct-Write" blockSize=512 directIO=true driver="wlfileio2">
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001135> <Initializing the JDBC service.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001137> <Initialization complete.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001138> <Resuming the JDBC service.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001140> <Resume complete.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <Connector> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055264> <BEA-190000> <Initializing J2EE Connector Service>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <Connector> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055280> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055327> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055342> <BEA-040090> <Deployed 8 default connection factories.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040306> <JMS service is active now.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055389> <BEA-101128> <Initializing HTTP services.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055405> <BEA-101135> <soa_server1 is the default Web server.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055405> <BEA-101052> <[HttpServer (defaultWebserver) name: soa_server1] Initialized>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055405> <BEA-101129> <Initializing the Web application container.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: Logging service enabled.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC security service instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebService> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055436> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebService> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055436> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMX> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055467> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.1.2:8001/jndi/weblogic.management.mbeanservers.runtime .>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055483> <BEA-000256> <Invoking oracle.jrf.wls.JRFStartup.main(null)>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055514> <BEA-000256> <Invoking oracle.security.jps.wls.JpsWlsStartupClass.main(null)>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055530> <BEA-000256> <Invoking oracle.core.ojdl.weblogic.ODLConfiguration.main(null)>
    ####<5 Απρ 2010 6:40:56 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482056684> <BEA-000256> <Invoking oracle.jrf.AppContextStartup.main(null)>
    ####<5 Απρ 2010 6:40:56 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] E

    Thank you for your reply!
    The tutorial emphasizes that I need jdk 1.6 update 11 in order to setup.
    The newer release of wl server comes with jsk 1.6 update 14.
    When I tried to run:
    setup -jreLoc C:\Oracle\Middleware\home_11gR1\jdk160_14
    no setup screen appeared.
    Next, I setup stand alone jdk 1.6 update 11 and add it to path,
    but setup -jreLoc C:\Program Files\Java\jdk1.6.0_11 failed too, since no setup screen appeared
    So I uninstalled version 10.3.2, installed 10.3.1 to follow exactly the tutorial specs.
    Does one has to pay oracle consulting, in order to have an installation of soa suite up and running for development?
    Edited by: Nick Aiva on Apr 6, 2010 11:27 AM

  • Forms 10g compilatio error FRM-18108: Failed to load the following objects.

    Hi,
    I was compiling the Form on the server, could you let me know about below errors?
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source Object: STANDARD_CALENDAR
    Thanks.

    Hi,
    Oracle Apps: R12.1.3
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0
    OS: Linux
    This error is happening in development pc.
    Not sure if i missed any libraries, I had one more form which is working in development pc and it has similar libraries.
    Also, i see below errors in addition to the above mentioned.
    Compiling package body CTAARPRB...
    Compilation error on package body CTAARPRB:
    PL/SQL ERROR 49 at line 7, column 12
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 7, column 12
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 19, column 8
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 146, column 10
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 169, column 10
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 170, column 6
    bad bind variable 'parameter.G_query_find'
    Thanks.

  • Reg FRM-18108: Failed to load the following objects Error

    Hi All,
    I am getting the following error when i open a form.
    FRM-18108: Failed to load the following objects.
    Source Module:Referenc.olb
    Source Object: POST-RECORD
    Source Module:Referenc.olb
    Source Object: KEY-CLRFRM
    Source Module:Referenc.olb
    Source Object: KEY-DOWN
    Source Module:Referenc.olb
    Source Object: KEY-DUP-ITEM
    Source Module:Referenc.olb
    Source Object: KEY-DUPREC
    Source Module:Referenc.olb
    Source Object: KEY-ENTQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXEQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXIT
    Source Module:Referenc.olb
    Source Object: KEY-HELP
    Source Module:Referenc.olb
    Source Object: KEY-MENU
    Source Module:Referenc.olb
    Source Object: KEY-UP
    Source Module:Referenc.olb
    Source Object: PRE-BLOCK
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-FORM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-ITEM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-WINDOW-CLOSED
    Source Module:Referenc.olb
    Source Object: AL_ERROR
    Source Module:Referenc.olb
    Source Object: AL_INFORMATION
    Source Module:Referenc.olb
    Source Object: AL_WARNING
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: PM_STANDARD
    Source Module:Referenc.olb
    Source Object: PC_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: PC_FRAME
    Source Module:Referenc.olb
    Source Object: PC_ICON_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_LIST_OF_VALUES
    Source Module:Referenc.olb
    Source Object: PC_OK_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_RECORD
    Source Module:Referenc.olb
    Source Object: VA_SCROLLBAR
    Source Module:Referenc.olb
    Source Object: VA_ALERT
    Source Module:Referenc.olb
    Source Object: VA_BUTTON_TEXT
    Source Module:Referenc.olb
    Source Object: VA_CANVAS
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_BUTTON
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: VA_FRAME
    Source Module:Referenc.olb
    Source Object: VA_LOV
    Source Module:Referenc.olb
    Source Object: VA_PROMPT_TEXT
    Source Module:Referenc.olb
    Source Object: VA_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_TOOLTIP
    Source Module:Referenc.olb
    Source Object: VA_WINDOW
    Source Module:Referenc.olb
    Source Object: ABOUT
    But i have given the the path of the folder that has all the files in the Forms_Path registry and also in the default.env file. Still i am getting the above error. Any solution for this?.

    You are getting this error because the "Referenc.olb" object library (OL) is not in your FORMS_PATH. You can either add the directory where the OL resides to the PATH environment variable or (preferably) you add the directory to the FORMS_PATH in the Windows Registry (assuming you installed Forms on a Windows computer). Modifying the FORMS_PATH is dependent on the version of Forms you installed. For Forms 10g, modify: HKEY_LOCAL_MACHINE => SOFTWARE => Oracle => KEY_DevSuiteHome10g => FORMS_PATH String Value. For previous versions of Oracle Forms, modify: HKEY_LOCAL_MACHINE => SOFTWARE=> Oracle => HOME? => FORMS??_PATH (where ? = 0 - 9 depending on the number of Oracle products installed, and where ?? = 60, 90 if you have Forms 6 or Forms 9i installed (FORMS60_PATH or FORMS90_PATH).
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • [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.

  • Failed to initialize the network. Check if another instance of agent is

    Out of the blue a small number of my Windows XP PCs get the following error
    when logging in. Usually appears while login script page is on screen:-
    Failed to initialize the network. Check if another instance of agent is
    running. Contact the system administrator
    Once XP has loaded ok I can manually start the Remote Management service.
    Some PCs are intermittent and don't seem to get it again but a couple get it
    every login. I removed the client and reinstalled. I removed the Remote
    Management service and re-installed. Re-registered the PC Workstation but no
    change for those who get it every day.
    I did find this:-
    Failed to initialize the network. Check if another instance of agent is
    running. Contact the system administrator
    Source: Remote Management Agent
    Severity: Critical
    Possible Cause: The Remote Management Agent is unable to bind to the IPX or
    IP port that is being used for Remote Management service, or the ports are
    being used by some other application running on the managed workstation.
    Action: Uninstall any third-party remote control agent or remote control
    application using these ports from the managed workstation.
    Possible Cause: The protocol stack is corrupted.
    Action: Reinstall the protocol stack.
    Possible Cause: The managed workstation is not connected to the network, or
    the network is down.
    Action: Connect the managed workstation to the network.
    I don't have any third party remote control agent installed and I've tried
    the refresh of the IP protocol stack. Surprised this has started as we have
    not made any changes to the network or software. We run NW Client 4.83sp1
    and NW5.1 sp5.
    Anybody else had this and cleared it completely?

    Further developments:
    It looks like it's a fault in the nic. it's a Compaq NC3120 Fast Ethernet
    card. It used to work, but since I've wiped out the card drivers that were
    in use, I'm at HP's mercy. They are telling me that the card is no longer
    under warranty and won't even tell me what driver to look for. Anything I've
    managed to find has the exact same symptoms:
    Client works, ping to IP addresses work, ping to www.yahoo.com (etc) doesn't
    work, although winipcfg shows a DNS server the same as every other machine I
    have.
    Internet explorer doesn't work, even with IP addresses to local servers.
    And of course, zenrc32 doesn't work, wsreg32 doesn't work.
    Does anyone know of a way of making the NC3120 work on a win98 machine?
    Shall I just go buy a couple dozen netcards from a more reputable company
    than compaq?
    Chris Denby
    IT Coordinator
    Rainy River District School Board
    Fort Frances, Ontario
    Canada
    "Chris Denby" <[email protected]> wrote in message
    news:[email protected]...
    > I have this message on windows 98. In addition to that, the wsreg32.log
    > reads work station import error -1 (UNKNOWN).
    > This happened after ghosting down to the machine and finding that it had a
    > different card. The client adapted easily to a new card, but the
    zenrc32.exe
    > won't run.
    >
    > I've checked to make sure it wasn't running by renaming the zenrc32.exe to
    > zenrc32.ex so it wouldn't run on start up. Then after the machine was
    > started up, I changed it back and ran it and it died immediately with the
    > same error.
    >
    > I have uninstalled the client through admin\unc32 and removed all traces
    of
    > the client then reinstalling, but no luck.
    >
    >
    > <[email protected]> wrote in message
    > news:1XuQc.3739$8%[email protected]...
    > > Did you ever get this solved?
    > > I've got the same thing going on with one Win2000 machine in my
    > > department. He can log into the network just fine but can not get to the
    > > internet.
    > > I've tried re-installing the protocol stack; no luck. I've searched hi
    and
    > > low for any other agent running on the machine with no luck. I've
    searched
    > > the registry for hours for all keys that would start programs or agents
    at
    > > start. Can't find anything. I've check for services, checked for fire
    wall
    > > problems, viruses. No luck. Since its only one machine I can re-image it
    > > with no problem, but I'm curious and want to find out whats going on in
    > > case the problem reapears or grows to other machines.
    > > Any help out there???
    > >
    > > > Out of the blue a small number of my Windows XP PCs get the following
    > > error
    > > > when logging in. Usually appears while login script page is on
    screen:-
    > > >
    > > > Failed to initialize the network. Check if another instance of agent
    is
    > > > running. Contact the system administrator
    > > >
    > > > Once XP has loaded ok I can manually start the Remote Management
    > service.
    > > > Some PCs are intermittent and don't seem to get it again but a couple
    > > get it
    > > > every login. I removed the client and reinstalled. I removed the
    Remote
    > > > Management service and re-installed. Re-registered the PC Workstation
    > > but no
    > > > change for those who get it every day.
    > > >
    > > > I did find this:-
    > > >
    > > > Failed to initialize the network. Check if another instance of agent
    is
    > > > running. Contact the system administrator
    > > >
    > > > Source: Remote Management Agent
    > > >
    > > > Severity: Critical
    > > >
    > > > Possible Cause: The Remote Management Agent is unable to bind to the
    IPX
    > > or
    > > > IP port that is being used for Remote Management service, or the ports
    > > are
    > > > being used by some other application running on the managed
    workstation.
    > > >
    > > > Action: Uninstall any third-party remote control agent or remote
    control
    > > > application using these ports from the managed workstation.
    > > >
    > > > Possible Cause: The protocol stack is corrupted.
    > > >
    > > > Action: Reinstall the protocol stack.
    > > >
    > > > Possible Cause: The managed workstation is not connected to the
    network,
    > > or
    > > > the network is down.
    > > >
    > > > Action: Connect the managed workstation to the network.
    > > >
    > > > I don't have any third party remote control agent installed and I've
    > > tried
    > > > the refresh of the IP protocol stack. Surprised this has started as we
    > > have
    > > > not made any changes to the network or software. We run NW Client
    > 4.83sp1
    > > > and NW5.1 sp5.
    > > >
    > > > Anybody else had this and cleared it completely?
    > > >
    > > >
    > > >
    > > >
    > > >
    > >
    >
    >

  • [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

  • Xorg Problem - Failed to initialize the NVIDIA graphics device!

    Hello.
    I've encountered a problem while installing my Xorg server, which I'd like to use with KDE.
    Here's the track of my xorg installation:
    # sudo pacman -Syu
    # sudo pacman -S xorg
    (my graphic card is vVidia GeForce 8600 GT)
    # sudo pacman -S nvidia-96xx nvidia-96xx-utils
    # sudo nvidia-xconfig
    (that's where I wanted to check if I did everything right)
    #sudo startx
    Xorg started loading and after a few secs it printed such output:
    NVIDIA: could not open the devie file /dev/nvidia0 (Input/output error).
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:4:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) NVIDIA(0): *** Aborting ***
    (EE) Screen(s) found, but none have a usabe configuration.
    Fatal server error:
    no screens found
    giving up.
    xinit: Connection refused (errno 111): unable to connect to X server
    xinit: No such process (errno3): Server error.
    What should I do?

    matnik wrote:(my graphic card is vVidia GeForce 8600 GT)
    # sudo pacman -S nvidia-96xx nvidia-96xx-utils
    # sudo nvidia-xconfig
    1. wrong driver. the 96xx driver is for horrible old hardware, like the gf4. Install 'nvidia' and 'nvidia-utils' instead.
    2. don't use nvidia-xconfig, it's not needed.
    3. reboot after installing the driver if you havn't disabled kms already.

  • ISupplier - Setting up the Development Environment with JDeveloper 9.0.3

    Hi friends,
    Can you please tell me the steps involved in setting up the development environment for iSupplier Module with JDeveloper in my PC.
    Please give me the details about what are the files to be downloaded from Apps, folder structure for development environment etc...
    Gurus please reply ASAP.
    Thanks,
    San

    You should better pick the class files from the JAVA_TOP appropraite to that product and add it to either myclasses in your project in jdev or add it to the classpath.
    Once you have these required files then you can launch the pages by either using a test.jsp or use the xml files directly if you know what parameters to pass. I would suggest you to use a test.jsp and launch the first page in the flow which launches from the menu - function by picking it's web_html_call.

  • Forms 11g Server compilation issues: FRM-18108: Failed to load the following objects

    Attempting to upgrade to 11g (Forms 11 Version 11.1.2.1.0 on Linux) from 9i.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    Compiling an FMB on the server (not windows PC) is giving error FRM-18108: Failed to load the following objects. The compiler is unable to find OLB files and PLL files. This seems to be a config issue but I cannot track it down.
    We have a /nhbcapps/lib for library and object library (pll, olb) files and we have a /nhbcapps/bin for executables (mmx, fmx, plx)
    We have our own envmt file, cdb.env (in same folder as default.env):
    FORMS_PATH=/nhbcapps/bin:/nhbcapps/lib:/app/oracle/Middleware/Oracle_FRHome2/forms:/app/oracle/Middleware/asinst_1/FormsComponent/forms
    PATH=/nhbcapps/bin:/nhbcapps/lib:/app/oracle/Middleware/Oracle_FRHome2/bin:/app/oracle/Middleware/Oracle_FRHome2/jdk/bin
    formsweb.cfg:
    envFile=cdb.env
    Please could anyone help get this working?

    Your module NC_REF.fmb (or NC_REF.olb), which is referenced for shared objects, cannot be found. The best way to test it is to place it in the working directory (the start-in directory of the windows shortcut from where you launch Forms Builder). That way you are independent from the FORMS60_PATH, because the working directory is searched first.

  • WARNING Could not yet initialize the graphics environment.

    Hello,
    When I run why I am getting this warning :
    Any thoughts?
    WARNING Could not yet initialize the graphics environment. Will continue attempting to initialize graphics environment...

    I have windows XP and Jdeveloper 10.1.3. This is a warning message I get in the JDeveloper consoile when I run my applications and this warning doesn't come everytime when I run.
    Thanks

  • Error when creating a resource : Failed to initialize the DSDL

    Hi,
    I've configured a cluster and trying to configure an Oracle mount point. ,ve already created the listerner and server resources for Oracle but having the following error with mount point creation:
    Command executed: /usr/cluster/bin/clresource create -t SUNW.HAStoragePlus:5
    -g int_group -p
    Resource_project_name=default -p FilesystemMountPoints=/global/data
    oracle_mount_point
    Error message:
    clresource: pegase-par-sun-wfl-int-a - Failed to process the resource
    information.Failed to
    initialize the DSDL.
    clresource: (C189917) VALIDATE on resource oracle_mount_point, resource
    group int_group, exited with
    non-zero exit status.
    clresource: (C720144) Validation of resource oracle_mount_point in resource
    group int_group on node
    pegase-par-sun-wfl-int-a failed.
    clresource: (C891200) Failed to create resource "oracle_mount_point"
    Could you please help me?

    should i have to install a particular library or something like that? DSDL ?
    thanks for your help

  • Failed to initialize the DBMS

    Hi All,
    I have SAP MDM 5.5 with SQL server 2005. The MDM server is up (it shows the green node) and I have started the SQL server and SQL agent.
    When I click on any of the repository e.g. vendor, and enter the user as Admin, then it throws the following error on pop up.
    "Repository login failed, please try again.
      Error: - The MDM repository is invalid"
    When I click the DBMS setting, it gives the option of my local instance on the SQL server. Then it prompts me to enter the log path and the data path. After entering, it gives an error
    "Failed to initialize the DBMS"
    The path for log and data file which I am giving
    Log file- C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\kolkata_mdm_log.ldf
    data:- C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\kolkata_mdm.mdf
    Please suggest.
    Regards,
    Jitender

    Hello Jitendra,
    you have to define the Log path and data path as (suppose if you have installed the MDM server in C drive):
    C:\Program Files\SAP MDM 5.5\Server\Archives
    or you can refer the guide avialable on SMP:
    For installation and configuration guides:
    https://websmp201.sap-ag.de/~sapidb/011000358700004121872006E.HTM
    Also you can refer the Sizing and Performance guide for MDM 5.5.
    http://service.sap.com/~sapidb/011000358700001191122007E
    Hope this will help you.
    TNR,
    Saurabh...
    Reward if found useful.

Maybe you are looking for

  • Calling shared objects in unix from Forms 6i and 10g

    I would like to know how to call shared objects in unix from Froms 6i and 10g. Can anybody help in this regard? Your help is very well appreciated.

  • Simple question: calling URL link with WEB.SHOW_DOCUMENT is not working

    Hi folks, this should be an easy question, but I have no idea why it's not working :-(. In one of my form, I would like to place an URL link behing button. For this purpose I'm using below code:    WEB.SHOW_DOCUMENT('http://www.google.com','_blank');

  • How to change the data type in the table ESLL for the field USERF2_NUM ?

    Hello Friends, I have a requirement in which one of the change is to convert the data type of the field 'USERF2_NUM' in the table 'ESLL'  from 'QUAN' to 'CHAR'.  How do i do it if i have an access to change it..........i think i should also check the

  • Error while printing (while saving?)

    Whenever I try to save my book I always get the error: Print Error while printing. However, I'm not trying to print, I'm trying to SAVE.  From what I can tell the file is saving just fine, however I hope that there is nothing actually wrong with the

  • Response on behalf tab not active - Surrogate bid

    Dear Experts, We are on SRM7.0 and done with the prerequisites for surrogate bid - (permit proxy bid in  the bp, /sapsrm/bidder role assigned to the buyer) and when tried to create bid response with the given bid submission time not been able to crea