Re: [Asterisk-java-users] RE: Asterisk-java-users digest, Vol 1 #52 - 2 msgs
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-07-18 15:00:46
|
Hi, > WARNING: Uncaught exception in Thread AGIServer-TaskThread-0 > java.lang.IncompatibleClassChangeError > at com.dov.TrataAGI.getNumber(TrataAGI.java:72) > at com.dov.TrataAGI.service(TrataAGI.java:22) > at > net.sf.asterisk.fastagi.AGIConnectionHandler.run(AGIConnectionHandler.j= ava:1 > 02) > at > net.sf.asterisk.util.ThreadPool$TaskThread.run(ThreadPool.java:164) without having a look at this in detail a IncompatibleClassChangeError sounds like you didn't compile your classes against the version of Asterisk-Java that you are now running. Compile your .java files again using the same asterisk-java.jar you will later use when running the application. =3DStefan |