I have the following function that starts a jsvc daemon for receiving UDP messages:
@Override public void start() throws Exception { byte[] buf = new byte[1
the problem was that I open a database connection in the loop without closing it.