[Support] binhex - NZBHydra2


Recommended Posts

Overview: Support for Docker image arch-nzbhydra2 in the binhex repo.

Application: NZBHydra2 - https://github.com/theotherp/nzbhydra2

Docker Hub: https://hub.docker.com/r/binhex/arch-nzbhydra2/

GitHub: https://github.com/binhex/arch-nzbhydra2

Documentationhttps://github.com/binhex/documentation

 

For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here


If you appreciate my work, then please consider buying me a beer  :D

 

btn_donate_SM.gif

Edited by binhex
  • Like 1
Link to comment

Please note the template is not uploaded yet and thus won't be visible in CA, please check back in approx 8 hours from this post and it should be there.

 

Please also note this application is currently marked as "alpha" and thus is still under heavy development, it may or may not have bugs.

Edited by binhex
Link to comment
  • 3 weeks later...
  • 3 weeks later...
6 hours ago, dstanley said:

Looking for an update if possible:

"An update is available. Your version: 1.4.0. Latest version: 1.4.1. You seem to be running Hydra inside docker. Please update your container."

Thanks for your work binhex!

 

it's fully automated, it will happen.

  • Upvote 1
Link to comment
  • 1 month later...

just pulled latest build

 

___.   .__       .__                   
\_ |__ |__| ____ |  |__   ____ ___  ___
 | __ \|  |/    \|  |  \_/ __ \\  \/  /
 | \_\ \  |   |  \   Y  \  ___/ >    < 
 |___  /__|___|  /___|  /\___  >__/\_ \
     \/        \/     \/     \/      \/
   https://hub.docker.com/u/binhex/

2018-03-16 23:44:38.486664 [info] System information Linux ec1dc240d262 4.9.0-0.bpo.3-amd64 #1 SMP Debian 4.9.30-2~bpo8+1 (2017-06-14) x86_64 GNU/Linux
2018-03-16 23:44:38.574209 [info] PUID defined as '1000'
2018-03-16 23:44:38.667035 [warn] PGID not defined (via -e PGID), defaulting to '100'
2018-03-16 23:44:38.857990 [warn] UMASK not defined (via -e UMASK), defaulting to '000'
2018-03-16 23:44:38.947159 [info] Permissions already set for volume mappings
2018-03-16 23:44:39.030368 [info] Setting permissions on files/folders inside container...
chown: cannot access '/var/lib/nzbhydra2': No such file or directory

binhex/arch-nzbhydra2: 1.4.7-1-01 works

Edited by saitoh183
  • Like 1
  • Upvote 1
Link to comment

You can roll back to `1.4.7-1-01` by changing the repo to `binhex/arch-nzbhydra2:1.4.7-1-01`.

 

Anyone else experiencing v2 crashing and needing to restart the docker? Happens to me every few days or so. Unsure if it's related to the beta state of hydra or the docker itself.

Link to comment
On 18/03/2018 at 7:51 AM, Can0nfan said:

i think binhex is playing with new code and its not playing well with unraid 6.x ;)

 

its a change in install location in the AUR package, which is maintained by somebody else and thus out of my control, ive put some newer code (need to spam it around to all builds ugg) to cope with this and blow up during build to prevent an image being produced that won't then run, so at least i now be alerted to the fact something is wrong before users start getting vocal :-). 

Link to comment
  • 2 months later...
  • 2 months later...

Installed, configured, worked first time and used it all day but......

 

After stopping all dockers to do an appdata save, and then restarting again, this docker cant be accessed (says started ok)  Logs suggest a tomcat error - as if the port is in use but I have changed it on the startup and it does not matter what port I use - same error on diff ports each start.

 

org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-5076]]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
    at org.apache.catalina.core.StandardService.addConnector(StandardService.java:225)
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:256)
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:198)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:300)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:762)
    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:398)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:330)
    at org.nzbhydra.NzbHydra.startup(NzbHydra.java:160)
    at org.nzbhydra.NzbHydra.main(NzbHydra.java:114)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
    at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
    at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
    at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed
    at org.apache.catalina.connector.Connector.startInternal(Connector.java:1020)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    ... 20 common frames omitted
Caused by: java.net.BindException: Cannot assign requested address
    at sun.nio.ch.Net.bind0(Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:210)
    at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1150)
    at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:591)
    at org.apache.catalina.connector.Connector.startInternal(Connector.java:1018)
    ... 21 common frames omitted

 

2018-09-16 12:09:53.312 ERROR --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

The Tomcat connector configured to listen on port 5076 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 5076, or configure this application to listen on another port.

Link to comment
  • 4 months later...
  • 1 month later...
  • 2 weeks later...

Hi All, I'm coming across an issue when searching from Sonarr to Hydra where for example I search for a series it shows me results for it but also shows results from a completely different series, added a pic to show it, how do I stop this happening? 

Screenshot 2019-05-19 at 12.50.11.png

Link to comment
  • 2 months later...

First of all thank you for all your hard work.

 

I can setup the docker and use the search in the web interface and even send from the web UI to a downloader.

the issue i am having is getting an external app to call to the api. i have tried giving the docker privileged and without. i have changed network from bridged to host and back again. i have changed the ip to the server ip and back to 0.0.0.0 andi have tried local ip ignoring and going through the proxie. i am lost of what i am doing wrong.  

Link to comment
  • 1 month later...

hmmm... 

 

I'm unable to access the webgui and my other dockers are unable to communicate with my Hydra2 instance.   It shows running in Unraid, however the log shows...
 

�[2m2019-09-12 20:52:39.950�[0;39m �[31mERROR�[0;39m �[2m---�[0;39m �[2m[ main]�[0;39m �[36morg.nzbhydra.NzbHydra �[0;39m �[2m:�[0;39m�[35m �[0;39m�[34m�[0;39mAn unexpected error occurred during startup

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.boot.archive.spi.ArchiveException: Unable to extract bytes from InputStream
Caused by: java.io.IOException: Input/output error

 

Suggestions?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.