Changes between Version 12 and Version 13 of Troubleshooting
- Timestamp:
- 04/21/08 22:53:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Troubleshooting
v12 v13 111 111 If this really doesn't help, then using the DEBUG builds of the system will give you much more information - a more descriptive exception message and the file and line number where the error occurred. 112 112 113 '''DO NOT DO THIS''' for the store server, `bbstored`, as the debug version uses a different store file layout and it will NOT be compatible with your existing store.113 '''DO NOT DO THIS''' for `bbstored` or `bbstoreaccounts`, as the debug versions use a different store file layout and they will NOT be compatible with your existing store, and may well corrupt it. 114 114 115 For example, if you are having problems with bb storeaccounts, build the debug version with the following commands:115 For example, if you are having problems with bbackupquery, build the debug version with the following commands: 116 116 117 117 {{{ 118 118 cd boxbackup-0.xx 119 cd bin/bb storeaccounts119 cd bin/bbackupquery 120 120 make 121 121 }}} … … 123 123 (within the module directories, make defaults to building the debug version. At the top level, it defaults to release.) 124 124 125 This will build an executable in debug/bin/bb storeaccountswhich you can then use instead of the release version. It will give far more useful error messages.125 This will build an executable in debug/bin/bbackupquery which you can then use instead of the release version. It will give far more useful error messages. 126 126 127 127 When you get an error message, use the file and line number to locate where the error occurs in the code. There will be comments around that line to explain why the exception happened. 128 128 129 If you are using a debug version of a daemon, these extended messages are found in the log files. 129 If you are using a debug version of a daemon, these extended messages are found in the log files. You can also try running the daemon with the -DV options for debugging. 130 130 131 131 == If All Else Fails ==
