Closed
Bug 413029
Opened 17 years ago
Closed 17 years ago
Startup error with new profile, storage.sdb not initialized sucessfully
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ssitter, Unassigned)
References
Details
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12pre) Gecko/2008011813 Calendar/0.8pre
Steps to reproduce:
1. Create new profile
2. Start Sunbird
Actual Results:
View is empty, i.e. no calendar grid is displayed. Error Console shows many messages. After a restart the storage.sdb file can't be read because of missing tables.
Error: document.getElementById("displayDeck") has no properties
Source file: chrome://calendar/content/calendar-task-view.js Line: 347
Error: Skipping Operating System timezone 'Europe/Berlin'. TypeError: icsSvc.getTimezone is not a function
Source file: chrome://calendar/content/calUtils.js Line: 572
The following is shown multiple times and for multiple timezones:
Error: Skipping locale timezone 'America/New_York'. TypeError: icsSvc.getTimezone is not a function
Source file: chrome://calendar/content/calUtils.js Line: 608
Error: tzIDs has no properties
Source file: chrome://calendar/content/calUtils.js Line: 617
Error: this.mTreeView has no properties
Source file: chrome://calendar/content/calendar-task-tree.xml Line: 778
Error after restart:
Error: Error getting calendar schema version! DB Error: no such table: cal_calendar_schema_version
Source file: file:///E://sunbird/js/calCalendarManager.js Line: 435
| Reporter | ||
Comment 1•17 years ago
|
||
Warning: reference to undefined property icsSvc.tzIdPrefix
Source File: chrome://calendar/content/calUtils.js Line: 535
Warning: reference to undefined property icsSvc.tzIdPrefix
Source File: chrome://calendar/content/calUtils.js Line: 586
Comment 2•17 years ago
|
||
What patch has fixed this? It WFM.
Comment 3•17 years ago
|
||
Daniel: Backout of patch from bug 328996 fixed it. ;)
| Reporter | ||
Comment 4•17 years ago
|
||
The checkin that caused the issues has been backed out, see Bug 328996 Comment #38. It's now WFM too using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12pre) Gecko/2008011908 Calendar/0.8pre.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•