WebServer 7.0 and load balancer plugin issue

I get the following error message while configuring Sun Web Server 7.0 and the load balancer plugin:

Sun Java System Web Server 7.0 B12/04/2006 08:17

failure: CORE2253: Error running Init function load-modules: dlopen of /opt/sun/webserver7/plugins/lbplugin/bin/libpassthrough.so failed (libicuuc.so.2: cannot open shared object file: No such file or directory)

failure: server initialization failed

I used the instructions posted on:

http://docs.sun.com/app/docs/doc/819-3670/6n5sh5rcr?a=view

for the configuration.

Anybody else faced the same problem ? I would really appreciate of someone has found a fix for this.

Thanks !

[681 byte] By [axl25a] at [2007-11-27 1:31:56]
# 1
i guess, you are using Sun Java System Application Server load balancer plugin for this and the error seems to suggest that you do not have sun-icu-2.x version of rpm installed on your machine. can u kindly make sure that you have this particular rpm installed on your machine
chilidevelopera at 2007-7-12 0:35:39 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Hi,

I think you are running your servers on Solaris and recently patched them, if i am right.

This happend because of hte patch. Try to get the next version of the Solaris patch. That solved my issue.

If you give ldd on the libpassthrough.so, you can see something like version not found or cannot be determined.

activexperta at 2007-7-12 0:35:39 > top of Java-index,Web & Directory Servers,Web Servers...
# 3

Thanks for your replies. It was indeed a case of the following missing files:

libicuuc.so.2, libicudata.so.2 and libicui18n.so.2

I copied these files in the lib directory from my 6.1 installation and the server works fine !

I guess rpm for sun-icu-2.x would also provide the missing files, but haven't tried it.

Thanks again !

axl25a at 2007-7-12 0:35:39 > top of Java-index,Web & Directory Servers,Web Servers...