BeeKeeper Install Issue | On RH Linux

Hi
I am trying to setup Beehive1.4.3 on RedHat Linux.
My Beehive server installation went on fine. But after that the Beekeeper installation has run into some issue. Below are the logs containing the error message. I dont know much about linux OS but looking at the logs i thought that port 23792 is not enabled hence i updated /etc/sysctl.conf file with net.ipv4.ip_local_port_range = 22000 65000
But even i after doing so its again run into issues. If someone can review the logs below and suggest me how to proceed next that will be great.
Looking forward.
Thanks.
Launching tool "Oracle Beekeeper Framework Deployment"
Invocation timestamp: 7:23:08 PM
Executing command: oracle.ocs.install.plugins.product.beekeeper.DeployFrameworkPlugin /home/oracle/Beehive/BEEKeeper143 (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=DBServer)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BEEHIVE))) ${schema_passwd} bee-server.domain.com 23792 false
Connecting to the server with url (deployer:oc4j:bee-server.domain.com:23792) failed. You need to provide a valid deployment uri with proper host and port.
To target a standalone OC4J server, the valid connection_uris are:
     deployer:oc4j:oc4jHost:rmiPort
     deployer:oc4j:ormis:oc4jHost:ormisPort
Caused by:class java.net.ConnectException: Connection refused
oracle.oc4j.admin.deploy.cmdline.AdminCommandException:
Failed to connect to the server with deployment URI (deployer:oc4j:bee-server.domain.com:23792). Please refer to the exception trace from server above to identify the cause.
     at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:54)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
FINE: Saving StateBean aggregate and session.
Tool "Oracle Beekeeper Framework Deployment" returned Failed status.
=============================================================
Configuration action end, timestamp: 7:23:10 PM
Mar 19, 2009 7:23:10 PM oracle.ocs.install.wizard.framework.presentation.ConfigPresentation$ConfigOutputGrabber run
FINE: End grabbing configuration output.
Mar 19, 2009 10:54:17 PM oracle.ocs.install.wizard.framework.manager.ConfigManager startConfiguration
FINE: Retrying configuration.
Mar 19, 2009 10:54:17 PM oracle.ocs.install.wizard.framework.manager.ConfigManager saveState
FINE: Saving StateBean aggregate and session.
Mar 19, 2009 10:54:17 PM oracle.ocs.install.wizard.framework.presentation.ConfigPresentation$ConfigOutputGrabber run
FINE: Start grabbing configuration output...
LOGS AFTER I UPDATED /etc/sysctl.conf file with net.ipv4.ip_local_port_range = 22000 65000 ................
Launching tool "Oracle Beekeeper Framework Deployment"
Invocation timestamp: 10:54:17 PM
Executing command: oracle.ocs.install.plugins.product.beekeeper.DeployFrameworkPlugin /home/oracle/Beehive/BEEKeeper143 (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=DBServer)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BEEHIVE))) ${schema_passwd} bee-server.domain.com 23792 false
09/03/19 22:54:44 Notification ==>Application Deployer for bee-framework STARTS.
09/03/19 22:54:46 Notification ==>Copy the archive to /home/oracle/Beehive/BEEKeeper143/j2ee/home/applications/bee-framework.ear
09/03/19 22:55:05 Notification ==>Initialize /home/oracle/Beehive/BEEKeeper143/j2ee/home/applications/bee-framework.ear begins...
09/03/19 22:55:12 Notification ==>Unpacking bee-framework.ear
09/03/19 22:55:12 Notification ==>Done unpacking bee-framework.ear
09/03/19 22:55:13 Notification ==>Unpacking bpmra.rar
09/03/19 22:55:22 Notification ==>Done unpacking bpmra.rar
09/03/19 22:55:24 Notification ==>Initialize /home/oracle/Beehive/BEEKeeper143/j2ee/home/applications/bee-framework.ear ends...
09/03/19 22:55:24 Notification ==>Starting application : bee-framework
09/03/19 22:55:24 Notification ==>Initializing ClassLoader(s)
09/03/19 22:55:24 Notification ==>Initializing EJB container
09/03/19 22:55:25 Notification ==>Loading connector(s)
09/03/19 22:55:28 Notification ==>Starting up resource adapters
09/03/19 22:55:31 Notification ==>Warning. Unable to set up connection factory to location bee-framework for a resource adapter in {1}
09/03/19 22:55:31 Notification ==>application : bee-framework is in failed state
SEVERE: AbstractProgressObjectImpl.reportError oracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
     at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:430)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:82)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:136)
     ... 5 more
Caused by: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at com.evermind.server.Application.setConfig(Application.java:630)
     at com.evermind.server.Application.setConfig(Application.java:432)
     at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:2025)
     at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:585)
     at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:218)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:99)
     ... 5 more
Caused by: oracle.oc4j.persistence.PersistenceException: [bee-framework] - Exception getting persistence unit roots: bee-framework
     at oracle.oc4j.persistence.PersistenceException.exceptionGettingPersistenceUnitRoots(PersistenceException.java:127)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:135)
     at oracle.oc4j.persistence.PersistenceUnitManagerImpl.initialize(PersistenceUnitManagerImpl.java:57)
     at oracle.oc4j.persistence.ServerPersistenceUnitManagerImpl.initialize(ServerPersistenceUnitManagerImpl.java:17)
     at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:283)
     at com.evermind.server.Application.setConfig(Application.java:535)
     ... 10 more
Caused by: javax.naming.NameNotFoundException: No such context: ''
     at com.evermind.naming.file.FileContext.list(FileContext.java:228)
     at oracle.oc4j.persistence.EARPersistenceModule.addPersistenceRoots(EARPersistenceModule.java:157)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:122)
     ... 14 more
The server log file containing the full exception stack trace is under: OC4J_HOME/log/oc4j/diagnostic.log
09/03/19 22:55:31 Notification ==>Operation failed with error:
oracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
     at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:430)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:82)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:136)
     ... 5 more
Caused by: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at com.evermind.server.Application.setConfig(Application.java:630)
     at com.evermind.server.Application.setConfig(Application.java:432)
     at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:2025)
     at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:585)
     at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:218)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:99)
     ... 5 more
Caused by: oracle.oc4j.persistence.PersistenceException: [bee-framework] - Exception getting persistence unit roots: bee-framework
     at oracle.oc4j.persistence.PersistenceException.exceptionGettingPersistenceUnitRoots(PersistenceException.java:127)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:135)
     at oracle.oc4j.persistence.PersistenceUnitManagerImpl.initialize(PersistenceUnitManagerImpl.java:57)
     at oracle.oc4j.persistence.ServerPersistenceUnitManagerImpl.initialize(ServerPersistenceUnitManagerImpl.java:17)
     at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:283)
     at com.evermind.server.Application.setConfig(Application.java:535)
     ... 10 more
Caused by: javax.naming.NameNotFoundException: No such context: ''
     at com.evermind.naming.file.FileContext.list(FileContext.java:228)
     at oracle.oc4j.persistence.EARPersistenceModule.addPersistenceRoots(EARPersistenceModule.java:157)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:122)
     ... 14 more
The server log file containing the full exception stack trace is under: OC4J_HOME/log/oc4j/diagnostic.log
oracle.oc4j.admin.deploy.cmdline.AdminCommandException: Deploy error: deploy failed: Operation failed with error:
oracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
     at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:430)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:82)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:136)
     ... 5 more
Caused by: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at com.evermind.server.Application.setConfig(Application.java:630)
     at com.evermind.server.Application.setConfig(Application.java:432)
     at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:2025)
     at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:585)
     at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:218)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:99)
     ... 5 more
Caused by: oracle.oc4j.persistence.PersistenceException: [bee-framework] - Exception getting persistence unit roots: bee-framework
     at oracle.oc4j.persistence.PersistenceException.exceptionGettingPersistenceUnitRoots(PersistenceException.java:127)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:135)
     at oracle.oc4j.persistence.PersistenceUnitManagerImpl.initialize(PersistenceUnitManagerImpl.java:57)
     at oracle.oc4j.persistence.ServerPersistenceUnitManagerImpl.initialize(ServerPersistenceUnitManagerImpl.java:17)
     at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:283)
     at com.evermind.server.Application.setConfig(Application.java:535)
     ... 10 more
Caused by: javax.naming.NameNotFoundException: No such context: ''
     at com.evermind.naming.file.FileContext.list(FileContext.java:228)
     at oracle.oc4j.persistence.EARPersistenceModule.addPersistenceRoots(EARPersistenceModule.java:157)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:122)
     ... 14 more
