On 27/09/13 14:31, Phil wrote: > "channel.close() or conn.close()" in the catch or finally > block. You probably declared the channel and conn variables in the scope of the "try" block. Try declaring them before the "try" block. -Emile