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">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><div><br></div><div>Venkatesh</div>