Renewed lease messages in cluster log

I just started a cluster of 2 servers, and so far it seems to be working
          ok. I'm alarmed, however, that the log file is being saturated with
          entries that look like this:
          Fri Oct 29 09:02:19 CDT 1999:<I> <DGCClient> Renewed lease for 19
          objects hosted by
          2789039048855955648Sxxx.xxx.xxx.xxx:[2114,2114,2124,2124,-1]
          Note: xxx.xxx.xxx.xxx is the host name of the other server in the
          cluster, 2114 is the listen port and 2124 is the SSL listen port.
          A new line gets added every minute about a renewed lease. Is there any
          way to turn this logging off?
          Thanks.
          Jeff Byrd [email protected]
          Health Information Systems Engineer
          Vanderbilt University Medical Center
          

Should be fixed in SP4
          Joel Nylund wrote:
          > Has this been fixed in any of the sp's???
          >
          > thanks
          > Joel
          >
          > Gaurav Chawla wrote:
          >
          > > Hi Jeff,
          > >
          > > You cannot turn it off in the current release but it has been fixed and this
          > > feature will be available in the future release.
          > >
          > > -gaurav.
          > >
          > > Jeff Byrd wrote:
          > >
          > > > I just started a cluster of 2 servers, and so far it seems to be working
          > > > ok. I'm alarmed, however, that the log file is being saturated with
          > > > entries that look like this:
          > > >
          > > > Fri Oct 29 09:02:19 CDT 1999:<I> <DGCClient> Renewed lease for 19
          > > > objects hosted by
          > > > 2789039048855955648Sxxx.xxx.xxx.xxx:[2114,2114,2124,2124,-1]
          > > >
          > > > Note: xxx.xxx.xxx.xxx is the host name of the other server in the
          > > > cluster, 2114 is the listen port and 2124 is the SSL listen port.
          > > >
          > > > A new line gets added every minute about a renewed lease. Is there any
          > > > way to turn this logging off?
          > > >
          > > > Thanks.
          > > > --
          > > > Jeff Byrd [email protected]
          > > > Health Information Systems Engineer
          > > > Vanderbilt University Medical Center
          

Similar Messages

  • DGCServer messages in log... "tried to renew lease"

    Hi,
              I'm running three WL 4.5.2 servers clustered, JDK1.1.7b on Solaris 2.6.
              Normally the cluster runs just fine, but now I'm beginning to see the
              following message in all three servers:
              <DGCserver> tried to renew lease for lost ref: nnn
              Usually they come in small bursts of about 5 or 10 messages that are the
              same, except the "ref"s keep increasing. I'm guessing it has to do something
              with the in-memory replication of sessions (which I'm using).
              Any ideas? I tried restarting the servers but after a little while the
              messages started again.
              Thanks,
              Matias
              

    One common symptom for this (Bad Status Exception) has been long gc. If gc
              takes more 30 seconds then you will start seeing these errors. To assertain
              this, you could turn on weblogic.debug.cluster=1 and if you see a message "Timed
              out server" in the log then you should tune your server.
              Please use latest service packs.
              thanks
              - Prasad
              Matias Pelenur wrote:
              > Well, after a few restarts the DGC messages aren't appearing anymore... But
              > something different is happening now which seems to be worse... And it's
              > affecting performance too. For some pages, one of the servers will throw a
              > bunch of exceptions (see below), and it seems it's cutting off the output so
              > pages get only half-created. Any ideas? I don't think I changed any settings
              > or anything like that.
              >
              > Thanks,
              > Matias
              >
              > Fri Sep 15 11:19:15 EDT 2000:<E> <HTTP> Servlet request terminiated with
              > Error:
              > Fri Sep 15 11:19:15 EDT 2000:<E> <HTTP>
              > weblogic.cluster.replication.BadStatusException: update found
              > 1802540915606489052 but it is not the secondary
              > at weblogic.rmi.extensions.BasicRequest.sendReceive(Compiled Code)
              > at
              > weblogic.cluster.replication.ReplicationManager_WLStub.update(Compiled Code)
              > at
              > weblogic.cluster.replication.ReplicationManager.updateSecondary(Compiled
              > Code)
              > at weblogic.servlet.internal.session.ReplicatedSession.sync(Compiled
              > Code)
              > at
              > weblogic.servlet.internal.session.ReplicatedSessionContext.sync(Compiled
              > Code)
              > at weblogic.servlet.internal.ServletRequestImpl.syncSession(Compiled
              > Code)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
              > at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
              > at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
              > at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
              > --------------- nested within: ------------------
              > weblogic.utils.NestedError: Tried to update secondary, but it thought it was
              > the primary
              > - with nested exception:
              > [weblogic.cluster.replication.BadStatusException: update found
              > 18025409156064890
              > 52 but it is not the secondary]
              > at java.lang.Throwable.<init>(Compiled Code)
              > at java.lang.Error.<init>(Compiled Code)
              > at weblogic.utils.NestedError.<init>(Compiled Code)
              > at weblogic.servlet.internal.session.ReplicatedSession.sync(Compiled
              > Code)
              > at
              > weblogic.servlet.internal.session.ReplicatedSessionContext.sync(Compiled
              > Code)
              > at weblogic.servlet.internal.ServletRequestImpl.syncSession(Compiled
              > Code)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
              > at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
              > at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
              > at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
              >
              > "Prasad Peddada" <[email protected]> wrote in message
              > news:[email protected]...
              > > Is this causing any problems on the server. Like unable to create sessions
              > for
              > > servlets/jsp's
              > >
              > > If so, this is related to DGC bug, if not then it is something else,
              > unless we
              > > know the object it is trying to find, I can't be of much help.
              > >
              > > - Prasad
              > >
              > > Matias Pelenur wrote:
              > >
              > > > Hi,
              > > > I'm running three WL 4.5.2 servers clustered, JDK1.1.7b on Solaris 2.6.
              > > >
              > > > Normally the cluster runs just fine, but now I'm beginning to see the
              > > > following message in all three servers:
              > > >
              > > > <DGCserver> tried to renew lease for lost ref: nnn
              > > >
              > > > Usually they come in small bursts of about 5 or 10 messages that are the
              > > > same, except the "ref"s keep increasing. I'm guessing it has to do
              > something
              > > > with the in-memory replication of sessions (which I'm using).
              > > >
              > > > Any ideas? I tried restarting the servers but after a little while the
              > > > messages started again.
              > > > Thanks,
              > > >
              > > > Matias
              > >
              Cheers
              - Prasad
              

  • DGCserver messages in log... "Tried to renew lease on lost reference"

    Hi,
              I am running weblogic server 6.1 and get the following messages
              ####<Jan 30, 2002 2:36:55 PM CST> <Info> <DGCserver> <MBarton> <myserver> <ExecuteThread: '12' for queue: 'default'> <> <> <000000> <Tried to renew lease on lost reference: '706'>
              I have seen in the newsgroup that this was a problem previously in version 4.5.1
              any help would be appreciated.
              best regards,
              Mickey
              

              This shouldn't cause any problems. Does it? We will turn off these info messages.
              Cheers,
              -- Prasad
              Mickey Barton <[email protected]> wrote:
              >Hi,
              >I am running weblogic server 6.1 and get the following messages
              >
              >####<Jan 30, 2002 2:36:55 PM CST> <Info> <DGCserver> <MBarton> <myserver>
              ><ExecuteThread: '12' for queue: 'default'> <> <> <000000> <Tried to
              >renew lease on lost reference: '706'>
              >
              >I have seen in the newsgroup that this was a problem previously in version
              >4.5.1
              >
              >any help would be appreciated.
              >
              >best regards,
              >Mickey
              

  • Tried to renew lease on lost reference in logs.

              I am using Weblogic 6.1 SP1 with 2 cluster configuration. I am seeing a lot of
              "Tried to renew lease on lost reference" msgs in my logs. These msgs seems to
              be logged almost every minute.
              I would like to know what does this msg mean and how would I elimiate this msg
              from my logs.
              Any help will be appreciated.
              Thanks
              Albert
              

    I am relatively sure it has to do with RMI and distributed "garbage
              collection", so it may be related to some of your replicated JNDI entries.
              The other question is what is causing the problem in the first place. Are
              your servers under intense load or are the exec threads getting saturated
              (whether or not the other resources like CPU are saturated)?
              As far as the low-level RMI implementation, I know that Weblogic has its own
              implementation for significant portions of RMI, but I don't know much about
              the implementation, so it is hard to guess. You may be able to get some
              additional pointers from Prasad Peddada[[email protected]].
              Peace,
              Cameron Purdy
              Tangosol Inc.
              Tangosol Coherence: Clustered Coherent Cache for J2EE
              Information at http://www.tangosol.com/
              "Albert" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Cameron,
              >
              > My application doesn't have any EJB's. It is a JSP/Servlet/Oracle based
              application.
              > Do you think of anything in this context.
              >
              > Thanks
              > Albert
              >
              > "Cameron Purdy" <[email protected]> wrote:
              > >Do you use stateful session EJBs? Make sure you remove them when done.
              > >
              > >Peace,
              > >
              > >--
              > >Cameron Purdy
              > >Tangosol Inc.
              > >Tangosol Coherence: Clustered Coherent Cache for J2EE
              > >Information at http://www.tangosol.com/
              > >
              > >
              > >"Albert" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> I am using Weblogic 6.1 SP1 with 2 cluster configuration. I am seeing
              > >a
              > >lot of
              > >> "Tried to renew lease on lost reference" msgs in my logs. These msgs
              > >seems
              > >to
              > >> be logged almost every minute.
              > >> I would like to know what does this msg mean and how would I elimiate
              > >this
              > >msg
              > >> from my logs.
              > >> Any help will be appreciated.
              > >>
              > >> Thanks
              > >> Albert
              > >>
              > >
              > >
              >
              

  • Distributed Garbage Collector (DGC)  messages in cluster when using Message Driven Beans

    Version: Weblogic 6.1 SP2
              I'm seeing a lot of messages output on the node ** hosting my JMS
              server/destination ** in the cluster
              <Jun 4, 2002 5:35:03 PM EDT> <Info> <DGCserver> <Tried to renew lease on
              lost reference: '448'>
              Unfortunately, this message coincides with my MDB's ** on other nodes ** not
              being able to lookup the JMS destination that they are configured for.
              MDB's on the same node as the JMS server/destination are able to do lookups
              fine.
              Checking the JNDI tree on all nodes, I see the destinations replicated to
              all nodes. The MDB's use the default (i.e WebLogic's) connection factory
              (weblogic.jms.MessageDrivenBeanConnectionFactory) and I've bumped up the
              polling interval to 5 minutes from the default of 10 seconds.
              Any guidance on this would be greatly appreciated.
              I see that there is a patch available to fix the DCC info messages (April
              ,2002) on dev2dev. Anyone know if this addresses the MDB problem?
              Thanks in advance
              

    FYI - in case anyone else sees this problem - it has been fixed in WLS 6.1
              SP3.
              If you are seeing this problem then you will see a log of
              NoSuchObjectException's in your console.
              Regards
              "Prashant Nayak" <[email protected]> wrote in message
              news:[email protected]...
              > Version: Weblogic 6.1 SP2
              >
              > I'm seeing a lot of messages output on the node ** hosting my JMS
              > server/destination ** in the cluster
              >
              > <Jun 4, 2002 5:35:03 PM EDT> <Info> <DGCserver> <Tried to renew lease on
              > lost reference: '448'>
              >
              > Unfortunately, this message coincides with my MDB's ** on other nodes **
              not
              > being able to lookup the JMS destination that they are configured for.
              > MDB's on the same node as the JMS server/destination are able to do
              lookups
              > fine.
              >
              > Checking the JNDI tree on all nodes, I see the destinations replicated to
              > all nodes. The MDB's use the default (i.e WebLogic's) connection factory
              > (weblogic.jms.MessageDrivenBeanConnectionFactory) and I've bumped up the
              > polling interval to 5 minutes from the default of 10 seconds.
              >
              > Any guidance on this would be greatly appreciated.
              >
              > I see that there is a patch available to fix the DCC info messages (April
              > ,2002) on dev2dev. Anyone know if this addresses the MDB problem?
              >
              > Thanks in advance
              >
              >
              >
              >
              >
              

  • Tried to renew lease for lost reference

    Hi
    Oracle sessions get stuck on parsing all sessions accessing the same object wait
    on "library cache pin".
    We found one session coming from jdbc client waiting on "SQLNET message from client"
    and holding all the rest sessions.
    When we kill this session the problem resolves.
    Following the port holding session with netstat, lsof and so on back to the jdbc
    client side on different machine we only see error message connected to the same
    port saying "tried to renew lease for lost reference". Our assumption is that
    oracle lost connection with the client while locking a DB object when was doing
    parsing and thus locked all sessions that wanted to access same object.
    Did anybody encounter the same problem? How was resolved?
    Thanks.

    "Rich Kolkmeier" <[email protected]> wrote in message
    news:3a366798$[email protected]..
    In testing the cluster failover capability, I disconnected the
    network cable from one of the servers I was running in a cluster.
    The system failed over properly. When I reattached the network
    cable, the system added the server back into the cluster. However,
    I continue to get the following message:
    Tue Dec 12 17:34:51 GMT 2000:<I> <DGCserver> tried to renew lease
    for 1 lost references
    (s).
    What is the cause of this message? What needs to be done to clean
    up the cluster?Rich,
    This message is printed when one WebLogic kernel tries to renew a lease for
    an remote object from another WebLogic which has already been collected. It
    makes sense that this might happen in the failure scenario you describe.
    When the network is disconnected DGC lease renewals can't be sent and the
    kernel exporting the object may therefore believe that the object is no
    longer in use and collect it. When the network is re-established the remote
    objects may be gone.
    However the fact that you are seeing this message printed repeatedly is
    troubling. You may want to contact [email protected] with the
    description you provided here along with the following additional
    information.
    Are you seeing this message on the client or server? If on the server is it
    on the server that was disconnected or on one of the other servers? What
    version (including service packs) of WebLogic are you running?
    Regards,
    Adam Messinger

  • DGCServer - tried  to renew lease for lost ref: 509

    Recently we have been getting ALOTof messages in our server log file of the
    form:
    Fri Jul 14 10:08:19 PDT 2000:<I> <DGCserver> tried to renew lease for lost
    ref: 509
    We use RMI for java client to server communcation and are using Weblogic
    4.5.1 SP 8
    with nativeIO enabled.
    What could be causing these messages?
    Thanks!
    Rick

    Thanks! I still have one problem, the lease renewal messages for lost
    references never seem
    to end for the specific reference. I have a weblogic.log file with hundreds
    of those messages for
    each lost reference (and still going). It seems that it is not giving
    up... any ideas?
    Rick
    "Michael Girdley" <[email protected]> wrote in message
    news:396fa6c8$[email protected]..
    Normally, I would ask a customer in the situation to provide more about
    their application. But, since I know a lot about how your application is
    architected, I would guess the people are shutting down their browserswhile
    your applet still running. The applet is not closing the socket cleanly
    with Weblogic. The distributed garbage collector, which keeps track ofall
    of the distributed objects, is trying to renew a lease for that object.It
    cannot locate it and will eventually give up on it.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Rick Spickelmier <[email protected]> wrote in message
    news:396f960d$[email protected]..
    Recently we have been getting ALOTof messages in our server log file ofthe
    form:
    Fri Jul 14 10:08:19 PDT 2000:<I> <DGCserver> tried to renew lease forlost
    ref: 509
    We use RMI for java client to server communcation and are using Weblogic
    4.5.1 SP 8
    with nativeIO enabled.
    What could be causing these messages?
    Thanks!
    Rick

  • ERROR messages in /var/log/messages

    Hi,
    I encountered a error messages in /var/log/messages please find below
    Dec 9 04:03:08 drs syslogd 1.4.1: restart (remote reception).
    Dec 9 04:03:18 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:03:18 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:03:18 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:03:18 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:03:18 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:03:18 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:03:18 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:03:18 drs init: Id "h1" respawning too fast: disabled for 5 minutes
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    Dec 9 04:08:19 drs logger: Could not access /etc/oracle/scls_scr/drs/root/crsstart.
    Dec 9 04:08:19 drs init: Id "h1" respawning too fast: disabled for 5 minutes
    Dec 9 04:10:46 drs rpc.mountd: authenticated unmount request from 10.3.141.26:651 for /opt/backup_log/srv (/opt/backup_log)
    Dec 9 04:10:47 drs rpc.mountd: authenticated mount request from 10.3.141.26:657 for /opt/backup_log/websrv (/opt/backup_log)
    Dec 9 04:10:47 drs rpc.mountd: authenticated unmount request from 10.3.141.26:672 for /opt/backup_log/websrv (/opt/backup_log)
    Dec 9 04:10:47 drs rpc.mountd: authenticated mount request from 10.3.141.26:677 for /opt/backup_log/ws (/opt/backup_log)
    Dec 9 04:12:01 drs rpc.mountd: authenticated unmount request from 10.3.141.26:849 for /opt/backup_log/ws (/opt/backup_log)
    Dec 9 04:13:20 drs logger: Oracle Cluster Ready Services disabled by corrupt install
    and database (oracle 10g) is running fine, but i cant figure out what could be the problem, can anyone just help me out on this.
    Jafar

    Hi,
    #h1:35:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1 </dev/null
    by commenting above line in initttab file would stop messaging, is this would have any adverse affect on the database. As its a production server, so i am really taking time to resolve it. Your suggestions are welcome. If there is no harm in commenting the above line then i would go forward to comment that line.
    Thanks
    Jafar>

  • Entry in Cluster Log

    Hi,
    I'm getting this error within my cluster log as was hoping someone could decipher it.
    00000ad4.00001514::2014/01/19-12:07:14.588 INFO  [RES] Network Name <Storage1>: Netbios: End of Slow Operation, state: Initialized/Idle, prevWorkState: Idle
    00000ad4.00001994::2014/01/19-12:07:18.473 INFO  [RES] Network Name: Agent: Sending request Netname/RecheckConfig to NN:409f64b0-acfd-49fe-92aa-3a285618ba92:Netbios
    00000ad4.0000178c::2014/01/19-12:07:18.473 INFO  [RES] Network Name <Cluster Name>: Netbios: Slow Operation, FinishWithReply: 0
    00000ad4.0000178c::2014/01/19-12:07:18.473 INFO  [RES] Network Name:  [NN] got sync reply: 0
    Any Ideas?
    Phil

    Hi,
    Could you provide more information about your environment. for example,What is the exact text of any error messages that you received that are associated with this problem?  The server version of the problem on, when you experience this issue what are
    you trying to do, when  this problem occurs the system log record information, screenshots is the best information.
    More information:
    Event Logs
    http://technet.microsoft.com/en-us/library/cc722404.aspx
    Thanks.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why am I seeing "Restarting NamedCache" messages in my logs

    Periodically I see the following message in my log files. This message shows up at about the same time in different log files.
    INFO [Logger@9243969 3.5.3/465] (Log4j.CDB:3) - 2010-04-21 15:05:08.137/8422.071 Oracle Coherence GE 3.5.3/465 <Info> (thread=PlacementWorker:7, member=7): Restarting NamedCache: dist-order-cache
    INFO [Logger@9243969 3.5.3/465] (Log4j.CDB:3) - 2010-04-21 16:22:08.304/13042.238 Oracle Coherence GE 3.5.3/465 <Info> (thread=OrderWorker:7, member=7): Restarting NamedCache: dist-allocation-cache
    What is the significance of these errors, can this lead to data loss ?

    Hi Jehangir,
    Usually this message is an indication that the node has been "disconnected" from the cluster and trying to reconnect again. If you see this on the storage-enabled nodes and there are more than one nodes that depart the cluster at once than you can indeed have a data loss.
    Regards,
    Gene

  • Tried to renew lease on lost reference

    Hi all,
    Can anyone pls help me with the following issue?
    I have encountered the following message.
    <ExecuteThread: '3' for queue: 'default'> <> <> <000000> <Tried to renew lease
    on lost reference: '388'>
    After a while, the following message will appear.
    <ExecuteThread: '15' for queue: 'default'> <> <> <000000> <Unsolicited error response
    for: '-1'>
    This shows the threads in the server are all used up.
    I will like to know the cause for the first message to appear and how to prevent
    it. Whenever this message appears, it is telling us the server is going to hang
    soon. We have no idea how to fix this problem. Can anyone help? Thanks.

    I know the "tried to renew lease..." message you were getting was just some INFO
    message that the server sent out. I believe this message has been surpressed
    in Weblogic 6.1 SP3.
    Not sure if the other message is part of that. I've been running with the service
    pack for so long that I don't remember. :)
    "apple" <[email protected]> wrote:
    >
    Hi all,
    Can anyone pls help me with the following issue?
    I have encountered the following message.
    <ExecuteThread: '3' for queue: 'default'> <> <> <000000> <Tried to renew
    lease
    on lost reference: '388'>
    After a while, the following message will appear.
    <ExecuteThread: '15' for queue: 'default'> <> <> <000000> <Unsolicited
    error response
    for: '-1'>
    This shows the threads in the server are all used up.
    I will like to know the cause for the first message to appear and how
    to prevent
    it. Whenever this message appears, it is telling us the server is going
    to hang
    soon. We have no idea how to fix this problem. Can anyone help? Thanks.

  • Renewing lease for wifi problem

    When using my iPad on wifi, I need to continually manually renew lease in network settings to stay online.  Why?

    Open up the control panel in your router, from the pad, or from a pc.  There is likely a setting buried in there focused on lease time, or when a lease needs to be renewed.  Change it.   If you do not know how to get control of your router, google your routers name and control, or access address.  It is a web type, or ip addrss that will take you to the router control page.    You will likely need to log in, and usually the log in is guest with no password.  If you have previously looged in and changed those defaults, use what you changed it to.

  • HT4623 what does "renew lease" mean in the wifi settings?

    cannot connect to office internet. it has connected before and all other Apple products are connected
    want to know what VPN is
    also what does "renew lease" means.

    VPN is "Virtual Private Network" which are settings set by your IT professionals that will tell your iPad how to log into your network and become "Part" of your business network.  This way if you are at home and for security reasons there are things you need to do and need to be at a computer in the office, you could be at home and your iPad would be part of the office network as if you logged in at your office.
    When you renew your lease, you are basically telling your iPad to search for a new IP address on the network.  Throughout times your ISP may change you IP address when the lease runs up on an IP address.  When this is done, most times your router and modem will automatically update "renew" this address, and ocassionally need you to manually do this.  Renewing this lease, does just that, it updates the address information so you can start to properly get information as needed from the network.

  • Custom message required on log on pop-up in SAP CRM WEB UI

    We required custom message to the log- on popup, right now the message is coming after we give the user ID and password "starting SAP CRM" instead of that
    user required welcome message.., how can achieve this ?
    Please reply as soon as possible.

    Hi Pankaj,
    did you already check the guide in the CRM Wiki:
    https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
    Hope this answers your question.
    Best Regards,
    Michael

  • How to display custom error message in Job log for batch processing

    Hi All,
    I am rexecuting one R/3 report in batch mode and i want to display all the custom error i have handled in job log when its executed from SM36,SM37. The custom error are like 'Delovery/Shipmet doe not exits' or others which we can display in online mode like message e100(ZFI) or any other way and accordingly we can handle the program control like come out of the program ro leave to transaction'Zxxx' or anything. But i want my program to be executed completely and accumulate all the error in job log of batch processing.
    Can anyone tell me how can i do so...
    Thanks,
    Amrita

    Hi,
    Thats what i have done from the begining. I have written message like this:
    Message i100(ZFI).
    I was hoping to see this message in the log. But i cant see. Can you help me pleae...

Maybe you are looking for

  • Error Activating the ODS data

    Hi Guys, I am facing an error while activating the data in the ODS. The data is loading perfectly fine but when activating the ODS data the following error is coming <b>Request REQU_3ZI9CZ369HR6SM49OL9ULRVKM, data package 000031 incorrect with status

  • I need to add a printer to my system and forget the procedures?

    How do you insery a regulat DVD into Mac mini?

  • How to organize Data Objects and other Objects in SWCV

    Hi, I am looking for Best Practices on how to organize data objects in SWCV as well as other objects such as a Distribution Rules. We are planning to develop three occasionally connected applications with NW Mobile 7.1 this year and maybe additional

  • Shutting down and rebooting from xfce4 (SOLVED)

    I am wanting to shut down and reboot my system via xfce4. right now the two buttons are grayed out. I tried added myself to the power group by doing gpasswd -a username power That didn't seem to do anything at all. On the wiki, it talks about using d

  • Backup won't run on schedule, runs randomly, why?

    Hi, I have backup scheduled to run every morning at 9:30. It rarely does. It runs about once a day, at random times. I'm usually on the net, it's not a connection problem. I tried trashing all prefs & checking permissions with disk util, no luck. Her