On Sat, Dec 27, 2008 at 4:37 AM, Sergiu Dumitriu <sergiu@xwiki.com> wrote:
srferdave wrote:
After I stop the XWiki service. All the pages that I added are deleted. I can't even log in again. And i have to re-register and start all over. It's like everything is being refreshed when the service is stopped. Whats going on?
What distribution are you using? And on what operating system?
The problem is that the database is not stored back to the disk. This might happen if you put it on a readonly filesystem, or if you manually override the database between restarts. This is not a normal behavior, and it hasn't been reported by other users so far, so most likely it has something to do with your installation.
Is it possible that killing the XE process (as opposed to stopping it) would cause this kind of behaviour ? May be HSQLDB doesn't get a chance to write the data back to the disk file .... Thanks. - Asiri