0

Webp causes high cpu and ram usage (stays like this afte closing said content).

drpain 7 years ago 0

Don't really know what else to add for my description, sorry.

0

Moon+ Reader opds output

Yoeri 7 years ago 0

Moon+ Reader seems to download the cover file when selecting a comicbook from the opds feed.

I know Moon+ doesn't support streaming but it would be nice to have an alternate output of the comics opds to just download the cbz/cbr file instead of the streaming option.

Maybe then moon+ would be able to handle the output :)


Don't know if this could be an option in the settings?

0

Error on lunch - ArchLinux

Tweek 7 years ago updated 7 years ago 4

Hi.


Since a few weeks my ubooquity server can not start.

I have try, java9, openjdk8, openjdk7 with fresh download.

Allways same error:

With AUR ubooquity:

           └─32316 /usr/bin/java -Xmx512m -jar /usr/lib/ubooquity/Ubooquity.jar --remoteadmin --headless

déc 05 17:21:44 vegeta java[32316]:         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
déc 05 17:21:44 vegeta java[32316]:         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
déc 05 17:21:44 vegeta java[32316]:         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
déc 05 17:21:44 vegeta java[32316]:         at java.lang.reflect.Method.invoke(Method.java:498)
déc 05 17:21:44 vegeta java[32316]:         at com.ubooquity.e.a.a(SourceFile:823)
déc 05 17:21:44 vegeta java[32316]:         at com.ubooquity.Launcher.main(SourceFile:10)
déc 05 17:21:44 vegeta java[32316]: Caused by: java.lang.ClassNotFoundException: Failure to load: javafx.application.Platform
déc 05 17:21:44 vegeta java[32316]:         at com.ubooquity.e.a.loadClass(SourceFile:992)
déc 05 17:21:44 vegeta java[32316]:         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
déc 05 17:21:44 vegeta java[32316]:         ... 7 more


With openjdk8:

/usr/lib/jvm/java-8-openjdk/jre/bin/java -jar Ubooquity.jar
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Running with the following parameters - headless: false, libraryport: -1, adminport: -1, remoteadmin: false, host: null, debug: false, execdir: /home/tweek/ubooqsrv
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - #############################
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - #     Starting Ubooquity    #
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - #############################
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Java version: 1.8.0_144
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Max heap size available: 1771 MB
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - OS name: Linux
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - OS version: 4.13.12-1-ARCH
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - OS architecture: amd64
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Loading local version info
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Ubooquity 2.1.1 built on 2017-09-22 at 21:10
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Creating application folders
20171205 19:15:34 [main] INFO  com.ubooquity.Ubooquity - Loading preferences
20171205 19:15:35 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @1473ms to org.eclipse.jetty.util.log.Slf4jLog
20171205 19:15:35 [main] INFO  com.ubooquity.b - Starting internal server...
20171205 19:15:35 [main] INFO  com.ubooquity.b - Reverse proxy prefix is not activated
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning books directories
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books folder content cache populated
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning comics directories
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics folder content cache populated
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20171205 19:15:35 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
20171205 19:15:35 [main] INFO  org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20171205 19:15:35 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@305ffe9e{/,null,AVAILABLE,@admin}
20171205 19:15:35 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@302c971f{/,null,AVAILABLE,@library}
20171205 19:15:35 [main] ERROR com.ubooquity.Ubooquity - Exiting application because of exception
org.eclipse.jetty.util.MultiException: Multiple exceptions
        at org.eclipse.jetty.server.Server.doStart(Server.java:416) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.2407698734410473316.tmp:9.4.0.v20161208]
        at com.ubooquity.d.e.a(SourceFile:90) ~[Ubooquity.jar:2.1.1]
        at com.ubooquity.b.a(SourceFile:95) ~[Ubooquity.jar:2.1.1]
        at com.ubooquity.Ubooquity.main(SourceFile:222) ~[Ubooquity.jar:2.1.1]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144]
        at com.ubooquity.e.a.a(SourceFile:823) [Ubooquity.jar:2.1.1]
        at com.ubooquity.Launcher.main(SourceFile:10) [Ubooquity.jar:2.1.1]
        Suppressed: java.net.BindException: Adresse déjà utilisée
                at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_144]
                at sun.nio.ch.Net.bind(Net.java:433) ~[na:1.8.0_144]
                at sun.nio.ch.Net.bind(Net.java:425) ~[na:1.8.0_144]
                at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_144]
                at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_144]
                at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.2407698734410473316.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.server.Server.doStart(Server.java:431) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
                ... 10 common frames omitted
