[Freeswitch-users] Mod_java loading error

Baskar yudha2008 at gmail.com
Tue Apr 14 04:54:04 PDT 2009


Hi,


My Java.conf.xml


<configuration name="java.conf" description="Java Plug-Ins">
  <!-- Path to the Java 1.6 virtual machine to use -->
  <javavm path="/usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so"/>
  <!-- Options to pass to Java -->
  <options>
    <!-- Your class path (make sure freeswitch.jar is on it) -->
    <option value="-Djava.class.path=$${base_dir}/scripts/freeswitch.jar"/>
    <!-- Enable remote debugging -->
    <option
value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=
127.0.0.1:8000"/>
  </options>
</configuration>

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

But still i have the same error .

2009-04-14 17:18:56 [ERR] modjava.c:133 load_config() Error loading
/usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so
2009-04-14 17:18:56 [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**

How to over come this problem. Some one help me to solve it.

-- 
Warm Regards,
N.Baskar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090414/6b5041c4/attachment-0002.html 


More information about the FreeSWITCH-users mailing list