MinimServer Forum
Java Exception Error after Update - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Java Exception Error after Update (/showthread.php?tid=4273)

Pages: 1 2 3 4 5 6


RE: Java Exception Error after Update - steamfan - 10-12-2017 11:11

(10-12-2017 10:57)simoncn Wrote:  @steamfan:
MinimServer 0.8.4.7 update 111 is running OK on my Raspberry Pi 3. Is yours a Pi 3, Pi 2 or Pi 1? What version of Raspbian are you running?

Hello,

it's a Pi 3

Quote:> more /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"



RE: Java Exception Error after Update - Mr Frog - 10-12-2017 11:23

Restarting the NAS didn't work.

Minim Watch when launched, just gives a greyed out symbol and all the options in the dropdown menu are greyed out too.

I would have thought that by restarting the QNAP NAS, it would have also stopped and restarted the App too.

Do I need to remove the app and reinstall on the NAS?


RE: Java Exception Error after Update - pgbj - 10-12-2017 11:29

Have the same problem - just updated to 111 and it has fatal error on startup. Running on a Synology DS216+II.
Minimwatch is just greyed out. Restarting hasnt helped.

The log file shows:

MinimServer 0.8.4 update 111, Copyright © 2012-2017 Simon Nash. All rights reserved.
OpenJDK Runtime Environment (build 1.8.0_121-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
Platform default charset is UTF-8
MinimServer: startup error
java.lang.UnsatisfiedLinkError: org.openhome.net.core.Library.OhNetDebugSetSeverity(I)V
at org.openhome.net.core.Library.OhNetDebugSetSeverity(Native Method)
at org.openhome.net.core.Library.setDebugSeverity(Library.java:237)
at org.jminim.lib.OhNetService.configureLibraryDebug(OhNetService.java:334)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:688)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:573)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:476)
at org.jminim.lib.OhNetService.access$2100(OhNetService.java:52)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1104)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:264)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:340)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:1784)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:218)
at com.minimserver.Server.doStart(Server.java:821)
at com.minimserver.Server.start(Server.java:521)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:68)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1994)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1191)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:137)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:600)
at org.jminim.launch.Launcher.launch(Launcher.java:154)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:34)
MinimServer fatal error: stopping runtime


RE: Java Exception Error after Update - pgbj - 10-12-2017 11:34

btw is there a way to rollback the update on a Synology NAS?


RE: Java Exception Error after Update - pgbj - 10-12-2017 11:58

Re problem I reported on Synology NAS, have now rebooted NAS and it seems to be running OK...


RE: Java Exception Error after Update - rich_y - 10-12-2017 12:15

I had the same problem. had to reboot the NAS.


RE: Java Exception Error after Update - derek - 10-12-2017 13:29

In case it helps, this is the error message when I try to start MinimServer of the rpi. It's only occurred since the 111 update

xxxxx@pi-server ~/minimserver/minimserver-0.8.4/bin $ ./startc
MinimServer 0.8.4 update 111, Copyright © 2012-2017 Simon Nash. All rights reserved.
MinimStreamer 0.7.2, Copyright © 2012-2017 Simon Nash. All rights reserved.
java.lang.UnsatisfiedLinkError: /home/pi/minimserver/tmp/native/libohNet.so: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/pi/minimserver/tmp/native/libohNet.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1957)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1856)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1087)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:663)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:573)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:476)
at org.jminim.lib.OhNetService.access$2100(OhNetService.java:52)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1104)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:264)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:340)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:1784)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:218)
at com.minimserver.Server.doStart(Server.java:821)
at com.minimserver.Server.start(Server.java:521)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:68)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1994)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1191)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:137)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:677)
at org.jminim.launch.Launcher.launch(Launcher.java:210)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:34)
MinimServer error: now stopped, use 'restart' or 'exit'
Enter command (? for help):
>


RE: Java Exception Error after Update - kurt - 10-12-2017 14:32

I've exactly the same issue with update 111 on PI with Jessy:

MinimServer 0.8.4 update 111, Copyright © 2012-2017 Simon Nash. All rights reserved.
java.lang.UnsatisfiedLinkError: /home/pi/minimserver/tmp/native/libohNet.so: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1. 3.9' not found (required by /home/pi/minimserver/tmp/native/libohNet.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1837)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:663)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:573)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:476)
at org.jminim.lib.OhNetService.access$2100(OhNetService.java:52)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1104)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:264)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:340)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:1784)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:218)
at com.minimserver.Server.doStart(Server.java:821)
at com.minimserver.Server.start(Server.java:521)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:68)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1994)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1191)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:137)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:677)
at org.jminim.launch.Launcher.launch(Launcher.java:210)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:34)


RE: Java Exception Error after Update - kurt - 10-12-2017 14:48

However, update 111 works fine on my Windows 7 machine.


RE: Java Exception Error after Update - simoncn - 10-12-2017 14:53

(10-12-2017 11:23)Mr Frog Wrote:  Restarting the NAS didn't work.

Minim Watch when launched, just gives a greyed out symbol and all the options in the dropdown menu are greyed out too.

I would have thought that by restarting the QNAP NAS, it would have also stopped and restarted the App too.

Do I need to remove the app and reinstall on the NAS?

In the App Center of the QNAP NAS, there should be an icon for MinimServer. Are you saying that the drop-down menu for this icon has all options greyed out? Or are you saying that options in the MinimWatch pop-up menu are greyed out?

To fix the problem, you need to select Start from the MinimServer icon in the QNAP App Center. You don't need to change anything on the MinimWatch side.