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