Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem when launching Miniwatch on Win 10
05-11-2015, 08:54 (This post was last modified: 05-11-2015 09:05 by octaviars.)
Post: #1
Problem when launching Miniwatch on Win 10
Hi.

I have looked and tested alot of the things that is written on problems with Win10 and Minimwatch but I cant get it to work on my computer.

I have Win 10 x64, latest Java 8u66 x64 and the latest Minimwatch x64, everywere I look it says executable jar file and it starts when I click the desktop icon but I get a warning in the right down corner and the icon is red.

It says that the file is not exacutable as it is used by another process? What can this other process be?

The minim log is as follows.

MinimWatch 0.8.3 update 33, Copyright © 2012-2015 Simon Nash. All rights reserved.
Java™ SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot™ 64-Bit Server VM (build 25.66-b17, mixed mode)
Platform default charset is windows-1252
java.lang.UnsatisfiedLinkError: C:\Users\......\AppData\Roaming\MinimWatch\data\tmp\native\ohNetJni.dll: Det går inte att komma åt filen eftersom den
används av en annan process
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:574)
at org.jminim.lib.OhNetService.createControlPointStack(OhNetService.java:517)
at org.jminim.lib.OhNetService.createDeviceListFactory(OhNetService.java:409)
at org.jminim.lib.OhNetService.access$2100(OhNetService.java:47)
at org.jminim.lib.OhNetService$Proxy.createDeviceListFactory(OhNetService.java:961)​
at org.jminim.lib.ObserverService.startOhNet(ObserverService.java:97)
at org.jminim.lib.ObserverService.access$300(ObserverService.java:42)
at org.jminim.lib.ObserverService$ObserverImpl.start(ObserverService.java:355)
at com.minimserver.watch.MinimWatch.doStart(MinimWatch.java:231)
at com.minimserver.watch.MinimWatch.start(MinimWatch.java:53)
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:1386)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:960)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:108)
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.watch.launch.LaunchWatch.main(LaunchWatch.java:30)
Startup complete

Kind regards
Find all posts by this user
Quote this message in a reply
05-11-2015, 10:21
Post: #2
RE: Problem when launching Miniwatch on Win 10
I removed all of the 64bit programs and got Java and Minimwatch in 32bit versions instead and that works. But it would be nice to know what the problem is with my 64bit setup.
Find all posts by this user
Quote this message in a reply
05-11-2015, 17:46
Post: #3
RE: Problem when launching Miniwatch on Win 10
(05-11-2015 08:54)octaviars Wrote:  Hi.

I have looked and tested alot of the things that is written on problems with Win10 and Minimwatch but I cant get it to work on my computer.

I have Win 10 x64, latest Java 8u66 x64 and the latest Minimwatch x64, everywere I look it says executable jar file and it starts when I click the desktop icon but I get a warning in the right down corner and the icon is red.

It says that the file is not exacutable as it is used by another process? What can this other process be?

The other process would be another instance of MinimWatch that is running at the same time. The problem isn't related to using MinimWatch x64. Perhaps you accidentally launched two instances of MinimWatch at the same time or perhaps a previous instance of MinimWatch was still running when you launched a new instance.
Find all posts by this user
Quote this message in a reply
05-11-2015, 21:39
Post: #4
RE: Problem when launching Miniwatch on Win 10
(05-11-2015 17:46)simoncn Wrote:  
(05-11-2015 08:54)octaviars Wrote:  Hi.

I have looked and tested alot of the things that is written on problems with Win10 and Minimwatch but I cant get it to work on my computer.

I have Win 10 x64, latest Java 8u66 x64 and the latest Minimwatch x64, everywere I look it says executable jar file and it starts when I click the desktop icon but I get a warning in the right down corner and the icon is red.

It says that the file is not exacutable as it is used by another process? What can this other process be?

