Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » hanging UICallBackServiceHandler without any response
hanging UICallBackServiceHandler without any response [message #544501] Sat, 03 July 2010 00:03 Go to next message
Owen  is currently offline Owen Friend
Messages: 17
Registered: May 2010
Junior Member
Hi,

When I debug with firebug on my rap app, I found out that one of the GET requests is hanging forever without any response:

http://my_url?jsessionid=B49C13EB60AAFBE26B11C0E4AB338C25?no cache=1278115057630&custom_service_handler=org.eclipse.r wt.internal.lifecycle.UICallBackServiceHandler

The parameters are:

custom_service_handler org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
nocache 1278115057630

The header is:

Date Fri, 02 Jul 2010 23:57:49 GMT
Vary Accept-Encoding
Content-Encoding gzip
Content-Length 345
Connection close
Content-Type text/html; charset=iso-8859-1
Request Headersview source
Host my_host
User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 GTB7.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q= 0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 115
Connection keep-alive
X-Qooxdoo-Response-Type text/javascript
Pragma no-cache
Cache-Control no-cache
X-Requested-With qooxdoo
X-Qooxdoo-Version 0.7.4 (r16878)
Referer my_url
Cookie __utma=216257156.1730627341.1277852049.1278009404.1278115044 .6; __utmz=216257156.1277852049.1.1.utmcsr=(direct)|utmccn=(dire ct)|utmcmd=(none); settingStore=1277852056488_0; __utmc=216257156; __utmb=216257156.2.10.1278115044


I checked my code and it doesn't seem have any implementation related to UICallBackServiceHandler. Did I mistakenly do anything wrong? Or it's rap's implementation?

[Updated on: Sat, 03 July 2010 00:05]

Report message to a moderator

Re: hanging UICallBackServiceHandler without any response [message #544534 is a reply to message #544501] Sat, 03 July 2010 12:40 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Owen,

as you can see in the namespace,
org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
is an implementation by RAP, it is used to handle UICallbacks.

To reproduce your problem, we'd need some more information, preferably
some example code.

Regards, Ralf

Owen wrote:
> Hi,
>
> When I debug with firebug on my rap app, I found out that one of the GET
> request is hanging forever without any response:
>
> http://my_url?jsessionid=B49C13EB60AAFBE26B11C0E4AB338C25?no cache=1278115057630&custom_service_handler=org.eclipse.r wt.internal.lifecycle.UICallBackServiceHandler
>
>
> The parameters are:
>
> custom_service_handler
> org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
> nocache 1278115057630
>
> The header is:
>
> Date Fri, 02 Jul 2010 23:57:49 GMT
> Vary Accept-Encoding
> Content-Encoding gzip
> Content-Length 345
> Connection close
> Content-Type text/html; charset=iso-8859-1
> Request Headersview source
> Host codefaces.org
> User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
> rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 GTB7.0
> Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q= 0.8
> Accept-Language en-us,en;q=0.5
> Accept-Encoding gzip,deflate
> Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
> Keep-Alive 115
> Connection keep-alive
> X-Qooxdoo-Response-Type text/javascript
> Pragma no-cache
> Cache-Control no-cache
> X-Requested-With qooxdoo
> X-Qooxdoo-Version 0.7.4 (r16878)
> Referer my_url
> Cookie __utma=216257156.1730627341.1277852049.1278009404.1278115044
> .6; __utmz=216257156.1277852049.1.1.utmcsr=(direct)|utmccn=(dire
> ct)|utmcmd=(none); settingStore=1277852056488_0; __utmc=216257156;
> __utmb=216257156.2.10.1278115044
>
>
> I checked my code and it doesn't seem have any implementation related
> UICallBackServiceHandler. Did I mistakenly do anything wrong? Or it's
> rap's implementation?
Re: hanging UICallBackServiceHandler without any response [message #545186 is a reply to message #544534] Wed, 07 July 2010 02:04 Go to previous messageGo to next message
Owen  is currently offline Owen Friend
Messages: 17
Registered: May 2010
Junior Member
Hi Ralf,

I can't show you the example code now. But you can turn on firebug on http://codefaces.org and you can see the issue that I mentioned. I can tell you there is no UICallBackServiceHandler registered in the code.

Let me know if you need more info.

Thanks,
Owen

Ralf Sternberg wrote on Sat, 03 July 2010 08:40
Hi Owen,

as you can see in the namespace,
org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
is an implementation by RAP, it is used to handle UICallbacks.

To reproduce your problem, we'd need some more information, preferably
some example code.

Regards, Ralf

Owen wrote:
> Hi,
>
> When I debug with firebug on my rap app, I found out that one of the GET
> request is hanging forever without any response:
>
> http://my_url?jsessionid=B49C13EB60AAFBE26B11C0E4AB338C25?no cache=1278115057630&custom_service_handler=org.eclipse.r wt.internal.lifecycle.UICallBackServiceHandler
>
>
> The parameters are:
>
> custom_service_handler
> org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
> nocache 1278115057630
>
> The header is:
>
> Date Fri, 02 Jul 2010 23:57:49 GMT
> Vary Accept-Encoding
> Content-Encoding gzip
> Content-Length 345
> Connection close
> Content-Type text/html; charset=iso-8859-1
> Request Headersview source
> Host codefaces.org
> User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
> rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 GTB7.0
> Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q= 0.8
> Accept-Language en-us,en;q=0.5
> Accept-Encoding gzip,deflate
> Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
> Keep-Alive 115
> Connection keep-alive
> X-Qooxdoo-Response-Type text/javascript
> Pragma no-cache
> Cache-Control no-cache
> X-Requested-With qooxdoo
> X-Qooxdoo-Version 0.7.4 (r16878)
> Referer my_url
> Cookie __utma=216257156.1730627341.1277852049.1278009404.1278115044
> .6; __utmz=216257156.1277852049.1.1.utmcsr=(direct)|utmccn=(dire
> ct)|utmcmd=(none); settingStore=1277852056488_0; __utmc=216257156;
> __utmb=216257156.2.10.1278115044
>
>
> I checked my code and it doesn't seem have any implementation related
> UICallBackServiceHandler. Did I mistakenly do anything wrong? Or it's
> rap's implementation?

Re: hanging UICallBackServiceHandler without any response [message #545530 is a reply to message #545186] Thu, 08 July 2010 07:50 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Owen,

I can confirm that Firebug sometimes shows one hanging UICallback
request with the workbench demo, just after startup. Even running a job
does not close this request. I filed bug 319224.

Thanks for pointing this out.

Regards, Ralf

Owen wrote:
> Hi Ralf,
>
> I can't show you the example code now. But you can turn on firebug on
> http://codefaces.org and you can see the issue that I mentioned. I can
> tell you there is no UICallBackServiceHandler registered in the code.
>
> Let me know if you need more info.
>
> Thanks,
> Owen
>
> Ralf Sternberg wrote on Sat, 03 July 2010 08:40
>> Hi Owen,
>>
>> as you can see in the namespace,
>> org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
>> is an implementation by RAP, it is used to handle UICallbacks.
>>
>> To reproduce your problem, we'd need some more information, preferably
>> some example code.
>>
>> Regards, Ralf
>>
>> Owen wrote:
>> > Hi,
>> > > When I debug with firebug on my rap app, I found out that one of
>> the GET
>> > request is hanging forever without any response:
>> > > http://my_url?jsessionid=B49C13EB60AAFBE26B11C0E4AB338C25?no
>> cache=1278115057630&custom_service_handler=org.eclipse.r
>> wt.internal.lifecycle.UICallBackServiceHandler
>> > > > The parameters are:
>> > > custom_service_handler >
>> org.eclipse.rwt.internal.lifecycle.UICallBackServiceHandler
>> > nocache 1278115057630
>> > > The header is:
>> > > Date Fri, 02 Jul 2010 23:57:49 GMT
>> > Vary Accept-Encoding
>> > Content-Encoding gzip
>> > Content-Length 345
>> > Connection close
>> > Content-Type text/html; charset=iso-8859-1
>> > Request Headersview source
>> > Host codefaces.org
>> > User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
>> > rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 GTB7.0
>> > Accept
>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q= 0.8
>> > Accept-Language en-us,en;q=0.5
>> > Accept-Encoding gzip,deflate
>> > Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
>> > Keep-Alive 115
>> > Connection keep-alive
>> > X-Qooxdoo-Response-Type text/javascript
>> > Pragma no-cache
>> > Cache-Control no-cache
>> > X-Requested-With qooxdoo
>> > X-Qooxdoo-Version 0.7.4 (r16878)
>> > Referer my_url
>> > Cookie
>> __utma=216257156.1730627341.1277852049.1278009404.1278115044
>> > .6; __utmz=216257156.1277852049.1.1.utmcsr=(direct)|utmccn=(dire
>> > ct)|utmcmd=(none); settingStore=1277852056488_0; __utmc=216257156;
>> > __utmb=216257156.2.10.1278115044
>> > > > I checked my code and it doesn't seem have any implementation
>> related
>> > UICallBackServiceHandler. Did I mistakenly do anything wrong? Or it's
>> > rap's implementation?
>
>
Previous Topic:ViewPart OnClose Event
Next Topic:Menu not showin Radio or Check option.
Goto Forum:
  


Current Time: Thu Mar 28 08:36:38 GMT 2024

Powered by FUDForum. Page generated in 0.03103 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top