Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1.  
  2. ERROR 2017-08-23 16:46:18,856 [[BookingStoreSystemAPI-v0.0.1-gp_314-RC-SNAPSHOT-SBOX2].HTTP_Listener_Configuration.worker.01] com.addisonlee.Logger: [e8338560-8819-11e7-8e85-005056bf5819] [api-main] [500] [
  3. ********************************************************************************
  4. Message : org.mule.module.db.internal.domain.connection.ConnectionCreationException: java.sql.SQLException: Cannot get connection for URL jdbc:mysql://mulesoft-cluster.cluster-cryi4qjoowwy.eu-west-1.rds.amazonaws.com:3306/mulesoft : Communications link failure
  5.  
  6. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (java.sql.SQLException). Message payload is of type: NullPayload
  7. Code : MULE_ERROR-29999
  8. --------------------------------------------------------------------------------
  9. Exception stack is:
  10. 1. Cannot get connection for URL jdbc:mysql://mulesoft-cluster.cluster-cryi4qjoowwy.eu-west-1.rds.amazonaws.com:3306/mulesoft : Communications link failure
  11.  
  12. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (java.sql.SQLException)
  13. org.enhydra.jdbc.standard.StandardDataSource:216 (null)
  14. 2. java.sql.SQLException: Cannot get connection for URL jdbc:mysql://mulesoft-cluster.cluster-cryi4qjoowwy.eu-west-1.rds.amazonaws.com:3306/mulesoft : Communications link failure
  15.  
  16. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (org.mule.module.db.internal.domain.connection.ConnectionCreationException)
  17. org.mule.module.db.internal.domain.connection.SimpleConnectionFactory:30 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/module/db/internal/domain/connection/ConnectionCreationException.html)
  18. 3. org.mule.module.db.internal.domain.connection.ConnectionCreationException: java.sql.SQLException: Cannot get connection for URL jdbc:mysql://mulesoft-cluster.cluster-cryi4qjoowwy.eu-west-1.rds.amazonaws.com:3306/mulesoft : Communications link failure
  19.  
  20. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (java.sql.SQLException)
  21. org.mule.module.db.internal.domain.connection.TransactionalDbConnectionFactory:57 (null)
  22. 4. org.mule.module.db.internal.domain.connection.ConnectionCreationException: java.sql.SQLException: Cannot get connection for URL jdbc:mysql://mulesoft-cluster.cluster-cryi4qjoowwy.eu-west-1.rds.amazonaws.com:3306/mulesoft : Communications link failure
  23.  
  24. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (java.sql.SQLException). Message payload is of type: NullPayload (org.mule.api.MessagingException)
  25. org.mule.module.db.internal.processor.AbstractDbMessageProcessor:93 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
  26. --------------------------------------------------------------------------------
  27. Root Exception stack trace:
  28. java.sql.SQLException: Cannot get connection for URL jdbc:mysql://mulesoft-cluster.cluster-cryi4qjoowwy.eu-west-1.rds.amazonaws.com:3306/mulesoft : Communications link failure
  29.  
  30. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  31. at org.enhydra.jdbc.standard.StandardDataSource.getConnection(StandardDataSource.java:216)
  32. at org.enhydra.jdbc.standard.StandardDataSource.getConnection(StandardDataSource.java:144)
  33. at org.mule.module.db.internal.domain.connection.SimpleConnectionFactory.doCreateConnection(SimpleConnectionFactory.java:26)
  34. + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
  35. ********************************************************************************
  36. ] [null]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement