Closed Bug 673201 Opened 13 years ago Closed 13 years ago

"ERROR/GeckoAlert(3724): java.net.MalformedURLException: Protocol not found:" after download progress of update finishes

Categories

(Firefox for Android Graveyard :: General, defect, P4)

ARM
Android
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 673199

People

(Reporter: nhirata, Assigned: alexp)

Details

Mozilla/5.0 (Android; Linux armv71; rv8.0a1) Gecko/20110718 Firefox/8.0a1 Fennec/8.0a1
Device: Thunderbolt
OS: Android 2.2

1. download the 7/18/2011 build of fennec
2. go to about:fennec
3. setup logcat for device
4. select the button for checking for an update
5. select the update and d
6. after the download finishes (full bar) look at the notifications
7. check logcat

Expected: no Gecko Alert
Actual:


07-21 12:05:58.580: DEBUG/NotificationService(1563): cancelNotification, ACTION_NOTIFICATION_REMOVE,pkg=org.mozilla.fennec,id=-297100515
07-21 12:06:02.000: INFO/GeckoAppJava(3724): GeckoAppShell.alertsProgressListener_OnCancel('update-app'
07-21 12:06:02.010: INFO/GeckoAppJava(3724): GeckoAppShell.showAlertNotification
07-21 12:06:02.010: INFO/GeckoAppJava(3724): - image = ''
07-21 12:06:02.010: INFO/GeckoAppJava(3724): - title = 'Nightly 8.0a1 available'
07-21 12:06:02.010: INFO/GeckoAppJava(3724): - text = 'Apply Downloaded Update…'
07-21 12:06:02.010: INFO/GeckoAppJava(3724): - cookie = ''
07-21 12:06:02.010: INFO/GeckoAppJava(3724): - name = 'update-app'
07-21 12:06:02.010: ERROR/GeckoAlert(3724): failed to create bitmap
07-21 12:06:02.010: ERROR/GeckoAlert(3724): java.net.MalformedURLException: Protocol not found: 
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at java.net.URL.<init>(URL.java:275)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at java.net.URL.<init>(URL.java:159)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at org.mozilla.gecko.AlertNotification.setCustomIcon(AlertNotification.java:94)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at org.mozilla.gecko.GeckoAppShell.showAlertNotification(GeckoAppShell.java:906)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:395)
07-21 12:06:02.010: ERROR/GeckoAlert(3724):     at org.mozilla.gecko.GeckoApp$2.run(GeckoApp.java:170)
07-21 12:06:02.030: INFO/GeckoAppJava(3724): Created notification ID -297100515
Naoki - Since this error occurred in a broken build of Fennec, could you double check that this still happens in a known good previous build (like 7/18) updating to another known good build (like 7/22) ?
still occurs going from 7/24 to 7/25 build
07-25 15:47:52.870: ERROR/GeckoAlert(4075): failed to create bitmap
07-25 15:47:52.870: ERROR/GeckoAlert(4075): java.net.MalformedURLException: Protocol not found: 
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at java.net.URL.<init>(URL.java:273)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at java.net.URL.<init>(URL.java:157)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at org.mozilla.gecko.AlertNotification.setCustomIcon(AlertNotification.java:94)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at org.mozilla.gecko.GeckoAppShell.showAlertNotification(GeckoAppShell.java:906)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:395)
07-25 15:47:52.870: ERROR/GeckoAlert(4075):     at org.mozilla.gecko.GeckoApp$2.run(GeckoApp.java:170)
07-25 15:47:52.880: INFO/GeckoAppJava(4075): Created notification ID -297100515
OS: Mac OS X → Android
Priority: -- → P4
Hardware: x86 → ARM
Alex - I don't know if this is a "bad" issue or not. If it is, or it can be esily fixed, let us know.
Assignee: nobody → alexp
(In reply to comment #3)
> still occurs going from 7/24 to 7/25 build

This is only about output in the log, right? It doesn't crash or anything really serious?
AFAIK, there's no crash or anything serious at this moment in time known because of this.
The same notification-handling code as in the 673199.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.