Advertisement
TChilderhose

Untitled

Jan 6th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. Logging wrapper output to /opt/nzbhydra2/data/logs/wrapper.log
  2. 2018-01-06 20:38:42,218 INFO - Starting NZBHydra main process with command line: java -Xmx128M -DfromWrapper -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=ALWAYS -jar /opt/nzbhydra2/lib/core-1.0.8-exec.jar --datafolder /opt/nzbhydra2/data in folder /opt/nzbhydra2
  3. .__ __. ________ .______ __ __ ____ ____ _______ .______ ___ ___
  4. | \ | | | / | _ \ | | | | \ \ / / | \ | _ \ / \ |__ \
  5. | \| | `---/ / | |_) || |__| | \ \/ / | .--. || |_) | / ^ \ ) |
  6. | . ` | / / | _ < | __ | \_ _/ | | | || / / /_\ \ / /
  7. | |\ | / /----.| |_) || | | | | | | '--' || |\ \----./ _____ \ / /_
  8. |__| \__| /________||______/ |__| |__| |__| |_______/ | _| `._____/__/ \__\ |____|
  9.  
  10. 2018-01-06 20:38:44.052 INFO --- [ main] org.nzbhydra.NzbHydra : Starting NzbHydra on ThrekboxVB.com with PID 26654 (/opt/nzbhydra2/lib/core-1.0.8-exec.jar started by root in /opt/nzbhydra2)
  11. 2018-01-06 20:38:44.070 INFO --- [ main] org.nzbhydra.NzbHydra : The following profiles are active: default
  12. 2018-01-06 20:38:47.392 INFO --- [ main] org.nzbhydra.config.BaseConfig : Using data folder /opt/nzbhydra2/data
  13. 2018-01-06 20:38:48.525 INFO --- [ost-startStop-1] o.n.a.HydraAnonymousAuthenticationFilter : Granting basic user rights to anonymous users
  14. 2018-01-06 20:38:48.526 INFO --- [ost-startStop-1] o.n.a.HydraAnonymousAuthenticationFilter : Granting stats rights to anonymous users
  15. 2018-01-06 20:38:48.526 INFO --- [ost-startStop-1] o.n.a.HydraAnonymousAuthenticationFilter : Granting admin rights to anonymous users
  16. 2018-01-06 20:38:49.573 INFO --- [ main] o.f.core.internal.util.VersionPrinter : Flyway 4.2.0 by Boxfuse
  17. 2018-01-06 20:38:49.780 INFO --- [ main] o.f.c.i.dbsupport.DbSupportFactory : Database: jdbc:h2:file:/opt/nzbhydra2/data/database/nzbhydra (H2 1.4)
  18. 2018-01-06 20:38:49.897 INFO --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 9 migrations (execution time 00:00.025s)
  19. 2018-01-06 20:38:49.910 INFO --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": 1.8
  20. 2018-01-06 20:38:49.911 INFO --- [ main] o.f.core.internal.command.DbMigrate : Schema "PUBLIC" is up to date. No migration necessary.
  21. 2018-01-06 20:38:53.241 INFO --- [ main] o.n.searching.SearchModuleProvider : Loading indexers
  22. 2018-01-06 20:38:53.242 WARN --- [ main] o.n.searching.SearchModuleProvider : No indexers configured
  23. 2018-01-06 20:38:53.393 INFO --- [ main] o.n.downloading.DownloaderProvider : Loading downloaders
  24. 2018-01-06 20:38:53.394 INFO --- [ main] o.n.downloading.DownloaderProvider : No downloaders configured
  25. 2018-01-06 20:38:56.058 INFO --- [ main] org.nzbhydra.NzbHydra : First start of NZBHydra detected
  26. #
  27. # A fatal error has been detected by the Java Runtime Environment:
  28. #
  29. # SIGSEGV (0xb) at pc=0x0000000000001510, pid=26654, tid=0x00007fa761a71700
  30. #
  31. # JRE version: Java(TM) SE Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
  32. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.151-b12 mixed mode linux-amd64 compressed oops)
  33. # Problematic frame:
  34. # C 0x0000000000001510
  35. #
  36. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  37. #
  38. # An error report file with more information is saved as:
  39. # /opt/nzbhydra2/hs_err_pid26654.log
  40. #
  41. # If you would like to submit a bug report, please visit:
  42. # http://bugreport.java.com/bugreport/crash.jsp
  43. #
  44. 2018-01-06 20:39:35,634 WARNING - Unable to read control ID from /opt/nzbhydra2/data/control.id: [Errno 2] No such file or directory: '/opt/nzbhydra2/data/control.id'. Falling back to process return code -6
  45. 2018-01-06 20:39:35,634 INFO - NZBHydra main process has terminated for shutdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement