[Freeswitch-users] Question on using java_mod

I Ki i.mkmo at hotmail.com
Sun Nov 9 05:28:23 PST 2008


Hey,
 
I've been testing the usage of mod_java and reading Freeswitch documentation but been having some problems which I think might even be something very simple which I've missed. Hope some could give a hint..
mod_java installation has gone through successfully and mod_java.so is compiled and installed. 
 
Configuration files java.conf.xml and dialplan are configured as instructed in http://wiki.freeswitch.org/wiki/Java
Compilation of the Java example in the same page is successful (CLASSPATH included freeswtich.jar of course). Problem comes when I try to initiate the script via dialplan - that is I'm trying to make a call to an extension which then calls this example script (dialplan says: <action application="java" data="PhoneTest arg1 arg2 arg3"/>).
 
Error message gives me:
 
Exception in thread "Thread-1" java.lang.ClassNotFoundException: /usr/local/freeswitch/scripts/PhoneTest         at java.lang.Class.forName0(Native Method)        at java.lang.Class.forName(Class.java:242)         at org.freeswitch.Launcher.launch(Launcher.java:65)
 
I presume this means that the script is called invalid manner? 
 
I've been trying to call the PhoneTest with full path, locating it together with freeswitch.jar, creating a directory PhoneTest just name it.Documentation does not say if the Java binary needs to be in certain location or not - is there amandatory location for it? What else am I doing wrong?      
 
My system is running in CentOS 5, Java version JDK1.5.0_16 so the unstability described in Wiki should not be a reason.
 
       Nic 
_________________________________________________________________
Easily edit your photos like a pro with Photo Gallery.
http://get.live.com/photogallery/overview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081109/a3107a19/attachment-0002.html 


More information about the FreeSWITCH-users mailing list