.Net remoting expiration error

From: Stephane (Stephane_at_discussions.microsoft.com)
Date: 09/24/04


Date: Fri, 24 Sep 2004 08:07:10 -0700

Hi,

I've got a server using .Net remoting. From a web administration, I control
data contained in the server but after few minutes of inactivity, i got this
error and the objects has disapear:

System.Runtime.Remoting.RemotingException: Object
</37da65f4_aed1_48a9_978e_210706ff8213/P5J_khvuRZ_5tcLN9pbJJwoY_137.rem> has
been disconnected or does not exist at the server.

Here's my configuration file:

<configuration>
<system.runtime.remoting>
  <application name="LiveSnapService">
    <lifetime
                leaseTime = "10M"
                sponsorshipTimeOut = "10M"
                renewOnCallTime = "10M"
                pollTime = "10S" />
    <service>
      <wellknown type="LiveSnapDotNet.server.MainServer, LiveSnapDotNet"
                 objectUri="LiveSnapDotNet.server.MainServer"
                   mode="Singleton" />
    </service>
    <channels>
      <channel ref="tcp" port="8085">
        <serverProviders>
          <formatter ref="binary" typeFilterLevel="Full" />
        </serverProviders>
      </channel>
    </channels>
  </application>
</system.runtime.remoting>
</configuration>

How can I configure it so it won't expire? Can I set values to 999999D for
example?

Thanks

Stephane



Relevant Pages

  • Re: CUPS Server Error
    ... # This is the CUPS configuration file. ... Server Identity ... determines whether the scheduler will allow new printers ... whether or not to use "short" names for remote printers ...
    (Debian-User)
  • Re: How to locate external configuration file
    ... I assume I cannot use getResourceAsStream in those cases but I'm not ... work if the application server is websphere. ... > In Tomcat it's shared/classes. ... >> configuration file. ...
    (comp.lang.java)
  • Re: ADAM Synchronizer Beta - question
    ... Sorry to get in the middle of a conversation, I think can help Lee a bit ... The server error indicates you are running w2k AD, ... > Saved configuration file. ... > control, data 0, v893. ...
    (microsoft.public.windows.server.active_directory)
  • Re: W2003 Server SP2 Problems with W32TM
    ... I've tested a W2k3 box time synchronization by setting the server using ... the net time interface was written. ... Send SIGHUP to the daemon, the daemon catches the signal, rereads the configuration file and starts making changes! ... config" command on those platforms that do not support the signal events? ...
    (comp.protocols.time.ntp)
  • Re: convert console app to config file?
    ... client project and your server project. ... Start your server application (console app most ... Sam Santiago ... > If I create the configuration file as you very helpfully morphed for me, ...
    (microsoft.public.dotnet.framework.remoting)