The server log file containing the full exception stack trace is under: OC4J_HOME/log/oc4j/diagnostic.log
     at oracle.oc4j.admin.deploy.cmdline.DeployCommand.doExecute(DeployCommand.java:134)
     at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:58)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
Caused by: oracle.oc4j.admin.deploy.api.DeploymentStatusFailedException: deploy failed: Operation failed with error:
oracle.oc4j.admin.jmx.shared.exceptions.InternalException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
     at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:430)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:82)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:136)
     ... 5 more
Caused by: java.lang.InstantiationException: Application: bee-framework is in failed state as initialization failed
     at com.evermind.server.Application.setConfig(Application.java:630)
     at com.evermind.server.Application.setConfig(Application.java:432)
     at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:2025)
     at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:585)
     at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:218)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:99)
     ... 5 more
Caused by: oracle.oc4j.persistence.PersistenceException: [bee-framework] - Exception getting persistence unit roots: bee-framework
     at oracle.oc4j.persistence.PersistenceException.exceptionGettingPersistenceUnitRoots(PersistenceException.java:127)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:135)
     at oracle.oc4j.persistence.PersistenceUnitManagerImpl.initialize(PersistenceUnitManagerImpl.java:57)
     at oracle.oc4j.persistence.ServerPersistenceUnitManagerImpl.initialize(ServerPersistenceUnitManagerImpl.java:17)
     at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:283)
     at com.evermind.server.Application.setConfig(Application.java:535)
     ... 10 more
Caused by: javax.naming.NameNotFoundException: No such context: ''
     at com.evermind.naming.file.FileContext.list(FileContext.java:228)
     at oracle.oc4j.persistence.EARPersistenceModule.addPersistenceRoots(EARPersistenceModule.java:157)
     at oracle.oc4j.persistence.EARPersistenceModule.getPersistenceRoots(EARPersistenceModule.java:122)
     ... 14 more
The server log file containing the full exception stack trace is under: OC4J_HOME/log/oc4j/diagnostic.log
     at oracle.oc4j.admin.deploy.shared.exceptions.JSR88DeploymentExceptions.statusFailed(JSR88DeploymentExceptions.java:188)
     at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.commonDeploy(J2EEDeploymentManager.java:602)
     at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.internalDeploy(J2EEDeploymentManager.java:374)
     at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.deploy(J2EEDeploymentManager.java:317)
     at oracle.oc4j.admin.deploy.cmdline.DeployCommand.doExecute(DeployCommand.java:132)
     ... 3 more
FINE: Saving StateBean aggregate and session.
Tool "Oracle Beekeeper Framework Deployment" returned Failed status.
=============================================================
Configuration action end, timestamp: 10:55:33 PM
Mar 19, 2009 10:55:33 PM oracle.ocs.install.wizard.framework.presentation.ConfigPresentation$ConfigOutputGrabber run
FINE: End grabbing configuration output.

Actually looks like the Beekeeper itself is trying to something with port 23792. I just scrolled up the logs above the actual error message where again there is a mention of 23792 port. I am copying the same here... Does this give any clue about the issue??
Launching tool "Oracle Beekeeper Service Creation"
Invocation timestamp: 1:29:11 PM
Executing command: oracle.ocs.install.plugins.product.beekeeper.CreateExSvcPlugin /home/oracle/Beehive/BEEKeeper143 (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyDBServer)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BEEHIVE))) ${schema_passwd} MyBeeServer.MyDomain.com 23792
Creating bootstrap configurations...
Successfully created bootstrap configurations.
Creating unmanaged oc4j...
Successfully created unmanaged oc4j.
Creating unmanaged service instance...
Successfully created unmanaged service instance.
Activating configuration...
Successfully activated configuration.
Generating local componentid file...
Successfully generated the local componentid file.
FINE: Saving StateBean aggregate and session.
Tool "Oracle Beekeeper Service Creation" returned Succeeded status.
=============================================================
Launching tool "Starting OC4J Instance"
Invocation timestamp: 1:29:28 PM
Executing command: oracle.ocs.install.plugins.product.beekeeper.StartOc4jPlugin /home/oracle/Beehive/BEEKeeper143 true
opmnctl: starting opmn and all managed processes...
WARNING: No configuration output available.
FINE: Waiting for output...
FINE: Saving StateBean aggregate and session.
FINE: done.
Tool "Starting OC4J Instance" returned Succeeded status.
=============================================================
Launching tool "Oracle Beekeeper Framework Deployment"
Invocation timestamp: 1:30:35 PM
Executing command: oracle.ocs.install.plugins.product.beekeeper.DeployFrameworkPlugin /home/oracle/Beehive/BEEKeeper143 (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyDBServer)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BEEHIVE))) ${schema_passwd} MyBeeServer.MyDomain.com 23792 false
Connecting to the server with url (deployer:oc4j:MyBeeServer.MyDomain.com:23792) failed. You need to provide a valid deployment uri with proper host and port.
To target a standalone OC4J server, the valid connection_uris are:
     deployer:oc4j:oc4jHost:rmiPort
     deployer:oc4j:ormis:oc4jHost:ormisPort
Caused by:class java.net.ConnectException: Connection refused
oracle.oc4j.admin.deploy.cmdline.AdminCommandException:
Failed to connect to the server with deployment URI (deployer:oc4j:MyBeeServer.MyDomain.com:23792). Please refer to the exception trace from server above to identify the cause.
     at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:54)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
FINE: Saving StateBean aggregate and session.
Tool "Oracle Beekeeper Framework Deployment" returned Failed status.
=============================================================

Similar Messages

  • Issue to install mhVTL on Oracle Linux 5.9

    Hi Everyone
    I'm dealing with an issue to install mhVTL on Oracle Linux 5.9, my current operating system. My goal is to install Oracle Secure Backup once that mhVTL is running.
    According to the the link https://sites.google.com/site/linuxvtl2, I have followd this steps:
    1.- rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
    2.- rpm -Uvh http://www.elrepo.org/elrepo-release-5-4.el5.elrepo.noarch.rpm
    3.- rpm -Uhv http://dl.atrpms.net/el5-x86_64/atrpms/stable/atrpms-repo-5-6.el5.x86_64.rpm
    * NOTE: By default, the liblzo2_2 is not installed and my box doesn't have a repository to find it. For this reason I have installed this rpm file that let my box access a repository with the liblzo2_2 lib
    4.- yum yum install liblzo2_2
    5. sudo yum install mhvtl-utils kmod-mhvtl
    After running all this steps, I get the following message if I perform /etc/init.d/mhvtl start:
    /etc/init.d/mhvtl start
    FATAL: Module mhvtl not found.
    No kernel module loaded to feed these daemons.
    Need mhvtl kernel module version at least 0.18.11
    Did you remember to compile the 'mhvtl' kernel module ?
    Please see http://sites.google.com/site/linuxvtl2/
    According to this message, I understand, that I haven't install the kernel, so I have downloaded and uncompressed the mhvtl-2013-10-20.tgz file but with no success
    1. tar xvzf mhvtl-2013-10-20
    2. mhvtl-1.4
    3. cd kernel
    4. # make
    Output:
    make -C /lib/modules/2.6.39-400.211.3.el5uek/build SUBDIRS=/tmp/mhvtl-1.4/kernel modules
    make: *** /lib/modules/2.6.39-400.211.3.el5uek/build: No such file or directory.  Stop.
    make: *** [default] Error 2
    does someone have a tip to help me with this issue?
    Thank you in advance

    If the problem is only to install Xvfb, you can do that doing the following:
    # yum list "*xvfb*"
    Available Packages
    xorg-x11-server-Xvfb.x86_64     1.15.0-22.el6   public_ol6_latest
    # yum install xorg-x11-server-Xvfb

  • Issue while installing SOA in Oracle Linux 6

    Hi,
    I am getting below errors while installing SOA in oracle Linux 6:-
    entryPoint: entryPoint = oracle.installType.all condition = null className = null
    contextFile:/tmp/OraInstall2012-04-13_08-04-44PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    $$$$$DEBUG>>>>CertifiedVersions
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: redhat-6.2
    Check complete. The overall result of this check is: Failed <<<<
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Check complete. The overall result of this check is: Not executed <<<<
    Please help.
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Check complete. The overall result of this check is: Not executed <<<<

    it is not supported
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    just filter it on wls server on which soa runs rhel 5 is the latest

  • Dual booting pre-installed Windows 8 and Linux?

    I just bought a G780 with Windows 8 pre-installed. Ideally, I would also like to install some flavor of Linux. I've been searching but not finding much info on how difficult or time-consuming this would be, or if there are any special considerations or anything. I've found some guides on dual-booting Windows 8 and Linux but they were all for installing Windows straight from a disk, not anything where it's already pre-installed, and some indicated they thought it might be problematic to use a pre-installed version of Windows. Anyway I was hoping that if anybody has done this on the G780 or even a similar laptop that you could share how it went and any difficulties you encountered. I'm open to using any Linux distro if it'll be easy to install. I would appreciate any info you could share. Thanks.

    I had issues with Windows 8 as pre-installed on my G580, my employer at the time was using Windows 7 only and would not allow upgrades for security purposes.  I deleted the entire drive (including hidden) knowing at some point I would re-install Windows 8 or later from retail disk when needed.
    Linux can resize partitions during the install process, but be careful not to disturb the hidden partition or the windows boot loader in the process.  Linux Mint is the best yet for this purpose, OpenSUSE and Fedora failed, CentOS failed and Ubuntu was not able to boot, but did not "hurt" the windows partitions.
    Good luck.

  • Installing JDK1.3 on Linux 7.1

    Hi all,
    Has anyone sucessfully installed j2sdk1.3 on Linux 7.1 from this j2sdk-1_3_1_02-linux-i386-rpm.bin file?
    I always get "The download file appears to be corrupted" everytime I try to install the file. I did a more on the file and notice that it uses
    tail +289 j2sdk-1_3_1_02-linux-i386-rpm.bin | sum
    I tried the command on Linux 7.1 and got 39588 24305 as a result.
    but the script is checking for 28844 and 24305. So, the script will never work on Linux.
    Has anyone got it installed? or Am I doing something wrong?
    Thanks in advance ....
    -Tn

    Hi,
    The error I most often see with those installs is when you try a slight deviation from the install procedures ;-).
    The issue is that the install script uses the $0 variable to get it's own filename. Then, it tries to tail itself into a temporary file. This fails if the program is called like that
    $ . j2sdk-1_3_1_02-linux-i386-rpm.bin
    (in this case, $0 will pass in the name of the shell you are in, for example "bash", and the program will fail).
    Instead, make sure to set the execute privileges
    chmod a+x j2sdk-1_3_1_02-linux-i386-rpm.bin
    and then call it like that
    $ ./j2sdk-1_3_1_02-linux-i386-rpm.bin
    ($0 now contains the filename)
    Good luck!
    Alex
    Hi all,
    Has anyone sucessfully installed j2sdk1.3 on Linux 7.1
    from this j2sdk-1_3_1_02-linux-i386-rpm.bin file?
    I always get "The download file appears to be
    corrupted" everytime I try to install the file. I did
    a more on the file and notice that it uses
    tail +289 j2sdk-1_3_1_02-linux-i386-rpm.bin | sum
    I tried the command on Linux 7.1 and got 39588 24305
    as a result.
    but the script is checking for 28844 and 24305. So,
    the script will never work on Linux.
    Has anyone got it installed? or Am I doing something
    wrong?
    Thanks in advance ....
    -Tn

  • Install jdk1.5 on linux machine

    Hi,
    I need to install jdk1.5 on linux machine.
    I downloaded jdk-1_5_0_10-linux-i586.bin to /users/sarayu/downloads and followed the below steps to install.
    a) chmod 777 jdk-1_5_0_10-linux-i586.bin
    b) In /users/sarayu/downloads directory I ran the binary file as
    ./jdk-1_5_0_10-linux-i586.bin
    I feel that jdk1.5 is not installed on linux machine and I didn't find the directory named as jdk-1_5_0_10.
    =======================
    For inquiries please contact: Sun Microsystems, Inc., 4150
    Network Circle, Santa Clara, California 95054, U.S.A.
    (LFI#143333/Form ID#011801)
    Do you agree to the above license terms? [yes or no]
    yes
    usage: tail [+/-[n][lbc][f]] [file]
    tail [+/-[n][l]r] [file]
    ./jdk-1_5_0_10-linux-i586.bin: test: argument expected
    =====================================================
    Please let me know how to resolve this one.
    Thanks ,
    Sarayu.
    Message was edited by:
    Sarayu_Geethajali

    This web page should help you diagnose and troubleshoot your installation related issue:
    http://java.sun.com/j2se/1.5.0/install-linux.html

  • How can i install oracle 10g on linux cluster

    Dear all:
    please advice How can i install oracle 10g on linux cluster service ..
    thanks ,,

    Without RAC, you can only have one instance manage the database. One instance = one set of processes communicating via IPC.
    Unless you know of a way to have processes use memory-based IPC across nodes, you need to pick a node and install & run the database software on that node.

  • Error while installing developer 10g on linux suse 10.0

    Hi All,
    This error appears while installing developer 10g on linux suse 10.0
    http://img179.imageshack.us/my.php?image=errorso9.png

    Try locate (using find command for example) the libjvm.so file (I assume that is located somewhere under $ORACLE_HOME (probably jdk or jre directory)). If you locate the path where this library resides, try to add that path to $LD_LIBRARY_PATH enviroment variable.
    Use copy&paste method (for error message) rather than link to image.
    It is much quicker operation and it may help to other people because they be able to find this thread via search engine.

  • Error while installing OWB on Redhat Linux

    Hi,
    I installed Oracle database on Linux , while installing oracle i got error
    error while writing to directory /tmp/OraInstall<date> please ensure that this directory is writable and has atleast 60mb of disk space. Installation can not continue
    then i did some thing and it went thru, now i am trying to install the OWB again i am getting the same error and i was browsing net past 2 days for a solution but i din't get one
    while installing oracle i have not made any notes, that was my mistake
    Please suggest me the possible solution or the Document which can guide me
    Thanks in Advance
    Suresh

    Hi,
    the problem is the logfile for the installation. Every oracle installtion writes a log file with this name in a predefined directory. Make the directory /tmp writable for oracle and extend the disk quota at least 60 MB.
    Regards
    Detlef

  • Oui-10207error while installing oracle 10g on linux in vmware

    Hi,
    I have installed vmware on windows 7(64 bit) on which i have installed Oracle Enterprise linux 5. I have set all the variables correctly. but when i try to install oracle 10g on linux, i get the error
    OUI-10207:there is not enough disk space in the OUI swap area /tmp/OraInstall2011-10-17_03-44-48PM.Please make atleast 529KB of space avaivale and retry.
    but i have around 95bg of space. My partitions are as follows
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 12551 100815876 83 linux
    /dev/sda2 12552 13041 3935925 82 Linux swap/solaris
    /dev/sda3 13042 13054 104422+ 83 linux
    Please help me in solving the problem.
    Thanks
    Viraj

    What is your swap size? try to increase size
    execute below command on terminal, paste result here.
    #swapon -s
    #free
    Tips : how to increase swap space
    http://hackertrip.wordpress.com/2011/09/11/increase-swap-space/

  • Error installing OBIEE 11g on Linux 64 bits - Configuration Assistant fails

    Hello,
    I am trying to install OBISE1 on Oracle Linux 5 - 64 bits.
    I've followed these steps:
    1) Install Oracle DB
    2) Install jdk Linux 64 bits (jdk1.7.0)
    3) Install WebLogic
    4) Install RCU
    5) Install OBI 11g (Software only installation)
    Until here, all is correct.
    6) Configuration assistant failed:
    [2011-09-12T12:04:58.844+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0]
    [2011-09-12T12:04:58.845+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    [2011-09-12T12:04:58.846+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    I have fount posts with a similar problem, but is over Windows.
    I appreciate any ide/suggestion.
    Thank you in advance.
    Regards,

    I have seen that WebLogic is shut down, so I am trying to start up, but I can't:
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    /usr/java/jdk1.7.0/bin/java -jrockit -Xms512m -Xmx512m
    -Dweblogic.Name=AdminServer
    -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    -Dweblogic.ProductionModeEnabled=true -da
    -Dplatform.home=/root/Oracle/Middleware/wlserver_10.3
    -Dwls.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/root/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/root/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.Server
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    I have modified /etc/profile, including JAVA_HOME and PATH with the java PATH. And it is ok, because if I executed java -version I can see the new jdk:
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    Any idea¿?

  • Can't install Oracle 8 in Linux 6

    I can't install Oracle 8 in Linux 6 because I encounted the
    following error during installation:
    Error during action 'Running startorcl.sql'.
    Command: /u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    @/u01/app/oracle/admin/orcl/create/startorcl.sql
    exit
    What should I do ? Please help me.
    null

    Bjarne (guest) wrote:
    : Jameshow (guest) wrote:
    : : I can't install Oracle 8 in Linux 6 because I encounted the
    : : following error during installation:
    : : Error during action 'Running startorcl.sql'.
    : : Command: /u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    : : @/u01/app/oracle/admin/orcl/create/startorcl.sql
    : : exit
    : : What should I do ? Please help me.
    : I got the same error message, and I still haven't figured out
    : what to do. If there are anyone who can help, I think we both
    : would appreciate it. Please help us both.
    Hi there!
    The first thing you should do if you get ANY (almost) error when
    installing Oracle Server in RedHat Linux v6,0 is to read this
    document carefully: http://jordan.fortwayne.com/oracle/
    After hours of struggle it finally worked for me :-)))))
    Only two things to add here:
    1) If you want to be able to connect to the Linux server
    (telnet) and running utilities like sqlplus locally on the
    server, you should copy the ".profile" file to the users home
    directory, add the user to the group "dba" AND make sure that
    the $ORACLE_HOME directory has execute permissions for members
    of the "dba" group (mine had default ONLY permission for the
    owner to execute).
    2) The file "listener.ora" was (for some reason) written
    with "oracle_sid" where it really should say the real SID name
    that is in my case "ORCL".
    I just can't thank the guy who wrote the step-by-step
    Installation guide for Oracle on RedHat Linux enough... THANK
    YOU!
    null

  • Cannot install oracle 9i on linux (fedora core 2)

    dear all members.
    I cannot install oracle 9i on linux (fedora core 2)
    progress bar stop at 17% no activity at hardisk. I wait for 15 hours , still no movement. file being copy is " naeet.o " , I am not sure how importance is it.
    I try several times, but still similar result....
    Amnuay U.
    [email protected]

    Hi,
    I think that Feedbak forum is not the best place for this problem.
    You should ask this into
    => Installation Forum : Database Installation
    or
    => Linux Forum : Generic Linux
    Anyway, you can find an install doc here :
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    Nicolas.

  • How to install oracle rac on linux using virtualbox

    Hi,
    I have recently started working on oracle rac
    I have system with 64 bit os windows 7 installed
    core i3 processor with 6 gb of ram
    I want to install grid infrastructure on linux running as a virtual machine
    how can I install and configure it? Please help me .
    can ubuntu  work as a virtual machine for oracle rac?

    Hi,
    I suggest you use Oracle Enterprise Linux on your lab.  There are a lot of step-by-step guide to install RAC on OEL.  A good example is by Tim Hall, search Google for "Tim Hall Oracle Database RAC Installation".

  • SP2010 Foundation Post Install issues on development workstation - Database and Services

    Just recently installed SP2010 Foundation for a development workstation.  Platform isWin7 X64 pro, SQL 2008 (Developer edition)
    (1) Looks like search has some configuration issues.  This is in the Windows event log
    The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID 38eefca2-d092-47f4-a833-23f8280c5f63) threw an exception. More information is included below.
    The device is not ready.  
    (2) In Central Admin > Servers in Farm
    Status - "Upgrade Available", 
    (3) In Central Admin > Manage Database Upgrade Status
    Sveral of the Datbase(s) mention that upgrade is recommended, but one in particular mentions that the DB is too old?
    WSS_Search_GHHTY
    SPSearchDatabase
    Database is too old and upgrade is required
    Huh?  
    (4) Looking at my local SQL 2008 instance that SP2010 created, I see several DB's with "Config" in the name along with a guid on the end of the name.  Is the result of re-running the configuration wizard several times while
    I was correcting install issues?

    here is question, i am assuming its fresh install not upgrade...
    when you run the config wizard( you mentioned many times), which option you select from 2nd try to on ward....cannot disconnect this server from farm?
    are you using any script to install ?
    I would say run the config wizard without disconnecting and this server will host CA option.
    from the central admin > manager server in farm...on top you will see farm version and config database name. note it
    from the Manage database Upgrade status page note all the db names
    now match it on sql and keep those and all other should gone now as a clean process.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for