Venkatesh,<br><br>I can tell you from personal experience that mod_java does have issues.  Unless you really need Java I would recommend that you take a look at Lua.  If you really need or want to use Java, then I would recommend investigating the event socket and XML-RPC interface.<br>
<br>Jonathan<br><br><div class="gmail_quote">On Thu, Jun 7, 2012 at 5:57 PM, Venkatesh <span dir="ltr">&lt;<a href="mailto:vvenkatar@gmail.com" target="_blank">vvenkatar@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi !<div><br></div><div>I have been trying to enable mod_java with FS but am having problems. I was able to compile mod_java fine. However FS is having trouble loading the module. It errors out with the following error message:</div>

<div><br></div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!,</div><div><br></div><div>I believe I have the CLASSPATH/PATH variables set up correctly in my configuration files. In fact I put in some debug statements in modjava.c. Below is the debug output showing the various variables:</div>

<div><br></div><div><div>2012-06-07 20:51:24.058126 [NOTICE] modjava.c:349 Java Framework Loading...</div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:299 VENKY optionCount: 7</div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.class.path=/usr/local/freeswitch/scripts</div>

<div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/java/jdk1.6.0_32/jre/lib:/usr/java/jdk1.6.0_32/lib</div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -verbose:jni</div>

<div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xms=64</div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Xmx=256</div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<a href="http://127.0.0.1:8000" target="_blank">127.0.0.1:8000</a></div>

<div>2012-06-07 20:51:24.058126 [ERR] modjava.c:302 VENKY option: -Djava.library.path=/usr/local/freeswitch/mod</div><div>2012-06-07 20:51:24.058126 [ERR] modjava.c:326 Error creating Java VM!, error: -1</div><div>2012-06-07 20:51:24.058126 [INFO] switch_time.c:1123 Timezone reloaded 530 definitions</div>

<div>2012-06-07 20:51:24.058126 [CRIT] switch_loadable_module.c:1300 Error Loading module /usr/local/freeswitch/mod/mod_java.so</div><div>**Module load routine returned an error**</div></div><div><br></div><div><br></div>

<div>Would really appreciate any ideas from others that may have tried enabling the same? </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Venkatesh</div>
</font></span><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>