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

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

  • 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]

  • 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

  • HT4623 Please help I I have updated pc win 8, update itunes and i can open and access all in icould but my reminders will not load error message can't load reminders

    I can not open my reminders in icloud, error message can't load reminders.  Have hp win 8 and all has been fine until today for over a year. win updates are done and itune updates done, what should I do?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
     Cheers, Tom

  • 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.

  • About 1356 ERROR:pifreg:can not open registry database error

    I test the simpsver using simpclw run on the same machine, the simpsver seen to
    run normally. After config the correct network option,I test the simpsver on the
    different machine using simpclw, now I get the "1356 ERROR:pifreg:can not open
    registry database error" ,the action bea suggested is "Make sure that the directory(default
    TUXDIR/udataobj) is not on an NFS mounted filesystem that does not support file
    locking", but in fact bea client is installed on a local file system (ext2)!

    malikdba wrote:
    the last option which ask to delete the files. i already have deleted the files at operating system level. now the issue is how to let the system that the space is free in flash recovery area? rman is not running crosscheck command at mount stage of the target database. What steps should i follow now?
    Thanks
    malik
    Are you saying you are getting an error while trying to crosscheck at mount?  Or you simply don't believe it will work?
    oracle:orcl$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Jul 11 10:52:48 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     839282688 bytes
    Fixed Size                     2231128 bytes
    Variable Size                503317672 bytes
    Database Buffers             331350016 bytes
    Redo Buffers                   2383872 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    specification does not match any archived log in the repository
    RMAN>
    A perfectly normal crosscheck at the mount stage

  • TS3376 I was able to use the findmyiphone app last week, but now I have been getting an error message "Can't load findmyiphone.  There was a problem loading the application."  please help as we are trying to locate an ipod with pics of a no deceased loved

    I was able to use the findmyiphone app last week, but now I have been getting an error message "Can't load findmyiphone.  There was a problem loading the application."  please help as we are trying to locate an ipod with pics of a no deceased loved one.

    Had the same problem and the same message --  was suddenly unable to access icloud apps on my pc, also using Windows 7 and Internet Explorer. After several days of pulling my hair out, decided to try a different browser and was able to get in by using Firefox instead of Internet Explorer.  Hope this helps. 

  • Error -39 can't load tools message from aol

    When the subaccount tries to get mail from aol, and error 39 appears-Can't load tools. If main user loads first, and then we switch names we can get mail. Is there a way to fix this?

    I couldn't restore the Mail folder to the Library folder on my new installation; must be some restriction against restoring Library files. I did however copy over my old Mail folder from the time machine backup over the new installation. I then, like you suggested, copied over the Mail preferences too.
    After that I loaded up Mail and ,after spending 15min importing and rebuilding the index, everything showed up perfectly.
    Thanks for your help Pondini!

  • Run-time Error 10459 - Can't Load NIDAQ DLL

    Hi,
    I'm using VB6 and Measurement Studio 6 with NIDAQ 7.4 and a PCI-6013 device.
    I've written an application which accesses the daq card, but also will open another seperate VB6 application which needs to access the daq card.  Before the first application accesses the daq card, it resets the daq card using the cwdaqtools control with the following command:  CWDAQTools1.ResetDAQDevice (1). 
    I then unload the form which referenced the daq card, and then open the second application.  When the second application opens, I get the attached error message: #10459 was generated by cwdaq.  The NI-DAQ DLL could not be called due to an interface error.
    This doesn't happen when I run the first application from VB6 in debug mode.  It also doesn't happen if I run the compiled applications with VB6 just open. 
    Can anyone shed some light or offer any suggestions as to what is going on here, and how to solve the issue.
    Additionally, due to the fact that I'm using Measurement Studio 6 I need to be using the traditional daq drivers.  NiDAQ 7.5 doesn't have the traditional daq driver, so I'm forced to use NiDAQ 7.4.
    Thanks for any help.
    Regards,
    Max

    Hi Marni,
    I've visited the link as suggested.  Here are the results based on the suggested solutions in order:
    1.) I'm fixed in the order in which the applications can be opened, as one application is used to open the second.
    2.) I'm working with the latest version of NI-DAQ (7.5 doesn't work with Measurement Studio 6)
    3.) Target system is using the latest version of NI-DAQ.
    4.) Downloaded palBase and this worked.  However, since this application is designed as a distributable application, it doesn't seem plausible to ask the end user to work with palBase, especially if the end user is not comfortable working with computers.  Is there another way to accomplish the same effect programatically which would be invisible to the end user?
    Regards,
    Max

  • 80073712 Error Message can't load Apple Application Support Windows 7

    I cannot get iTunes to load.  Apple Application Support error message 80073712.  I have tried all Apple website solutions and they don't work.

    I would like an aswer to this too if anyone knows it.

  • JVM Error 547 - Can't load OS

    I have a Blackberry 8120 and it keeps getting the JVM Error 547 with the only option to reset. I tried loading a fresh install of the OS but it get's to the point of loading the first .cod file and it resets itself. I've also tried using just the app loader and not the Desktop Manager but get the same problem. I've tried downgrading the OS but get the same problem. I've also tried a custom app called "BBSAK" but I get the same problem.
    Help! I've searched the net and tried a bunch of things but nothing seems to work! Is the blackberry fried?

    Turns out it was the ribbon.

  • Error message, can't load message(s)

    Since I loaded Thunderbird onto a new Windows 8 laptop I occasionally get this message. The fixes I've found on the internet say to compact folders (didn't work) and to go to the email site--gmail in this case--and delete the message there that is causing a problem. It's usually a message from a yahoo group (embroidery related) but not always. When I delete the message there then thunderbird works properly again. I've used Thunderbird for years and never had this problem--with the same email addresses and the same yahoo groups. What causes this?

    I tried that and it didn't make a difference. The only way I've been able to fix it is to go directly to gmail and delete an email there (today it was from Travelocity) and then it works again.

  • Since loading the latest version of firefox i can no longer print. instead a message comes up "can not load library 'DLBAPRP.DLL' using defaults, error 126. what happened?

    error 126 can not load library "DLBAPRP.DLL" using defaults. this message appears when we try to print from our web bookmarks or any acrobat or pdf files

    That error seems to be new with Firefox 4 - never heard of it with earlier versions of Firefox, but it goes back many years in various Windows programs.
    See this [http://www.google.com/search?client=ubuntu&channel=fs&q=DLBAPRP.Dll&ie=utf-8&oe=utf-8 search].

Maybe you are looking for

  • Exporting list boxes to PDF

    I am trying to create a form that has two drop-down (list)boxes. One of them contains five choices, the other 52 (state abbreviations, etc.). I can get the smaller of the two to work just fine, but the other just displays a small square with an X. I

  • What to do if screen is cracked

    I got my ipod touch for Christmas and today the screen cracked. What should I do to get it replaced? What is the safest, most cost-effective way to go about this?

  • Dashboard prompt issue  (Restricting Values in drop down) ????

    Hi Friends, In my report I have "days to start" column which list almost 10,000 values ranging from -1000 to 5000. I need to create a prompt for this report on "Days to Start" column. When I create a prompt on Days to start with Operator "Greater tha

  • Two questions before migrating to Revel

    Hello, Two questions, please: 1. I chose Photoshop.com because it was the only service which did not reduce the photo quality of the files I uploaded. Will Revel maintain that same policy? 2. If I move the photos, will I need to update any link of an

  • Text not initialized, even though Application.creationComplete...?

    (I know OOP from Java, but am somewhat new to ActionScript.) I have a MXML application with this attribute: <mx:Application ...creationComplete="myMethod(...)"...> In the Application, I have an <mx:Text> (which sits inside an <mx:VBox>, which is insi