Hi All,<br><br>Currently i am using JDK1.06.0_23 and jre also same version for using mod_java module in freeswith,<br><br>i can able to generate mod_java.so and freeswitch.jar. and building and installation had succussful without any proble.<br>
<br>when i am trying to run the freeswitch, i am gettig the following error.<br><br><br>2010-12-13 16:43:56.988097 [NOTICE] modjava.c:342 Java Framework Loading...<br>2010-12-13 16:43:57.042698 [CRIT] switch_loadable_module.c:928 Error Loading module /usr/local/freeswitch/mod/mod_java.so<br>
**Module load routine returned an error**<br>2010-12-13 16:43:57.043603 [CONSOLE] switch_loadable_module.c:946 Successfully Loaded [mod_lua]<br><br><br>and please find the following java.conf.xml file.<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;!--  &lt;javavm path=&quot;/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/x86_64/client/libjvm.so&quot;/&gt; --&gt;<br>  &lt;javavm path=&quot;/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server/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=/usr/local/freeswitch/scripts/freeswitch.jar<br>
&quot;/&gt;<br>    &lt;!-- Enable remote debugging --&gt;<br>    &lt;!-- &lt;option value=&quot;-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<a href="http://127.0.0.1:8001">127.0.0.1:8001</a>&quot;/&gt; --&gt;<br>
  &lt;/options&gt;<br>  &lt;startup class=&quot;net/cog/fs/system/Control&quot; method=&quot;startup&quot; arg=&quot;start up arg&quot;/&gt;<br>  &lt;shutdown class=&quot;net/cog/fs/system/Control&quot; method=&quot;shutdown&quot; arg=&quot;shutdown arg&quot;/&gt;<br>
&lt;/configuration&gt;<br><br clear="all"><br>Any Idea why i am getting the error?<br><br>Thanks <br>Srinivasula Reddy K<br>