0
Under review

Reinstalling: Cannot create temp file

AsaTyr 7 years ago updated by Anton Baur 7 years ago 2

good day,

since it crashes and didn´t comeup again i reinstalled ubooquity.

but now i get the following error:

[/share/CACHEDEV1_DATA/.qpkg/UbooQuity] # java -jar Ubooquity.jar
Exception in thread "main" java.lang.RuntimeException: ERROR on loading inner JAR: Cannot create temp file '/tmp/JarClassLoader/bcprov-jdk15on-1.53.jar.7627619495982234764.tmp' for bcprov-jdk15on-1.53.jar / No space left on device
        at com.ubooquity.e.a.a(SourceFile:513)
        at com.ubooquity.e.a.<init>(SourceFile:338)
        at com.ubooquity.e.a.<init>(SourceFile:260)
        at com.ubooquity.Launcher.main(SourceFile:8)



Any ideas?

its a 7tb drive with 16gb ram.

my thoughts is that the java engine reserve its own space. am i correct?

If yes how can i expand it?



0

Reverse Proxy - OPDS issues

exile259 7 years ago updated by SMagic 5 years ago 2

I'm running Ubooquity 2.1.0 in a Docker container through an nginx reverse proxy. I can access the main page without issue, but cannot access the OPDS feeds without getting 405 error. I have tried Moon Reader and Comixology with the same results.


nginx conf is:


server {
        listen 443;
        server_name book.mysite.com;
        location /ubooquity/ {
                proxy_pass http://###.###.###.###:####;
                proxy_set_header Host $host;
                proxy_set_header X-Real-IP $remote_addr;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_connect_timeout 150;
                proxy_send_timeout 100;
                proxy_read_timeout 100;
                proxy_buffers 4 32k;
                client_max_body_size 8m;
                client_body_buffer_size 128k;
        }
}




0

ssl not working on ubooquity 2.xx

synobooks 7 years ago updated 7 years ago 1

Hi I tried to add ssl for ubooquity 2.xx but it gives an error after i added the keystore


These are my logs


20170916 23:32:16 [qtp977552154-31] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-31] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=9<=200,i=0,q=0}
20170916 23:32:16 [qtp977552154-34] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-34] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=10<=200,i=0,q=2}
20170916 23:32:16 [qtp977552154-37] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-37] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=4,q=0}
20170916 23:32:16 [qtp977552154-40] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-40] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=5,q=0}
20170916 23:32:21 [qtp977552154-38] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-38] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=5,q=0}
20170916 23:32:21 [qtp977552154-43] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-43] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=5,q=0}
20170916 23:32:21 [qtp977552154-44] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-39] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-44] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=3,q=0}
20170916 23:32:21 [qtp977552154-39] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=3,q=0}



Is keystore not supported in ubooquity 2.xx? It used to work fine in ubooquity 1.10.1

0
Under review

How to handle Magazines - Not being able to see anything

Cesar Sanchez 7 years ago updated 7 years ago 4

Sorry if this has been asked before but I couldn't exactly find the issue I'm experiencing.

I have tons of comics and that's been working perfectly so far. I found few magazines (pdf files) I'd like to include to Ubooquity so I proceeded to add first to the book section and then to the raw files section but I'm not able to see anything.

My directory path is: <magazine path>/<Name of Magazine>/<Date>/<pdf file>


I tried to add the folder up to the "Date" folder but again I'm not able to see anything. I forced a scan, restarted the server, etc and nothing.


I'm under the impression I'm missing something very obvious but can't find it.


Any help would be great.


Thanks.

0
Under review

How to separate epub/mobi

Jason Perkins 7 years ago updated 7 years ago 4

I have 2 users, one of which uses a Nook and the other a Kindle. Is it possible to only show relevant files for them? I'm thinking either a client side toggle in the interface or a setting tied to the user login that determines which format(s) are shown. 


I thought about separating the books into 2 folders, but it doesn't look like Calibre supports this behavior. Running 2 instances with exclusion would work, I guess. It's just a little kludgy. 


Anyone else solved for this scenario?

0
Answered

migrate users

Skylar Ragan 7 years ago updated by Tom 7 years ago 5

I have about 40 user accounts setup on my 1.10 instance of Ubooquity that I'd like to migrate over to my 2.1 instance without have to recreate each one in the interface one at a time (also because I don't remember what their existing passwords are). I tried copying the name and password hash from the .xml file over to the .json file in the new format, but once I start Ubuquity up again they just get cleared. Is there any way I can do this?

0

Setting up Theme in Qnap ?

Fredrik Gillinger 7 years ago 0

I was eondering how  do i set up the theme  in Qnap installation? I cant find the Theme folder in my Qnap?

0
Under review

create new theme

T. Deroide 7 years ago updated by Tom 7 years ago 1

Hello,

I created a new theme but modification brought in particular on homepage.css are not taken into account on Ubooquity 2.1.

Impossible to modify this page.

0

Ubooquity 2.1 + Story Arcs

Jamyz 7 years ago updated 7 years ago 4

Hi !!

How i do to enable Story Arcs with Ubooquity 2.01 ?

I enable all in advanced settings, but Story Arcs don't display.

Thanks

0
Answered

Ubooquity 2.1 with themes of Ubooquity 1 possible

Claus44 7 years ago updated by Tom 7 years ago 2

After first steps with errors, now my Ubooqity 2.1 installation is working fine! THANK YOU STEPHANE, that is a great step from version 1 to version 2.


Can I use old themes from version 1 in the new version?


thank you in advance.


Claus44