Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

About registry.xml --- Help

emrah meteNov 3 2013 — edited Dec 5 2013

Hi everyone,

I installed Oracle Complex Event Processing server on my windows platform then when I tried to confugrate my eclipse platform, Eclipse took a registry.xml error and I didint use Oracle CEP GUI on Eclipse.

Error Message : The location "C:\Oracle\Middleware\myCEP" does not appear to be a valid BEA home location. The file "C:\Oracle\Middleware\myCEP/registry.xml" was not found.

Even though I tried to install several times,  OCEP installer cant create registry.xml. It creates registry.dat file in the middleware home directory. Therefore I dont create new CEP apllication on my Eclipse an I cant use Oracle CEP product.

My Installation Information:

OS: Windows 8

Eclipse: eclipse-jee-galileo-SR1-win32

OCEP Ver: Oracle Event Processing 11.1.1.7.0


----------------------------------------------------------------------------------------------------------------------------------------------------------------------


When I tried to install on my Virtual Machine (Oracle Enterprise Linux 5), OCEP installer created registry.xml file on my BEA home directory but Eclipse threw this error message When I created new target runtime on Eclipse.


Error Message:  The location "/root/Oracle/Middleware" contains the BEA home definition file "/root/Oracle/Middleware/registry.xml," but that file does not contain an Oracle CEP component entry with an "InstallDir" attribute.

My Installation Information:

OS: Oracle Enterprise Linux 5

Eclipse: eclipse-jee-galileo-SR1-win32

OCEP Ver: Oracle Event Processing 11.1.1.7.0 for Linux

registry.xml file like this:

<?xml version="1.0" encoding="UTF-8"?>

<bea-product-information xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:gpr="http://www.bea.com/ns/cie/gpr">

  <host home="/root/Oracle/Middleware" name="localhost.localdomain">

    <product format="1.0" name="Oracle Event Processing">

      <release level="11.1" ServicePackLevel="7" PatchLevel="0" Status="installed" InstallTime="Nov 2, 2013 7:22:42 AM" InstallDir="/root/Oracle/Middleware" JavaHome="/root/Oracle/Middleware/jrockit_160_33" JavaVersion="1.6.0_33" JavaVendor="Oracle">

        <component name="Common Infrastructure Engineering" version="6.8.0.0" InstallDir="">

          <component name="Uninstall"/>

          <component name="Patch Client"/>

          <component name="Clone Facility"/>

        </component>

        <component name="Oracle Event Processing" version="11.1.7.0" InstallDir="/root/Oracle/Middleware/ocep_11.1">

          <component name="Event Server"/>

        </component>

      </release>

    </product>

    <java-installation Name="jrockit_160_33" JavaHome="/root/Oracle/Middleware/jrockit_160_33" JavaVersion="1.6.0_33" JavaVendor="Oracle" Architecture="32" Platform="linux">

      <dependent-product Name="Oracle Event Processing" Version="11.1.7.0"/>

    </java-installation>

  </host>

</bea-product-information>

I have tired this problem for a week so I am very unhappy. How can I solve those problem, I want to try this product eagerly.

Thanks everyone.

Regards.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2014
Added on Nov 3 2013
7 comments
4,251 views