[Freeswitch-users] Mod_java loading error

Szymon Olko solko at gcdf.pl
Tue Apr 14 03:31:24 PDT 2009


Baskar pisze:
> *Hi,
> 
> 
>   I have installed latest java version jdk1.6.0 in this path
> /usr/java/jdk1.6.0_04/bin
> 
>   I have reconfigured FS ./configure
> --with-java=/usr/java/jdk1.6.0_04/bin, make,  make install
> 
>   But when i run freeswitch in console i get this error.
> 
Exactly, configure java module in config file

conf/autoload_configs/java.conf.xml

This is runtime configuration not build configuration. Set right javavm path.
It must point to your libjvm.so file.

<javavm path="/usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so"/>


> 2009-04-14 15:00:22 [ERR] modjava.c:133 load_config() Error loading
> /usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so
> 2009-04-14 15:00:22 [CRIT] switch_loadable_module.c:871
> switch_loadable_module_load_file() Error Loading module
> /usr/local/freeswitch/mod/mod_java.so
> **Module load routine returned an error**
> 
> 
> I cant able to load mod_java. Can any one specify what is the error.
> Thanks in advance.
> 
> -- 
> Warm Regards,
> N.Baskar
> 
> *
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org





More information about the FreeSWITCH-users mailing list