Error registering data enrinchment plugins-windows 7 64 bit

Hi,
I am installing OEID 3.1 on my machine 64 bit windows 7. 8 gb ram ,following oracle docs.
Everything is working fine till data enrichment plugins installation.
I ran the command as explained in docs:
enrichment-metadata.bat C:\Java\ Priyadarshini 7001 http C:\Oracle\Middleware
C:\Oracle\Middleware\EndecaServer7.5.1.1_1 C:\Oracle\Middleware\user_projects\domains\endeca_server_domain
It hangs out there with no error mesaages on weblogic server..
Registering plug-in BlacklistPlugin...
INFO: Registered auditor for componentType=WebServices auditor=oracle.security.j
ps.internal.audit.DelegateAuditor$XmlAuditor@1eaa58ff
I have already checked my machine name and adminserver of endeca server is up and running
Can anyone please help me out??
Thanks

I meet the same issue when install OEID on Oracle Linux. This is may cause by hosts file problem. My solution are as below:
1. find my ip address "192.168.80.134"
2. open 'hosts' file  (in windows this file may under c:\Windows\System32\drivers\etc)
3. I add "192.168.80.134 endeca-server localhost" to 'hosts' file
4. then change the command line that 'localhost' to 'endeca-server' (./enrichment-metadata.sh /home/oracle/java/jdk1.6.0_45/ endeca-server 7001 http/home/oracle/Oracle/Middleware_Orch/ /home/oracle/Oracle/Middleware_Orch/EndecaServer7.6.1/ /home/oracle/Oracle/Middleware_Orch/user_projects/domains/endeca_server/)
And then it works. Hope this can be helpful.

Similar Messages

  • ORA-12541: TNS:no listener, (error, in oracle 11g for window 7, 64 bit)

    ORA-12541: TNS:no listener, error, in oracle 11g for window 7, 64 bit
    While connecting as localhost is pretty well.
    but command: sqlplus username@'192.168.52.178:1521/orcl' on the same machine is producing above mentioned error on oracle 11g for window 7, 64 bit.

    user11225434 wrote:
    Thax sir for your kind concern of my problem. Answers of your quaries regarding my question as follows
    lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 05-AUG-2013 09:37
    :21
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                05-AUG-2013 09:31:09
    Uptime                    0 days 0 hr. 6 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\eee\product\11.2.0\dbhome_5\network\admin\liste
    ner.ora
    Listener Log File         c:\app\eee\diag\tnslsnr\eee-THINK\listener\alert\log.x
    ml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.52.170)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orclxe" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    Service "orclxeXDB" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    # listener.ora Network Configuration File: C:\app\eee\product\11.2.0\dbhome_5\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\eee\product\11.2.0\dbhome_5)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\eee\product\11.2.0\dbhome_5\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.52.170)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\eee
    3. My ip is static 192.168.52.170 and window 7 prof. is there.
    4. Sir i have tested the remote connection with firewall configuration is off.
    Hopefully this info is useful.
    but command: sqlplus username@'192.168.52.178:1521/orcl'
    NOTE the difference in IP#s above; 192.168.52.170 vs. 192.168.52.178

  • Backup Error : The Data Is Invalid Windows Server 2008 R2

    Hello,
    I have a Problem when I try to make Backups to Partition C in Windows Server 2008 R2:
    Error The Data is Invalid.
    Obs: I can make backups for System Reserved Partition .
    I had the same problem 2 months ago (the data is invalid), Then I folowed this the advice to delete "Framework64\v2.0.50727\Temporary
    ASP.NET Files" and worked for me , from this post: http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/89052b85-9c9b-479f-ab76-a20da3cc4696
    Now I have the same problem and I delete the
    Temporary ASP.NET Files , but it is not working , I received the same error on backup:
    "The backup operation that started at '‎2012‎-‎09‎-‎20T07:13:26.024163900Z' has failed with following error code '2147942413'. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved."
    When I try vssadmin list writers, Everything is ok , "No error" .
    I tried to run :
    net stop "System Event Notification Service"
    net stop "COM+ Event System"
    net stop "Microsoft Software Shadow Copy Provider"
    net stop "Volume Shadow Copy"
    cd /d %windir%\system32
    net stop vss
    net stop swprv
    regsvr32 /s ole32.dll
    regsvr32 /s oleaut32.dll
    regsvr32 /s vss_ps.dll
    vssvc /register
    regsvr32 /s /i swprv.dll
    regsvr32 /s /i eventcls.dll
    regsvr32 /s es.dll
    regsvr32 /s stdprov.dll
    regsvr32 /s vssui.dll
    regsvr32 /s msxml3.dll
    net start "System Event Notification Service"
    net start "COM+ Event System"
    net start "Microsoft Software Shadow Copy Provider"
    net start "Volume Shadow Copy"
    But is not Working
    Any Advice ?
    Thank's

    Hello Lucian,
    the issue may be caused by an invalid entry inside the following registry sub tree.
    HKey_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList
    Please open the registry editor with regedit.
    Expand and local to the subtree, check if there is an entry that has a ".bak" value appended. If so, this may be cause the failure when trying to resolve the SID of the writer.
    Please backup the registry key first, and then delete that entry with the extra ".bak" and reboot the server then test the backup
    Run the command "vssadmin list writers" and make sure all the writers are stable with no errors
    Please look for errors in application event logs after you initiate backup on the server
    Sincerely, Asifkhan -- Please mark my post helpful if it was really helpful to you.

  • Error Code 800F0902 on several Windows 7 64 bit updates

    When I install the updates suggested by windows 7, several updates does not install. Error code: 800F0902. I am running Windows 7 64 bits. Some of the updates that failed to install are Security Related, but some not.
    Any Help?
    Thanks

    Hi,
    Please make sure you are running IE. Through Tools->Windows Updates, it will work smoothly.
    If still no go, navigate to folder %windir%\SoftwareDistribution and rename the SoftwareDistribution to SoftwareDistribution.old.
    Hope it helps.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • InstantClient_11_2 error installing/uninstalling odbc for Windows 7 64 bit

    I have read other posting about similar issues but I haven't seen a resolution. So here it goes...
    OS: Windows 7 Pro 64 bit
    InstantClient 11_2
    Installed as Administrator
    Added/Modified environmental variables
    Good tsnames files (pulled from my XP system)
    First install, I could not see the ODBC driver on the system. YES, I have checked the two different WOW areas - the ODBC driver is not in either. I checked both Registries and it is not there.
    So, I uninstall the ODBC driver (using cmd and going to the directory). I get the following error "Some error occured while deleting the registry key".
    I then tried the install ODBC again and got the following error: "Oracle ODBC Driver with same already exists"
    I've looked at HKEY_LOCAL_MACHINE\Software\WOW6423node and HKEY_LOCAL_MACHINE\Software\ODBC and the Oracle driver is not there.
    Help... where else would it be and if it is loaded correctly, why wouldn't I see it on the drop down?
    Thank you!

    Well, I thought having my user in the Administrator group was good enough but not so... I enabled the built in Administrator account and then ran the odbc_install and what do you know.. it worked. Now on to see if I can connect.
    Hope this helps someone else with Windows 7.

  • Error installing iTunes 10 on Windows 7 64 Bit

    I upgraded to Windows 7 from XP since I changed laptop. I did tried to install iTunes on this new machine (win 7 64 bit Corei7 processor and 4G RAM) but during the installation when the status screen states "Publising Product Information", I'm getting the following error message:
    "An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.4053",type="win32",publicKeyToken='1fc8b 3b9a1e18e3b",processorarchitecture="x86". Please refer to Help and Support for more information. HRESULT:0x800736FD."
    Following this message, the installer reverses the installation process and after a 10-15 minute wait, a screen comes up that says the Itunes installation was complete. Obviously it wasn't but that is what the message says. When you close out of that message, Itunes tries to start and this message pops up:
    "Apple Application Support was not found.
    Apple Application Support is required to run iTunes. Please uninstall itunes, then install iTunes again.
    Error 2"
    Any help will be very much appreciated

    HRESULT:0x800736FD
    It's rarer to see these on Windows 7 than it is on Vista. Somtimes they're a bit easier to deal with on 7, too.
    First, head to Windows Update and see if you can update the PC. If you can, and you collect updates without any errors, try another iTunes install.
    If you get errors installing Windows Updates, double click on the failed updates in your Update history to bring up a small window containing alphanumeric codes for the erros. Are they also 800736FDs, or are you getting other error codes?

  • "0x80004005: Unspecified error" when renaming folders in Windows 7 32-bit

    I just installed a new internal SSD drive. After a while, i began to get an error message whenever i try to rename a folder.
    "An unexpected error is keeping you from renaming the folder. If you continue to receive this error, you can use the error code to search for help with this problem. Error 0x80004005: Unspecified error"
    Clicking the "Try Again" button gets past the error, and correctly renames the folder.
    If i create a folder and leave it's name as "New Folder", then i don't see an error.
    I'm also able to manipulate files however i want without seeing an error.

    Hi,
    The issue might be caused by the corrupted profile. I suggest to create another new account and log in to see if the same issue occurs.
    If it works, please refer to Fix a corrupted user profile.
    Create a user account
    http://windows.microsoft.com/en-us/windows/create-user-account#create-user-account=windows-7
    Fix a corrupted user profile
    http://windows.microsoft.com/en-US/windows7/fix-a-corrupted-user-profile
    While in Command Prompt, type chkdsk /f /r and enter and let it run.  It will scan and try to fix any corruption or bad sectors on your hard drive and mostly remove that as a cause.
    I also would like to suggest you check the permission of this SSD.
    If the issue still occurs, based on my knowledge and experience, most of the actions will be recorded in the Event logs, for the folder redirection related issue, the event would be logged in Application event logs, the event Source would be like "Folder Redirection".
    We can check if there are any related events as ZigZag and Nigel mentioned.
    What information appears in event logs (Event Viewer)?
    http://windows.microsoft.com/en-US/windows7/What-information-appears-in-event-logs-Event-Viewer
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Doubled plugin windows in 64 bit mode

    when I run in 64 bit mode every plugin had two windows, one that has nothing but a name in it, and the other with the actual plugin. This is such an annoyance that I've stopped using 64 bit more just because I couldn't deal with all those extra windows.
    is there a way to fix this? is 64 bit mode broken? does this bother anyone else?

    You might want to actually read the documentation about 64 bit mode... there's a reason why it does this, and why it has to do this for the time being. Many plug ins aren't available in 64 bit mode yet, so to get around this, Logic uses a 'bridge' to run the plug ins outside of Logic in 32 bit mode, which is why you get these two separate windows. I guess the reasoning was to make it so that people who do want to use Logic in 64 bit mode right now (before all of the 3rd party plug ins are ready), can do so without suddenly discovering that they have hardly any plug ins anymore, until the updates start coming in.
    Does nobody read documentation anymore? Sorry to be rude, but this is pro software, so you should really be treating it as such and reading the information provided.

  • Error when installing itunes for windows 7 64-bit

    I just bought a new laptop with windows 7 on it. I downloaded itunes and when i try to run the setup.exe it says:
    "This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package"
    I tried saving the exe file to my hard drive instead of running it. I tried running as administrator.
    I even downloaded older versions of itunes (9.0.2)(9.0.1) and tried to install and it said the same thing.
    I downloaded just to see if it was a problem with my computer not giving me access to install things and it installed just fine.
    I downloaded the 64-bit version of the software.
    I also disabled my anti virus and firewall temporarily.
    Just to save my sanity I downloaded the new version of iTunes on my girlfriends laptop who also has a 64 bit version of windows 7 and tried to run the installer. It ran just fine.
    This is really frustrating me so any help would be greatly appreciated.

    Just to save my sanity I downloaded the new version of iTunes on my girlfriends laptop who also has a 64 bit version of windows 7 and tried to run the installer. It ran just fine.
    Do you still have the known-good installer on the girlfriend's laptop?
    If so, I'd try copying it to an external hard drive or large-enough thumb drive, or burning it to a CD-R. Carry it back to your PC, copy the iTunes64Setup to your hard drive (don't run the install from the external or CD-R), and then try running an install from that known-good installer.
    Does that one go through properly?
    (Thinking here that the installers might have been getting damaged during the download to your PC ... if we could bypass that step, we might be able to get the beggar installed.)

  • Error while installing cs6 on windows 7 64 bit platform

    Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For example, ERROR: DW050 ... WARNING: DF012 ... -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 3 error(s), 2 warning(s) ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 ----------- ERROR: Error 1335.The cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package. ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Error 1335.The cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package. ----------- Payload: {CA7C485C-7A89-11E1-B2C8-CD54B377BC52} Adobe Fireworks CS6 12.0.0.0 ----------- WARNING: DF012: File/Folder does not exist at E:\Adobe CS6\payloads\AdobeFireworks12-mul\OEM(Seq 2141) ----------- Payload: {05E1E278-7A8D-11E1-A0B9-FC0245DB7244} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0 ----------- WARNING: DF012: File/Folder does not exist at E:\Adobe CS6\payloads\AdobeFireworks12en_USLanguagePack\OEM(Seq 76) ERROR: DW050: The following payload errors were found during install: ERROR: DW050: - Acrobat Professional: Install failed

    Error message indicates your installer is corrupt and needs to be redownloaded.
    The cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used.
    If that is not the case, you can use the cs cleaner tool and then re-install.

  • Hi, i am also facing the same problem in my windows 7 64 bit showing error R6034 and now lost itunes, cannot reinstall as well

    Pls help to resolve the error in installing itunes for Windows 7 64 bit showing error R6034....

    Hello sensuci,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Best of luck,
    Mario

  • Install sqldeveloper on windows 7 64 Bit and Oracle 11.2

    Hi,
    how can I find the rigth jdk. I installed JDK on C:\Program Files\Java\jdk1.6.0_23.
    I installed Oracle 11.2 including sqldeveloper. But I cannot find the correct folder to start sqldeveloper.
    Where can I find this path?
    When I include a path with java.exe I get the error "Unable to find a Java Virtual Machine. To point to a locacion of a Java Virtual Machine, pleaser refer to the Oracle9i Jdeveloper Install guide (jdev\install.html)" Where can I find this?
    Thank you for your help
    Siegwin

    I am on Windows 7 64 bit. I see that installing Oracle 11.2 database installs SQL Developer also but that doesn't work. I get the .bat file not found crap. What I then did was do a seperate install of SQL Developer for 64 bit, but that does NOT install the jdk.
    I then did the java install from:
    http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html
    I selected: jdk-6u25-windows-x64.exe
    I then point to the java.exe where this install loaded it (c:\program files\Java\jdk1.6.0_25\bin when I start up sql developer and it still gives the same error. I delete the SetJavaHome value in the sqldeveloper.conf file and try again over and over but it still gives the same error.
    So, I have windows 7 - 64 bit operating system. I have Oracle 11.2 database installed. I have a seperate installation of SQL Developer 64 bit and I have the java jdk for 64 bit installed.
    Nothing is working. Can anyone please steer me in the correct direction? Should I delete the second install of SQL Developer 64 bit and to an install of SQL Developer 32 bit?
    Please help

  • Unable to uninstall ATG 9.4 CRS from windows 7 - 64 bit

    Hi,
    I am trying to uninstall ATG9.4 CRS from Windows Add/Remove programs. But I am getting the below error in pop-up and unable to uninstall the software.
    Win64 not supported
    The author of the package you are installing did not include support for this platform.
    Also I tried to uninstall from ATG9.4 CRS directory, still getting the same error.
    There was a recommended settings option was shown to uninstall on click of the Uninstall from Add/Remove programs. But still getting the same error.
    My OS details:
    Windows 7 64 bit.
    Java version - jdk1.6.0_45
    Please help me in uninstalling this software.
    Thanks

    Hi,
    you can try below work around, i recommend not to perform this directly on production, try this in dev machine first.
    force uninstaller to use 32-bit jre:
    1. copy jre to the system 
    2. run >"Uninstall.exe" LAX_VM <path_to_jre>
    Thanks & Regards
    Suman Vasireddy
    Please mark any update as "Correct Answer" or "Helpful Answer" if that update helps/answers your question, so that others can identify the Correct/helpful update between many updates.

  • I tried Windows migration asisstant in my Vaio PC  windows 7 64 bit. It does not work. I could conect and get the number in both computers but nothing after that...:(

    I used an ethernet cable and my lAN (wireless) to transfer my data  PC (Vaio windows 7  64 bit) to Mac. Once I got the two computers connected  and the number in both computers it started to run....for 6 hours and nothing more happened. Do you have another idea how to transfer data (200 gigs) ?   or any idea how is the "secret way" to do that in the Mac store? "

    Ok.. I found  how
    First I turned off the wireless in both computers, then I turned off  the firewall in the PC  
    after I plugged  the Ethernet cable in both computers
    I found the  IP address of the PC in; start run  CMD  at the promt  I wrote IPconfig  enter
    In the MAC  I went to  go connect to a server
    I wrote the IP address in the server
    In the user I wrote the admin user of the PC with its password
    Yahooo!...  conected  and I copy the 200 gigs in 2,5 hours  
    Med_

  • Errors after registering Endeca Server Data Enrichment Plugin

    Hi guys,
    Im using OEID 3.1. today i register Endeca Server Data Enrichment Plugin to explore Endeca text enrichment features. i think i register plugin without errors. i give following command for this
    enrichment-metadata.bat D:\java\jdk1.7.0_21 192.168.0.1 7001 http D:\Oracle\Middleware_Orch D:\Oracle\Middleware_Orch\EndecaServer7.6.0.0_1 D:\Oracle\Middleware_Orch\user_projects\domains\endeca_server_domain
    but unfortunately after registration of plugin i start getting following errors in EndecaStudio logs
    WARNING: Could not read WSDL Definition from URL wsdlDocumentLocation: null
    2015-02-22 11:13:27,171 ERROR [DatasetManagerPortlet] Failed to ping enrichment service. Mark it as unavailable.
    javax.xml.ws.WebServiceException: Failed to access the WSDL at: file:/D:/scratch/workspace1/Cloud/prebuilt_src/endeca-wsdl/wsdl/e
    nrichTask.wsdl. It failed with:
            D:\scratch\workspace1\Cloud\prebuilt_src\endeca-wsdl\wsdl\enrichTask.wsdl (The system cannot find the path specified).
    sed by: java.io.FileNotFoundException: D:\scratch\workspace1\Cloud\prebuilt_src\endeca-wsdl\wsdl\enrichTask.wsdl (The system can not find the path specified)
         at java.io.FileInputStream.open(Native Method)
    due to this some component start giving errors like MAP Comp does not rendering data & dataset are unable to get delete.
    Now how can I revert these change OR how can I fix this Error ?
    Regards.

    It didn't ask for any parameters.
    Here is what i did.
    I ran:
    C:\Oracle\Middleware\EndecaServer7.6.0.0_1\endeca-data-enrichment\install>enrichment-metadata.bat C:\Java\jdk1.6.0_45 localhost 7001 http C:\Oracle\Middleware C:\Oracle\Middleware\EndecaServer7.6.0.0_1 C:\Oracle\Middleware\user_projects\domains\endeca_base_domain
    and the result is:
    ECHO is off.
    Registering plug-in BlacklistPlugin...
    INFO: Registered auditor for componentType=WebServices auditor=oracle.security.jps.internal.audit.DelegateAuditor$XmlAuditor@298eb7e0
    and it hangs there.

Maybe you are looking for

  • Calling a Web Dynpro application from a web application

    Hi everyone, I've got a problem I hope someone can help me resolve. What I wanna do is to show a login form, which is part of a J2EE web application (contained in a SAP Web AS), an after the user submits the required information, I have to redirect t

  • HT1657 Why is it taking 14 hours to download a movie? My download speed tested at 4.2MB/sec

    Why is it taking 14 hours to download a movie from iTunes? My download speed tested at 4.2MB/sec

  • It won't log in

    I have recently restored my PC and saved all my iTunes music to disk and all that. Now i've got the latest iTunes and have managed to get all my music into iTunes, but when i click on a song i have purchased it asks me to login, i do all that (passwo

  • Repeated Purge Cache error

    Every time I open Bridge I get an error that says: Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation. I have followed this direction several times and I st

  • Page regions.... how to edit?

    Okay.. I'm new to this whole portal thing.. done lots of Java, HTML, CSS, you practically name it. We've setup our required 3 gig 'infrastructure' :-| .. got everything working. The demo portal stuff loads fine. Still haven't found the easy way to sp