0
Not a bug

Ubooquity doesn't start on MacOS Monterey

AboveSky 4 years ago updated 4 years ago 2

Hi, when I try to launch Ubooquity.jar (I've updated JVM today, it runs Java 8 update 321), it starts and stops immediately (Nothing can be seen by the human eye).  Here is the log it produces:

20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - #############################
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - #############################
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Java version: 14.0.2
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - java vm name: Java HotSpot(TM) 64-Bit Server VM
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - java runtime name: Java(TM) SE Runtime Environment
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 6144 MB
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - OS name: Mac OS X
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - OS version: 10.16
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - OS architecture: x86_64
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20220122 19:06:09 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20220122 19:06:10 [main] INFO org.eclipse.jetty.util.log - Logging initialized @3268ms to org.eclipse.jetty.util.log.Slf4jLog
20220122 19:06:10 [Thread-2] INFO com.ubooquity.b - Stopping internal server...
20220122 19:06:10 [Thread-2] INFO com.ubooquity.data.feeder.a - Aborting content scan...
20220122 19:06:10 [Thread-2] ERROR com.ubooquity.b - Error while stopping internal server
java.lang.NullPointerException: null
at com.ubooquity.d.e.a(SourceFile:99) ~[Ubooquity.jar:2.1.2]
at com.ubooquity.b.c(SourceFile:112) ~[Ubooquity.jar:na]
at com.ubooquity.Ubooquity.C(SourceFile:216) ~[Ubooquity.jar:na]
at java.base/java.lang.Thread.run(Thread.java:832) ~[na:na]
20220122 19:06:10 [Thread-2] INFO com.ubooquity.b - Internal server stopped
20220122 19:06:10 [Thread-2] INFO com.ubooquity.Ubooquity - Ubooquity has closed.

0
Under review

UbooQUITy?

scrapie_tome 0x 4 years ago updated by AtariBaby 4 years ago 2

So it seems like this project is dead, and since it is closed source there’s not much we can do. There’s been no update since 2018. 

All I want is something that will respect my folder structure, have genre filtering, opds (and maybe one day kindle sendjng and file conversions 

0

Reading progress - books

darksidestarea 4 years ago updated 4 years ago 2

Hi,

i am trying to modify theme (Material 1.7.0) to show reading progress for books (epub mostly), using the themeScript.js from https://gist.github.com/j4c3/fa5b983cd36afce56e35c1dd52059334 (original discussion: https://ubooquity.userecho.com/en/communities/1/topics/845-adding-currently-reading-label-to-comics)- but cannot get it to work. It works on comics, but not on books.

I understand that there is different calls to read status (data) for books and comics, but don't know how to modify script for that.

Any suggestions?

Thanks in advance!

0
Not a bug

Clear books database

JFPCreations 4 years ago updated 4 years ago 2

Hi,

It looks like the clear books database... button in the book section clear the comics database.

"Books data stored by Ubooquity will be cleared (without affecting your files).
A full rescan of your comics will be done.
Do you want to continue ?"

Tried it, and it did not clear the book database at all.

Thank you.

0
Answered

Log4j ubooquity

AlexM 4 years ago updated by Ray Rawls 4 years ago 2

Does anyone know if ubooquity uses this library? Obviously nervous…

0
Under review

Grouping Books With The Same Extension [MOBI,PDF,EPUB]

Daryl 4 years ago updated by Tom 2 years ago 2

I have loaded Ubooquity with a bunch of files. Some are dubplicates win different file formats. I enjoy reading PDF on my computer/browser, but EPUB on my mobile device. I would appreciate the ability to group files if their base name is the same.


If this is already a feature, it's either not working, or I don't know how to enable it.

0

how to disable Download

Ramana Reddy 4 years ago 0
0

Leading zeros mess up the order

Don Maker 4 years ago 0

I noticed that leading zeros are counted and will mess up large collection order.

For example, Detective Comics is well over 1000 issues, but if you have something like Detective Comics 935.cbr as well as Detective Comics 1000.cbr, it will sort all the 1xxx before any xxx.cbr files. This is kind of annoying and will force me to rename some comics. 

Not a huge deal, but would be nice if leading zeros were not necessary.

0

Can't start server on boot, raspberry pi. Only runs while Putty is open.

simple223 4 years ago 0

Hello!

I have been using this guide to try and set up my ubooquity server. https://www.htpcguides.com/install-ubooquity-on-raspberry-pi-for-personal-ebook-server/

changing

export UBOOQUITY_HOME=/opt/ubooquity 
DAEMON_NAME="Ubooquity"
DAEMON_USER=root
DAEMON_PATH="/usr/bin/java"
DAEMON_OPTS="-jar /opt/ubooquity/Ubooquity.jar -webadmin -headless -port 2022"
DAEMON_PWD="/opt/ubooquity"
DAEMON_DESC=$(get_lsb_header_val $0 "Short-Description")
DAEMON_PID="/var/run/${DAEMON_NAME}.pid"
DAEMON_NICE=0
DAEMON_LOG='/var/log/cherrymusic'

to

export UBOOQUITY_HOME=/opt/ubooquity 
DAEMON_NAME="Ubooquity"
DAEMON_USER=root
DAEMON_PATH="/usr/bin/java"
DAEMON_OPTS="-jar /opt/ubooquity/Ubooquity.jar --admintport 2022 --remoteadmin --headless --libraryport 3456"
DAEMON_PWD="/opt/ubooquity"
DAEMON_DESC=$(get_lsb_header_val $0 "Short-Description")
DAEMON_PID="/var/run/${DAEMON_NAME}.pid"
DAEMON_NICE=0
DAEMON_LOG='/var/log/cherrymusic

I can get ubooquity to start while using Putty using

sudo java -jar /opt/ubooquity/Ubooquity.jar --adminport 2022 --remoteadmin --headless --libraryport 3456

But if I close Putty, it stops the server.

I'm pretty new to this.

Thanks!

0

First scan seems stuck

Don Maker 4 years ago updated 4 years ago 2

Can't figure this out. I just found Ubooquity today and was loving it. This is awesome. I can stream my comics from anywhere now and not have to use micr sd cards anymore, I thought.

It scanned hundreds of issues pretty quickly, but now it seems to scan one file, then just sits there. It was stuck for a couple of hours on one file, then I rebooted and it scanned the next file in the location and then stalled again. But there is nothing at all helpful in the logs:

20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - #############################
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - #############################
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Java version: 1.8.0_301
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - java vm name: Java HotSpot(TM) 64-Bit Server VM
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - java runtime name: Java(TM) SE Runtime Environment
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 7273 MB
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - OS name: Windows 10
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - OS version: 10.0
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - OS architecture: amd64
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20211012 18:49:22 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20211012 18:49:22 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1761ms to org.eclipse.jetty.util.log.Slf4jLog
20211012 18:49:22 [main] INFO com.ubooquity.b - Starting internal server...
20211012 18:49:22 [main] INFO com.ubooquity.b - Reverse proxy prefix is not activated
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20211012 18:49:22 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20211012 18:49:22 [Scanner thread] WARN
com.ubooquity.data.database.c - Could not find id of root path
D:\Backup\Comics and Ebooks\Comics\Recent Unsorted Comics (ignore this
warning if you just added a new root directory)
20211012 18:49:22 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20211012 18:49:22 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@305ffe9e{/,null,AVAILABLE,@admin}
20211012 18:49:22 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@302c971f{/,null,AVAILABLE,@library}
20211012 18:49:23 [main] INFO o.e.jetty.server.AbstractConnector - Started library@3de8f619{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20211012 18:49:23 [main] INFO o.e.jetty.server.AbstractConnector - Started admin@2ab4bc72{HTTP/1.1,[http/1.1]}{0.0.0.0:2203}
20211012 18:49:23 [main] INFO org.eclipse.jetty.server.Server - Started @1971ms
20211012 18:49:23 [main] INFO com.ubooquity.b - Internal server started. Listening on port 2202 (library) and 2203 (admin)
20211012 18:49:23 [Scanner thread] INFO
com.ubooquity.b.d - Reading metadata of comic file: D:\Backup\Comics
and Ebooks\Comics\Main Collection\DC\Series\Batman (pre
Rebirth)\Detective Comics\DC 500-600\Detective Comics 515.cbr
20211012 18:49:23 [Scanner thread] INFO
com.ubooquity.data.database.c - Inserting/updating comic entry in
database : D:\Backup\Comics and Ebooks\Comics\Main
Collection\DC\Series\Batman (pre Rebirth)\Detective Comics\DC
500-600\Detective Comics 515.cbr
20211012 18:49:24 [Timer-0] INFO com.ubooquity.Ubooquity - Checking latest available Ubooquity version from website
20211012 18:49:24 [Timer-0] INFO com.ubooquity.Ubooquity - Latest version available: 2.1.2 - Current version: 2.1.2

It's been sitting on Detective Comics 515 for over ten minutes now.

Any help would be great appreciated. I was so excited to use something like this, but now it just stuck for some reason...

Thank you.