Caused by: java.net.BindException: Adresse déjà utilisée
        at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_144]
        at sun.nio.ch.Net.bind(Net.java:433) ~[na:1.8.0_144]
        at sun.nio.ch.Net.bind(Net.java:425) ~[na:1.8.0_144]
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_144]
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_144]
        at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.2407698734410473316.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.server.Server.doStart(Server.java:431) ~[jetty-server-9.4.0.v20161208.jar.5482228049716602751.tmp:9.4.0.v20161208]
        ... 10 common frames omitted
java.lang.NoClassDefFoundError: javafx/application/Platform
        at com.ubooquity.Ubooquity.main(SourceFile:264)
        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 com.ubooquity.e.a.a(SourceFile:823)
        at com.ubooquity.Launcher.main(SourceFile:10)
Caused by: java.lang.ClassNotFoundException: Failure to load: javafx.application.Platform
        at com.ubooquity.e.a.loadClass(SourceFile:992)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 7 more

With java9:

/usr/lib/jvm/java-9-jdk/bin/java -jar Ubooquity.jar                                                                                        :(
Caught and handled this exception :
java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.base/java.lang.Integer.parseInt(Integer.java:662)
        at java.base/java.lang.Integer.parseInt(Integer.java:770)
        at com.sun.media.imageioimpl.common.ImageUtil.processOnRegistration(ImageUtil.java:1408)
        at com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi.onRegistration(WBMPImageWriterSpi.java:106)
        at java.desktop/javax.imageio.spi.SubRegistry.registerServiceProvider(ServiceRegistry.java:788)
        at java.desktop/javax.imageio.spi.ServiceRegistry.registerServiceProvider(ServiceRegistry.java:330)
        at java.desktop/javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:212)
        at java.desktop/javax.imageio.spi.IIORegistry.<init>(IIORegistry.java:136)
        at java.desktop/javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:157)
        at com.ubooquity.Ubooquity.main(SourceFile:165)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.ubooquity.e.a.a(SourceFile:823)
        at com.ubooquity.Launcher.main(SourceFile:10)
Caught and handled this exception :
java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.base/java.lang.Integer.parseInt(Integer.java:662)
        at java.base/java.lang.Integer.parseInt(Integer.java:770)
        at com.sun.media.imageioimpl.common.ImageUtil.processOnRegistration(ImageUtil.java:1408)
        at com.sun.media.imageioimpl.plugins.bmp.BMPImageWriterSpi.onRegistration(BMPImageWriterSpi.java:107)
        at java.desktop/javax.imageio.spi.SubRegistry.registerServiceProvider(ServiceRegistry.java:788)
        at java.desktop/javax.imageio.spi.ServiceRegistry.registerServiceProvider(ServiceRegistry.java:330)
        at java.desktop/javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:212)
        at java.desktop/javax.imageio.spi.IIORegistry.<init>(IIORegistry.java:136)
        at java.desktop/javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:157)
        at com.ubooquity.Ubooquity.main(SourceFile:165)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.ubooquity.e.a.a(SourceFile:823)
        at com.ubooquity.Launcher.main(SourceFile:10)
Caught and handled this exception :
java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.base/java.lang.Integer.parseInt(Integer.java:662)
        at java.base/java.lang.Integer.parseInt(Integer.java:770)
        at com.sun.media.imageioimpl.common.ImageUtil.processOnRegistration(ImageUtil.java:1408)
        at com.sun.media.imageioimpl.plugins.gif.GIFImageWriterSpi.onRegistration(GIFImageWriterSpi.java:138)
        at java.desktop/javax.imageio.spi.SubRegistry.registerServiceProvider(ServiceRegistry.java:788)
        at java.desktop/javax.imageio.spi.ServiceRegistry.registerServiceProvider(ServiceRegistry.java:330)
        at java.desktop/javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:212)
        at java.desktop/javax.imageio.spi.IIORegistry.<init>(IIORegistry.java:136)
        at java.desktop/javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:157)
        at com.ubooquity.Ubooquity.main(SourceFile:165)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.ubooquity.e.a.a(SourceFile:823)
        at com.ubooquity.Launcher.main(SourceFile:10)
Caught and handled this exception :
java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.base/java.lang.Integer.parseInt(Integer.java:662)
        at java.base/java.lang.Integer.parseInt(Integer.java:770)
        at com.sun.media.imageioimpl.common.ImageUtil.processOnRegistration(ImageUtil.java:1408)
        at com.sun.media.imageioimpl.plugins.wbmp.WBMPImageReaderSpi.onRegistration(WBMPImageReaderSpi.java:95)
        at java.desktop/javax.imageio.spi.SubRegistry.registerServiceProvider(ServiceRegistry.java:788)
        at java.desktop/javax.imageio.spi.ServiceRegistry.registerServiceProvider(ServiceRegistry.java:330)
        at java.desktop/javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:212)
        at java.desktop/javax.imageio.spi.IIORegistry.<init>(IIORegistry.java:136)
        at java.desktop/javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:157)
        at com.ubooquity.Ubooquity.main(SourceFile:165)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.ubooquity.e.a.a(SourceFile:823)
        at com.ubooquity.Launcher.main(SourceFile:10)
Caught and handled this exception :
java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.base/java.lang.Integer.parseInt(Integer.java:662)
        at java.base/java.lang.Integer.parseInt(Integer.java:770)
        at com.sun.media.imageioimpl.common.ImageUtil.processOnRegistration(ImageUtil.java:1408)
        at com.sun.media.imageioimpl.plugins.bmp.BMPImageReaderSpi.onRegistration(BMPImageReaderSpi.java:96)
        at java.desktop/javax.imageio.spi.SubRegistry.registerServiceProvider(ServiceRegistry.java:788)
        at java.desktop/javax.imageio.spi.ServiceRegistry.registerServiceProvider(ServiceRegistry.java:330)
        at java.desktop/javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:212)
        at java.desktop/javax.imageio.spi.IIORegistry.<init>(IIORegistry.java:136)
        at java.desktop/javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:157)
        at com.ubooquity.Ubooquity.main(SourceFile:165)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.ubooquity.e.a.a(SourceFile:823)
        at com.ubooquity.Launcher.main(SourceFile:10)
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Running with the following parameters - headless: false, libraryport: -1, adminport: -1, remoteadmin: false, host: null, debug: false, execdir: /home/tweek/ubooqsrv
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - #############################
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - #     Starting Ubooquity    #
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - #############################
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Java version: 9
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Java vendor: Oracle Corporation
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Max heap size available: 1992 MB
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - OS name: Linux
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - OS version: 4.13.12-1-ARCH
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - OS architecture: amd64
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Loading local version info
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Ubooquity 2.1.1 built on 2017-09-22 at 21:10
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Creating application folders
20171205 19:17:28 [main] INFO  com.ubooquity.Ubooquity - Loading preferences
20171205 19:17:28 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @2638ms to org.eclipse.jetty.util.log.Slf4jLog
20171205 19:17:28 [main] INFO  com.ubooquity.b - Starting internal server...
20171205 19:17:28 [main] INFO  com.ubooquity.b - Reverse proxy prefix is not activated
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning books directories
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books folder content cache populated
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Scanning comics directories
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics folder content cache populated
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20171205 19:17:28 [Scanner thread] INFO  com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.jetty.util.BufferUtil (file:/tmp/JarClassLoader/jetty-util-9.4.0.v20161208.jar.16379950458825164604.tmp) to field java.nio.MappedByteBuffer.fd
WARNING: Please consider reporting this to the maintainers of org.eclipse.jetty.util.BufferUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
20171205 19:17:28 [main] INFO  org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20171205 19:17:28 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@754777cd{/,null,AVAILABLE,@admin}
20171205 19:17:28 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@2b52c0d6{/,null,AVAILABLE,@library}
20171205 19:17:29 [main] ERROR com.ubooquity.Ubooquity - Exiting application because of exception
org.eclipse.jetty.util.MultiException: Multiple exceptions
        at org.eclipse.jetty.server.Server.doStart(Server.java:416) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.16379950458825164604.tmp:9.4.0.v20161208]
        at com.ubooquity.d.e.a(SourceFile:90) ~[Ubooquity.jar:na]
        at com.ubooquity.b.a(SourceFile:95) ~[Ubooquity.jar:na]
        at com.ubooquity.Ubooquity.main(SourceFile:222) ~[Ubooquity.jar:na]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
        at java.base/java.lang.reflect.Method.invoke(Method.java:564) ~[na:na]
        at com.ubooquity.e.a.a(SourceFile:823) [Ubooquity.jar:na]
        at com.ubooquity.Launcher.main(SourceFile:10) [Ubooquity.jar:na]
        Suppressed: java.net.BindException: Adresse déjà utilisée
                at java.base/sun.nio.ch.Net.bind0(Native Method) ~[na:na]
                at java.base/sun.nio.ch.Net.bind(Net.java:433) ~[na:na]
                at java.base/sun.nio.ch.Net.bind(Net.java:425) ~[na:na]
                at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225) ~[na:na]
                at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:na]
                at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.16379950458825164604.tmp:9.4.0.v20161208]
                at org.eclipse.jetty.server.Server.doStart(Server.java:431) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
                ... 10 common frames omitted
