FAQ  •  Register  •  Login

Cannot get working on Kubuntu 18.04

<<

camielb

Serviio newbie

Posts: 3

Joined: Sat Feb 02, 2019 1:58 pm

Post Sat Feb 02, 2019 2:19 pm

Cannot get working on Kubuntu 18.04

I have a pretty standard Linux Kubuntu 18.04 installation.
I did set up Serviio according to viewtopic.php?f=6&t=24883

My java :

  Code:
java --version
openjdk 10.0.2 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)


All *seems* to go correct, I can start server, add folders that are picked up etc. But nothing is presented to my DLNA clients.

It might be related to following that I find in the syslog :

  Code:
Feb  2 14:32:47 xx serviio.sh[27822]: Could not invoke DirectBuffer method - illegal access
Feb  2 14:33:16 xx  serviio.sh[27822]: message repeated 226 times: [ Could not invoke DirectBuffer method - illegal access]


Any idea if there is a relation or how I can get Serviio working ?
<<

camielb

Serviio newbie

Posts: 3

Joined: Sat Feb 02, 2019 1:58 pm

Post Sat Feb 02, 2019 3:41 pm

Re: Cannot get working on Kubuntu 18.04

Follow-up from myself ...

Probably the real issue is rather this I find in the log files. No clue though how to address ...

  Code:
2019-02-02 16:34:47,971 ERROR [ServiceInvoker] Cannot create instance of SOAP MessageFactory
javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Unable to create SAAJ meta-factory: Provider com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl not found
   at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:120)
   at org.serviio.upnp.protocol.soap.ServiceInvoker.<clinit>(ServiceInvoker.java:50)
   at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:65)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:66)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)
<<

camielb

Serviio newbie

Posts: 3

Joined: Sat Feb 02, 2019 1:58 pm

Post Sat Feb 02, 2019 5:19 pm

Re: Cannot get working on Kubuntu 18.04

Further followup :

It seems I bumped into viewtopic.php?f=5&t=24926

The Kubuntu 18.04 standard installed java is not OK.
Installed openjdk-8 and patched serviio.sh with `JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre`

And we're all good again ;)

Return to Serviio Support & Help

Who is online

Users browsing this forum: Google [Bot] and 38 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.