-
I've got OSX 10.5 and higher support in my fork of JNotify at http://github.com/mdonoughe/jnotify . It cannot pass all the unit tests from the original JNotify because I cannot guarantee that events are reported in order. See the readme file for more information on that.
2009-09-21 13:15:31 UTC by mdonoughe
-
https://sourceforge.net/tracker/?func=detail&aid=2855285&group_id=154048&atid=790220
will explain and fix this problem.
2009-09-10 07:30:14 UTC by seidler2547
-
Hi, I found jnotify to be a very good piece of software, and it was exactly what we were looking for. However, I noticed one problem:
- suppose you watch folder /tmp/a
- you do not watch folder /tmp/b
- you (or another program) moves /tmp/a/test to /tmp/b
-> jnotify will not notify you (tested on Linux)!
This is because it will wait for the second event of a "rename/move" action...
2009-09-09 15:52:21 UTC by seidler2547
-
Hello again,
This bug is probably identical to this one: https://sourceforge.net/tracker/?func=detail&aid=2832780&group_id=154048&atid=790218
Dear author, please fix this. This bug caused one of my users to lose 9 GB of data!!!
2009-08-23 14:16:57 UTC by qforce
-
I'm a JNotify user with exactly the same problem. My app always crashes when I try to unwatch two or more folders in fast succession.
A possible workaround seems to be this: Unwatch first folder, wait some time (e.g. 1 sec), unwatch second folder, wait, unwatch next folder, etc.
2009-08-23 14:13:23 UTC by qforce
-
You were right with your analysis.
The problem is the point of binding the Java Class. It is bound the first time the callback is called and therefore attached to the OSGi Thread which has no reference to the class of JNotify. I Modified the code to run in an OSGi container as follow (modified parts):
File: net_contentobjects_jnotify_win32_JNotify_win32.cpp
Field-Descriptions...
2009-08-10 09:10:31 UTC by thomas_pietsch
-
Jnotify Win32 native code crashes JVM on multiple unwatch
Watch two different directories.
Then Unwatch both the directories. Unwtaching the first directory will be okay but the unwatch of the subsequent directory will cause the JVM to crash.
2009-08-05 18:45:22 UTC by nobody
-
Anyone get the solution ? I've got the same problem with tomcat server. Please anyone help me.
2009-07-23 21:12:07 UTC by fabioleite
-
I've investigated a bit further and it seems my analysis was not too bad.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=125250#c14 describes the workings and proposes a solution.
2009-04-11 10:12:21 UTC by hannibal218bc
-
Hi folks,
I'm trying to integrate JNotify support into an eclipse 3.4 RCP application (running on win32 atm). JNotify is added via a plugin containing the native libraries.
The application builds fine, but when running there is an Exception thrown from JNotify's deamon thread while loading the class "net.contentobjects.jnotify.win32.JNotify_win32" at...
2009-04-10 13:12:00 UTC by hannibal218bc