Hello,
From the stack trace, it seems the problem is that the client cannot create a new connection ot the driver for some reason. This probably explains that your job is stuck in the client's queue, because it cannot be sent to a driver.
Can you see any other error message or exception in the log, on in your application's console output?
Also, the stack trace indicates that you are using auto discovery, could you try disabling it and configuring the connection tothe driver manually, and let us know if this works any better?
Thanks,
-Laurent