Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. java.io.IOException: Server returned HTTP response code: 503 for URL: https://perixia.fr/auth/start?username=test&password=9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08
  2. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  3. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  4. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  5. at fr.northenflo.auth.mineweb.utils.GetData.GetData(GetData.java:27)
  6. at fr.northenflo.auth.mineweb.AuthMineweb.start(AuthMineweb.java:39)
  7. at fr.perixia.yeyvo.launcher.LauncherPanel.Jouer(LauncherPanel.java:233)
  8. at fr.perixia.yeyvo.launcher.LauncherPanel.onEvent(LauncherPanel.java:169)
  9. at fr.theshark34.swinger.abstractcomponents.AbstractButton.mouseReleased(AbstractButton.java:81)
  10. at java.awt.Component.processMouseEvent(Unknown Source)
  11. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  12. at java.awt.Component.processEvent(Unknown Source)
  13. at java.awt.Container.processEvent(Unknown Source)
  14. at java.awt.Component.dispatchEventImpl(Unknown Source)
  15. at java.awt.Container.dispatchEventImpl(Unknown Source)
  16. at java.awt.Component.dispatchEvent(Unknown Source)
  17. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  18. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  19. at java.awt.LightweightDispatcher.dispatchEvent(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