[kepler-dev] [Bug 5278] New: HSQL database is shared between users

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Jan 26 11:12:31 PST 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5278

           Summary: HSQL database is shared between users
           Product: Kepler
           Version: 2.0.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: crawl at sdsc.edu
        ReportedBy: crawl at sdsc.edu
         QAContact: kepler-dev at kepler-project.org
   Estimated Hours: 0.0


Kepler starts an HSQL database server so that multiple instances of Kepler can
run on the same machine. (For more info on this, see bug 2315).  However, this
is problematic on machines shared by
different users: the server started by the first user is accessed by subsequent
Kepler instances run by other users. (This causes several problems including:
the actor tree displayed in subsequent Kepler instances displays the actors in
the suite of the first instance, the default directory for File->Open in
subsequent Kepler instances belongs to the first user, etc.).

To fix this bug, different database servers should be started for different
users to prevent sharing. Additionally, the same database server must be used
for multiple instances of Kepler ran by the
same user otherwise the database files will be corrupted. (Note that a single
Kepler instance may run three different servers: one for the cache, one for
LSID stuff, and one for provenance. None of these should be shared between
different users).

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list