|
Reason 19 @ [7/24/2001 2:37:11 PM] by:
Activeworlds Support
Reason 19 - This indicates one of two things: One is that the world process is actually running and hung in the background and has the database locked OR two, the database is corrupt and you need to restore it from the autobackup directory.
Is this a windows machine?
Reboot the try to start the world. If you still get the error 19 then you will need to restore the database.
1. Stop the "world" process (by typing ctrl-c in the propd console window under Windows, or using the kill command under Unix) 2. Make a complete backup of your AWserver directory. This is very important. 3. Dump the world to a file, by typing: propdump > dump.txt 4. Reload the world by typing: propload < dump.txt 5. Restart the program by typing: world
|