[opensuse-buildservice] webclient error on local bs

Hello list, today i updated my local bs instance to current git, all works well except one thing: If i try to open a project in my webclient i get following error: openSUSE Webclient Error: Error Details: Errorcode: unknown Message: illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Ap This error shows up in my webui log: [I|#22003] Parameters: {"action"=>"show", "project"=>"Apache:Modules", "controller"=>"project"} [D|#22003] Setting return_to: "/project/show?project=Apache%3AModules" [D|#22003] Authenticating with iChain mode: off [I|#22003] Authenticated request to "/project/show?project=Apache%3AModules" from hostmaster [D|#22003] [REST] find( Project, Apache:ModulesnameApache:Modules ) [D|#22003] http_do #1: method: get url: http://frontend.obs.j0ke.net:80/source/Apache:Modules/_meta [D|#22003] Request took 0.012747 seconds [D|#22003] Cache read: Collection-expires_in300predicatestate/@name='new' and action/target/@project='Apache:Modules'whatrequest [D|#22003] Cache read: Collection-expires_in300predicatestate/@name='new' and action/target/@project='Apache:Modules'whatrequest ({:raw=>true}) [F|#22003] ArgumentError (illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Apache:Modules'whatrequest"): lib/common/activexml/base.rb:77:in `find_cached' app/controllers/project_controller.rb:1034:in `load_current_requests' public/dispatch.fcgi:24 [E|#22003] rescue_action: caught ArgumentError: illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Apache:Modules'whatrequest" [D|#22003] ERROR: unknown; illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Ap [I|#22003] Rendering template within layouts/application [I|#22003] Rendering error I hope someone can help. thanks Carsten

Am Sonntag 07 Februar 2010 schrieb Carsten Schoene:
Hello list,
today i updated my local bs instance to current git, all works well except one thing:
If i try to open a project in my webclient i get following error:
openSUSE Webclient Error:
Error Details: Errorcode: unknown Message: illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Ap
Did you do git submodule update or used git-update? We're using URI::escape and especially the spaces should be escaped. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Hello Stephan, i did a "git pull" and rsynced the api, webui, backend parts to the final destiantions on my system. Greetings Carsten Stephan Kulow schrieb:
Am Sonntag 07 Februar 2010 schrieb Carsten Schoene:
Hello list,
today i updated my local bs instance to current git, all works well except one thing:
If i try to open a project in my webclient i get following error:
openSUSE Webclient Error:
Error Details: Errorcode: unknown Message: illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Ap
Did you do git submodule update or used git-update? We're using URI::escape and especially the spaces should be escaped.
Greetings, Stephan

Am Montag 08 Februar 2010 schrieb Carsten Schoene:
Hello Stephan,
i did a "git pull" and rsynced the api, webui, backend parts to the final destiantions on my system.
Did you do git submodule update or used git-update? We're using URI::escape and especially the spaces should be escaped.
That's a "no" then. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On 02/08/2010 12:40 PM, Carsten Schoene wrote:
Hello Stephan,
i did a "git pull" and rsynced the api, webui, backend parts to the final destiantions on my system.
Greetings Carsten
Stephan Kulow schrieb:
Am Sonntag 07 Februar 2010 schrieb Carsten Schoene:
Hello list,
today i updated my local bs instance to current git, all works well except one thing:
If i try to open a project in my webclient i get following error:
openSUSE Webclient Error:
Error Details: Errorcode: unknown Message: illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Ap
Did you do git submodule update or used git-update? We're using URI::escape and especially the spaces should be escaped.
Greetings, Stephan
What is the name of the project where it fails? You should run: git submodule init git submodule update git pull origin to update the lib/ directory. Greetings -- Thomas Schmidt (tschmidt [at] suse.de) SUSE Linux Products GmbH :: Research & Development :: Tools "Wer die Vergangenheit kontrolliert, kontrolliert die Zukunft. Wer die Gegenwart kontrolliert, kontrolliert die Vergangenheit." 1984 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Hello Thomas, thanks for your help, i got it fixed last night by doing a fresh git clone ;-) Greetings Carsten Thomas Schmidt schrieb:
On 02/08/2010 12:40 PM, Carsten Schoene wrote:
Hello Stephan,
i did a "git pull" and rsynced the api, webui, backend parts to the final destiantions on my system.
Greetings Carsten
Stephan Kulow schrieb:
Am Sonntag 07 Februar 2010 schrieb Carsten Schoene:
Hello list,
today i updated my local bs instance to current git, all works well except one thing:
If i try to open a project in my webclient i get following error:
openSUSE Webclient Error:
Error Details: Errorcode: unknown Message: illegal character in key "obs-webclient:Collection-expires_in300predicatestate/@name='new' and action/target/@project='Ap
Did you do git submodule update or used git-update? We're using URI::escape and especially the spaces should be escaped.
Greetings, Stephan
What is the name of the project where it fails? You should run: git submodule init git submodule update git pull origin to update the lib/ directory.
Greetings
participants (3)
-
Carsten Schoene
-
Stephan Kulow
-
Thomas Schmidt