Caused by: java.net.BindException: Adresse déjà utilisée
        at java.base/sun.nio.ch.Net.bind0(Native Method) ~[na:na]
        at java.base/sun.nio.ch.Net.bind(Net.java:433) ~[na:na]
        at java.base/sun.nio.ch.Net.bind(Net.java:425) ~[na:na]
        at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225) ~[na:na]
        at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:na]
        at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:298) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.4.0.v20161208.jar.16379950458825164604.tmp:9.4.0.v20161208]
        at org.eclipse.jetty.server.Server.doStart(Server.java:431) ~[jetty-server-9.4.0.v20161208.jar.9734241384448530847.tmp:9.4.0.v20161208]
        ... 10 common frames omitted
20171205 19:17:29 [main] ERROR com.ubooquity.Ubooquity - Failed to display error dialog
java.lang.IllegalStateException: Toolkit not initialized
        at javafx.graphics/com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:396) ~[javafx.graphics:na]
        at javafx.graphics/com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:391) ~[javafx.graphics:na]
        at javafx.graphics/javafx.application.Platform.runLater(Platform.java:150) ~[javafx.graphics:na]
        at com.ubooquity.Ubooquity.main(SourceFile:264) ~[Ubooquity.jar:na]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
        at java.base/java.lang.reflect.Method.invoke(Method.java:564) ~[na:na]
        at com.ubooquity.e.a.a(SourceFile:823) [Ubooquity.jar:na]
        at com.ubooquity.Launcher.main(SourceFile:10) [Ubooquity.jar:na]
