Closed Bug 793066 Opened 12 years ago Closed 12 years ago

[OTA update] Detected updater fires: UpdateManager:_loadXMLFileIntoArray: XML file does not exist

Categories

(Firefox OS Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-basecamp:+)

VERIFIED INVALID
blocking-basecamp +

People

(Reporter: tchung, Unassigned)

References

Details

(Whiteboard: [ota update])

When a system update is found, "UpdateManager:_loadXMLFileIntoArray: XML file does not exist" is thrown.   Is this important?

Steps to reproduce:

1. load the otoro_2012-09-20_ics_us_update.zip build onto an otoro phone
2. force an OTA update using https://gist.github.com/7acb26790bf3dd0bd71e
3. wait ~2 minutes and the phone will begin downloading the update
4. If you're on a fast network, watch the updater progress nicely and ask the user to restart the phone the end
5. Watch logcat, and verify missing _loadXMLFileIntoArray file.   

Logcat snippet: 
09-21 01:42:43.362: I/Gecko(1277): *** AUS:SVC Checker:getUpdateURL - update URL: http://update.boot2gecko.org/nightly/update.xml
09-21 01:42:43.362: E/GeckoConsole(1277): AUS:SVC Checker:getUpdateURL - update URL: http://update.boot2gecko.org/nightly/update.xml
09-21 01:42:43.362: I/Gecko(1277): *** AUS:SVC gCanCheckForUpdates - able to check for updates
09-21 01:42:43.362: E/GeckoConsole(1277): AUS:SVC gCanCheckForUpdates - able to check for updates
09-21 01:42:43.362: I/Gecko(1277): *** AUS:SVC Checker:checkForUpdates - sending request to: http://update.boot2gecko.org/nightly/update.xml
09-21 01:42:43.362: E/GeckoConsole(1277): AUS:SVC Checker:checkForUpdates - sending request to: http://update.boot2gecko.org/nightly/update.xml
09-21 01:42:43.392: I/Gecko(1277): *** UTM:SVC TimerManager:notify - notified @mozilla.org/updates/update-service;1
09-21 01:42:43.392: E/GeckoConsole(1277): UTM:SVC TimerManager:notify - notified @mozilla.org/updates/update-service;1
09-21 01:42:43.763: I/Gecko(1277): *** AUS:SVC Checker:onProgress - 571/571
09-21 01:42:43.763: E/GeckoConsole(1277): AUS:SVC Checker:onProgress - 571/571
09-21 01:42:43.763: I/Gecko(1277): *** AUS:SVC Checker:onLoad - request completed downloading document
09-21 01:42:43.763: E/GeckoConsole(1277): AUS:SVC Checker:onLoad - request completed downloading document
09-21 01:42:43.773: I/Gecko(1277): *** AUS:SVC Checker:getUpdateURL - update URL: http://update.boot2gecko.org/nightly/update.xml
09-21 01:42:43.773: E/GeckoConsole(1277): AUS:SVC Checker:getUpdateURL - update URL: http://update.boot2gecko.org/nightly/update.xml
09-21 01:42:43.773: I/Gecko(1277): *** AUS:SVC Checker:onLoad - number of updates available: 1
09-21 01:42:43.773: E/GeckoConsole(1277): AUS:SVC Checker:onLoad - number of updates available: 1
09-21 01:42:43.773: I/Gecko(1277): *** AUS:SVC UpdateManager:_loadXMLFileIntoArray: XML file does not exist
09-21 01:42:43.773: E/GeckoConsole(1277): AUS:SVC UpdateManager:_loadXMLFileIntoArray: XML file does not exist
09-21 01:42:43.783: I/Gecko(1277): *** AUS:SVC gCanApplyUpdates - testing write access /data/local/update.test
09-21 01:42:43.783: E/GeckoConsole(1277): AUS:SVC gCanApplyUpdates - testing write access /data/local/update.test
09-21 01:42:43.783: I/Gecko(1277): *** AUS:SVC gCanApplyUpdates - able to apply updates
09-21 01:42:43.783: E/GeckoConsole(1277): AUS:SVC gCanApplyUpdates - able to apply updates
09-21 01:42:43.783: I/Gecko(1277): *** AUS:SVC UpdateService:_selectAndInstallUpdate - prompting because silent install is disabled
09-21 01:42:43.783: E/GeckoConsole(1277): AUS:SVC UpdateService:_selectAndInstallUpdate - prompting because silent install is disabled

Expected:
- loadXMLFileIntoArray found

Actual:
- missing file.  is this thing important?
The "XML file does not exist" messages should be harmless, they are usually for active-update.xml (which doesn't exist until the update starts downloading/applying).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
ok.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.