Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. java.sql.SQLException: No suitable driver found for jdbc:mysql://62.210.168.255:3306/elesia
  2. at java.sql.DriverManager.getConnection(Unknown Source)
  3. at java.sql.DriverManager.getConnection(Unknown Source)
  4. at fr.itsalexousd.elesia.mysql.MySQL.connectBDD(MySQL.java:15)
  5. at fr.itsalexousd.elesia.fenetres.Connection.connect(Connection.java:66)
  6. at fr.itsalexousd.elesia.fenetres.Connection.keyReleased(Connection.java:101)
  7. at java.awt.Component.processKeyEvent(Unknown Source)
  8. at javax.swing.JComponent.processKeyEvent(Unknown Source)
  9. at java.awt.Component.processEvent(Unknown Source)
  10. at java.awt.Container.processEvent(Unknown Source)
  11. at java.awt.Component.dispatchEventImpl(Unknown Source)
  12. at java.awt.Container.dispatchEventImpl(Unknown Source)
  13. at java.awt.Component.dispatchEvent(Unknown Source)
  14. at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
  15. at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
  16. at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
  17. at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
  18. at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
  19. at java.awt.Component.dispatchEventImpl(Unknown Source)
  20. at java.awt.Container.dispatchEventImpl(Unknown Source)
  21. at java.awt.Window.dispatchEventImpl(Unknown Source)
  22. at java.awt.Component.dispatchEvent(Unknown Source)
  23. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  24. at java.awt.EventQueue.access$500(Unknown Source)
  25. at java.awt.EventQueue$3.run(Unknown Source)
  26. at java.awt.EventQueue$3.run(Unknown Source)
  27. at java.security.AccessController.doPrivileged(Native Method)
  28. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  29. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  30. at java.awt.EventQueue$4.run(Unknown Source)
  31. at java.awt.EventQueue$4.run(Unknown Source)
  32. at java.security.AccessController.doPrivileged(Native Method)
  33. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  34. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  35. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  36. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  38. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  39. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  40. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement