Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [19.08.2018 19:30:39] SEVERE: java.io.IOException: Server returned HTTP response code: 400 for URL: https://api.cloudflare.com/client/v4/zones/f07c1b60ec07e2986ee909c4adbe22ce/dns_records
  2. [19.08.2018 19:30:39] SEVERE: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
  3. [19.08.2018 19:30:39] SEVERE: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  4. [19.08.2018 19:30:39] SEVERE: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
  5. [19.08.2018 19:30:39] SEVERE: at de.dytanic.cloudnet.cloudflare.CloudFlareService.createRecord(CloudFlareService.java:220)
  6. [19.08.2018 19:30:39] SEVERE: at de.dytanic.cloudnet.cloudflare.CloudFlareService.addProxy(CloudFlareService.java:176)
  7. [19.08.2018 19:30:39] SEVERE: at de.dytanic.cloudnetcore.cloudflare.listener.ProxyAddListener$1.run(ProxyAddListener.java:25)
  8. [19.08.2018 19:30:39] SEVERE: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  9. [19.08.2018 19:30:39] SEVERE: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  10. [19.08.2018 19:30:39] SEVERE: at java.lang.Thread.run(Thread.java:748)
  11. [19.08.2018 19:30:39] SEVERE: Exception in thread "pool-2-thread-1"
  12. [19.08.2018 19:30:39] SEVERE: java.lang.NullPointerException
  13. [19.08.2018 19:30:39] SEVERE: at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
  14. [19.08.2018 19:30:39] SEVERE: at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
  15. [19.08.2018 19:30:39] SEVERE: at de.dytanic.cloudnet.cloudflare.CloudFlareService.addProxy(CloudFlareService.java:178)
  16. [19.08.2018 19:30:39] SEVERE: at de.dytanic.cloudnetcore.cloudflare.listener.ProxyAddListener$1.run(ProxyAddListener.java:25)
  17. [19.08.2018 19:30:39] SEVERE: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  18. [19.08.2018 19:30:39] SEVERE: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  19. [19.08.2018 19:30:39] SEVERE: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement