LIBGWT_CAT:1313: ERROR: Bad message

I am trying to connect a clarifyCRM 11.5 based system from BEA WebLogic 7.0 Sp2
through WebLogic Tuxedo Connector.
I am getting a "Bad Message" error on the clarify side. PLease let me know what
might be the error.
Details are as follows:
================
1. BEA Weblogic is installed on Win2k and Clarify is installed on Solaris8.
2. On Solaris8 machine, the ULog shows the following error:
==============================================
150353.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1129: INFO: Connection established
with domain (domainid=<BEA001
)150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1313: ERROR: Bad message from BEA001.
Closing file descriptor
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1130: INFO: Disconnected from domain
(domainid=<BEA001>)
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1354: INFO: Retrying domain (domainid=<BEA001>)
every 60 seconds
==========================================================
3.The configuration for WTC in config.xml :
===========================================================
<WTCServer Name="MyWTCServer" Targets="myserver">
<WTCImport LocalAccessPoint="BEA001"
Name="WTCImport-1056499621875"
RemoteAccessPointList="CLAR115" RemoteName="CB_EXESUB" ResourceName="MyImportedService"/>
<WTCLocalTuxDom AccessPoint="BEA001" AccessPointId="BEA001"
ConnectionPolicy="ON_DEMAND" MaxRetries="5000000"
NWAddr="//172.24.3.208:7001" Name="WTCLocalTuxDom-1055806963906"/>
<WTCRemoteTuxDom AccessPoint="CLAR115" AccessPointId="CLAR115"
ConnectionPolicy="ON_DEMAND" LocalAccessPoint="BEA001"
NWAddr="//10.3.0.14:53401" Name="WTCRemoteTuxDom-1056499341890"/>
</WTCServer>
==================================================================
4. DMConfig on on clarify machine:
==================================================
# DMCONFIG FILE
*DM_RESOURCES
     VERSION="U22"
*DM_LOCAL
CLAR115     GWGRP=GWDOM
          TYPE="TDOMAIN"
          DOMAINID="CLAR115"
     AUDITLOG="/u02/program/tuxedo/clr_115/AUDITLOG"
     BLOCKTIME=10
     CONNECTION_POLICY="ON_DEMAND"
     DMTLOGDEV="/u02/program/tuxedo/clr_115/DMTLOG"
     DMTLOGNAME="DMTLOG_TDOM"
     MAXDATALEN=56
     MAXRACCESSPOINT=89
     MAXTRAN=100
     BLOB_SHM_SIZE=1000000
*DM_REMOTE
BEA001     TYPE=TDOMAIN
     DOMAINID="BEA001"
*DM_TDOMAIN
BEA001     NWADDR="//172.24.3.208:7001"
#     NWDEVICE="/dev/tcp"
CLAR115     NWADDR="//jupiter:53401"
#     NWDEVICE="/dev/tcp"
*DM_LOCAL_SERVICES
CB_EXESUB     LDOM="CLAR115"
*DM_REMOTE_SERVICES
===============================================================

Bhaskar,
The ULOG message about "Retrying" does not go with a configuration
of "ON_DEMAND". The best guess is that BEA001 is not really communicating
with whom you think. Two things to look at:
1)Check that "jupiter"=="10.3.0.14"
2) Do a dmunloadcf on the CLAR115 domain and see if the domain that is
booted
is what you expected from your configuration.
Bob Finan
Bhaskar wrote:
Bob,
No success by changing port numbers.
However after some more experimentation I am getting the following:
I installed tuxedo on another Windows 2000 m/c. (say TUX001). If I call the Clarify
domain as CLAR115 and BEA domain as BEA001 then
a) I am able to communicate between CLAR115 and TUX001
b) I am able to communicate between TUX001 and BEA001 by using WTC in BEA001
c) But, I am still not able to communicate between BEA001 and CLAR115. I still
obtain a BAD Message error on the CLAR115 side
Quite puzzled with this.
Regards
Bhaskar
"Bhaskar" <[email protected]> wrote:
Thanks Bob,
I would surely try with using another port.
Currently,I am using a different port for the WLS admin server. Secondly,
in case
I was using a port that was already being used by some other server,
one of the
two servers would not have come up.
Is there any method to read the ULogs for the Local tuxedo domain on
WLS end.
thanks and regards
Bhaskar
Bob Finan <[email protected]> wrote:
Bhaskar,
You are probably using the //172.24.3.208:7001 port for other purposes
and this is
causing the problem(e.g. 7001 is the default WLS admin port).Try
changing the
NWAddr port number for the WTCLocalTuxDom..
Bob Finan
Bhaskar wrote:
I am trying to connect a clarifyCRM 11.5 based system from BEA WebLogic
7.0 Sp2
through WebLogic Tuxedo Connector.
I am getting a "Bad Message" error on the clarify side. PLease let
me
know what
might be the error.
Details are as follows:
================
1. BEA Weblogic is installed on Win2k and Clarify is installed on Solaris8.
2. On Solaris8 machine, the ULog shows the following error:
==============================================
150353.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1129: INFO: Connection
established
with domain (domainid=<BEA001
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1313: ERROR: Bad message
from BEA001.
Closing file descriptor
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1130: INFO: Disconnected
from domain
(domainid=<BEA001>)
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1354: INFO: Retrying
domain
(domainid=<BEA001>)
every 60 seconds
==========================================================
3.The configuration for WTC in config.xml :
===========================================================
<WTCServer Name="MyWTCServer" Targets="myserver">
<WTCImport LocalAccessPoint="BEA001"
Name="WTCImport-1056499621875"
RemoteAccessPointList="CLAR115" RemoteName="CB_EXESUB"
ResourceName="MyImportedService"/>
<WTCLocalTuxDom AccessPoint="BEA001" AccessPointId="BEA001"
ConnectionPolicy="ON_DEMAND" MaxRetries="5000000"
NWAddr="//172.24.3.208:7001" Name="WTCLocalTuxDom-1055806963906"/>
<WTCRemoteTuxDom AccessPoint="CLAR115" AccessPointId="CLAR115"
ConnectionPolicy="ON_DEMAND" LocalAccessPoint="BEA001"
NWAddr="//10.3.0.14:53401" Name="WTCRemoteTuxDom-1056499341890"/>
</WTCServer>
==================================================================
4. DMConfig on on clarify machine:
==================================================
# DMCONFIG FILE
*DM_RESOURCES
     VERSION="U22"
*DM_LOCAL
CLAR115     GWGRP=GWDOM
          TYPE="TDOMAIN"
          DOMAINID="CLAR115"
     AUDITLOG="/u02/program/tuxedo/clr_115/AUDITLOG"
     BLOCKTIME=10
     CONNECTION_POLICY="ON_DEMAND"
     DMTLOGDEV="/u02/program/tuxedo/clr_115/DMTLOG"
     DMTLOGNAME="DMTLOG_TDOM"
     MAXDATALEN=56
     MAXRACCESSPOINT=89
     MAXTRAN=100
     BLOB_SHM_SIZE=1000000
*DM_REMOTE
BEA001     TYPE=TDOMAIN
     DOMAINID="BEA001"
*DM_TDOMAIN
BEA001     NWADDR="//172.24.3.208:7001"
#     NWDEVICE="/dev/tcp"
CLAR115     NWADDR="//jupiter:53401"
#     NWDEVICE="/dev/tcp"
*DM_LOCAL_SERVICES
CB_EXESUB     LDOM="CLAR115"
*DM_REMOTE_SERVICES
===============================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Bhaskar,<br>
You are probably using the //172.24.3.208:7001 port for other purposes
and
this is<br>
causing the problem(e.g. 7001 is the default WLS admin port).Try changing
the <br>
NWAddr port number for the WTCLocalTuxDom..<br>
Bob Finan<br>
<br>
Bhaskar wrote:<br>
<blockquote type="cite" cite="[email protected]">
<pre wrap="">I am trying to connect a clarifyCRM 11.5 based system
from BEA WebLogic 7.0 Sp2
through WebLogic Tuxedo Connector.
I am getting a "Bad Message" error on the clarify side. PLease let me
know what
might be the error.
Details are as follows:
================
1. BEA Weblogic is installed on Win2k and Clarify is installed on Solaris8.
2. On Solaris8 machine, the ULog shows the following error:
==============================================
150353.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1129: INFO: Connection
established
with domain (domainid=<BEA001
</pre>
<blockquote type="cite">
<pre wrap="">)
</pre>
</blockquote>
<pre wrap=""><!---->150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1313:
ERROR: Bad message from BEA001.
Closing file descriptor
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1130: INFO: Disconnected
from domain
(domainid=<BEA001>)
150354.jupiter!GWTDOMAIN.8761.1.0: LIBGWT_CAT:1354: INFO: Retrying domain
(domainid=<BEA001>)
every 60 seconds
==========================================================
3.The configuration for WTC in config.xml :
===========================================================
<WTCServer Name="MyWTCServer" Targets="myserver">
<WTCImport LocalAccessPoint="BEA001"
Name="WTCImport-1056499621875"
RemoteAccessPointList="CLAR115" RemoteName="CB_EXESUB" ResourceName="MyImportedService"/>
<WTCLocalTuxDom AccessPoint="BEA001" AccessPointId="BEA001"
ConnectionPolicy="ON_DEMAND" MaxRetries="5000000"
NWAddr="//172.24.3.208:7001" Name="WTCLocalTuxDom-1055806963906"/>
<WTCRemoteTuxDom AccessPoint="CLAR115" AccessPointId="CLAR115"
ConnectionPolicy="ON_DEMAND" LocalAccessPoint="BEA001"
NWAddr="//10.3.0.14:53401" Name="WTCRemoteTuxDom-1056499341890"/>
</WTCServer>
==================================================================
4. DMConfig on on clarify machine:
==================================================
# DMCONFIG FILE
*DM_RESOURCES
     VERSION="U22"
*DM_LOCAL
CLAR115     GWGRP=GWDOM
          TYPE="TDOMAIN"
          DOMAINID="CLAR115"
     AUDITLOG="/u02/program/tuxedo/clr_115/AUDITLOG"
     BLOCKTIME=10
     CONNECTION_POLICY="ON_DEMAND"
     DMTLOGDEV="/u02/program/tuxedo/clr_115/DMTLOG"
     DMTLOGNAME="DMTLOG_TDOM"
     MAXDATALEN=56
     MAXRACCESSPOINT=89
     MAXTRAN=100
     BLOB_SHM_SIZE=1000000
*DM_REMOTE
BEA001     TYPE=TDOMAIN
     DOMAINID="BEA001"
*DM_TDOMAIN
BEA001     NWADDR="//172.24.3.208:7001"
#     NWDEVICE="/dev/tcp"
CLAR115     NWADDR="//jupiter:53401"
#     NWDEVICE="/dev/tcp"
*DM_LOCAL_SERVICES
CB_EXESUB     LDOM="CLAR115"
*DM_REMOTE_SERVICES
===============================================================
</pre>
</blockquote>
<br>
</body>
</html>
[att1.html]

Similar Messages

  • B2B-50079 Transport Error : Bad Message

    Hi All,
    I have an SFTP outbound TPA which is used to transfer a PGP file from our internal system to TP vendor.
    So the transfer is as follows B2B(Internal System) -> WebServer(acts as proxy while connecting to third party server)-->ThirdParty.
    The use proxy is checked in the Channels of the Trading Partner.
    The transfer fails while transfering the file to the TP with the below error.
    "B2B-50079 Transport Error : Bad Message" I have manually sftpd from web server to the TP server and it is working absolutely fine.
    Also i have verified that the certificate and host,port username details to connect to the TP are correct.
    Please let us know on what the problem area could be.
    There is no problem with file naming convention since the file is getting picked up by the listening channel and also we have checked the preserve file name option in the TP channel.
    Any help on this is much appreciated.
    Thanks,
    Naveen Kumar T.

    Thanks Anuj for the response.
    We already have the required patch, also its working fine with other Trading partners which uses SFTP. We are facing this issue with only one Trading partner and the same is working fine with 10g B2B but not with 11g.
    Please let us know if there is any other configurations which we can check.
    Thanks,
    Sirisha

  • A message will pop up (Exc in ev handl: Error: Bad NPObject as private data!) and the tab I was on will close out and reopen in a new window. Why is it happening and how do I stop it?

    Okay, I will have a window open with 4 tabs open. At first, everything is fine, but after a day or so, a message will pop up on screen saying "'''Exc in ev handl: Error: Bad NPObject as private data!'''" and after you close it out, the tab you were on will close and reopen in it's own window. I then have to shut down all both old and new windows and open a new window with my original 4 tabs again. It will work fine until a few days pass and it starts over again.

    This issue can be caused by the McAfee Site Advisor extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • After updating Firefox I am getting this message any time I do anything "Exc in ev handl:Error: Bad NPObject as private data"

    This error happens each time I use Mozilla. especially when I click on an extension or try to work in any of my e-mail accounts (Yahoo, Gmail, or RCN). Sometimes I am able to continue by just clicking OK and other times it prevents me from completing my task. This started happening right after I downloaded and installed your latest version of Firefox. I see others are having the same problem. Error message is "Exc in ev handl:Error: Bad NPObject as private data"

    That issue can be caused by the McAfee Site Advisor extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • HT202159 Tried restarting download from the "Purchases" tab but the app comes out with "an error ocurred " message and I the button next to it is grey without any text or action. Please help, cannot dowload bad piggies game

    Tried restarting download from the "Purchases" tab but the app comes out with "an error ocurred " message and I the button next to it is grey without any text or action. Please help, cannot dowload bad piggies game

    Hi aaronvilla,
    Sorry to hear you are having issues with your iTunes Store purchase.   The following information should help you with this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    To report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase, follow these steps:
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Hope this helps ....
    - Judy

  • What is this message mean? Exc in ev handl: Error: Bad NPObject as private data!

    Exc in ev handl: Error: Bad NPObject as private data! Why do I get this message when browsing?

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • Every time I switch tabs I get this message "Exc in ev handl: Error: Bad NPObject as private data!" What do I do to stop this message from coming up??

    If I open up firefox & have more than one tab I get this message "Exc in ev handl: Error: Bad NPObject as private data!" whenever I switch tabs. What should I do to fix this problem?? Thanks for your prompt attention to this matter
    -Kipp

    This issue is caused by the McAfee Site Advisor extension
    *https://community.mcafee.com/message/203466
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Why, when have more than one tab on Firefox it generates message Exc in ev handl: Error: Bad NPObject as private data! which then opens each site in a new browser

    I like to work with about 6 tabs open on Firefox and typically this has been absolutely fine. Starting around November 2011 each time I have multiple tabs open when I open a new gmail message, or open an order or any other action within an open page a message pops up that reads
    Exc in ev handl: Error: Bad NPObject as private data!
    then that site immediately opens in a new browser window.
    I do not have this issue with Google Chrome or Internet Explorer but I would rather use Firefox. I ran McAfee an extra time thinking it might be a virus but that did not help. Any ideas?

    That issue can be caused by the McAfee Site Advisor extension
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in Safe Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode

  • MIME/SMIME Encryption with Bad Message Signature error

    Hello Gurus,
    I'm trying to send out an encrypted message through a custom pipeline with MIME Encoder.  The error we're getting is:  The message has a bad message signature.  I searched around and found no references to this error.
    All the certs are in place. Encryption was set to true in the pipeline. No signing needed.
    Has anyone run into this issue before?  Thank you in advance.

     The error we're getting is:  The message has a bad message signature.  I searched around and found no references to this error.
    Hi,
    According to current information, we can hardly give precise troubleshooting why this happens, I think you need check the configuration on your side, and collect more information for us to troubleshoot.
    Regards
    Angie
    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.
    Click
    HERE to participate the survey.

  • Since I upgraded my Firefox..whenever I click on a link i get this error message...Java Script Exc in ev handl: Error: Bad NPObject as private data! Then I have to click ok to get the page to open.

    Since I upgraded my firefox..I get this box most of the time when I click on a link to go to another page...
    Java Script
    Exc in ev handl: Error: Bad NPObject as private data! Then I have to click ok to get the page to open.

    That issue can be caused by the McAfee Site Advisor extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Wrong port in FTP receiver adapter - no errors in message monitoring?

    Hello all
    We're on XI 3.0 SP16 and have created / configured a HTTP XML -> XI -> FTP Server scenario. In the receiver comm. channel (ftp) we had specified a wrong port number and always wondered, why we never got errors in message monitoring. Everything seemed to be processed correctly... but no file arrived on the FTP server (receiver) side!
    After correcting the wrong FTP port number in the receiver FTP comm. channel everything went fine.
    We now encountered a similar problem with a RFC receiver adapter. We're using it in another scenario HTTP XML -> XI -> RFC to SAP R/3 (4.7).
    For some reason it died (red status in adapter monitor) and it was no more possible to do RFC calls from XI to SAP R/3 (normal RFC adapter, NO proxies).
    In XI message monitor everything seemed to be ok but no message arrived till SAP R/3. Nothing in any queue...
    After deactivating and reactivation the RFC receiver comm. channel it worked again BUT ALL PREVIOUSLY SENT messages seem to be lost.
    Is it really the way it works? Does XI integration engine at runtime NOT catch whether or not a RFC or FTP receiver adapter died, thus is not able to tell somewhere in message monitor that a message could not be delivered at all?
    I'm really confused here but hopefully I simply don't understand some easy principles to take into account...
    Our SAP R/3 is on rel. 4.70 with Web AS 6.20. The XI 3.0 plugin is not installed. Do we need to go with server proxies there and use QOS = best effort?!?
    Thanks for some suggestions.
    Best regards,
    Renaud

    Hi Michal
    Thanks... works great for normal XML based messages!
    Now, what if I wanted to pass binary files from one ftp server via BPM to another ftp server in order to enable the transport acknowledgment?
    The files polled from ftp server using the ftp sender adapter are all in binary format (ARJ). No xml data in there. How should the message format look like in BPM for the receiving step? Or: how to make sure not to loose the binary content when passing through BPMs?
    I need this sort of scenario because of the tansport acknowledgment and because I need to have some sort of message splitting (send the binary file over to a second ftp server and additionally send some kind of info message to SAP R/3 regarding thin binary file).
    BTW: in the MessagingSystem/monitor/monitor.jsp I do not see sender / receiver information. Is this normal? It's quite of a bad thing to look inside each message in order to find out what message I'm having in front of me...
    Thanks a lot for your support and patience!
    Kind regards,
    Renaud

  • I am gettng the following popup when using firfox as my browser: Exc in ev handl: Error: Bad NPObject as private data!

    In the past few days I have been getting the following popup when I use firefox as my browser: Exc in ev handl: Error: Bad NPObject as private data!
    I assume it came from your latest update. I have windows vista with a 64 bit processor, and I am using the latest version of firefox. I checked to see if I was getting the same error message with explorer and I am not. It appears to be some sort of conflict with java script. Can this be corrected?

    re: recommendation -- "Remove McAfee Site Advisor and other extensions/plugins reported in the following lists of Blocked/Problematic extension: "
    NO -- I use it to protect my surfing! Why must FireFox insist on constantly breaking 3-rd party vendor apps!?! Even IE doesn't do this.
    For all the ballyhoo about FF and how great it is -- it ISN'T when it comes to how it supports other companies apps. (RealPlayer, Google, McAfee, etc.)
    Shame on them. I shouldn't have to give up functionality, and in this case protection -- just to use FF

  • *** ERROR = BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.

    Hello All,
    In our development system,  we are able to perform all the transactions normally(SAP level) and there is no performance issues..
    We have checked from OS level in work directory file dev_disp..
    We are getting below error.
    Can you please suggest us on this..............
    =========================================================
    ERROR => DpRqCheck: T72 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  72    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8012   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53650
    -IN-- req_info  MS_ERROR
    ERROR => DpRqCheck: T73 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  73    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8013   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53651
    -IN-- req_info  MS_ERROR
    ERROR => DpRqCheck: T74 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  74    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8014   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53652
    -IN-- req_info  MS_ERROR
    ERROR => DpRqCheck: T77 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  77    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8019   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53653
    -IN-- req_info  MS_ERROR
    Wed Apr  7 08:55:32 2010
    ***LOG Q0K=> DpMsAttach, mscon ( ussapdir00) [dpxxdisp.c   10127]
    Wed Apr  7 08:55:33 2010
    use SAPLOCALHOST=<ussapdir00> as internal hostname
    NiPAccept: accept failed (socket=7;errno=72)
    ***LOG Q0I=> NiPRead: recv (73: Connection reset by peer) [niuxi.c 928]
    SoftCancel request for T45 U8133 M0 received from REMOTE_TERMINAL
    Network error of client T46, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T46 is 10.228.250.65(10.228.250.65)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (8135 MKK27890 46 BREWL07D4359) [dpxxdisp.c   9830]
    RM-T46, U8135, 620     MKK27890, BREWL07D43598, 08:43:19, M0, W4,     , 2/0
    Network error of client T45, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Client address of T45 is 10.228.250.65(10.228.250.65)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (8133 RR606033 45 BREWL07D4359) [dpxxdisp.c   9830]
    RM-T45, U8133, 600     RR606033, BREWL07D43598, 08:38:22, M0, W0, SPRO, 2/3
    Release check o.K.
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    MBUF state ACTIVE
    Wed Apr  7 08:55:39 2010
    ERROR => DpRqCheck: T45 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  45    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8133   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53678
    -IN-- req_info  LOGOFF CANCELMODE
    Wed Apr  7 08:55:44 2010
    ERROR => DpRqCheck: T46 in stat TM_SLOT_FREE [dpxxdisp.c   5805]
    ***LOG Q0G=> DpRqBadHandle, bad_req ( DIA) [dpxxdisp.c   4621]
    ERROR => BAD REQUEST - Reason: DpRqCheck failed (line 5195): [dpxxdisp.c   4623]
    -IN-- sender_id DISPATCHER        tid  46    wp_ca_blk   -1      wp_id -1
    -IN-- action    SEND_TO_WP        uid  8135   appc_ca_blk -1      type  DIA
    -IN-- new_stat  NO_CHANGE         mode 0     len         -1      rq_id 53676
    -IN-- req_info  LOGOFF CANCELMODE
    ======================================================================
    Thanks in advance..
    Best Regards,
    Kiran

    Hi Kiran,
    It's not a problem or error, it's just a message and hence can be ignored. However you can check out SAP note 1111154 once, it will fix the issue probably if it's happening due to HTTP problem. Else you can very well ignore it.
    Regards
    Sourabh Majumdar

  • ASR9K PPPoE ERROR - bad session data

    In a month the second case all are disconnected Rrroyesessii and new aren't connected not to reboot a router yet.
    Messages
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: Bundle-Ether100.10: I dst ffff.ffff.ffff src bcee.7bed.90a0: len 46 0x11090000000c01010000010300040001000000000000000000000000000000000000000000000000000000000000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]: Bundle-Ether100.10 peer-mac bcee.7bed.90a0
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]:    vlan-id-outer 600
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]:    Service-name: 
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]:    Host-uniq: 00010000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: Bundle-Ether100.10: O dst bcee.7bed.90a0 src e4c7.227c.ea0b: len 31 0x11070000001901010000010300040001000001020009415352394b2d424e47
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADO-Sent]: Bundle-Ether100.10 peer-mac bcee.7bed.90a0
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADO-Sent]:    vlan-id-outer 600
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: Bundle-Ether100.10: I dst ffff.ffff.ffff src 0860.6e24.0390: len 46 0x11090000000c01010000010300040001000000000000000000000000000000000000000000000000000000000000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]: Bundle-Ether100.10 peer-mac 0860.6e24.0390
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]:    vlan-id-outer 88
    RP/0/RSP0/CPU0:Feb 12 20:17:00.396 : pppoe_ma[378]: [PADI-Recv]:    Service-name: 
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: Bundle-Ether100.10: O dst 5404.a68e.2160 src e4c7.227c.ea0b: len 31 0x11070000001901010000010300040001000001020009415352394b2d424e47
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADO-Sent]: Bundle-Ether100.10 peer-mac 5404.a68e.2160
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADO-Sent]:    vlan-id-outer 210
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: Bundle-Ether100.10: I dst ffff.ffff.ffff src 5404.a6e6.81d4: len 46 0x11090000000c01010000010300040001000000000000000000000000000000000000000000000000000000000000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADI-Recv]: Bundle-Ether100.10 peer-mac 5404.a6e6.81d4
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADI-Recv]:    vlan-id-outer 32
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADI-Recv]:    Service-name: 
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADI-Recv]:    Host-uniq: 00010000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: Bundle-Ether100.10: O dst 5404.a6e6.81d4 src e4c7.227c.ea0b: len 31 0x11070000001901010000010300040001000001020009415352394b2d424e47
    RP/0/RSP0/CPU0:Feb 12 20:17:00.410 : pppoe_ma[378]: [PADO-Sent]: Bundle-Ether100.10 peer-mac 5404.a6e6.81d4
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: Bundle-Ether100.10: I dst ffff.ffff.ffff src 60a4.4c8c.8ddc: len 46 0x11090000000c01010000010300040001000000000000000000000000000000000000000000000000000000000000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: [PADI-Recv]: Bundle-Ether100.10 peer-mac 60a4.4c8c.8ddc
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: [PADI-Recv]:    vlan-id-outer 60
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: [PADI-Recv]:    Service-name: 
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: [PADI-Recv]:    Host-uniq: 00010000
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: [PADI-Recv]:   ERROR - bad session data
    RP/0/RSP0/CPU0:Feb 12 20:17:00.518 : pppoe_ma[378]: Bundle-Ether100.10: O dst 60a4.4c8c.8ddc src e4c7.227c.ea0b: len 31 0x11070000001901010000010300040001000001020009415352394b2d424e47
    ASR9001 
    Cisco IOS XR Software, Version 5.1.1[Default]
    Copyright (c) 2014 by Cisco Systems, Inc.
    ROM: System Bootstrap, Version 2.04(20140227:092320) [ASR9K ROMMON]
    How to fight against it? before such it wasn't noticed 

    hi vladimir,
    I checked the source code when this error is set. this is seen when a session stage packet is received that has no valid idb (aka subscriber interface) for the session ID that was found in the packet together with the vlan tags.
    Now this is a PADI, so it is not a session packet to start with.
    Next I see that the function that sets this error is only called for on data packets when the opcode is 0x00 in your case the opcode is 0x09 which is a PADI.
    what I am thinking that is happening here is that the punt software has provided incorrect pointers to the start of the packet due to a sw bug.
    I would like to request if you can evaluate xr513 for this as I see some fixes in 512/513 relating to the punt handling sw that might be of benefit here.
    regards
    xander

  • I am getting an error Bad Request Request too long HTTP Error 400. The size of the request headers is too long.

    When I sign into Methodintegration.com my data base I can get in ok. When I sign out I get the following error: I am getting an error Bad Request Request too long HTTP Error 400. The size of the request headers is too long. If I close Fire Fox and go back in it will work one time and then I get the same error message.

    That is usually a problem with corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

Maybe you are looking for

  • The sequence does not show when exporting media from premiere

    hi i have the following setting for my sequence- editing mode- main concept bluray time base-25.00 preview file format -mpeg bd 1080 50i vbr 34 mbps width 1920 height- 1080 maximum render quality issue is when i export media the adobe media encoder d

  • Where are custom PDF page sizes stored?

    I built a new computer due to a failing hard drive and I want to copy over several custom page sizes that I created. It took a while to get these to mesh properly with Autocad and I don't want to have to make them all over again if possible. Are thes

  • How to do keyframes with 'level' filter?

    I'm trying to change the 'levels' as I do a move across a still. There is keyframable parameter in the 'levels' filter that allows me to add keyframes ... but this has no appreciable effect on the actual levels as far as I can see. How can I can 'lev

  • Is there such a thing as a smart Flickr album?

    I'd like to create a Flickr album in Aperture 3 that will automatically update when new photos are added, such as photos taken in 2010. I have a smart album that can do 2010 photos now, but Flickr albums seem to be manually controlled. Is there a way

  • Time entry error

    In the stand-alone quicktime player, there is an error when you try to enter the time into the field to the left of the play head. If you enter a single digit in the hours field or a double digit in the minutes field, the play head will go to the cor