Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Java Exception Error after Update
10-12-2017, 11:11
Post: #21
RE: Java Exception Error after Update
(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"

Kind regards
steamfan
Find all posts by this user
Quote this message in a reply
10-12-2017, 11:23
Post: #22
RE: Java Exception Error after Update
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?
Find all posts by this user
Quote this message in a reply
10-12-2017, 11:29
Post: #23
RE: Java Exception Error after Update
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
Find all posts by this user
Quote this message in a reply
10-12-2017, 11:34
Post: #24
RE: Java Exception Error after Update
btw is there a way to rollback the update on a Synology NAS?
Find all posts by this user
Quote this message in a reply
10-12-2017, 11:58
Post: #25
RE: Java Exception Error after Update
Re problem I reported on Synology NAS, have now rebooted NAS and it seems to be running OK...
Find all posts by this user
Quote this message in a reply
10-12-2017, 12:15
Post: #26
RE: Java Exception Error after Update
I had the same problem. had to reboot the NAS.
Find all posts by this user
Quote this message in a reply
10-12-2017, 13:29
Post: #27
RE: Java Exception Error after Update
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):
>
Find all posts by this user
Quote this message in a reply
10-12-2017, 14:32
Post: #28
RE: Java Exception Error after Update
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)
Find all posts by this user
Quote this message in a reply
10-12-2017, 14:48
Post: #29
RE: Java Exception Error after Update
However, update 111 works fine on my Windows 7 machine.
Find all posts by this user
Quote this message in a reply
10-12-2017, 14:53
Post: #30
RE: Java Exception Error after Update
(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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)