New issue
Advanced search Search tips

Issue 846127 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

ERROR:services/catalog/instance.cc(49) "Unable to locate service manifest for ui"

Project Member Reported by sebmarchand@chromium.org, May 23 2018

Issue description

Hi,

I just did a fresh ToT build of Chrome (@659f4ca4) on Windows with the following
GN args:
    is_debug = true
    is_component_build = true
    enable_nacl = false
    target_cpu = "x86"
    remove_webcore_debug_symbols = true
    symbol_level = 2
    is_win_fastlink = true
    use_goma = true
    goma_dir = "C:\src\goma"
    is_clang = true
    win_console_app = true

And when running it with the "--enable-logging --v=0" flags I see the following
message printed in the console:
[14252:21240:0523/182831.162:ERROR:services/catalog/instance.cc(49)] Unable to locate service manifest for ui

Git blame tells me that you're the author of this message, could you please look
into it (or find an appropriate owner)?

Thanks!
 

Comment 1 by roc...@chromium.org, May 23 2018

Cc: sky@chromium.org
+sky

Something trying to connect to ui server in production desktop chrome where it (I'm guessing) doesn't exist?

Comment 2 by sky@chromium.org, May 23 2018

I wouldn't expect that. I will do a build on my windows box and poke at it.

Comment 3 by sky@chromium.org, May 23 2018

Did you mean to set win_console_app?
|win_console_app| allows to get the logging printed directly in the console, unsetting this flag doesn't make this error go away (I get this in chrome_debug.log instead).

Comment 5 by sky@chromium.org, May 24 2018

Owner: sky@chromium.org
Status: Started (was: Untriaged)
Project Member

Comment 6 by bugdroid1@chromium.org, May 24 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/d7e237c65eaac717dbda06a2a90e2cbdc3e2630c

commit d7e237c65eaac717dbda06a2a90e2cbdc3e2630c
Author: Scott Violet <sky@chromium.org>
Date: Thu May 24 21:21:55 2018

Only call to ImeDriver on ChromeOS

It's only needed when we have the UI service, which for now is only on ChromeOS.

BUG= 846127 
TEST=none

Change-Id: I31980540ac15a63657cb1043b59c4ad6f2f03a0e
Reviewed-on: https://chromium-review.googlesource.com/1072029
Reviewed-by: James Cook <jamescook@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561634}
[modify] https://crrev.com/d7e237c65eaac717dbda06a2a90e2cbdc3e2630c/chrome/browser/ui/ash/chrome_browser_main_extra_parts_ash.cc
[modify] https://crrev.com/d7e237c65eaac717dbda06a2a90e2cbdc3e2630c/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc

Comment 7 by sky@chromium.org, May 24 2018

Status: Fixed (was: Started)

Sign in to add a comment