20171205 19:17:29 [Thread-2] INFO  com.ubooquity.b - Stopping internal server...
20171205 19:17:29 [Thread-2] INFO  com.ubooquity.data.feeder.a - Aborting content scan...
20171205 19:17:29 [Thread-2] INFO  com.ubooquity.data.feeder.a - Waiting for scanner thread to stop
20171205 19:17:29 [Thread-2] INFO  com.ubooquity.data.feeder.a - Scanner thread stopped
20171205 19:17:29 [Thread-2] INFO  o.e.jetty.server.AbstractConnector - Stopped library@377901ef{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20171205 19:17:29 [Thread-2] INFO  o.e.jetty.server.AbstractConnector - Stopped admin@5d74b4a2{HTTP/1.1,[http/1.1]}{127.0.0.1:2203}
20171205 19:17:29 [Thread-2] INFO  o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.h.ContextHandler@2b52c0d6{/,null,UNAVAILABLE,@library}
20171205 19:17:29 [Thread-2] INFO  o.e.j.server.handler.ContextHandler - Stopped o.e.j.s.h.ContextHandler@754777cd{/,null,UNAVAILABLE,@admin}
20171205 19:17:29 [Thread-2] INFO  com.ubooquity.b - Internal server stopped
20171205 19:17:29 [Thread-2] INFO  com.ubooquity.Ubooquity - Ubooquity has closed.




Can you help me?


0

Opds feed shows unnecessary data

Seth Chhim 7 years ago updated 7 years ago 1

Ubooquity 2.1.1


The opds feed shows a lot of noise I'm sure it's not intended. This data was not there before and makes each opds pull quite heavy and cumbersome (500kb+). I'm pretty sure it was not there in previous versions. Below is a screenshot:


0

can folder-info.html be implemented for books?

akasazi 7 years ago updated 7 years ago 2

It only works for the comics section, can we have it done for books so i can parse them into different sections, bio, thriller, etc.


Thanks

0
Answered

[Tutorial update ]Synology installation

Elouan 7 years ago updated by RiC 7 years ago 5

I've put a pull request for and Updated tutoral for synology NAS and Ubooquity v2.1

I'm not sure if I'm doing it properly: please let me know if the pull request is going through

0
Under review

Ubookquity main site loads only with 1 out of 10 friends

cjflnyc 7 years ago updated by Tom 7 years ago 4

For some reason many are getting just a blank white page or some error similar to server took to long to respond. I am at a lost here as it is working fine on my local network and some friends outside of my ISP in other country loads fine , Yet my next door neighbors can not access the site for no reason. I thought it was port settings so I switched it to port80. Again only a handful of people seem to load the page fast with zero issues but for some reason the majority of my audience just gets a blank white page or server error. I am connected directly to a public IP with firewall rules set to allow port 80. I am on a commercial ISP plan with servers permitted. Any ideas how to fix this?

0
Under review

Print to PDF Settings

cjflnyc 7 years ago updated by Tom 7 years ago 1

Hello I have a collection of thousands of PDF books. These PDF files are mixed in times from the start of PDF days to now. So with that said. Ubooquity scans properly and imports only half of my PDF files.(I'm having a hard time trying to figure out why some PDF  files work and others don't) They all show up for download. But the built in web viewer reader stays stuck at "loading" or Pages show up like they are corrupt but any offline PDF reader reads these files fine.


So I have been looking around for a good PDF printer so I can somehow convert these PDF files back to a PDF format that Ubooquity supports. Problem is every PDF printer I try have a tons of settings and I am not sure what the "optimal" quality settings would be to get as close to one to one copy? Anyone have any ideas. I am able to convert but not sure what I'm doing. In some cases taking 30 minitues to convert one document. Again I think there is a problem here when the source is a 12 meg PDF file that Unooquity will not display. I take this file and Print to PDF and the file sizes get to  over 700mb a file. Crazy!! I Then try compression settings in PDF printer. (right now using Bullet) Then the PDF export is not so bad but still like 70mb instead of the native size of 12mb.  Ubooquity now reads the file fine But the view quality is so horribly bad. The text is all pixel like a highly compressed image file.


I was just wondering if anyone could recommend the best "Settings" for a PDF file. I must be doing something wrong. Any info hints recommended software would be appreciated.

0
Under review

scan process hangs

jibtga 7 years ago updated 7 years ago 3

My comic library is about 330Gb. The scan process alwary hangs, and Logs don´t show anything. The library scan file sometimes is 3GB or 4GB, I have to kill the ubooquity process. Then restart the process, but I cannot connect, the logs now are :

20171115 08:50:11 [Thread-2] INFO  com.ubooquity.b - Internal server stopped
20171115 08:50:11 [Scanner thread] ERROR com.ubooquity.data.database.c - Error while deleting empty folders from database
org.h2.jdbc.JdbcSQLException: General error: "java.lang.IllegalStateException: Reading from nio:/home/osmc/jose/ubooquity/ubooquity-5.mv.db failed; file length -1 read length 384 at 2182249794 [1.4.193/1]" [50000-193]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.message.DbException.get(DbException.java:168) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.message.DbException.convert(DbException.java:295) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.message.DbException.toSQLException(DbException.java:268) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.message.TraceObject.logAndConvert(TraceObject.java:352) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:212) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at com.ubooquity.data.database.c.e(SourceFile:513) ~[Ubooquity.jar:2.1.1]
    at com.ubooquity.data.feeder.a.b(SourceFile:505) [Ubooquity.jar:2.1.1]
    at com.ubooquity.data.feeder.a.b(SourceFile:112) [Ubooquity.jar:2.1.1]
    at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_152]
Caused by: java.lang.IllegalStateException: Reading from nio:/home/osmc/jose/ubooquity/ubooquity-5.mv.db failed; file length -1 read length 384 at 2182249794 [1.4.193/1]
    at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:765) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.DataUtils.readFully(DataUtils.java:435) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.FileStore.readFully(FileStore.java:98) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.Page.read(Page.java:190) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVStore.readPage(MVStore.java:1954) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVMap.readPage(MVMap.java:736) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.Page.getChildPage(Page.java:217) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVMap.binarySearch(MVMap.java:468) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVMap.binarySearch(MVMap.java:469) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVMap.binarySearch(MVMap.java:469) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVMap.binarySearch(MVMap.java:469) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.MVMap.get(MVMap.java:450) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.db.TransactionStore.commit(TransactionStore.java:332) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.db.TransactionStore$Transaction.commit(TransactionStore.java:779) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.engine.Session.commit(Session.java:612) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.command.Command.stop(Command.java:156) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.command.Command.executeUpdate(Command.java:288) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:201) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    ... 4 common frames omitted
Caused by: java.nio.channels.ClosedByInterruptException: null
    at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202) ~[na:na]
    at sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:746) ~[na:na]
    at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:727) ~[na:na]
    at org.h2.store.fs.FileNio.read(FilePathNio.java:74) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    at org.h2.mvstore.DataUtils.readFully(DataUtils.java:421) ~[h2-1.4.193.jar.5456518702459744211.tmp:1.4.193]
    ... 20 common frames omitted
20171115 08:50:12 [Thread-2] INFO  com.ubooquity.Ubooquity - Ubooquity has closed.



Any help?, thanks