users@glassfish.java.net

Re: SJSWS loadbalance plugin

From: Pankaj Jairath <Pankaj.Jairath_at_Sun.COM>
Date: Thu, 28 Jun 2007 18:07:14 +0530

Hello Daniel,

Which platform are you using and also what Load Balancer drop is it. I
would suggest use the latest drop (aslb-9.1-MS4-b4.jar) from the same
location, if not so. In case you are using MS4-b1 (
aslb-9.1-MS4-b1.jar) it has issue of not bundling the icu libs -
libiccuc.so.2.

Hope this helps.

regards
Pankaj

Daniel Cavalcanti wrote:

> Hello,
> I'm trying to setup SJSWS 7.0 load balance plugin.
> I followed the steps described in
> http://blogs.sun.com/pjjairath/entry/installing_and_configuring_glassfish_http
> <http://blogs.sun.com/pjjairath/entry/installing_and_configuring_glassfish_http>
> but when I try to start the web server instance, I get an error and
> the instance doesn't start. Here are the related error messages in the
> web server instance log:
>
> [27/Jun/2007:16:44:07] info (30581): CORE1116: Sun Java System Web
> Server 7.0 B12/04/2006 08:17
> [27/Jun/2007:16:44:07] failure (30581): CORE2253: Error running Init
> function load-modules: dlopen of
> /home/dcavalcanti/Software/webserver7/plugins/lbplugin/bin/libpassthrough.so
> failed (libicuuc.so.2 : cannot open shared object file: No such file
> or directory)
>
> The weird thing is that the file does exist, it is in that location,
> and has the 755 permission. Any clues?
>
> thanks,
> Daniel.