Your comments
Just tried with Oracle java 9 and I got another error :
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(java.base@9-ea/NumberFormatException.java:65)
at java.lang.Integer.parseInt(java.base@9-ea/Integer.java:705)
at java.lang.Integer.parseInt(java.base@9-ea/Integer.java:813)
at com.sun.media.imageioimpl.common.ImageUtil.processOnRegistration(ImageUtil.java:1408)
at com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi.onRegistration(WBMPImageWriterSpi.java:106)
at javax.imageio.spi.SubRegistry.registerServiceProvider(java.desktop@9-ea/ServiceRegistry.java:773)
at javax.imageio.spi.ServiceRegistry.registerServiceProvider(java.desktop@9-ea/ServiceRegistry.java:328)
at javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(java.desktop@9-ea/IIORegistry.java:214)
at javax.imageio.spi.IIORegistry.<init>(java.desktop@9-ea/IIORegistry.java:138)
at javax.imageio.spi.IIORegistry.getDefaultInstance(java.desktop@9-ea/IIORegistry.java:159)
at com.ubooquity.Ubooquity.main(SourceFile:169)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at com.ubooquity.e.a.a(SourceFile:823)
at com.ubooquity.Launcher.main(SourceFile:10)
Same error for me with java 9 :
# java --version
openjdk 9-Debian
OpenJDK Runtime Environment (build 9-Debian+0-9b149-1)
OpenJDK 64-Bit Server VM (build 9-Debian+0-9b149-1, mixed mode)
Same error for me
I read the doc :D , but no more luck with an updated command line :
java -jar Ubooquity.jar --headless --libraryport 2202 --adminport 2502 --remoteadmin --workdir /config
I got the same error
Customer support service by UserEcho
I fully re-install my server as you said : Ubuntu 16.04 & Oracle Java 9 and Ubboquity's last jar from Tom. And ...
A great set is done : Ubooquity is running !
But ... I got an error 500 while accessing the admin interface :
HTTP ERROR 500
Problem accessing /. Reason:
Powered by Jetty:// 9.4.0.v20161208
There are stille java errors though... Here are the complete Ubooquity logs :
Caught and handled this exception :