the root cause of this problem is your data source configuration:
Caused by: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was: 192.168.28.68:8927:tx0021
make sure your connection details to db are correct.
HTH