Can't load 'registry.so' problem

Hi everybody:
I have the next problem.
[jmurua.vcf]

The -5000 error code for LIBSEC_CAT:22 indicates that the system could not
find the dynamic library registry.sl. You should verify that SHLIB_PATH,
LD_LIBRARY_PATH, and TUXDIR are correctly set, that $TUXDIR/lib/registry.sl
exists, and that TMS_ORA was built using the buildtms command and not by
manually specifying a list of Tuxedo and Oracle libraries.
<caring friend> wrote in message news:[email protected]..
Hi all,
I am trying to have a oracle server with tux 9.0 when I try to boot theserver it throws a error and TMS_ORA fails to boot up and so the servers
too.
>
There was no errors when I was building TMS_ORA and when I try to boot Isee some errors in the ULOG and the TMS_ORA and by servers failed to boot.
>
The error I got in ULOG is -
125510.lchp2!TMS_ORA.19078.1.0: GP_CAT:1345: ERROR: pif: can't load'registry.sl
125510.lchp2!TMS_ORA.19078.1.0: LIBSEC_CAT:22: ERROR: Unable to realizethe ec
sec_map_proof interface implementation native/security/map_proof. Errorcode (-5
000)
125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6275: ERROR: Unable toinitialize pub
lic key subsystem (-3003)
125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:248: ERROR: System initfunction fail
ed, Uunixerr =
125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:268: ERROR: Failed to stopserving
125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6207: WARN: Destruction ofpublic-key
subsystem failed
125510.lchp2!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process TMS_ORA attma81
failed with /T tperrno (TPENOENT - no entry found)
Please help me in fixing this error.
Thanks in advance.
Regards,
Jerry

Similar Messages

  • Tux 9.0 GP_CAT:1345: ERROR: pif: can't load 'registry.sl' on HP-UX PA-RISC

    I don't know how to fix this problem.
    Can you help me?
    Tuxedo9.0
    HP-UX PA-RISC 32bit

    I'm sure that all the enviroiments were set.
    tux.env:
    TUXDIR=/home/tux/tuxedo9.0; export TUXDIR
    PATH=$TUXDIR/bin:$PATH; export PATH
    COBCPY=:$TUXDIR/cobinclude; export COBCPY
    COBOPT="-C ANS85 -C ALIGN=8 -C NOIBMCOMP -C TRUNC=ANSI -C OSEXT=cbl"; export COB
    OPT
    SHLIB_PATH=$TUXDIR/lib:$SHLIB_PATH; export SHLIB_PATH
    LIBPATH=$TUXDIR/lib:$LIBPATH; export LIBPATH
    LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH
    WEBJAVADIR=$TUXDIR/udataobj/webgui/java
    cd /home/tux/tuxedo9.0/samples/atmi/simpapp
    export TUXCONFIG=/home/tux/tuxedo9.0/samples/atmi/simpapp/tuxconfig
    tmloadcf ....
    tmadmin
    tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by BEA Systems, Inc.
    Tuxedo is a registered trademark.
    Unresolved symbol: pthread_create (code) from /home/tux/tuxedo9.0/lib/libengine.sl
    TMADMIN_CAT:1607: ERROR: Unable to initialize public key subsystem
    ULOG
    104744.server1!tmadmin.8488.1.-2: 12-02-2005: Tuxedo Version 9.0, 32-bit
    104744.server1!tmadmin.8488.1.-2: GP_CAT:1345: ERROR: pif: can't load 'registry.
    sl'
    104744.server1!tmadmin.8488.1.-2: LIBSEC_CAT:22: ERROR: Unable to realize the _e
    c_sec_map_proof interface implementation native/security/map_proof. Error code (
    -5000)
    104744.server1!tmadmin.8488.1.-2: LIBTUX_CAT:6275: ERROR: Unable to initialize p
    ublic key subsystem (-3003)
    104744.server1!tmadmin.8488.1.-2: LIBTUX_CAT:6204: ERROR: Could not initialize p
    ublic key subsystem

  • Tuxedo 8.1 GP_CAT:1345: ERROR: pif: can't load 'registry.sl' HP-UX PA-RISC

    I have developed an NSM Agent extracting data from Tuxedo, Tuxedo starts fine, but when I run my agent, the ULOG is updated with the following statement:
    GP_CAT:1345: ERROR: pif: can't load 'registry.sl'
    I have checked all the system variables
    APPDIR=/tuxstart/domains/adminTng
    FIELDTBLS32=Usysfl32,tpadm
    FLDTBLDIR32=/opt/bea/tuxedo8.1/udataobj
    LD_LIBRARY_PATH=/opt/bea/tuxedo8.1/lib
    LIBPATH=/opt/bea/tuxedo8.1/lib
    QMCONFIG=/tuxstart/domains/adminTng/QSDEVICE
    SHLIB_PATH=/opt/bea/tuxedo8.1/lib:/usr/lib
    TUXCONFIG=/tuxstart/domains/adminTng/tuxconfig
    TUXDIR=/opt/bea/tuxedo8.1
    ldd /opt/bea/tuxedo8.1/lib/registry.sl
    return
    /home2/beadev/PEG/p/bld/gp/libgp/libengine.sl => /opt/bea/tuxedo8.1/lib/libengine.sl
    /usr/lib/libpthread.1 => /usr/lib/libpthread.1
    Can anybody please assist?
    Thanks

    This problem could be cured by "chatr +s enable binary" option on hp-ux. The
    reason is "+s" option for the linker enable the binary dyanmic library
    searching for dlopen and the library directory is specified by
    LD_LIBRARY_PATH or SHLIB_PATH. buildclient will add the option
    automatically.
    Wayne
    <Dirk Kruger> wrote in message news:[email protected]...
    I used the following command to build my agent:
    gcc -I/opt/bea/tuxedo8.1/include -ocaitux -L/opt/bea/tuxedo8.1/lib -L/opt/CA/UnicenterNSM/atech/factory/lib -D_
    _BIGMSGQUEUE
    _ENABLEDcaitux.c -ltux -lbuft -lfml -lfml32 -lengine -lpthread -lcl -lnsl -lfactor
    y
    >
    ldd <agentname>
    =>
    /usr/lib/libc.2 => /usr/lib/libc.2
    /usr/lib/libdld.2 => /usr/lib/libdld.2
    /usr/lib/libc.2 => /usr/lib/libc.2
    /opt/CA/UnicenterNSM/atech/factory/lib/libfactory.sl =>/opt/CA/UnicenterNSM/atech/factory/lib/libfactory.sl
    /usr/lib/libm.2 => /usr/lib/libm.2
    /usr/lib/libc.2 => /usr/lib/libc.2
    /usr/lib/libpthread.1 => /usr/lib/libpthread.1
    /usr/lib/libnsl.1 => /usr/lib/libnsl.1
    /usr/lib/libxti.2 => /usr/lib/libxti.2
    /usr/lib/libcl.2 => /usr/lib/libcl.2
    /usr/lib/libisamstub.1 => /usr/lib/libisamstub.1
    /usr/lib/libdld.2 => /usr/lib/libdld.2
    /usr/lib/libpthread.1 => /usr/lib/libpthread.1
    /opt/bea/tuxedo8.1/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /opt/bea/tuxedo8.1/lib/libfml32.sl =>/opt/bea/tuxedo8.1/lib/libfml32.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /home2/beadev/r81/LC/bld/lib/libgiconv.sl =>/opt/bea/tuxedo8.1/lib/libgiconv.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /opt/bea/tuxedo8.1/lib/libfml.sl =>/opt/bea/tuxedo8.1/lib/libfml.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /opt/bea/tuxedo8.1/lib/libbuft.sl =>/opt/bea/tuxedo8.1/lib/libbuft.sl
    /opt/bea/tuxedo8.1/lib/libtux.sl =>/opt/bea/tuxedo8.1/lib/libtux.sl
    /home2/beadev/r81/LC/bld/lib/libusort.sl =>/opt/bea/tuxedo8.1/lib/libusort.sl
    /home2/beadev/PEG/p/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /home2/beadev/r81/LC/bld/lib/libfml32.sl =>/opt/bea/tuxedo8.1/lib/libfml32.sl
    /home2/beadev/r81/LC/bld/lib/libfml.sl =>/opt/bea/tuxedo8.1/lib/libfml.sl
    /home2/beadev/r81/LC/bld/lib/libgiconv.sl =>/opt/bea/tuxedo8.1/lib/libgiconv.sl
    /home2/beadev/r81/LC/bld/lib/libbuft.sl =>/opt/bea/tuxedo8.1/lib/libbuft.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    >
    file <agentname>
    caitux: PA-RISC1.1 shared executable dynamically linked -notstripped
    >
    ldd libengine.sl returns nothing

  • ERROR: pif: can't load 'registry.sl'

    Hi all,
    I am trying to have a oracle server with tux 9.0 when I try to boot the server it throws a error and TMS_ORA fails to boot up and so the servers too.
    There was no errors when I was building TMS_ORA and when I try to boot I see some errors in the ULOG and the TMS_ORA and by servers failed to boot.
    The error I got in ULOG is -
    125510.lchp2!TMS_ORA.19078.1.0: GP_CAT:1345: ERROR: pif: can't load 'registry.sl
    125510.lchp2!TMS_ORA.19078.1.0: LIBSEC_CAT:22: ERROR: Unable to realize the ec
    sec_map_proof interface implementation native/security/map_proof. Error code (-5
    000)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6275: ERROR: Unable to initialize pub
    lic key subsystem (-3003)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:248: ERROR: System init function fail
    ed, Uunixerr =
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:268: ERROR: Failed to stop serving
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6207: WARN: Destruction of public-key
    subsystem failed
    125510.lchp2!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process TMS_ORA at tma81
    failed with /T tperrno (TPENOENT - no entry found)
    Please help me in fixing this error.
    Thanks in advance.
    Regards,
    Jerry

    The -5000 error code for LIBSEC_CAT:22 indicates that the system could not
    find the dynamic library registry.sl. You should verify that SHLIB_PATH,
    LD_LIBRARY_PATH, and TUXDIR are correctly set, that $TUXDIR/lib/registry.sl
    exists, and that TMS_ORA was built using the buildtms command and not by
    manually specifying a list of Tuxedo and Oracle libraries.
    <caring friend> wrote in message news:[email protected]..
    Hi all,
    I am trying to have a oracle server with tux 9.0 when I try to boot theserver it throws a error and TMS_ORA fails to boot up and so the servers
    too.
    >
    There was no errors when I was building TMS_ORA and when I try to boot Isee some errors in the ULOG and the TMS_ORA and by servers failed to boot.
    >
    The error I got in ULOG is -
    125510.lchp2!TMS_ORA.19078.1.0: GP_CAT:1345: ERROR: pif: can't load'registry.sl
    125510.lchp2!TMS_ORA.19078.1.0: LIBSEC_CAT:22: ERROR: Unable to realizethe ec
    sec_map_proof interface implementation native/security/map_proof. Errorcode (-5
    000)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6275: ERROR: Unable toinitialize pub
    lic key subsystem (-3003)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:248: ERROR: System initfunction fail
    ed, Uunixerr =
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:268: ERROR: Failed to stopserving
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6207: WARN: Destruction ofpublic-key
    subsystem failed
    125510.lchp2!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process TMS_ORA attma81
    failed with /T tperrno (TPENOENT - no entry found)
    Please help me in fixing this error.
    Thanks in advance.
    Regards,
    Jerry

  • Pif: can't load 'registry.so'

    Hi everybody:
    I am trying to run a cgi program, in Tuxedo 8.0, as a WS client.
    I have built the client with -w option, set WSNADDR and LD_LIBRARY_PATH
    env variable on client machine to the WSL.
    The error reported by the ULOG file is
    GP_CAT:1345: ERROR: pif: can't load 'registry.so'
    The resolution to this error suggests to check the ImagePath or shared
    library path.
    What has gone wrong? Am I missing something.
    Thanks.
    [jmurua.vcf]

    Hi everybody:
    I am trying to run a cgi program, in Tuxedo 8.0, as a WS client.
    I have built the client with -w option, set WSNADDR and LD_LIBRARY_PATH
    env variable on client machine to the WSL.
    The error reported by the ULOG file is
    GP_CAT:1345: ERROR: pif: can't load 'registry.so'
    The resolution to this error suggests to check the ImagePath or shared
    library path.
    What has gone wrong? Am I missing something.
    Thanks.
    [jmurua.vcf]

  • I am having a issue installing Adobe Acrobat XI.  I am running Windows 8.1. When  go to install it gets an error.  The error is with transform in registry and will not install product. I am looking at how I can fix this registry problem.

    I am having a issue installing Adobe Acrobat XI.  I am running Windows 8.1. When  go to install it gets an error.  The error is with transform in registry and will not install product. I am looking at how I can fix this registry problem.
    I have tried to uninstall all Abode Acrobat installations but one file remains and refuses to be uninstalled. It gives me this error : Error applying Transforms . Verify that specified paths are valid. It was installed on Sept 18 2014.  I have downloaded a Transform update but it tells I do not have a Adobe Acrobat product installed. 

    Hi all,
    Sylonious, did you manage to sort this problem out? I have been experiencing similar problems. I think my problem was because I had many different versions of JDKs. I have done a complete re-install. I would be really grateful to you (and anyone else) for help with this problem.
    I have re-installed JSDK1.4.2_03, set the "path" variable to "C:\JSDK1.4.2_03".
    When I compile using "javac" I get an error saying "javac" is not recognised.
    When I compile using "C:\j2sdk1.4.2_03\bin\javac Freq.java" no error is thrown.
    Every time I try to run a java file, I always get the NoClassDefFound error. When run with the -verbose option, files are loaded from C:\Program Files\Java\j2re1.4.2_03\bin - is this correct?
    I have removed all previous references to java in the registry editor.
    Please help !
    Regards,
    Vipul

  • When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

    When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

  • Firefox cannot be closed; the following message appears: "Can't load resource file, can not run". How to solve this problem; I am using Windows XP SP3

    Whwn I want to close Firefox 9.x , a pop-up appears with the message: "Can't load resource file ......" . First I have to close this pop-up, then Firefox is closed. Also with other versions of Firefox I had this problem.

    i deleted the rdf and now the first window only (and any tabs in it) are maximised. i found this in the rdf
    <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    screenX="4"
    screenY="4"
    width="1008"
    height="461"
    sizemode="Normal" />
    i tried changing normal to maximised; no effect. either i need also to change the numbers (to match a maximised window) or ff ignores this. i want to be able to open different sites in different windows, and not have to maximise them manually. ff never used to be broken, why break this? what possible security flaw was fixed by screwing up ff to never open maximised unless u hack it or delete certain config files?

  • URL is not valid and cannot be loaded pop-up problem has started again and I can't find any reference in FF Help. Do I have to scroll thru 23,000 support questions asked?

    This problem HAS happened before, maybe 1.5 yrs ago. While on a valid page a pop-up saying URL is invalid and can not be loaded appears. Frequency starts increasing in time. Then I can not load any of my bookmarked pages without re-starting my laptop. Has been getting worse since last FF update.

    well after 4 days and no support help, I said screw it. Good bye FireFox, your excellent customer service on this issue drove me to install Google Chrome. Just like Opera's piss poor customer support drove me to FireFox, now Firefox is driving me elsewhere.
    This issue is NOT AN ADD ON issue, nor THEME ISSUE, its a FIREFOX ISSUE, but their lack of a fix is inadequate for me. I hate the damn annoying pop up every time I open firefox so I will dump firefox and move on after 5 yrs.

  • Can't load Netflix - Firefox says something about cookie problem and recommends try again button. ("The page isn't redirecting properly Firefox has detected tha

    Can't load Netflix - Firefox says something about cookie problem and recommends try again button. ("The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.)" Hit the try again button repeated ly - nothing???

    I decided to give Netflix a call about this problem.
    On a recording while waiting for a support rep, it said if you're having problems logging in to go to:
    http://www.netflix.com/clearcookies
    It works for me. Now I have to logon everytime I go to their site though versus it had kept me already logged in before this problem.
    I will be using that link to get to their site until they get it fixed.

  • I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you

    I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you.

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

  • When i put firefox in offline mode, and then click on pages saved in history , it can't load any pages or any images. i put cach size to 250mb but the problem is the same, it saves history for two months, but can't load pages.

    when i put firefox in offline mode, and then click on pages saved in history , it can't load any pages or any images. i put cach size to 250mb but the problem is the same, it saves history for two months, but can't load pages.

    Hi there,
    When I inspect your site in browser tools, I'm getting 404 errors from your page:
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (jquery-2.0.3.min.map, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (edge.4.0.0.min.map, line 0)
    BarnardosIreland wrote:
    I would have thought that publishing should give a complete package that doesn't need any further edits to the code and can just be directly ftp'ed to the web - is this correct?
    In general, you are correct - but also your server does need to be properly configured (and those errors above lead me to think it may not be) to serve the file types that your uploading - but it could be something else entirely. Can you zip up your composition folder, upload it to your Creative Cloud files, set it to share, and then post a link here so I can download it? If you'd rather not share it publicly, can you PM me with a link to your composition files?
    Thanks,
    Joe

  • Hi, how to load mac without running windows (bootcamp)? The problem is this: the last time i ran the windows, but he hangs and died (can not run further  the logo). now i can not load not windows, not maс! how to be, what to do???

    The problem is this: the last time i ran the windows, but he hangs and died (can not run further  the logo). now i can not load not windows, not maс! how to be, what to do???

    can any body help me, plz!!

  • For last one month I am facing problem in watching online videos on my iPod touch. It is opening or can say loading the online videos. Earlier it used to be work absolutely fine. Any solution for my problem.

    For last one month I am facing problem in watching online videos on my iPod touch. It is opening or can say loading the online videos. Earlier it used to be work absolutely fine. Any solution for my problem.

    For last one month I am facing problem in watching online videos on my iPod touch. It is not opening or can say loading the online videos. Earlier it used to be work absolutely fine. Any solution for my problem.

  • Can't load class problems migrating from PE 8.1 to PE 8.2

    Hi. I'm in the process of migrating an application from an old server that runs PE 8.1_02 to a new server that runs PE 8.2.
    The application is coded and built in Creator 2.0; the resulting .war file deploys alright into both servers, and operates correctly on the 8.1 server, but throws various "Can't load class" errors on my 8.2 server. One of them looks like this:
    exception
    javax.servlet.ServletException: Missing Class: Can't load class 'com.talentmap.talentexitadmintool.fields.TextBoxField'.
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         java.security.AccessController.doPrivileged(Native Method)
         com.talentmap.talentexitadmintool.utils.security.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:91)
    root cause
    javax.faces.FacesException: Missing Class: Can't load class 'com.talentmap.talentexitadmintool.fields.TextBoxField'.
         com.sun.faces.util.TreeStructure.createComponent(TreeStructure.java:130)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:464)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:314)
         com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:230)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:337)
         com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:157)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:225)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:193)
         sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         java.security.AccessController.doPrivileged(Native Method)
         com.talentmap.talentexitadmintool.utils.security.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:91)
    The class that is "missing" (TextBoxField) is very definitely there in the usual place under WEB-INF/classes. I can't figure out why it can't be loaded. The weird part is that a lot of the code still works, but these errrors have broken many of the major functions of our software.
    On a hunch I realized that perhaps Creator 2.0 was using some 8.1 specific libraries to build, so I replaced the following libraries with versions found in my appserv tree:
    activation.jar
    appserv-jstl.jar
    appserv-tags.jar
    commons-logging.jar
    j2ee.jar
    jax-qname.jar
    jaxr-api.jar
    jaxr-impl.jar
    jaxrpc-api.jar
    jaxrpc-impl.jar
    jsf-api.jar
    jsf-impl.jar
    mail.jar
    saaj-api.jar
    saaj-impl.jar
    Rebuilding with those copied libraries made no difference.
    Anyone know what could be causing this? Is there a workaround or fix? Do I need to update Creator with something? Should I revert to 8.1? Should I try moving to 9.0?

    I solve this problem by doing a remote deployment via creator2 remote deployment server.. first you must take care of JNDI stuff..
    I hope this help.. give me feedback

