Image quality much worse than original
Displaying images seem to be trans-coded and resized compared to the originals, choosing the "original" option doesn't give the original file either.
Shouldn't there be an option for files to be shown without any changes?
Folder starting with a space not indexed
I've created some folders so that when viewing them in file listings they appear first by putting a space in front of the folder name. These folders are not being indexed. Any workaround for this?
Webp causes high cpu and ram usage (stays like this afte closing said content).
Don't really know what else to add for my description, sorry.
Moon+ Reader opds output
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?
Error on lunch - ArchLinux
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?
Opds feed shows unnecessary data
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:
can folder-info.html be implemented for books?
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
[Tutorial update ]Synology installation
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
Ubookquity main site loads only with 1 out of 10 friends
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?
Customer support service by UserEcho