Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #1693 (closed)

Opened 14 years ago

Closed 14 years ago

Ice.ConnectionLostException: recv() returned zero on webgateway

Reported by: atarkowska Owned by: cneves
Priority: major Milestone: OMERO-Beta4.2
Component: WebAdmin Version: 4.1
Keywords: n.a. Cc: jamoore
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description

The known problem from #1676 appeared on loading data to web.

Wed, 25 Nov 2009 09:48:57 blitz_gateway DEBUG    timing getBlitzConnection
Wed, 25 Nov 2009 09:48:57 webgateway   DEBUG    b)connection key: S:7df533d9-d884-467b-a18a-df6a539f0e6c#1
Wed, 25 Nov 2009 09:48:57 webgateway   DEBUG    trying stored connection
Wed, 25 Nov 2009 09:48:57 webgateway   DEBUG    [('S:7df533d9-d884-467b-a18a-df6a539f0e6c#1', <extlib.gateway.OmeroWebGateway object at 0x02BF1770>)]
Wed, 25 Nov 2009 09:48:57 blitz_gateway DEBUG    connected? True
Wed, 25 Nov 2009 09:48:57 blitz_gateway DEBUG    ... sending keepalive to 7df533d9-d884-467b-a18a-df6a539f0e6c/omero.api.IAdmin -t:tcp -h 10.0.21.6 -p 4661:tcp -h 192.168.56.1 -p 4661
Wed, 25 Nov 2009 09:48:57 blitz_gateway DEBUG    timed getBlitzConnection: 0.016000
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ##GARBAGE COLLECTOR KICK IN
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ##GARBAGE COLLECTOR KICK IN
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    timing getBlitzConnection
Wed, 25 Nov 2009 10:07:19 webgateway   DEBUG    b)connection key: S:7df533d9-d884-467b-a18a-df6a539f0e6c#1
Wed, 25 Nov 2009 10:07:19 webgateway   DEBUG    trying stored connection
Wed, 25 Nov 2009 10:07:19 webgateway   DEBUG    [('S:7df533d9-d884-467b-a18a-df6a539f0e6c#1', <extlib.gateway.OmeroWebGateway object at 0x02BF1770>)]
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    connected? True
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ... sending keepalive to 7df533d9-d884-467b-a18a-df6a539f0e6c/omero.api.IAdmin -t:tcp -h 10.0.21.6 -p 4661:tcp -h 192.168.56.1 -p 4661
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    Traceback (most recent call last):
  File "C:\hudson\OMERO.source-Beta4.1-r5878\dist\lib\python\omero\gateway\__init__.py", line 198, in keepAlive
    return self.c.sf.keepAlive(self._proxies['admin']._obj)
  File "C:\hudson\OMERO.source-Beta4.1-r5878\dist\lib\python\omero_API_ice.py", line 4592, in keepAlive
    return _M_omero.api.ServiceFactory._op_keepAlive.invoke(self, ((proxy, ), _ctx))
ConnectionLostException: Ice.ConnectionLostException:
recv() returned zero

Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ... lost, reconnecting
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    Connect attempt, sUuid=None, group=None, self.sUuid=7df533d9-d884-467b-a18a-df6a539f0e6c
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    connected? True
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    was connected, creating new omero.client
Wed, 25 Nov 2009 10:07:19 blitz_gateway INFO     host: localhost, port: 4063
2009-11-25 10:07:19,529 blitz_gateway: INFO     host: localhost, port: 4063
2009-11-25 10:07:19,529 blitz_gateway: INFO     host: localhost, port: 4063
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    joining session 7df533d9-d884-467b-a18a-df6a539f0e6c
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    Error: exception ::Glacier2::CannotCreateSessionException
{
    reason = Can't find default group for 7df533d9-d884-467b-a18a-df6a539f0e6c
}
Wed, 25 Nov 2009 10:07:19 blitz_gateway INFO     (1) calling createSession()
2009-11-25 10:07:19,608 blitz_gateway: INFO     (1) calling createSession()
2009-11-25 10:07:19,608 blitz_gateway: INFO     (1) calling createSession()
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ## Reusing proxies
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ## - refreshing getAdminService
Wed, 25 Nov 2009 10:07:19 blitz_gateway INFO     created connection (uuid=ce690357-0c87-4f72-8ca4-9aeebc41b15e)
2009-11-25 10:07:19,779 blitz_gateway: INFO     created connection (uuid=ce690357-0c87-4f72-8ca4-9aeebc41b15e)
2009-11-25 10:07:19,779 blitz_gateway: INFO     created connection (uuid=ce690357-0c87-4f72-8ca4-9aeebc41b15e)
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    .. connected!
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    timed getBlitzConnection: 0.359000
Wed, 25 Nov 2009 10:07:19 blitz_gateway DEBUG    ##GARBAGE COLLECTOR KICK IN

Change History (6)

comment:1 Changed 14 years ago by atarkowska

  • Cc jmoore added

comment:3 Changed 14 years ago by cneves

  • Milestone changed from OMERO-Beta4.1.1 to OMERO-Beta4.2

comment:4 Changed 14 years ago by jmoore

  • Owner changed from carlos@… to cneves-x
  • Type changed from Bug to Task

comment:5 Changed 14 years ago by atarkowska

it seams to bi solved

comment:6 Changed 14 years ago by atarkowska

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.68519 sec.)

We're Hiring!