Post Reply 
MinimServer will not load
13-11-2024, 10:45
Post: #1
MinimServer will not load
Sorry Simon, posted in General. Re-posted here with some more info.

Error message comes up as follows on launching MinimServer:

MinimServer 2.2 update 255, Copyright © 2012-2024 Simon Nash. All rights reserved.
MinimStreamer 2.0.13, Copyright © 2012-2024 Simon Nash. All rights reserved.
Java™ SE Runtime Environment (build 1.8.0_341-b10)
Java HotSpot™ 64-Bit Server VM (build 25.341-b10, mixed mode)
Java runtime options: -Dfile.encoding=UTF-8
Platform default charset is UTF-8
System platform is macos-intel
UPnP port 9791 has been selected
java.lang.UnsatisfiedLinkError: /Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib: dlopen(/Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib, 1): no suitable image found. Did find:
/Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
/Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1833)
at java.lang.Runtime.loadLibrary0(Runtime.java:871)
at java.lang.System.loadLibrary(System.java:1122)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:825)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:727)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:635)
at org.jminim.lib.OhNetService.access$3400(OhNetService.java:59)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1329)
at org.jminim.lib.MonitorService$Monitor.startDevice(MonitorService.java:318)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:299)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:394)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:2631)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:250)
at com.minimserver.Server.doStart(Server.java:1852)
at com.minimserver.Server.start(Server.java:1404)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:215)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:81)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:2985)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1327)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:126)
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.mlaunch.MinimLaunch.doLaunch(MinimLaunch.java:525)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:150)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:90)
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.launch(Launcher.java:88)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:38)
Startup complete
Using platform default language English (en-GB)
Current time is Tue Nov 12 18:46:49 GMT 2024 in time zone Europe/London
starting MinimServer[Stuarts-Mac-mini.local]

It then lists the internal errors, album/artist etc as usual but then shows red. Running Mac OS 10.12.6 Just recently it has only seen the router having deleted the log, exiting and then restarting.

After the issues with the data:


Library contains 9866 audio files in 1192 folders
java.lang.UnsatisfiedLinkError: /Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib: dlopen(/Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib, 1): no suitable image found. Did find:
/Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
/Users/Stuart/Library/MinimServer/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1833)
at java.lang.Runtime.loadLibrary0(Runtime.java:871)
at java.lang.System.loadLibrary(System.java:1122)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:825)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:727)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:635)
at org.jminim.lib.OhNetService.access$3400(OhNetService.java:59)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1329)
at com.minimserver.Server.startDevice(Server.java:4404)
at com.minimserver.Server.doStart(Server.java:4281)
at com.minimserver.Server.start(Server.java:1404)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:215)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:2976)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1327)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:126)
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.mlaunch.MinimLaunch.doLaunch(MinimLaunch.java:525)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:150)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:90)
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.launch(Launcher.java:88)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:38)


So it's seeing the data on the HDD. Using Cyrus Lyric, which is seeing other inputs quite hapily
Find all posts by this user
Quote this message in a reply
13-11-2024, 15:41 (This post was last modified: 13-11-2024 16:26 by stefano_mbp.)
Post: #2
RE: MinimServer will not load
hi Simon, since last update I cannot run anymore Minimserver and Minimwatch on my MBP Pro (late 2011) running High Sierra.
.
Here the log from Minimwatch:
java.lang.UnsatisfiedLinkError: /Users/santonelli/Library/MinimWatch/tmp/native/libohNet.dylib: dlopen(/Users/santonelli/Library/MinimWatch/tmp/native/libohNet.dylib, 1): no suitable image found. Did find:
/Users/santonelli/Library/MinimWatch/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
/Users/santonelli/Library/MinimWatch/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1833)
at java.lang.Runtime.loadLibrary0(Runtime.java:843)
at java.lang.System.loadLibrary(System.java:1134)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:825)
at org.jminim.lib.OhNetService.createControlPointStack(OhNetService.java:768)
at org.jminim.lib.OhNetService.createDeviceListFactory(OhNetService.java:661)
at org.jminim.lib.OhNetService.access$3700(OhNetService.java:59)
at org.jminim.lib.OhNetService$Proxy.createDeviceListFactory(OhNetService.java:1341​)
at org.jminim.lib.ObserverService.startOhNet(ObserverService.java:113)
at org.jminim.lib.ObserverService.access$300(ObserverService.java:47)
at org.jminim.lib.ObserverService$ObserverImpl.start(ObserverService.java:462)
at com.minimserver.watch.MinimWatch.doStart(MinimWatch.java:234)
at com.minimserver.watch.MinimWatch.start(MinimWatch.java:53)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:215)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:81)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:2985)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1327)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:126)
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.mlaunch.MinimLaunch.doLaunch(MinimLaunch.java:525)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:150)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:90)
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.launch(Launcher.java:88)
at com.minimserver.watch.launch.LaunchWatch.main(LaunchWatch.java:34)
.
and here the log from Minimserver:
MinimServer 2.2 update 255, Copyright © 2012-2024 Simon Nash. All rights reserved.
MinimStreamer 2.0.13, Copyright © 2012-2024 Simon Nash. All rights reserved.
Java™ SE Runtime Environment (build 1.8.0_351-b10)
Java HotSpot™ 64-Bit Server VM (build 25.351-b10, mixed mode)
Java runtime options: -Dfile.encoding=UTF-8
Platform default charset is UTF-8
System platform is macos-intel
UPnP port 9791 has been selected
java.lang.UnsatisfiedLinkError: /Users/santonelli/Library/MinimServer/tmp/native/libohNet.dylib: dlopen(/Users/santonelli/Library/MinimServer/tmp/native/libohNet.dylib, 1): no suitable image found. Did find:
/Users/santonelli/Library/MinimServer/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
/Users/santonelli/Library/MinimServer/tmp/native/libohNet.dylib: cannot load 'libohNet.dylib' (load command 0x80000034 is unknown)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1833)
at java.lang.Runtime.loadLibrary0(Runtime.java:843)
at java.lang.System.loadLibrary(System.java:1134)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:825)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:727)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:635)
at org.jminim.lib.OhNetService.access$3400(OhNetService.java:59)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:1329)
at org.jminim.lib.MonitorService$Monitor.startDevice(MonitorService.java:318)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:299)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:394)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:2631)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:250)
at com.minimserver.Server.doStart(Server.java:1852)
at com.minimserver.Server.start(Server.java:1404)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:215)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:81)
at org.jminim.core.ContextImpl.start(ContextImpl.java:140)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:2985)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1327)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:126)
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.mlaunch.MinimLaunch.doLaunch(MinimLaunch.java:525)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:150)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:90)
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.launch(Launcher.java:88)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:38)
Find all posts by this user
Quote this message in a reply
13-11-2024, 22:39
Post: #3
RE: MinimServer will not load
This problem is fixed in MinimServer update 256 and MinimWatch update 116, both available now. It was caused by building the ohNet module with a newer version of the macOS developer tools, which produces binaries that are incompatible with older versions of macOS. To fix it, I have rebuilt ohNet using an older version of the macOS developer tools.
Find all posts by this user
Quote this message in a reply
14-11-2024, 08:57
Post: #4
RE: MinimServer will not load
Thank you Simon, all is working fine again
Find all posts by this user
Quote this message in a reply
14-11-2024, 10:41
Post: #5
RE: MinimServer will not load
(14-11-2024 08:57)stefano_mbp Wrote:  Thank you Simon, all is working fine again

Many thanks Simon, all OK. Sorry about the thread duplication - is it possible to delete a thread/repost, or transfer post to another thread in these cases?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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