Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Connecting to database...
  2. Failed to connect to database
  3. Communications link failure
  4.  
  5. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  6. null
  7. Failed to fetch query: SELECT * FROM city
  8. Exception in thread "main" java.lang.NullPointerException
  9. at com.napier.sem.repositories.CityRepository.<init>(CityRepository.java:19)
  10. at com.napier.sem.App.main(App.java:19)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement