Net8 listener conflict (Context error)

I have configured listener.ora and tnanames.ora in order to set up the external procedure. After the restart, extproc seems working
LSNRCTL> start
Services Summary...
ora1 has 1 service handler(s)
PLSExtProc has 1 service handler(s)
however when I try to create index as
create index doc_index on docs(text)
indextype is ctxsys.context;
it still give me the error
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: ConText error:
DRG-50704: Net8 listener is not running or cannot start external procedures
ORA-28575: unable to open RPC connection to external procedure agent
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
ORA-06512: at line 1
why is that? itried
tnsping extproc_connection_data
it gave me
TNS Ping Utility for Linux: Version 8.1.5.0.0 - Production on 15-MAY-01 22:29:25
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Attempting to contact (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
TNS-12541: TNS:no listener
How is this possible? The service PLSExtProc is listed in the listener
Anyboday have a clue why?
please help
Wei

I have configured listener.ora and tnanames.ora in order to set up the external procedure. After the restart, extproc seems working
LSNRCTL> start
Services Summary...
ora1 has 1 service handler(s)
PLSExtProc has 1 service handler(s)
however when I try to create index as
create index doc_index on docs(text)
indextype is ctxsys.context;
it still give me the error
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: ConText error:
DRG-50704: Net8 listener is not running or cannot start external procedures
ORA-28575: unable to open RPC connection to external procedure agent
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
ORA-06512: at line 1
why is that? itried
tnsping extproc_connection_data
it gave me
TNS Ping Utility for Linux: Version 8.1.5.0.0 - Production on 15-MAY-01 22:29:25
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Attempting to contact (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
TNS-12541: TNS:no listener
How is this possible? The service PLSExtProc is listed in the listener
Anyboday have a clue why?
please help
Wei

Similar Messages

  • Context: Error loading external library

    Oracle 8.1.5EE, Solaris 8 (x86)
    create index quick_text on quick ( text )
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: ConText error:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: ld.so.1: extprocPLSExtProc: fatal: relocation error: file
    /oracle/app/oracle/product/8.1.5/ctx/lib/libctxx8.so: symbol ociepgoe:
    referenced symbol not found
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
    ORA-06512: at line 1
    whats the problem ?!
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso ([email protected]):
    Make sure that the Net8 listener is running and is configured to invoke external procedures.<HR></BLOCKQUOTE>
    Of cause its running and configured as follows:
    listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (PROGRAM=extproc) (ORACLE_HOME=/oracle/app/oracle/product/8.1.5)
    (SID_NAME=PLSExtProc)
    tnsnames.ora:
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    LD_LIBRARY_PATH - ok to lib and lib/ctx
    + /var/ld/ld.conf - correct
    + ENVS=LD_LIBRARY_PATH=... - set
    I dont understand whats the problem ;-(
    services looks like this:
    PHNET3 has 5 service handler(s)
    DEDICATED SERVER established:0 refused:0
    LOCAL SERVER
    DISPATCHER established:94 refused:0 current:13 max:254 state:ready
    D000 <machine: phnet3, pid: 19391>
    (ADDRESS=(PROTOCOL=tcp)(HOST=195.133.235.229)(PORT=34087))
    DISPATCHER established:162 refused:0 current:13 max:254 state:ready
    D001 <machine: phnet3, pid: 19393>
    (ADDRESS=(PROTOCOL=tcp)(HOST=195.133.235.229)(PORT=34088))
    DISPATCHER established:132 refused:0 current:13 max:254 state:ready
    D002 <machine: phnet3, pid: 19395>
    (ADDRESS=(PROTOCOL=tcp)(HOST=195.133.235.229)(PORT=34089))
    DEDICATED SERVER established:0 refused:0
    LOCAL SERVER
    PLSExtProc has 1 service handler(s)
    DEDICATED SERVER established:0 refused:0
    LOCAL SERVER
    null

  • Create index ctxsys.context error

    hello,
    I'm trying to set up a text index on oracle 8i and I don't know too much about interMedia. Through SQLPlus i tried:
    create index ix_recordtitle on record(recordtitle) indextype is ctxsys.context;
    and got the error:
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50704: Net8 listener is not running or cannot start external procedures
    ORA-28575: unable to open RPC connection to external procedure agent
    ORA-06512: at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
    ORA-06512: at line 1
    so my question is, is interMedia a standard package/service that is installed w/ oracle 8i, or does it need to be installed? Or am I missing something else?
    thanks in advance for any help,
    -derek

    That is, you have to have a listener tthat will listen to IPC, with topic 'extproc'. In tnsnames.ora, it looks much like this:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <my host>)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (PROTOCOL_STACK =
    (PRESENTATION = TTC)
    (SESSION = NS)
    (CONNECT_DATA =
    (SERVICE_NAME = <my sid>)
    # blah-blah
    SID_LIST_LISTENER =
    (SID_LIST =
    # other addresses' blah-blah here
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = <oracle home path>)
    (PROGRAM = extproc)
    null

  • After Effects download - Invalid Product Context error

    Trying to download After Effects from :
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=after_effects
    getting error "Invalid Product Context" "Error communicating with adobe.com (error 107)....."
    Tried from multiple computers with different browsers..  cannot get it to download!

    Jeff! Are you not listening? THERE IS NO OPTION TO CHOOSE THE FOLDER TO DOWNLOAD TO, It fails before it gets this far. I've tried this with Chrome and Firefox, and I get the same result. And as I say, it seems odd to me that Dreamweaver, Illustrator and Photoshop CS6 would would all download smoothly, and without problem, if there were a browser issue causing the problem with After Effects. I will also say again that I was having this same exact problem trying to download AE CS5.5 just prior to the update. I'm presuming that After Effects trial is coming off of a different server? Has anyone checked that machine to make sure it's working, connected, etc.?  The message I'm receiving sounds to me like ADA goes to DREAMWEAVER.ADOBE.COM and connects and downloads no problem, it goes to ILLUSTRATOR.ADOBE.COM and connects and downloads no problem, it tries to go to AFTEREFFECTS.ADOBE.COM and can't make a connection. Perhaps Adobe needs to check their hardware?

  • #DATA Sync & # CONTEXT error in BI 4.1 with ECC 6 environment

    I am getting the #DATA Sync & # CONTEXT error in BI 4.1 with ECC 6 environment. When i am adding Excel Sheet as asecondary source for BO report am getting this error. because of below,
    Ecc data
    Profit center -- 000100
    Fiscal Year --- 2,014
    Posting Period - 1  to12
    Amount 2000
    Excel Data
    Profit center -- 000100
    Discharge Date --- Q1 2014, Q2 2014,
    Discharge Port --- Excelerate or Expediate, etc
    I ahve created report Using ECC Data like, Profit center,Fiscal Year,Posting Period and Amount.
    Now i want to Add from Excel Discharge Date and Discharge Port am getting the #DATA Sync & # CONTEXT error or Imcompatible object.
    because i am anot able to merge these objects with ECC Objects. Can anyone suggest me what i can do to achieve this?
    Cheers
    Murali Durairaj

    Hi
    Have you created two different data providers (one for ECC, another for Excel data)in
    the webI report,
    If yes -- check whether able to see data sample in the Excel data provider
    Run the WebI Report -- Design Mode -- Edit -- Select the Excel Data Provider --
    Check able to see the Data Sample data whichever there in the excel sheet.
    If you are able to see the Sample data…then merge common objects (able to merge
    only if both the objects have same data types.) then check the data in the
    report.

  • Conflicting Files Error /foo/bar exists in filesystem

    I tried to do a full update last night and once pacman had acquired all of the files it produced some errors which can be seen below (all of the packages I upgraded can also be seen below):
    Targets (353): libx11-1.1.5-2 expat-2.0.1-2 dbus-core-1.2.3-1 dbus-1.2.3-3 bluez-4.1-1 a52dec-0.7.4-4 gpm-1.20.5-2 aalib-1.4rc5-6 libpng-1.2.33-1 libjpeg-6b-5
    libtiff-3.8.2-4 hal-info-0.20081022-1 pciutils-3.0.2-1 procps-3.2.7-5 pm-utils-1.2.2.1-1 bash-3.2.039-3 e2fsprogs-1.41.3-2 util-linux-ng-2.14-1
    udev-130-1 hal-0.5.11-4 libdrm-2.4.1-1 openssl-0.9.8i-2 xkeyboard-config-1.3-1 libpciaccess-0.10.4-1 xorg-server-1.5.2-3 nvidia-utils-177.80-1
    mesa-7.2-1 sqlite3-3.6.4-1 qt-4.4.3-1 shared-mime-info-0.51-1 akonadi-1.0.0-2 gettext-0.17-2 heimdal-1.2-2 alpine-2.00-1 alsa-lib-1.0.17a-2
    dialog-1.1_20080819-1 alsa-utils-1.0.17-1 amarok-engine-xine-1.4.10-1 postgresql-libs-8.3.5-1 qt3-3.3.8-9 ruby-1.8.7_p72-2 amarok-base-1.4.10-1
    apr-1.3.3-1 unixodbc-2.2.12-2 apr-util-1.3.4-1 apache-2.2.10-1 archlinux-menus-2.1-2 aspell-0.60.6-2 libbonobo-2.24.0-1 at-spi-1.24.0-2 texinfo-4.13a-1
    m4-1.4.12-1 autoconf-2.63-1 avahi-0.6.23-1 binutils-2.18-9 bzip2-1.0.5-3 python-2.6-2 boost-1.36.0-2 gnome-keyring-2.24.1-1 fam-2.7.0-11 popt-1.14-1
    tdb-3.2.4-1 smbclient-3.2.4-3 gnome-vfs-2.24.0-1 libgnome-2.24.1-1 libbonoboui-2.24.0-1 libgnomeui-2.24.0-1 libglade-2.6.3-1
    evolution-data-server-2.24.1-1 totem-plparser-2.24.2-1 brasero-0.8.2-2 pycairo-1.6.4-2 pygobject-2.15.4-2 python-numeric-24.2-3 pygtk-2.13.0-2
    gnome-menus-2.24.1-3 libxau-1.0.4-1 libgtop-2.24.0-1 bug-buddy-2.24.1-1 run-parts-2.30-1 ca-certificates-20080809-5 cairomm-1.6.4-1 cdparanoia-10.2-2
    gstreamer0.10-base-plugins-0.10.21-1 librsvg-2.22.3-1 cheese-2.24.1-1 curl-7.19.0-1 conky-1.6.1-2 cpufrequtils-005-2 cracklib-2.8.13-1 libgcrypt-1.4.3-2
    cryptsetup-1.0.6-2 gnome-speech-0.4.21-1 dasher-4.9.0-1 dbus-python-0.83.0-2 desktop-file-utils-0.15-1 dhcpcd-4.0.3-1 libassuan-1.0.5-1 libksba-1.0.3-1
    dirmngr-1.0.2-1 jre-6u10-1 jdk-6u10-1 hunspell-1.2.6-1 xulrunner-1.9.0.3-1 eclipse-3.4.1-1 eclipse-cdt-5.0.1-1 ed-1.1-2 gnome-desktop-2.24.1-1
    eel-2.24.1-1 emacs-nox-22.3-2 gnome-icon-theme-2.24.0-1 eog-2.24.1-1 libtool-2.2.6a-1 libcanberra-0.10-1 epiphany-2.24.1-2 poppler-glib-0.8.6-1
    evince-2.24.1-1 evolution-webcal-2.24.0-1 libxfce4util-4.4.3-1 exo-0.3.4-3 fakeroot-1.10.1-1 file-4.26-1 file-roller-2.24.1-1 wxgtk-2.8.9-1
    filezilla-3.1.2-1 firefox-3.0.3-1 flashplugin-10.0.12.36-2 fluxbox-1.1.1-1 frostwire-4.17.0-1 fuse-2.7.4-1 gcalctool-5.24.1-1 gmp-4.2.4-1.1 mpfr-2.3.2-2
    gcc-4.3.2-1 gconf-editor-2.24.1-1 gksu-2.0.0-4 pam-1.0.2-2 zenity-2.24.0-1 consolekit-0.3.0-2 gdm-2.20.8-1 gtksourceview2-2.4.0-1
    pygtksourceview2-2.4.0-1 gedit-2.24.0-2 ghostscript-8.63-3 babl-0.0.22-1 gegl-0.0.20-1 gimp-2.6.2-1 libsigc++2.0-2.2.3-1 glibmm-2.18.1-1 libical-0.41-1
    gnokii-0.6.26-2 libgweather-2.24.1-1 libwnck-2.24.1-1 policykit-gnome-0.9.2-2 gnome-panel-2.24.1-1 gucharmap-2.24.1.1-1 libxklavier-3.7-1
    libgnomekbd-2.24.0-1 gnome-applets-2.24.1-2 gnome-backgrounds-2.24.0-1 gnome-settings-daemon-2.24.0-1 metacity-2.24.0-1 sound-theme-freedesktop-0.1-1
    gnome-control-center-2.24.0.1-3 rarian-0.8.1-1 gnome-doc-utils-0.14.0-1 pyorbit-2.24.0-2 gnome-python-2.22.3-3 gnome-python-desktop-2.24.0-2 guile-1.8.4-3
    gnome-games-2.24.1-1 gnome-games-extra-data-2.24.0-1 gnome-mag-0.15.4-1 gnome-media-2.24.0.1-1 gnome-netstatus-2.12.2-1 dnsutils-9.5.0.P2-1
    xinetd-2.3.14-3 netkit-bsd-finger-0.17-3 whois-4.7.28-2 gnome-nettool-2.22.1-1 gnome-power-manager-2.24.1-1 gnome-screensaver-2.24.0-1
    gnome-session-2.24.1-1 libgdiplus-2.0-1 mono-2.0-1 gtk-sharp-2-2.12.5-1 gnome-sharp-2.24.0-1 pango-1.22.2-1 pangomm-2.14.0-1 gtkmm-2.14.1-1
    gnome-system-monitor-2.24.1-1 vte-0.17.4-2 gnome-terminal-2.24.1.1-1 gtk-engines-2.16.0-1 gnome-themes-2.24.1-1 gnome-utils-2.24.1-1
    gnome-volume-manager-2.24.0-1 lzma-utils-4.32.7-1 yelp-2.24.0-2 gnome2-user-docs-2.24.0-1 pinentry-0.7.5-3 gnupg2-2.0.9-1 gok-2.24.0-1 grub-0.97-13
    gstreamer0.10-python-0.10.13-2 gtk-xfce-engine-2.4.3-1 libcdio-0.80-3 libgphoto2-2.4.3-1 gvfs-1.0.2-1 hdparm-8.9-1 hwdetect-0.9.1-2 ilmbase-1.0.1-1
    openexr-1.6.1-1 imagemagick-6.4.5.1-1 initscripts-2008.09-2 inputproto-1.4.4-1 linux-atm-2.5.0-1 iproute-2.6.26-1 iputils-20071127-2 irssi-0.8.12-4
    jack-audio-connection-kit-0.109.2-2 jfsutils-1.1.13-1 k3b-1.0.5-2 module-init-tools-3.4-1 kernel26-2.6.27.4-1 klibc-1.5.14-1 klibc-extras-2.5-1
    klibc-kbd-1.15.20080312-7 klibc-module-init-tools-3.4-2 klibc-udev-130-1 libburn-0.5.2-1 libdvdcss-1.2.10-1 libepc-0.3.8-1 libgnomecups-0.2.3-3
    libgnomeprint-2.18.3-3 mutagen-1.14-2 libgpod-0.6.0-3 libieee1284-0.2.11-2 libisofs-0.6.10-1 libnjb-2.2.5-4 libnova-0.12.2-1 libraw1394-1.3.0-2
    libtasn1-1.5-2 libtorrent-0.11.9-2 libxfce4mcs-4.4.3-1 libxfcegui4-4.4.3-1 libzip-0.9-1 physfs-1.1.1-1 sdl-1.2.13-3 sdl_mixer-1.2.8-3 lincity-ng-1.1.2-3
    links-2.2-2 lirc-utils-0.8.3-1 logrotate-3.7.7-3 madwifi-utils-0.9.4.3844-1 madwifi-0.9.4.3844-2 man-pages-3.11-1 mdadm-2.6.7-1 mlocate-0.21-1
    moc-2.4.3-4 mono-addins-0.3.1-4 mousepad-0.2.14-1 mpg123-1.6.0-1 nano-2.0.9-1 nautilus-2.24.1-1 nautilus-cd-burner-2.24.0-1 neon-0.28.3-1 netcfg-2.1.2-1
    netkit-ftp-0.17-6 nitrogen-1.4-1 ntfs-3g-1.5012-1 rrdtool-1.2.27-2 ntop-3.3.8-1 nvidia-177.80-2 icu-4.0-2 hsqldb-java-1.8.0.10-1 openoffice-base-3.0.0-3
    openssh-5.1p1-1 opera-9.62-1 orca-2.24.1-2 pacman-3.2.1-1 pcmciautils-015-2 postgresql-8.3.5-1 procinfo-19-3 psmisc-22.6-2 python-gdata-1.2.2-2
    pyxml-0.8.4-5 qimageblitz-0.0.5-1 quodlibet-2.0-3 rhythmbox-0.11.6-3 rp-pppoe-3.10-1 rtorrent-0.7.9-3 shadow-4.1.2.1-2 screen-4.0.3-6
    scrnsaverproto-1.1.0-2 sdparm-1.03-1 zip-3.0-1 seahorse-2.24.1-1 sound-juicer-2.24.0-1 speex-1.2rc1-1 thunar-0.9.3-1 squeeze-0.2.3-2 strace-4.5.18-1
    strigi-0.5.11.1-1 subversion-1.5.4-1 synergy-1.3.1-2 tcl-8.5.5-1 terminal-0.2.8.3-1 terminus-font-4.28-1 texlive-core-2008.11171-1
    texlive-latexextra-2008.11143-1 tk-8.5.5-1 gtkhtml-3.24.1-1 gnome-desktop-sharp-2.24.0-1 tomboy-0.12.1-2 totem-2.24.3-1 tree-1.5.2.1-2 ttf-dejavu-2.26-1
    tzdata-2008h-1 v86d-0.1.9-1 vi-7.2.25-1 vino-2.24.1-1 libv4l-0.5.3-1 vlc-0.9.5-3 which-2.20-1 wine-1.1.7-1 wireshark-1.0.4-1 xcb-proto-1.2-2
    xdm-archlinux-0.3-2 xextproto-7.0.3-2 xf86-video-nv-2.1.12-1 xf86-video-vesa-2.0.0-2 xfce-mcs-manager-4.4.3-1 xfce-mcs-plugins-4.4.3-1 xfce-utils-4.4.3-1
    xfce4-appfinder-4.4.3-1 xfce4-icon-theme-4.4.3-1 xfce4-panel-4.4.3-1 xfce4-mixer-4.4.3-2 xfce4-session-4.4.3-1 xfdesktop-4.4.3-1 xfprint-4.4.3-1
    xfsprogs-2.10.1-1 xfwm4-4.4.3-1 xfwm4-themes-4.4.3-1 xine-ui-0.99.5-4 xorg-twm-1.0.4-2 xpdf-3.02_pl2-2 xscreensaver-5.07-1 xterm-235-2 xtrans-1.2.2-1
    xvidcore-1.1.3-2 yakuake-2.9.4-1
    An example of the messages I get is below, they are all the same and just for klibc and xulrunner. What do you recommend?
    checking package integrity...
    (353/353) checking for file conflicts [##########################################################################################################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    xulrunner: /usr/include/xulrunner-1.9 exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor_64.h exists in filesystem
    Errors occurred, no packages were upgraded.
    Thanks in advance,
    Tom

    The fix for klibc is to run
    rm /usr/lib/klibc/include/asm
    then upgrade.
    I uninstalled xulrunner with
    pacman -Rc xulrunner
    and reinstalled firefox. It worked but I don't know if that's the best way.

  • Invalid Flow Context error in Inbound Queues

    I am new to CRM middleware.
    We are getting lot of entries in CRM Inbound Queue (SMQ2) in our production system with error description,
    "Invalid Flow Context".
    The queues are of type, "R3AD_CONNOBJXXXXXXXXXX" and the FM the error was caused in, is "BAPI_CRM_SAVE".
    Can anyone help?
    Thanks in advance!
    Rajiv

    Thanks Rohit,
    When I debugged an entry with this "Invalid Flow Context" error, In method, CRM_GENERIC_CRM_IN, in the call to function, SMOF0_READ_SMOFSUBINT, in read statement,
       read table t_smofsubint binary search
               with key objclass = i_objclass
                        objname  = space.
    I am getting sy-subrc = 4.
    i.e. entries do not exist for SI_POD in table SMOFSUBINT.
    Has this behaviour got anything to do with this error?

  • ConText ERROR PLEASE HELP

    I was trying to create an index on some table
    SQL>create indx doc_index docs(text)
    indextype is ctxsys.contxt;
    however I always got back all these errors
    ORA-29855: error occured in the execution of ODCIINDEXCREATE routine
    ORA-20000: COnText error:
    DRG-10516: failed to perform DDL operation due to an Oracle error
    ORA-01552: cannot use system rollback segment for non-system tablespace 'DRSYS'
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line34
    ORA-06512: at line 1
    I may not configure the InterMedia correctly, Is any body know what is the problem here??
    Please Help
    Thanks,
    Wei

    Indextype is ctxsys.CONTEXT not "ctxsys.contxt".
    Also please check your space availability.
    null

  • ORA-20000 context error

    When I am run this query then it shows the following error
    ORA-20000 context error
    SQL is
    select * from(SELECT A.SKU,D.SKU_SRL_NO,A.TITLE,A.AUTHOR_DESC,A.PRI_CATEGORY_ID,E.CATEGORY_NAME,A.ITEM_TYPE,NVL(SCORE(0), 0) AS RANK , decode(INSTR(UPPER(SRCH_CONTXT_FLD),'THE ART OF WAR'),1,-1,INSTR(UPPER(SRCH_CONTXT_FLD),'THE ART OF WAR')) AS SRCHORDER FROM OXF_SKU_MSTR A,OXF_SKU_VEP_MSTR D,oxf_ctgy_mstr e WHERE D.SKU=A.SKU AND A.PRI_CATEGORY_ID=E.CATEGORY_ID AND (ITEM_TYPE='BK' OR ITEM_TYPE='CDR' OR ITEM_TYPE='MCT' ) AND CONTAINS (SRCH_CONTXT_FLD,'THE ART OF WAR*6|NEAR((THE ART OF WAR,THE ART OF WAR),100,true)*6|NEAR((THE,ART,OF,WAR),100,true)*4|THE * 3 | ART * 3 | OF * 3 | WAR * 3',0)>0 UNION SELECT A.SKU,D.SKU_SRL_NO,A.TITLE,A.AUTHOR_DESC,A.PRI_CATEGORY_ID,e.category_name,A.ITEM_TYPE, NVL(SCORE(0), 0) AS RANK , decode(INSTR(UPPER(SRCH_CONTXT_FLD),'THE ART OF WAR'),1,-1,INSTR(UPPER(SRCH_CONTXT_FLD),'THE ART OF WAR')) AS SRCHORDER FROM OXF_SKU_MSTR A,OXF_MUSIC_MSTR B,OXF_SKU_VEP_MSTR D,oxf_ctgy_mstr e WHERE b.SKU=A.SKU and D.SKU=A.SKU and a.pri_category_id=e.category_id AND CONTAINS (SONG,'THE ART OF WAR*6|NEAR((THE ART OF WAR,THE ART OF WAR),100,true)*6|NEAR((THE,ART,OF,WAR),100,true)*4|THE * 3 | ART * 3 | OF * 3 | WAR * 3',0)>0 ) a ORDER BY ITEM_TYPE, SRCHORDER,TITLE
    Can any body help me to solve this problem.
    Thanks in advance

    Hi,
    This may help you
    ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:2460552453360
    Trinath Somanchi
    ( http://myospages.com )

  • Resolving Replication Conflicts And Errors Very Weak In 5.0.0.6

    The current 5.0.0.6 release of 9ilite is very weak in the area of resolving replication conflicts. It seems like you need to create your own conflict handling routine. First, you need to read the C$EQ table in the mobile admin account to check if any errors have been logged. Then you need to read the CEQ$tablename table(s) from the application schema based upon the data contained in the C$EQ table. At this point you can change the data in the CEQ$tablename table and then call the consolidator api from your application to either remove or process the transaction that caused the conflict or error.
    I've worked with Oracle Support on this and they don't even have any information on this. It is left up to the user to figure it out.
    Perhaps this will be addressed in the 5.0.1 release.
    I was wondering how some other developers where handling this issue.
    Tom

    You are correct, the method for bailing out of unresolved conflicts or errors is very lame. It would be 100x better if there were some sort of log file/log table entry giving a clue as to why the conflict is being dumped into the ceq$x table.
    As far as workarounds, we're taking the approach of testing our app to the point that we hope no inserts into ceq$ ever happen. Probably a pipe dream, but hopefully later releases will address this.

  • There were no results for Hey i keep getting Invalid product context Error communicating with Adobe.

    Hey i need help because i keep getting this when i try download after effects CS6 trial all other products ont do this but this    
    Hey i keep getting  Invalid product context Error communicating with Adobe.com (Error 101) but only for Adobe After Effects CS6 all other product trials download but this one please HELP

    And what are your system specs? it simply thinks your system doesn't qualify for AE, but it can't verify the settings.
    Mylenium

  • Implementing Custom Event - non-static referencing in static context error

    Hi,
    I'm implementing a custom event, and I have problems adding my custom listeners to objects. I can't compile because I'm referencing a non-static method (my custom addListener method ) from a static context (a JFrame which contains static main).
    However, the same error occurs even if I try to add the custom listener to another class without the main function.
    Q1. Is the way I'm adding the listener wrong? Is there a way to resolve the non-static referencing error?
    Q2. From the examples online, I don't see people adding the Class name in front of addListener.
    Refering to the code below, if I remove "Data." in front of addDataUpdatelistener, I get the error:
    cannot resolve symbol method addDataUpdateListener (<anonymous DataUpdateListener>)
    I'm wondering if this is where the error is coming from.
    Below is a simplified version of my code. Thanks in advance!
    Cindy
    //dividers indicate contents are in separate source files
    //DataUpdateEvent Class
    public class DataUpdateEvent extends java.util.EventObject
         public DataUpdateEvent(Object eventSource)
              super(eventSource);
    //DataUpdateListener Interface
    public interface DataUpdateListener extends java.util.EventListener
      public void dataUpdateOccured(DataUpdateEvent event);
    //Data Class: contains data which is updated periodically. Needs to notify Display frame.
    class Data
    //do something to data
    //fire an event to notify listeners data has changed
    fireEvent(new DataUpdateEvent(this));
      private void fireEvent(DataUpdateEvent event)
           // Make a copy of the list and use this list to fire events.
           // This way listeners can be added and removed to and from
           // the original list in response to this event.
           Vector list;
           synchronized(this)
                list = (Vector)listeners.clone();
           for (int i=0; i < list.size(); i++)
                // Get the next listener and cast the object to right listener type.
               DataUpdateListener listener = (DataUpdateListener) list.elementAt(i);
               // Make a call to the method implemented by the listeners
                  // and defined in the listener interface object.
                  listener.dataUpdateOccured(event);
               System.out.println("event fired");
    public synchronized void addDataUpdateListener(DataUpdateListener listener)
         listeners.addElement(listener);
      public synchronized void removeDataUpdateListener(DataUpdateListener listener)
         listeners.removeElement(listener);
    //Display Class: creates a JFrame to display data
    public class Display extends javax.swing.JFrame
         public static void main(String args[])
              //display frame
              new Display().show();
         public Display()
         //ERROR OCCURS HERE:
         // Non-static method addDataUpdateListener (DataUpdateListener) cannot be referenced from a static context
         Data.addDataUpdateListener(new DataUpdateListener()
             public void dataUpdateOccured(DataUpdateEvent e)
                 System.out.println("Event Received!");
    //-----------------------------------------------------------

    Calling
        Data.someMethodName()is referencing a method in the Data class whose signature includes the 'static' modifier and
    might look something like this:
    class Data
        static void someMethodName() {}What you want is to add the listener to an instance of the Data class. It's just like adding
    an ActionListener to a JButton:
        JButton.addActionListener(new ActionListener()    // won't work
        JButton button = new JButton("button");           // instance of JButton
        button.addActionListener(new ActionListener()     // okay
    import java.awt.*;
    import java.awt.event.*;
    import java.util.Vector;
    import javax.swing.*;
    public class EventTest extends JFrame
        Data data;
        JLabel label;
        public EventTest()
            label = getLabel();
            data = new Data();
            // add listener to instance ('data') of Data
            data.addDataUpdateListener(new DataUpdateListener()
                public void dataUpdateOccured(DataUpdateEvent e)
                    System.out.println("Event Received!");
                    label.setText("count = " + e.getValue());
            getContentPane().add(label, "South");
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            setSize(300,200);
            setLocation(200,200);
            setVisible(true);
        private JLabel getLabel()
            label = new JLabel("  ", JLabel.CENTER);
            Dimension d = label.getPreferredSize();
            d.height = 25;
            label.setPreferredSize(d);
            return label;
        public static void main(String[] args)
            new EventTest();
    * DataUpdateEvent Class
    class DataUpdateEvent extends java.util.EventObject
        int value;
        public DataUpdateEvent(Object eventSource, int value)
            super(eventSource);
            this.value = value;
        public int getValue()
            return value;
    * DataUpdateListener Interface
    interface DataUpdateListener extends java.util.EventListener
        public void dataUpdateOccured(DataUpdateEvent event);
    * Data Class: contains data which is updated periodically.
    * Needs to notify Display frame.
    class Data
        Vector listeners;
        int count;
        public Data()
            listeners = new Vector();
            count = 0;
            new Thread(runner).start();
        private void increaseCount()
            count++;
            fireEvent(new DataUpdateEvent(this, count));
        private void fireEvent(DataUpdateEvent event)
            // Make a copy of the list and use this list to fire events.
            // This way listeners can be added and removed to and from
            // the original list in response to this event.
            Vector list;
            synchronized(this)
                list = (Vector)listeners.clone();
            for (int i=0; i < list.size(); i++)
                // Get the next listener and cast the object to right listener type.
                DataUpdateListener listener = (DataUpdateListener) list.elementAt(i);
                // Make a call to the method implemented by the listeners
                // and defined in the listener interface object.
                listener.dataUpdateOccured(event);
            System.out.println("event fired");
        public synchronized void addDataUpdateListener(DataUpdateListener listener)
            listeners.addElement(listener);
        public synchronized void removeDataUpdateListener(DataUpdateListener listener)
            listeners.removeElement(listener);
        private Runnable runner = new Runnable()
            public void run()
                boolean runit = true;
                while(runit)
                    increaseCount();
                    try
                        Thread.sleep(1000);
                    catch(InterruptedException ie)
                        System.err.println("interrupt: " + ie.getMessage());
                    if(count > 100)
                        runit = false;
    }

  • Af:tree causes context errors

    I'm using an af:tree tag in my page, however I'm seeing many instances of the following in the weblogic log:
    <Jul 20, 2011 3:40:22 AM PDT> <Error> <oracle.adf.view.rich.component.fragment.UIXInclude> <ADF_FACES-10015> <Illegal call to setup the context of an include that is already in context>
    <Jul 20, 2011 3:40:22 AM PDT> <Error> <oracle.adf.view.rich.component.fragment.UIXInclude> <ADF_FACES-10016> <Illegal call to tear down the context of an include that is not in context>
    <Jul 20, 2011 3:40:22 AM PDT> <Error> <oracle.adf.view.rich.component.fragment.UIXInclude> <ADF_FACES-10015> <Illegal call to setup the context of an include that is already in context>
    <Jul 20, 2011 3:40:22 AM PDT> <Error> <oracle.adf.view.rich.component.fragment.UIXInclude> <ADF_FACES-10016> <Illegal call to tear down the context of an include that is not in context>
    <Jul 20, 2011 3:40:22 AM PDT> <Error> <oracle.adf.view.rich.component.fragment.UIXInclude> <ADF_FACES-10015> <Illegal call to setup the context of an include that is already in context>
    <Jul 20, 2011 3:40:22 AM PDT> <Error> <oracle.adf.view.rich.component.fragment.UIXInclude> <ADF_FACES-10016> <Illegal call to tear down the context of an include that is not in context>
    When I first load my page the errors/warnings are not shown. But if I select any row in the tree these warnings come in the logs.
    This doesn't seem to affect the user experience.
    Anyone got any ideas why this is happening?

    Thanks for the reply Timo.
    The af:tree code is used in Oracle BPM suite. We are currently using JDev 11gR1 (11.1.1.5.0).
    The tree has a selection listener , here is the code --
    <af:tree rowSelection="single" var="viewNode"
    value="#{pageFlowScope.taskView.viewData}" id="viewTree"
    disclosedRowKeys="#{pageFlowScope.taskView.viewTreeState}"
    selectionListener="#{taskController.refreshView}"
    selectedRowKeys="#{pageFlowScope.taskView.viewTreeSelectionState}"
    binding="#{taskListComponentBindingBean.viewTree}" clientComponent="true">
    <f:facet name="nodeStamp">
    <af:panelGroupLayout visible="#{viewNode.visible}">
    <af:image source="#{viewNode.icon}" rendered="#{viewNode.icon != null}"
    inlineStyle="margin-right:3px; vertical-align:middle; height:14px; width:16px;"
    shortDesc="#{viewNode.toolTip}"/>
    <af:outputText id="viewText" value="#{viewNode.name}"
    shortDesc="#{viewNode.toolTip}"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:tree>
    Code for Selection Listener --
    public void refreshView(ActionEvent evt) {
    String selectedView =
    (String)evt.getComponent().getAttributes().get("viewValue");
    TaskView taskView = getTaskView();
    taskView.setSelectedView(selectedView);
    taskView.setSubTasksView(false);
    taskView.setSelectedTaskID(null);
    taskView.setSelectedParentTask(null);
    taskView.setShowTaskListPanel(true);
    if (taskView.getSelectedView() != null) {
    taskView.getTaskModel().updateTaskListColumns(taskView.getSelectedView());
    taskView.refreshTaskList();
    getTaskView().updateTaskChartData();
    UIComponent filterPanel = TaskView.getTaskListComponentBindingBean() != null ? TaskView.getTaskListComponentBindingBean().getFilterPanel() : null;
    if (filterPanel != null) {
    WorklistUtil.refreshComponent(filterPanel);
    UIComponent taskListPanel = TaskView.getTaskListComponentBindingBean() != null ? TaskView.getTaskListComponentBindingBean().getSubTaskSwitcher() : null;
    if (taskListPanel != null) {
    WorklistUtil.refreshComponent(taskListPanel);
    UIComponent homePageRightPanel = TaskView.getTaskListComponentBindingBean() != null ? TaskView.getTaskListComponentBindingBean().getHomePageRightPanel() : null;
    if(homePageRightPanel !=null){
    WorklistUtil.refreshComponent(homePageRightPanel);
    where - WorklistUtil.refreshComponent(UIComponent component){       
    if(component != null)
    RequestContext.getCurrentInstance().addPartialTarget(component);
    }

  • Constrained optimization - function conflict and error 91?

    I am a fresh hand on Labview. I tried to use the constrained optimization approach for curve fitting, which unformately leads to the following errors.
    1. "error 91".
    I build the objective function (subvi1.vi) using "cno_objective function template.vit". When I tried to run it, an error message "error 91" pups up.
    2. "function conflict"
    When I tried to link the objective function (subvi1.vi) to the constrained nonlinear optimization block, the link is always broken, saying "function conflict".
    Any help and comments are appreciated. Thanks!
    Attachments:
    subvi1.vi ‏21 KB
    main1.vi ‏24 KB

    Hey guest,
    I checked your VIs and might have a few suggestions for you in using the constrained optimization.  First of all error 91 is usually a variant error.  It has the following text: "The data type of the variant is not compatible with the data type wired to the type input."  I believe you get this error since you don't have any data in the variant in the subVI, so it doesn't know how to translate that into a cluster.
    The broken wire you are seeing is due to there not being any connections made on the Connector Pane.  To link inputs and outputs of subVIs you need to first configure the Connector Pane by right-clicking on the icon and selecting Show Connector and then wiring the controls and indicators to terminals there.  I would suggest checking out the example for this VI, which you can then use for your application.  If you open the context help (Ctrl+H) and then hover over the VI you want and then click the detailed help link.  This will bring up the help file for this VI.  At the bottom there should be a button for Open Example. You could also find it in the Example Finder (Help >> Find Examples)
    You mentioned that you are fairly new at LabVIEW, so I wanted to point you toward a good tutorial for beginners called Learn LabVIEW in 6 Hours.  This should give you a good general overview of what LabVIEW can do.  Please let me know if you have any further questions!
    Thanks!
    Andy F.
    National Instruments

  • AAA Session Context Error

    Dear Experts,
    We are using Cisco 7301 as our NAS for our DSL users and a third party software as Radius
    We configured PoD radius server for our DSL . But it seems that radius can't remove the users from the NAS .
    The following is the error
    Dec 7 20:33:27.547: POD: Added Reply Message: No Matching Session
    Dec 7 20:33:27.547: POD: Added NACK Error Cause: Session Context Not Found
    The following is my config
    aaa server radius dynamic-author
    client <radius ip address>
    server-key cisco
    auth-type any
    ignore session-key
    ignore server-key
    aaa pod server auth-type any server-key cisco
    Regards
    Haris

    My Issue is fixed now
    The "aaa session-id common" command was enabled already . But my Issue was different
    I got two interfaces from NAS going to two different switches and both were seeing as two different NAS by radius . So sometimes the radius request go from one interface and comes from another interface and it was conflicting the session .
    As per Cisco , For a call to be disconnected, all parameters must match their expected values at the gateway. If the parameters do not match, the gateway discards the packet of disconnect packet and sends a NACK (negative acknowledgement message) to the agent
    http://www.faqs.org/rfcs/rfc2882.html
    Regards
    Haris

Maybe you are looking for

  • Pages crashes when opening a file

    I'm writing on an article with a lot of charts, and after getting tired of Grapher somehow getting buggier every time I used it, I'm now making the charts directly in Pages. They contain large amounts of data, and consequently Pages is rather slow an

  • Server Crash : ServerIdentity failed validation, downgrading to anonymous

    All, Setup is as follows: Domain has got an admin server and 2 managed servers. Managed Server 1 on Machine 1 Managed Server 2 on Machine 2 Following error is continuously thrown in the logs : <22-Jul-2010 09:54:45 o'clock> <Error> <Security> <manage

  • How to see all the applications opened

    How can I see which applications are opened at that moment and close what I don't need ?

  • How do I get rid of BrowserDefender.exe, accidently imported with Firefox

    I accidently acquired a malware program BrowserDefender.exe when I downloaded Firefox from the Internet onto my new laptop. All other software loaded by me has been from legal discs, used successfully on our Desktop. My anti-virus software is display

  • Can't connect to terminal Pegoda Reader via JCOP eclipse

    Hi, I have just installed JCOP plugin 3.2.8 under Eclipse 3.2 with the scope to connect to Pegoda MF RD 700 (Philips Smartcard Reader), But even I try to launch JCOP Debug -> Target:NXP SCComm Reader TCL, I had this message : - /term "SCComm:2" jcshe