IHS connector related loading issue


 
Thread Tools Search this Thread
Operating Systems AIX IHS connector related loading issue
# 1  
Old 11-11-2014
IHS connector related loading issue

I am getting the following error on loading the connector DLL in IHS 8.5 on AIX 7.1
Code:
 bash-4.2# /usr/32bit/IBM/HTTPServer/bin/apachectl start
httpd: Syntax error on line 902 of /usr/32bit/IBM/HTTPServer/conf/httpd.conf:
Cannot load /usr/<company_name>/IHS85/lib/libApache22Connector.a 
into server: rtld: 0712-001 Symbol transcode__Q2_11xercesc_3_19XMLStringFPCUsPQ2_11xercesc_3_113MemoryManager was referenced\n
      from module libEmbeddedConfigurationClient.a(), but a runtime definition\n of the symbol was not found.\
..............................................

..................................................
The connector DLL is dependent on libEmbeddedConfigurationClient.a which inturn depends on Xerces DLL
However, I have another version of libEmbeddedConfigurationClient.a (which is an old one and not built by myself)
If I replace with than DLL connector DLL gets loaded.
I have checked for dependency (ldd command) of old one (working one) and it gives the following
Code:
          /usr/<company name>/lib/libGAStdLibrary.a
         /usr/<company name>/IHS85/lib/libConfigurationClient.a
         /usr/<company name>/IHS85/lib/libxerces-c.a(libxerces-c.so.0)
         /usr/vacpp/lib/libC.a(shr.o)
         /usr/vacpp/lib/libC.a(shr2.o)
         /usr/vacpp/lib/libC.a(ansi_32.o)
         /usr/lib/threads/libc.a(shr.o)
         /usr/lib/libpthread.a(shr_xpg5.o)
         /usr/lib/libc_r.a(shr.o)
         /usr/lib/libpthreads.a(shr_xpg5.o)
         /usr/vacpp/lib/libC.a(shrcore.o)
         /usr/vacpp/lib/libC.a(ansicore_32.o)
         /unix
         /usr/lib/libcrypt.a(shr.o)
         /usr/lib/libpthreads.a(shr_comm.o)

And for the non working one it points to the same DLLS except for the 7 th depedency.
In place of /usr/lib/threads/libc.a(shr.o) its /usr/lib/libc.a(shr.o)
Will this be an issue? How can I fix the problem?
Regards,
George

Moderator's Comments:
Mod Comment Please use code tags next time for your code and data. Thanks

Last edited by vbe; 11-11-2014 at 11:08 AM..
# 2  
Old 11-11-2014
Hi George,

For the 7 dependency, check if both files exist - if nor link one to the other using;

Code:
ln -s

This should resolve for you.

Regards

dave
# 3  
Old 11-11-2014
Quote:
Originally Posted by George47
Code:
# /usr/32bit/IBM/

I remember that in certain version combinations there was a problem with pathes named with a "32(-bit)" or "64(-bit)" extension instead of the common name. My Apache didn't work until i changed some path in a configuration file from ".../something/lib/....." to "..../something/lib64/..." for instance.

I suggest to look out for simijar problems, this might well be what hits you here.

I hope this helps.

bakunin

Moderator's Comments:
Mod Comment by the way: i have taken the liberty to correct the typo in the title so that the thread can more easily be searched for.
# 4  
Old 11-12-2014
IHS connector related loading issue

Thanks for the reply. The issue was that I was linking with a different build of Xerces and I was using another build of the Xerces DLL in the lib folder.

Regards,
George
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need help in an issue related to mailx

Hello, I have a file temp.txt with the below contents : Sep 9 03:04:51 adcsdp01 MAPDR2_00: Unable to open trace file adpstartarv.log. (Error 110 Resource temporarily unavailable) Sep 9 03:05:35 adcsdp01 MAPDR2_00: SAP Service ADPMR2_00 successfully started. Sep 9 03:04:51 adcsdp01... (7 Replies)
Discussion started by: rahul2662
7 Replies

2. UNIX for Advanced & Expert Users

Unix terminal display related issue

Want few input related to unix environment and terminal settings: 1. Am trying to find a way to keep the unix terminal display intact even after opening and closing a vi/less file. Currently if I open a vim file in the unix terminal and then close the file,it displays the contents of vim file on... (4 Replies)
Discussion started by: talktovkjain
4 Replies

3. Ubuntu

Static Driver Loading Issue

To load the driver at boot time I added my driver name in /etc/modules. Next I copied the driver to /lib/modules/2.6.34.12/kernel/drivers/char/. But when I reboot the machine the drriver does not get loaded. What am I missing and how to load the driver at boot time? (9 Replies)
Discussion started by: rupeshkp728
9 Replies

4. Shell Programming and Scripting

Date related issue

Hi, I have TDATE=$(date '+%b %d') That stores "Sep 01" in the TDATE. How I can store "Sep 1"? Thanks in advance (3 Replies)
Discussion started by: dipeshvshah
3 Replies

5. Solaris

By loading I have received the following issue: BAD PBR SIGN.

Hi folks. By disk cloning on Solaris x86, I used a command dd. I pulled out the source and inserted the new disk. By loading I have received the following issue: BAD PBR SIGN. :( (5 Replies)
Discussion started by: wolfgang
5 Replies

6. Programming

Issue Related to Proxy Server

Hi All, I am establishing the proxy server to communicate the date between devices using serial port but after serial port connection,it should start the Proxy Server and still run till the communication is happening...but server became started but it became halted due to error - Please... (1 Reply)
Discussion started by: smartgupta
1 Replies

7. Programming

Issue Related to Splash Screen

Hi Guys, I am working with Solaris 9 and we are developing the application which will work on different OS.So we develop the GUI using JAVA swings... we want to display a Splash screen before starting the installation of the application... 1st we develop our application for windows and it is... (1 Reply)
Discussion started by: smartgupta
1 Replies

8. Programming

Issue related to native method

Hi, I am working with java and C/C++.In my java code I am using the native method to work with C/C++.So I am getting some error in C/C++ source code which I am not able to find it because It is throwing the only java null Exception.... Is there any way by which I can see the error in java console... (0 Replies)
Discussion started by: smartgupta
0 Replies

9. HP-UX

Facing an issue related to cronjob

Dear All, I am facing an issue related to cronjob and explained below is the case study: 1. I have a java class named "DmCheckRenditionQueue.java" and placed under "/cpc/documentum/product/5.2.5/tomcat/webapps/rendition" 2. When I am using the command "/usr/openv/java/jre/bin/java -cp... (1 Reply)
Discussion started by: parindam
1 Replies

10. Shell Programming and Scripting

file related issue

Hi all, Anybody knows how to write a script to open a file and store the weekday(mon-sun) on first line and current datetime on the second line of the file. If file doesn't exist, create a new one and store the weekday and current datetime. If it already exists, open it and get both... (2 Replies)
Discussion started by: k_oops9
2 Replies
Login or Register to Ask a Question