0

Everytime I launch, it comes up with a Java multiexception error. I need help

matt callahan007 5 years ago updated by Bagel Smookler 5 years ago 1

MultiException[java.net.BindException: Address already in use: bind, java.net.BindException: Address already in use: bind]
at org.eclipse.jetty.server.Server.doStart(Server.java:416)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.ubooquity.d.e.a(SourceFile:90)
at com.ubooquity.b.a(SourceFile:95)
at com.ubooquity.a.b(SourceFile:29)
at com.ubooquity.Ubooquity.main(SourceFile:247)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ubooquity.e.a.a(SourceFile:823)
at com.ubooquity.Launcher.main(SourceFile:10)
Suppressed: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
... 11 more
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
... 11 more

------------------


Now, since it seems to be a port error ( I say seems, because it says so but doesn't specify any port) I tried 8 other ports, and still got the same error no matter what, so I don't actually think that's the issue.


I have java 8, and reinstalled it even. Port 2202 and 2203 are completely cleared. Windows 10, fully up-to-date. I had the server up and running for maybe 2 months with no problems, then roughly a week ago, anytime I try to launch the jar file in anyway, it comes back with that error.


I've tried new files. I've tried deleting them. I've tried an old install. I have absolutely no wits about me anymore and I don't know what to do.


I need any and all the help I can get, please.



Thank you


0

docker slow slow 1st. scan

ismael calderón 5 years ago 0

hello, good morning everyone, last night installed a docker from linuxserver.io.
in a physical dedicadet oneprovider.com server with Xeon cores and 16 RAM
i have a rclone VFS mount point to Gdrive where are my comics
...everything ok in the install, but i dont know why the scans are extremely slow. only 70 items in one night
...someone says perhaps its a limited access CPU docker, perhaps bad rclone mount flags or otherwise.

somebody are in the same issues?

thanxxxxxs !

0

Unable to access outside of localhost

mikepoo22 5 years ago updated 5 years ago 2

I am unable to access the server on any of my lan machines. It is currently running on a windows 10 box and I have set up the firewall to allow connections in and out TCP and UDP for the port. I am a bit confused though because I can access it on localhost.

0

comicrack

sinister 5 years ago updated by [rab] 5 years ago 1

I would like to know if it is possible to connect comicrack to ubooquity which has been reverse proxied and read my comics over the web

0
Answered

Create User Manually

Henry Aspden 5 years ago updated by Tom 5 years ago 5

What is the hashing / salting mechanism used for creating a users password? I would like to batch create the users in bulk for my work moving all our literature to here.

Going forward I will then try to create a php script to keep our userlist up to date on a cron shedule

Thanks

0

How to create/define the 'working directory'?

csjjpm 6 years ago updated 6 years ago 2

I am on FreeBSD as a root user.

I downloaded the .jar file and placed it in a 'Ubooquity' directory in my user folder.  When I ran it from a browser (:2203/admin) it created all the associated files and folder structure in the root of my file system.

What have I dont wrong?  How can I fix or change this?  I don't mind starting again.

0
Under review

Empty page after the scan

Omissam Issed 6 years ago updated by NY152 5 years ago 6

Hi all,

Ubooquity 2.1.0.r2 running on NAS Asustor AS6404 , from admin view the scan of books and comics completed, reading the log with ssh I can see the entries and no errors, but when enter as a user the books and comics are empty, suggestions about how to fix ? The images in the cache are present

Thanks

0
Under review

Not displaying metadata

Morgan Andrew Smith 6 years ago updated 6 years ago 7


Ubooquity is not displaying any metadata, specifically the books description. When I select a ebook and get the pop up where you can click to “Download” or “Read” there is no text describing the book.

Image 622


I have used LazyLibrarian to organize my ebook using basically the defaults. This results in a folder structure much like this example:


/mnt/media/ebook/Priya Krishna/
└── Indian-ish
         ├── Indian-ish - Priya Krishna.epub
         ├── Indian-ish - Priya Krishna.jpg
         └── Indian-ish - Priya Krishna.opf



I was expecting Ubooquity to be taking the metadata from the .opf file is that not the case?


I have checked and there are no permission issues on .opf file. Also below is my Ubooquity system info:


Ubooquity version: 2.1.2 built on 2018-10-14 at 12:58

Java version: 1.8.0_242

Java vendor: Oracle Corporation

Java VM name: OpenJDK 64-Bit Server VM

OS name: Linux

OS version: 5.4.28-1-lts

OS architecture: amd64

Number of processors: 4

Max memory: 455 MB

Free memory: 47 MB

Total memory: 86 MB


Thank you

0
Under review

Can't install on Mac w/Java 9: help greatly appreciated!!!

Dan Solo 6 years ago updated by Deo Favente 5 years ago 5

Hi All,

New to the community.  I've grown tired of using Apple's iBooks and stumbled across Ubooquity when searching for a server based alternative.  I currently utilize Plex (for several years running) and Emby (new to me) for music and video based media, but was quite disappointed to learn neither offered support for books or comics.

The disappointment only led to further frustration when I discovered that Ubooquity does not support newer versions of Java beyond Java 8.  I'm not the best at coding or programming, I've attempted to install a workaround with Homebrew on my Mac, to be able to have multiple versions of Java running at once.  I'm not sure exactly what it is that I'm doing wrong and would love some help from the more experienced hands in the community.  That or request that support for newer Java versions be added by Ubooquity.

Thanks in advance,

Dan

0
Under review

Mega import crash

Guillermo Catalano 6 years ago updated by Nuno Bastos 6 years ago 6

I was running Ubooquity very well until I imported 30.000 books and it crashed. Now even after a reboot when I try to access I see the spinning circle.Do you know if is there a fix and or a limit in how many books you can import?
Regards.