Error while installing On Linux

Hi
I am trying to install CCB/RMB (the financial services flavor) of the CCB product and I am getting this error while bringing up the server
My setup is on RHLinux 64 bit, WebLogic, MF Server Express, JDK 32-bit
Any one seen this before and know where the problem could be?
java.lang.UnsatisfiedLinkError: no com_splwg_base_support_cobol_host_sockets_UnixDomainSocketNative in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at com.splwg.base.support.cobol.host.sockets.UnixDomainSocket.<clinit>(UnixDomainSocket.java:23)
at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy$PipeServerSocket.bindServerSocket(UnixDomainSocketStrategy.java:132)
at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy$PipeServerSocket.<init>(UnixDomainSocketStrategy.java:105)
at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy$PipeServerSocket.<init>(UnixDomainSocketStrategy.java:94)
at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy.doBindServerPort(UnixDomainSocketStrategy.java:72)
at com.splwg.base.support.cobol.host.SocketStrategy.bindServerPort(SocketStrategy.java:145)
at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterSkel.<init>(OptimizedRemoteExecuterSkel.java:43)
at com.splwg.base.support.cobol.host.OptimizedInvocationStrategy.startOnParentJvm(OptimizedInvocationStrategy.java:25)
at com.splwg.base.support.cobol.host.RemoteJVMFactoryImpl.<init>(RemoteJVMFactoryImpl.java:64)
at com.splwg.base.support.cobol.host.CobolHostStartup.startup(CobolHostStartup.java:41)
at com.splwg.base.support.context.ApplicationContext.initializeCobolRuntime(ApplicationContext.java:231)
at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:212)
at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:114)
at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:90)
at com.splwg.base.support.context.ContextFactory.createDefaultContext(ContextFactory.java:498)
at com.splwg.ejb.service.impl.ServiceBeanContext.initializeApplicationContext(ServiceBeanContext.java:81)
at com.splwg.ejb.service.impl.ServiceBeanContext.initialize(ServiceBeanContext.java:27)
at com.splwg.ejb.service.impl.ServiceBean.<clinit>(ServiceBean.java:43)
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:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(BaseEJBManager.java:222)
at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBManager.java:233)
at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessManager.java:305)
at weblogic.ejb.container.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:173)
at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:105)
at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessManager.java:150)
at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemoteObject.java:235)
at weblogic.ejb.container.internal.StatelessRemoteObject.preInvoke(StatelessRemoteObject.java:52)
at com.splwg.ejb.service.impl.SPLServiceBean_8o7vtd_EOImpl.read(SPLServiceBean_8o7vtd_EOImpl.java:993)
at com.splwg.ejb.service.impl.SPLServiceBean_8o7vtd_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
at com.splwg.ejb.service.impl.SPLServiceBean_8o7vtd_EOImpl_1002_WLStub.read(Unknown Source)
at com.splwg.serviceclient.RemoteServiceDispatcher$1.executeService(RemoteServiceDispatcher.java:45)
at com.splwg.serviceclient.RemoteServiceDispatcher$1.executeService(RemoteServiceDispatcher.java:44)
at com.splwg.serviceclient.RemotePageServiceDispatcherHelper.doIt(RemotePageServiceDispatcherHelper.java:19)
at com.splwg.serviceclient.RemoteServiceDispatcher.read(RemoteServiceDispatcher.java:42)
at com.splwg.base.web.common.MenuRepository.privateGetMenu(MenuRepository.java:53)
at com.splwg.base.web.common.MenuRepository.getMenu(MenuRepository.java:43)
at com.splwg.base.web.startup.PreloadLoginInfo.preloadMenuInfo(PreloadLoginInfo.java:161)
at com.splwg.base.web.startup.PreloadLoginInfo.privateExecute(PreloadLoginInfo.java:80)
at com.splwg.base.web.startup.PreloadLoginInfo.execute(PreloadLoginInfo.java:54)
at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:66)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:458)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:168)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1744)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2918)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:973)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:182)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:359)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
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:200)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

This error generally mean that the "runtime" folder of your CCB/RMB installation cannot be found on the classpath. Try issuing the following command in a terminal before starting up CCB
export path=<CCB/RMB installtion dir>/runtime:$path

Similar Messages

  • Getting error while installing on Linux, but cannot find log detail

    Hi,
    I;m installing 11.g on Linux 64 and Oracle Installer spewed error saying that my system doesn't meet minimum requirement. I looked at the temp directory /dev/shm where it got installed, I found InstallActions[timeStamp].log:
    Using paramFile: /usr/local/temp/database/install/oraparam.ini
    Checking Temp space: must be greater than 120 MB.   Actual 1974 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 8192 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    The commandline for unzip:
    /usr/local/temp/database/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles/\*.jar -d /dev/shm/OraInstall2011-01-12_11-13-19AM
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /dev/shm/OraInstall2011-01-12_11-13-19AM/jdk/jre/bin/java, and the argv is
    /dev/shm/OraInstall2011-01-12_11-13-19AM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/lib/linux
    -Doracle.installer.oui_loc=/dev/shm/OraInstall2011-01-12_11-13-19AM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/usr/local/temp/database/install
    -Doracle.installer.jre_loc=/dev/shm/OraInstall2011-01-12_11-13-19AM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=2.6.29.6
    -mx150m
    -cp
    /dev/shm/OraInstall2011-01-12_11-13-19AM::/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/remoteinterfaces.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/OraPrereqChecks.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/instdb.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/OraPrereq.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/ssh.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/prov_fixup.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/orai18n-utility.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/jsch.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/orai18n-mapping.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/cvu.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/emocmutl.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/instcommon.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraInstaller.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/oneclick.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/xmlparserv2.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/share.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraInstallerNet.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/emCfg.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/emocmutl.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraPrereq.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/jsch.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ssh.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/remoteinterfaces.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/http_client.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchutil.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraCheckPoint.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstImages.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_de.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_es.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_fr.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_it.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_ja.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_ko.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_pt_BR.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_zh_CN.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_zh_TW.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/oracle_ice.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/help4.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/help4-nls.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ewt3.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ewt3-swingaccess.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ewt3-nls.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/swingaccess.jar::/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/jewt4.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/jewt4-nls.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/orai18n-collation.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/orai18n-mapping.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ojmisc.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/xml.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/srvm.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/srvmasm.jar
    oracle.install.ivw.db.driver.DBInstaller
    -scratchPath
    /dev/shm/OraInstall2011-01-12_11-13-19AM
    -sourceLoc
    /usr/local/temp/database/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2011-01-12_11-13-19AM
    INFO: Loading data from: jar:file:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    SEVERE: Unexpected runtime-error while verifying whether the target environment is supported by CVU or not..
    Refer associated stacktrace #oracle.install.driver.oui.OUISetupDriver:13
    INFO: Completed verification of target environment.
    WARNING: Verification of target environment returned with errors.
    WARNING: [WARNING] [INS-13001] Environment does not meet minimum requirements.
       CAUSE: Minimum requirements were not met for this environment
       ACTION: Either check the logs for more information or check the supported configurations for this product..
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
    INFO: Advice is WITHDRAW
    WARNING: Advised to shutdown the installer due to target environment verification errors.
    INFO: Adding ExitStatus PREREQ_FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Database 11g Release 2 InstallerIn what location can I find the detail of the error? Could anybody point me out where I missed?
    best regards,
    Valerie
    Edited by: Valerie Debonair on Jan 11, 2011 8:29 PM

    Is it the file that I showed above? and this is the part of it:
    WARNING: Verification of target environment returned with errors.
    WARNING: [WARNING] [INS-13001] Environment does not meet minimum requirements.
       CAUSE: Minimum requirements were not met for this environment
       ACTION: Either check the logs for more information or check the supported configurations for this product..
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
    INFO: Advice is WITHDRAW
    WARNING: Advised to shutdown the installer due to target environment verification errors.
    INFO: Adding ExitStatus PREREQ_FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Database 11g Release 2 Installer

  • Error while installing LabVIEW on Linux

    Getting Error while installing LabVIEW on Linux and unable to use VISA.
    Please check the installation Log i Have attached.
    nilesh
    Attachments:
    Installation Log LV2012 Linux.txt ‏25 KB

    I could not find a trail version for LINUX. 
    Its only available for Windows and mac.
    Will it possible for you to give just the C++ library and include files??

  • Error while install EBS 11.5.10 on RHEL5 oracle unbreakable linux

    hello
    i got this error while install EBS and here is the log file
    0/appsutil/out/VIS_oracle/templbac/adrundb1.sh
    setting permissions: 755
    setting ownership: applmgr:oinstall
    Step 0 of 5
    Command: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Executing: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh APPS APPS
    STARTED INSTALL PHASE : 9i RDBMS : Wed Mar 18 11:26:45 EET 2009
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    plz help

    here is the file after modification
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:38:41 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    0/appsutil/out/VIS_oracle/03181056/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:15 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:39 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 11:26:53 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 12:25:33 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1

  • Error while installing 10g on oracle unbreakable linux

    hi all
    Oracle 10.2.0.1
    oracle unbreakable linux
    I got the following error while installing oracle database 10g on oracle unbreakable linux
    when my installer peforming product specific prerequiste check i got the warning
    checking operating system requrement
    checking for gcc-3.2; found not found Failed<<<<<<
    I tried to search gcc-3.2 on my linux cd but its not there
    can anyone please tell me from where can i install this?
    thanks

    Which gcc is in your CD? List them all.
    And yes, they are there. Unless someone gave you a rescue disk or stripped down live CD, in which case you need to thank the person who gave you that appropriately.
    You need to search the CD/DVD and you need to learn how to install RPMs. Both can be learned by intelligent internet searches.
    Edited by: Hans Forbrich on Sep 19, 2009 10:37 AM

  • Error while installing oracle 9i(9.2.0.1.0) on Red Hat Linux 8

    hi
    friends,
    i'm getting error while installing Oracle 9i(9.2.0.1.0). this eror was came when linking process was going on. Error is as follow.
    "Error in invoking target install of make file"
    /home/oracle/product/9.2.0/plsql/lib/ins_plsql.mk"
    /home/oracle/product/9.2.0/precomp/lib/ins_precomp.mk"
    /home/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk"
    /home/oracle/product/9.2.0/network/lib/ins_oemagent.mk"
    pls. help me what to do?
    Dharmesh

    See this :
    I saw this error only in connection with Oracle 9i (9.0.1) installation.
    Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
    $ su - oracle
    $ $ORACLE_HOME/bin/genclntsh
    Created /opt/oracle/product/9.0.1/lib/libclntst9.a
    $
    After that hit retry in the error popup. This always worked for me.
    (I was told that this also works for SuSE 8.0.)
    Here is Oracle's official solution for Oracle 9iR1 or 9iR1 iAS on RedHat 2.1 Advanced Server:
    http://otn.oracle.com/software/products/oracle9i/files/binutils_readme.html
    from: http://www.puschitz.com/OracleOnLinux.shtml
    Hope it help you
    Basem

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Error while installing OFM 11g - Oracle Identity management suite 11g

    Hi,
    I am getting following error while installing Oracle Identity management suite 11g (Oracle Internet Directory & Oracle Virtual Directory) on Red Hat Linux 5.0.
    "Error in invoking target 'client_sharedlib' of makefile '/apps/idm/Oracle/OracleHome/Oracle_Home/rdbms/lib/ins_rdbms.mk"
    the same error is repeating for others also i.e. 'all', 'install" etc.
    Can you advice me how to overcome this?
    Regards
    Chinta

    Hi Chinta,
    Pl. check for all gcc and glibc OS packages compatibility with your your OS. This will solve your problem.
    Also check that you are not installing a 32 bit IM software on a 64 bit machine or viceversa.
    regards,
    Sailesh

  • Error while installing 11gR1 RDBMS software on 11gR2 GI

    I am getting the following error while installing 11gR1 (11.1.0.6) RDBMS software on 11gR2 GI.
    0. Oracle Enterprise linux 5.4 x_86_64 bit
    1. cluvfy verfication is successful
    2. 11gR2 GI looks fine - logged in to asm in all nodes, check the asm disksgroups
    3. ssh connectivity is fine - able to do ssh from all 6 nodes to all nodes
    Error:
    On the Install page, after setup successful stage, (it finised 57%), the pop-up messages says
    "Error in execution of additional utility tool" and giving me the options to retry, skip or continue.
    * I dont want to continue until i fixed this issue *
    -- I wish Oracle tells me, what tool its failing
    Here is the error from log file:
    INFO: No of Tools: 1
    INFO: Starting to execute the additional tools
    INFO: Command = /u01/app/oracle/product/11.1.0/oracle/bin/diagsetup basedir=/u01/app/oracle localnode=tstdb1 nodelist=tstdb1,tstdb2,tstdb3,tstdb4,tstdb5,tstdb6 remotenodes=tstdb2,tstdb3,tstdb4,tstdb5,tstdb6 oraclehome=/u01/app/oracle/product/11.1.0/oracle
    PRKC-1002 : All the submitted commands did not execute successfully
    DiagSetup-00008: Diag Setup Usage error: unable to perform RAC operations
    Command = /u01/app/oracle/product/11.1.0/oracle/bin/diagsetup has failed
    Execution Error : PRKC-1002 : All the submitted commands did not execute successfully
    oracle.ops.mgmt.cluster.RemoteFileOperationException: PRKC-1002 : All the submitted commands did not execute successfully
    at oracle.ops.mgmt.cluster.ClusterCmd.transferDirToNodes(ClusterCmd.java:2570)
    at oracle.ops.mgmt.cluster.ClusterCmd.transferDirToNodes(ClusterCmd.java:2375)
    at oracle.diagfw.adr.diagsetup.DiagSetup.transferRacDirs(DiagSetup.java:418)
    at oracle.diagfw.adr.diagsetup.DiagSetup.createDirs(DiagSetup.java:323)
    at oracle.diagfw.adr.diagsetup.DiagSetup.executeMain(DiagSetup.java:263)
    at oracle.diagfw.adr.diagsetup.DiagSetup.main(DiagSetup.java:226)
    DiagSetup-00008: Diag Setup Usage error: unable to perform RAC operations
    oracle.diagfw.adr.diagsetup.DiagSetupException: DiagSetup-00008: Diag Setup Usage error: unable to perform RAC operations
    at oracle.diagfw.adr.diagsetup.DiagSetup.transferRacDirs(DiagSetup.java:434)
    at oracle.diagfw.adr.diagsetup.DiagSetup.createDirs(DiagSetup.java:323)
    at oracle.diagfw.adr.diagsetup.DiagSetup.executeMain(DiagSetup.java:263)
    at oracle.diagfw.adr.diagsetup.DiagSetup.main(DiagSetup.java:226)
    INFO: Complete execution of additional tools

    Hi Levi Pereira, Thanks for the link.
    During install I got the below error
    ""Error in execution of additional utility tool" and I initially thought it might be because of network or due to user equivalence not set correct. So cancelled installation , rechecked it and verified and both were fine. user equivalence works fine. but still i'm getting the same error . However the below oracle documentation links shows that its a bug (reference Bug 6271506, though I couldnt get any relevant info on this bug number)
    http://download.oracle.com/docs/cd/B28359_01/readmes.111/b28280/toc.htm
    As per the above doc I just clicked on 'Continue' and installation was successful with no errors. I hope itdoesnt cause any issues later.
    Your blog is quite nice . I have few questions on ASM , device mapper and multipathing , porbably I shall post few questions on ASM in your blog.
    Thanks,
    Sasi

  • Error while installing oracle 11g in centos 5.3

    I got this error while installing oracle 11g in my laptop with centos 5.3
    the error is:
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 76430 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6000 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-03-07_12-09-48PM. Please wait ...[oracle@www database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
    at oracle.install.commons.util.Application.startup(Application.java:758)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    please help me solve this...i am new to linux so can anyone give me detailed instructions.i tried using the installation guide and even though i got this error...

    Firstly Thank you everyone for giving me your suggestions.
    I tried installing oracle 11g in centos using Tim's tutorial and i all went fine initially i got the oracle 11g installation GUI and i got an error while starting database configuration.
    The error was : TNS failed
    and i got two options in that dialog box "ignore" and "abort"
    after press ignore a few times.the installation finished successfully.
    When i opened terminal and typed
    sqlplus SYS as SYSDBA
    it asked for password
    when i gave the password again it showed the error TNS failed
    kindly help me solve this.....

  • DB2 Error while installing

    Hi
    I am installing NW 04 SR1 on Linux / DB2
    Completed the steps of ABAP Central instance and Database instance successfully.
    While installing the JAVA Add-in, everything seems to go smoothly till step 20 of 26.
    In the "load java database content" step, I get an error as follows:
    Log file: jload.java.log
    exerpts of the error:
    12:00:48 2006-05-25 dbs-Error:  Exception caught during SQL execution DB2 SQL error: SQLCODE: -622, SQLSTATE: 56031, SQLERRMC: CCSID UNICODE CREATE TABLE  .......
    May 25, 2006 12:00:45 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec XO2,jdbc/pool/XO2,/sapmnt/XO2/global/security/data/SecStore.properties,/sapmnt/XO2/global/security/data/SecStore.key -dataDir /mnt/sapsw/SAP-Linux-IDES-4.7X200-DB2UDB/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/J2EE-ENG/JDMP -job /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA_DB6/ONE_HOST/IMPORT.XML -log /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA_DB6/ONE_HOST/jload.log
    May 25, 2006 12:00:47 PM com.sap.inst.jload.db.DBConnection connectViaSecureStore
    INFO: connected to XO2 on jdbc/pool/XO2
    May 25, 2006 12:00:47 PM com.sap.inst.jload.JobStatus readStatus
    INFO: commencing restart
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to drop table BC_COMPVERS
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload dbImport
    INFO: table dropped
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_COMPVERS
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: com.sap.dictionary.database.dbs.JddException: CREATE TABLE BC_COMPVERS failed
            at com.sap.inst.jload.db.DBTable.create(DBTable.java:106)
            at com.sap.inst.jload.Jload.dbImport(Jload.java:276)
            at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
            at com.sap.inst.jload.Jload.main(Jload.java:551)
    May 25, 2006 12:00:48 PM com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    The SQLCODES and SQLSTATUS mentions that either:
    Possible reasons:
    CCSID ASCII cannot be specified when connected to a database created using a UNICODE code page.
    CCSID UNICODE cannot be specified when connected to a database created using a non-UNICODE code page.
    I am installing this for Non-unicode database, so I guess the above  SQL statement should not be :
    CCSID UNICODE CREATE TABLE
    and should be "CCSID ASCII CREATE TABLE"
    This statement seems to come from an EXPDUMP1.001 file from an OS independant J2EE engine DVD:
    51030724_2 SAP NW04 SR1 SAP J2EE Engine (OS independent parts) 
    Wonder where I should be looking to go beyond this block.
    Thanks

    Hi,
    I got the same error while installing NW04 SR1 on AIX. Has anybody a solution for this problem?

  • Fatal errors while installing oracle 10 r2 in RHL AS 4 update 5

    hi
    i am trying to install oracle 10 r2 in red hat linux AS 4 update 5.
    getting these errors while installing....
    1. Error in invoking target 'install' of make file 'u01app/oracle/product/10.2.0/db_1/ctx/lib/ins_ctx.mx
    See '/u01/app/oracle/oraInventory/logs/installActions2006-07-24_04-50-34PM.log' for details.
    2. Error in invoking target 'install' of make file 'u01app/oracle/product/10.2.0/db_1/sysman/lib/ins_sysman.mk
    See '/u01/app/oracle/oraInventory/logs/installActions2006-07-24_04-50-34PM.log' for details.
    3. Error in invoking target 'install' of make file 'u01app/oracle/product/10.2.0/db_1/rebms/lib/ins_rdbms.mk
    See '/u01/app/oracle/oraInventory/logs/installActions2006-07-24_04-50-34PM.log' for details.
    can anyone give a solution to this issue.

    i had tried both, still the same...
    tried opening the log file...
    45PM/oui/jlib/oneclick.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/srvm.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/share.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/xml.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/emCfg.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstImages.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/help4.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ewt3.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/classes12.jar::/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/jewt4.jar:/tmp/OraInstall2008-06-30_08-40-45PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,dba,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2008-06-30_08-40-45PM
    INFO: -sourceLoc
    INFO: /opt/database/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2008-06-30_08-40-45PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME =
    INFO:      PATH = /opt/database/install:/usr/bin:/usr/ccs/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    INFO:      CLASSPATH =
    INFO: Username:oracle
    INFO: This installation is being performed using response file /opt/database/install/response/ee.rsp.
    INFO: This installation is being performed using response file /opt/database/install/response/ee.rsp.
    INFO: Setting variable 'FROM_LOCATION' to '/opt/database/install/../stage/products.xml'. Received the value from the command line.
    INFO: Setting variable 'ORACLE_HOME' to '/home/oracle/oracle/product/10.2.0/db_1'. Received the value from the command line.
    INFO: Setting variable 'COMPONENT_LANGUAGES' to 'en,'. Received the value from response file.
    INFO: Setting variable 'SHOW_WELCOME_PAGE' to 'false'. Received the value from response file.
    INFO: Setting variable 'SHOW_CUSTOM_TREE_PAGE' to 'false'. Received the value from response file.
    INFO: Setting variable 'SHOW_COMPONENT_LOCATIONS_PAGE' to 'false'. Received the value from response file.
    INFO: Setting variable 'SHOW_SUMMARY_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_INSTALL_PROGRESS_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_REQUIRED_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    INFO: Setting variable 'SHOW_RELEASE_NOTES' to 'true'. Received the value from response file.
    it's just a part of the log file viewed..

  • Error while installing APEX3.2

    Hi,
    FYI, I do not know about database and APEX.
    But I have to install APEX3.2 on my team linux server.
    I got an error while installing APEX3.2.
    The installation guide says as below.
    Run apex_epg_config.sql passing the file system path to the base directory where the Oracle Application Express software was unzipped as shown in the following example:
          On UNIX and Linux:
          @apex_epg_config /tmpUsing Putty, I moved to the folder where APEX3.2 is unzipped on the server and connected it sysdba.
    From there I ran apex_epg_config.sql as below and got an error.
    I'm confused with /tmp.
    If I am already in the current folder, should I again define the path? If yes, how it should be?
    FYI, APEX3.2 is unzipped in "/home/oracle/apex" of the Linux box.
    Would appreciate your help.
    SQL> @apex_epg_config
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as '/tmp/apex/images'
    Directory created.
    old  47:     if '&IMGUPG' != '' then
    new  47:     if '' != '' then
    old  48:         l_mv_folder := '&IMGUPG';
    new  48:         l_mv_folder := '';
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    No such file or directory
    ORA-06512: at "SYS.XMLTYPE", line 296
    ORA-06512: at line 18
    Commit complete.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    timing for: Load Images
    Elapsed: 00:00:00.07
    Session altered.
    PL/SQL procedure successfully completed.
    Commit complete.
    Session altered.
    Directory dropped.
    SQL>Thanks,
    Guy
    Edited by: GUY3 on Jun 24, 2009 12:25 PM

    Hi,
    APEX team successfully installed APEX3.2 on the linux box with the following steps.
    1. Dropped user APEX_030200 and flowxxxx user with cascade option
    2. ran the apex installation SQL
    3. ran the following post installation process from sql prompt to copy the images
    @apxldimg.sql /home/oracle
    4. ran the apxchpwd.sql to change the password of 'Admin' user.
    It seems I skipped dropping flowxxxx user option.
    Thanks,
    Guy

  • Memory Fault Error While Installing WebLogic

    Hi,
    I am getting Memory Fault error while installing weblogic on RHEL 5.2 (Tikanga). The file I am using to install weblogic is
    server103_linux32.bin.
    When I run command uname -a, following information is displayed:
    Linux Machine1 2.6.18-92.e15 #1 DATE x86_64.
    Some of you may think that I am using 32bit version instead of using 64bit as per my machine but On oracle website, there is only one
    version available which is the one I am using.
    Kindly help.
    Cheers
    Sunny

    Kindly refrain from using a 32-bit installer on a 64-bit system. Kindly contact a Weblogic forum for more assistance.

  • ORA-12547: TNS:lost contact - error while installing  db 10gr2 (10202)

    Hi
    i am trying to install Oracle 10gr2 in IBM Zlinux environment. I am getting the following error, while installing the database. This error was thrown
    as pop up while passing database config. step.
    ORACLE_HOME, LD_LOAD_LIBRARY, ORACLE_SID are set properly.
    I have also tried re-linking all libraries, it did not work.
    I appreciate earliest help.
    ------------------ERROR Message
    ORA-12547: TNS:lost contact
    -------------------Linux version and architecture
    Linux rkbxxx.us.oracle.com 2.6.18-128.el5 #1 SMP Wed Dec 17 11:45:02 EST 2008 s390x s390x s390x GNU/Linux
    --------------------Linux
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    krishna

    [aime@strkb14 10gr2]$ ping strkb14.us.oracle.com
    PING strkb14.us.oracle.com (130.35.40.62) 56(84) bytes of data.
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=1 ttl=64 time=0.028 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=2 ttl=64 time=0.056 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=3 ttl=64 time=0.057 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=4 ttl=64 time=0.064 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=5 ttl=64 time=0.074 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=6 ttl=64 time=0.067 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=7 ttl=64 time=0.071 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=8 ttl=64 time=0.069 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=9 ttl=64 time=0.068 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=10 ttl=64 time=0.069 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=11 ttl=64 time=0.069 ms
    64 bytes from strkb14.us.oracle.com (130.35.40.62): icmp_seq=12 ttl=64 time=0.068 m

Maybe you are looking for

  • Generate a PDF from Excel with a Digital Signature Field?

    Hello, I have an excel workbook that is filled out weekly- I then have to generate a PDF with a digital signature field for a manager to sign (vouching for the data).  I currently have to manually generate the PDF and then manually add a digital sign

  • Can't see artwork

    Hi I've been sent a PSD which opens fine (although font's not available) but I can't see the artwork, all the layers are there, visible and selectable but the artwork is all grayed out on the artboard. Wondering if this is a glitch?

  • HOW DO YOU GET NEW TABS TO LOGIN TO THE HOMEPAGE DEFAULT THAT IS IN TOOLS

    WHEN I OPEN A NEW TAB - HOE DO I GET IT TO COME UP WITH THE DEFAULT HOME PAGE THAT IS SET UP IN TOOLS / GENERAL. AT THE MOMENT IT ALWAYS COME UP BLANK

  • Iphone tutorial doesn't match Cocoa Touch template

    I started going through apple's tutorial located here http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone 101/Articles/chapter3_section3.html and I found that on the page that I've referenced, there is no MainWindow.xib f

  • Can't import library from another computer

    I used to be able to sync my aperture libraries from my iMac to my MacBook Pro. I just would use the import Library/Project option and it worked perfectly. Now Aperture just hangs when I try to do it and I can't get it to work. Does anyone have any i