Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Java error on startup (newly installed)
09-01-2015, 17:38
Post: #1
Java error on startup (newly installed)
Hi - Minim was recommended to me, so I thought I would try it out. Running W7 x64, and have a Marantz C-MR510 network media box. On initial install, I got an error opening a .jar files, as I did not have Java installed. Installed the current version ofJava and completed the Mimim server install, but on startup, there is a Java exception condition.

MinimServer 0.8.3 update 55, Copyright © 2012-2014 Simon Nash. All rights reserved.
Java™ SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot™ Client VM (build 25.25-b02, mixed mode, sharing)
Platform default charset is windows-1252
java.lang.UnsatisfiedLinkError: C:\Users\jp2\AppData\Roaming\MinimServer\data\tmp\native\ohNet.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.jminim.lib.OhNetService.createLibrary(OhNetService.java:569)
at org.jminim.lib.OhNetService.createDeviceStack(OhNetService.java:476)
at org.jminim.lib.OhNetService.createDeviceFactory(OhNetService.java:379)
at org.jminim.lib.OhNetService.access$1800(OhNetService.java:47)
at org.jminim.lib.OhNetService$Proxy.createDeviceFactory(OhNetService.java:945)
at org.jminim.lib.MonitorService$Monitor.createDevice(MonitorService.java:259)
at org.jminim.lib.MonitorService$Monitor.listenerAdded(MonitorService.java:333)
at org.jminim.core.RuntimeImpl.addEventListener(RuntimeImpl.java:1258)
at org.jminim.lib.RuntimeService$Proxy.addEventListener(RuntimeService.java:212)
at com.minimserver.Server.doStart(Server.java:682)
at com.minimserver.Server.start(Server.java:514)
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:47)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1382)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:976)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:621)
at org.jminim.launch.Launcher.launch(Launcher.java:204)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:30)
Startup complete

Over to you! And yes, this is a 64 bit machine!
Find all posts by this user
Quote this message in a reply
09-01-2015, 19:24
Post: #2
RE: Java error on startup (newly installed)
(09-01-2015 17:38)JeremyP99 Wrote:  Hi - Minim was recommended to me, so I thought I would try it out. Running W7 x64, and have a Marantz C-MR510 network media box. On initial install, I got an error opening a .jar files, as I did not have Java installed. Installed the current version ofJava and completed the Mimim server install, but on startup, there is a Java exception condition.

MinimServer 0.8.3 update 55, Copyright © 2012-2014 Simon Nash. All rights reserved.
Java™ SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot™ Client VM (build 25.25-b02, mixed mode, sharing)
Platform default charset is windows-1252
java.lang.UnsatisfiedLinkError: C:\Users\jp2\AppData\Roaming\MinimServer\data\tmp\native\ohNet.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
Startup complete

Over to you! And yes, this is a 64 bit machine!

The cause of this problem and the solution is described in step 1 of this section.
Find all posts by this user
Quote this message in a reply
10-01-2015, 11:45
Post: #3
RE: Java error on startup (newly installed)
(09-01-2015 19:24)simoncn Wrote:  
(09-01-2015 17:38)JeremyP99 Wrote:  Hi - Minim was recommended to me, so I thought I would try it out. Running W7 x64, and have a Marantz C-MR510 network media box. On initial install, I got an error opening a .jar files, as I did not have Java installed. Installed the current version ofJava and completed the Mimim server install, but on startup, there is a Java exception condition.

MinimServer 0.8.3 update 55, Copyright © 2012-2014 Simon Nash. All rights reserved.
Java™ SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot™ Client VM (build 25.25-b02, mixed mode, sharing)
Platform default charset is windows-1252
java.lang.UnsatisfiedLinkError: C:\Users\jp2\AppData\Roaming\MinimServer\data\tmp\native\ohNet.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
Startup complete

Over to you! And yes, this is a 64 bit machine!

The cause of this problem and the solution is described in step 1 of this section.

Thanks for that. I'm nigh on ten years out if IT and didn't realise Java was still in use :-)
Find all posts by this user
Quote this message in a reply
10-01-2015, 15:53
Post: #4
RE: Java error on startup (newly installed)
(10-01-2015 11:45)JeremyP99 Wrote:  Thanks for that. I'm nigh on ten years out if IT and didn't realise Java was still in use :-)

I hope it will continue to be in use (by me at least) for some time to come! Smile
Find all posts by this user
Quote this message in a reply
10-01-2015, 15:55
Post: #5
RE: Java error on startup (newly installed)
(10-01-2015 15:53)simoncn Wrote:  
(10-01-2015 11:45)JeremyP99 Wrote:  Thanks for that. I'm nigh on ten years out if IT and didn't realise Java was still in use :-)

I hope it will continue to be in use (by me at least) for some time to come! Smile


Up and running now, Simon, so will start to play with the configuration. Thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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