Can you tell me what this message is all about coz i am getting this exception below while using jboss remoting
and i think it might be because of this. I also posted it on jboss forums but there was reply
https://community.jboss.org/message/560303#560303
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) org.jboss.remoting.callback.HandleCallbackException: Error handling callback
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:866)
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:694)
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at com.icrco.remoting.Tail.newLogFileLine(Tail.java:70)
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at com.icrco.remoting.LogFileTailer.fireNewLogFileLine(LogFileTailer.java:82)
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at com.icrco.remoting.LogFileTailer.run(LogFileTailer.java:138)
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) Caused by: org.jboss.remoting.callback.HandleCallbackException: Unable to persist callback and will not be able to deliver.
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:779)
2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) ... 4 more