Hi,<br><br><br>My Java.conf.xml <br><br><br><configuration name="java.conf" description="Java Plug-Ins"><br> <!-- Path to the Java 1.6 virtual machine to use --><br> <javavm path="/usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so"/><br>
<!-- Options to pass to Java --><br> <options><br> <!-- Your class path (make sure freeswitch.jar is on it) --><br> <option value="-Djava.class.path=$${base_dir}/scripts/freeswitch.jar"/><br>
<!-- Enable remote debugging --><br> <option value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<a href="http://127.0.0.1:8000">127.0.0.1:8000</a>"/><br> </options><br>
</configuration><br><br><b>This is runtime configuration not build configuration. Set right javavm path.<br>
It must point to your libjvm.so file.</b><br><br>But still i have the same error .<br><br>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<br>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<br>
**Module load routine returned an error**<br><br>How to over come this problem. Some one help me to solve it.<br><br>-- <br>Warm Regards,<br>N.Baskar<br><br>