- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HBA_LoadLibrary() is unable to load library in Ari...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2009 10:04 PM
11-05-2009 10:04 PM
HBA_LoadLibrary() is unable to load library in Aries
In one of the application which uses the HBA_LoadLibrary() is aborted while executing with following error:
unable to load library /usr/lib/pa20_64/libhbaapihp.sl
unable to load library /usr/lib/hpux32/libhbaapihp.so
unable to load library /usr/lib/hpux64/libhbaapihp.so
unable to load library /usr/lib/pa20_64/libhbaapifcd.sl
unable to load library /usr/lib/hpux32/libhbaapifcd.so
unable to load library /usr/lib/hpux64/libhbaapifcd.so
Aries ERROR:[pid=16929] Got masked synchronous signal. Aborting...
Can anyone help to solve this issue?
Thanks
Kanagaraj M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2009 04:21 AM
11-06-2009 04:21 AM
Re: HBA_LoadLibrary() is unable to load library in Aries
Somebody is very persistent. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2009 08:58 PM
11-08-2009 08:58 PM
Re: HBA_LoadLibrary() is unable to load library in Aries
Any idea, on what scenario the error "Aries ERROR:[pid=xxxx] Got masked synchronous signal. Aborting..." occurs.
your help is very much value here !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2009 11:55 PM
11-08-2009 11:55 PM
Re: HBA_LoadLibrary() is unable to load library in Aries
It could be the case if you have blocked signals and then have gotten that signal. This results in an infinite loop. Later HP-UX versions will now abort you.
Make sure you have the latest Aries and linker/dld patches. What OS version are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2009 01:27 AM
11-12-2009 01:27 AM
Re: HBA_LoadLibrary() is unable to load library in Aries
HBA_LoadLibrary API should check the library being loaded against architecture, 32-bit/64-bit data model and load the matching one. The error is coming most likely due to failed library loading and reference to an invalid library handle by the application, HBA API library or the PA-RISC dld.
The error message from ARIES shows that application has blocked the signal (it could be in application code, HBA API library, dld). ARIES sees no point in continuing with synchronous exception if it cannot be delivered to application. Thus it kills the process with an error message.
Are you able to load the libraries from an Itanium native application? I wonder how will Itanium or PA-RISC dld can handle libraries of both architecture in same process.
Regards
-Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2009 03:25 AM
11-12-2009 03:25 AM
Re: HBA_LoadLibrary() is unable to load library in Aries
HBA_LoadLibrary API should check the library being loaded against architecture, 32-bit/64-bit data model and load the matching one. The error is coming most likely due to failed library loading and reference to an invalid library handle by the application, HBA API library or the PA-RISC dld.
The error message from ARIES shows that application has blocked the signal (it could be in application code, HBA API library, dld). ARIES sees no point in continuing with synchronous exception if it cannot be delivered to application. Thus ARIES kills the process with an error message.
Are you able to load the libraries from an Itanium native application? I wonder how can Itanium or PA-RISC dld handle libraries of both architecture in same process.
Regards
-Rajesh