Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormarcelloh
    • CommentTimeJan 8th 2009 edited
     
    An unexpected error has occured.
    Try restarting the application. Error details:

    java.io.FileNotFoundException: C:\Program Files\Jet Profiler for MySQL\db\app.lock.db (Toegang geweigerd)
    (The last part is dutch: access denied)

    Working on Vista Ultimate 32 with Java 1.7.42, version of Jet Profiler: 0.9.11
    And restarting doesn't fix the problem....
  1.  
    The app.lock.db is a lock file used by Jet Profilers internal database. It might be locked by a stale process, or it might have gotten the wrong file permissions. Are you using multiple users/logins on your machine? Please try the following:

    * restart your computer (to make sure no stale Jet Profiler process is holding the lock)
    * delete the file app.lock.db
    • CommentAuthormarcelloh
    • CommentTimeJan 20th 2009
     
    In the 0.9.12, the problem still exists.
    However, I found out that the problem only occurred, when the executable is started from the shortcut on my desktop.
    When started from a tool like totalcommander (behaving like an admin), it works.
    So perhaps it has something to do with the rights (when working under vista).

    I don't see any lock file, so it must be, when the program wants to create the file.
  2.  
    Marcelloh, thanks for letting us know about this bug.

    Vista treats application and user data differently from other os:es. Maybe it doesn't like when user data is stored with the application (under Program Files). In that case, we'll have to change the location to the user's directory.

    We'll try to fix this and make a new release within a few days, if possible.
  3.  
    A fix for this has been released. As of v1.0.0 the application will run as administrator automatically. This allows it to access the necessary files in a consistent way and perform software updates.