[Engine-devel] Problems debugging client code

Hi Debugging client code I got this when trying to connect from Google Chrom : ******************************************************** Oops! Google Chrome could not connect to 127.0.0.1:8080 Try reloading the page ******************************************************** any ideas ??? I am following instructions from README.developer and using f19 with google-chrome-stable-31.0.1650.63-1.x86_64 Thanks Eli

Hi, 1. Is your engine runnning? [1] 2. Did you also start separately the debug mode [2] (This is debugging the webadmin) 3. Did you go to the right URL [3] 4. Make when you compile you compile for the correct browser. I usually compile for FF and chrome [4] [1] $HOME/ovirt-engine/share/ovirt-engine/services/ovirt-engine/ovirt- engine.py start [2] make gwt-debug DEBUG_MODULE=webadmin DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="- D gwt.userAgent=gecko1_8,safari" [3] http://127.0.0.1:8080/ovirt-engine/webadmin/?gwt.codesvr=127.0.0.1:9997 [4] make clean install-dev PREFIX=$HOME/ovirt-engine BUILD_UT=0 BUILD_GWT=1 DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-D gwt.userAgent=gecko1_8,safari" On Tuesday, December 10, 2013 09:30:16 AM Eli Mesika wrote:
Hi
Debugging client code I got this when trying to connect from Google Chrom :
******************************************************** Oops! Google Chrome could not connect to 127.0.0.1:8080 Try reloading the page ********************************************************
any ideas ???
I am following instructions from README.developer and using f19 with google-chrome-stable-31.0.1650.63-1.x86_64
Thanks
Eli _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

That worked !!! Thanks :-) ----- Original Message -----
From: "Alexander Wels" <awels@redhat.com> To: engine-devel@ovirt.org Cc: "Eli Mesika" <emesika@redhat.com>, "Gilad Chaplik" <gchaplik@redhat.com>, "Daniel Erez" <derez@redhat.com> Sent: Tuesday, December 10, 2013 4:37:16 PM Subject: Re: [Engine-devel] Problems debugging client code
Hi,
1. Is your engine runnning? [1] 2. Did you also start separately the debug mode [2] (This is debugging the webadmin) 3. Did you go to the right URL [3] 4. Make when you compile you compile for the correct browser. I usually compile for FF and chrome [4]
[1] $HOME/ovirt-engine/share/ovirt-engine/services/ovirt-engine/ovirt- engine.py start
[2] make gwt-debug DEBUG_MODULE=webadmin DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="- D gwt.userAgent=gecko1_8,safari"
[3] http://127.0.0.1:8080/ovirt-engine/webadmin/?gwt.codesvr=127.0.0.1:9997
[4] make clean install-dev PREFIX=$HOME/ovirt-engine BUILD_UT=0 BUILD_GWT=1 DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-D gwt.userAgent=gecko1_8,safari"
On Tuesday, December 10, 2013 09:30:16 AM Eli Mesika wrote:
Hi
Debugging client code I got this when trying to connect from Google Chrom :
******************************************************** Oops! Google Chrome could not connect to 127.0.0.1:8080 Try reloading the page ********************************************************
any ideas ???
I am following instructions from README.developer and using f19 with google-chrome-stable-31.0.1650.63-1.x86_64
Thanks
Eli _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
participants (2)
-
Alexander Wels
-
Eli Mesika