hi,
Did you try to start thriftserver in a separate thread rather than start it
directly in the init method. because i think execution on current thread is
blocked due to start listening on perticular port .try it by creating a
Runnable class and start Serversocket in run method and start thread b
Hi,
This error can be appeared when that class is seen at compile time and not
in run time or if u add and remove relevant jar file more than one
time.then there can be a possibility that at run time it picks a class
which was not picked at compile time.