The other process would be another instance of MinimWatch that is running at the same time. The problem isn't related to using MinimWatch x64. Perhaps you accidentally launched two instances of MinimWatch at the same time or perhaps a previous instance of MinimWatch was still running when you launched a new instance.

I dont think it is that, this happens directly after I restart the computer and minimwatch was not started. I reinstalled everything a couple of times and always the same result. When I changed to x86 it worked directly. For now it works so maybe I will try to install x64 again.
Find all posts by this user
Quote this message in a reply
05-11-2015, 22:57
Post: #5
RE: Problem when launching Miniwatch on Win 10
(05-11-2015 21:39)octaviars Wrote:  I dont think it is that, this happens directly after I restart the computer and minimwatch was not started. I reinstalled everything a couple of times and always the same result. When I changed to x86 it worked directly. For now it works so maybe I will try to install x64 again.

See this post for a sugggestion for how you can find out which other process is using the DLL. The command you would need to use is:

tasklist /m ohNetJni.dll
Find all posts by this user
Quote this message in a reply
07-11-2015, 14:48
Post: #6
RE: Problem when launching Miniwatch on Win 10
(05-11-2015 22:57)simoncn Wrote:  
(05-11-2015 21:39)octaviars Wrote:  I dont think it is that, this happens directly after I restart the computer and minimwatch was not started. I reinstalled everything a couple of times and always the same result. When I changed to x86 it worked directly. For now it works so maybe I will try to install x64 again.

See this post for a sugggestion for how you can find out which other process is using the DLL. The command you would need to use is:

tasklist /m ohNetJni.dll

Hi Simon,

I have same problem, have tried everything as other users Minimwatch will not start.

I have full release of Windows10 pro, worked with previous builds.

MinimServer works with no problem on control points, however, unable to access system properties.

Streamer
Find all posts by this user
Quote this message in a reply
07-11-2015, 15:05
Post: #7
RE: Problem when launching Miniwatch on Win 10
(07-11-2015 14:48)Streamer Wrote:  Hi Simon,

I have same problem, have tried everything as other users Minimwatch will not start.

I have full release of Windows10 pro, worked with previous builds.

MinimServer works with no problem on control points, however, unable to access system properties.

Streamer

Are you getting the message about ohNetJni.dll or some other error message?

If you are getting the message about ohNetJni.dll, what output do you get from this command?

tasklist /m ohNetJni.dll
Find all posts by this user
Quote this message in a reply
07-11-2015, 18:18
Post: #8
RE: Problem when launching Miniwatch on Win 10
(07-11-2015 15:05)simoncn Wrote:  
(07-11-2015 14:48)Streamer Wrote:  Hi Simon,

I have same problem, have tried everything as other users Minimwatch will not start.

I have full release of Windows10 pro, worked with previous builds.

MinimServer works with no problem on control points, however, unable to access system properties.

Streamer

Are you getting the message about ohNetJni.dll or some other error message?

If you are getting the message about ohNetJni.dll, what output do you get from this command?

tasklist /m ohNetJni.dll

No tasks are running which match the specified criteria.

Streamer
Find all posts by this user
Quote this message in a reply
07-11-2015, 18:27
Post: #9
RE: Problem when launching Miniwatch on Win 10
(07-11-2015 18:18)Streamer Wrote:  No tasks are running which match the specified criteria.

Streamer

Are you getting the message about ohNetJni.dll or some other error message?

If you are getting some other message, please post the message.
Find all posts by this user
Quote this message in a reply
07-11-2015, 20:23
Post: #10
RE: Problem when launching Miniwatch on Win 10
(07-11-2015 18:27)simoncn Wrote:  
(07-11-2015 18:18)Streamer Wrote:  No tasks are running which match the specified criteria.

Streamer

Are you getting the message about ohNetJni.dll or some other error message?

If you are getting some other message, please post the message.

This is the message about ohNetJni.dll

My Nas QNAP TS-453. Qfinder Pro 5.1.0

Streamer
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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