Maybe you are looking for

  • RoboHelp version problem

    I had RoboHelp 8.0 installed in my machine initially, which had crashed a few weeks back. Eventually the administrators got both RoboHelp 8.0 and 9.0 in the same machine. On my request the 9.0 version was removed, but as soon as a source file was ope

  • Word processing with superscripts and subscripts.

    Is there a word processing app for the iPad yet which does superscripts and subscipts? (Discussions on this subject were posted on this website about a year ago, has the no superscipt button and no subscript button problem been fixed yet?)

  • Re: Satellite M - Screen stays black

    Hi, I am not the most computer savy person, but i do know that when i open the lid on my laptop, the screen is supposed to come on. Sometimes the screen stays blank, but I can here it make the sign in sound and if I plug it into the TV via the HDMI p

  • How to lock the rows in a transaction so others cant modify the rows

    Hi, I want few suggestion in the following scenario . I have a few records ( say 100 ) in a table which Im sending to the client over a network and are populated in a swing GUI...Now the client selects few of them ( say 3 ) and submits to the server.

  • Price diffrence calculate

    Hi Gurus, just I want to know how the price diffrence calculate and hit the material. For example A purchase Order is raised and the amount of Rsa.10000/-. GRN is made and when the invoice verification is done the user give 9000/- instead of 10000/-.