BRIDGE process is not able to establish network address

Hi,
I am trying to setup a network application, the operating system is SunOS 5.8 , the listeners have been brought up, while booting the master it gives the error could not establish network address, check device and address. the network section of ubb is as below :
NADDR="//10.188.42.96:58640"
BRIDGE="/dev/tcp"
NLSADDR="//10.188.42.96:58641"
the ulog shows following entries....
075149.gws210d113!DBBL.15079.1.0: CMDTUX_CAT:4350: INFO: BBL started on d2d_3 - Release 7000
075149.gws210d113!BBL.15084.1.0: 07-15-2010: Tuxedo Version 7.1, 32-bit, Patch Level 350
075149.gws210d113!BBL.15084.1.0: LIBTUX_CAT:262: INFO: Standard main starting
075149.gws210d113!BRIDGE.15088.1.0: 07-15-2010: Tuxedo Version 7.1, 32-bit
075149.gws210d113!BRIDGE.15088.1.0: LIBTUX_CAT:262: INFO: Standard main starting
075204.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 75 seconds for port to clear
075219.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 60 seconds for port to clear
075234.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 45 seconds for port to clear
075249.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 30 seconds for port to clear
075304.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 15 seconds for port to clear
075319.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 0 seconds for port to clear
075320.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:4340: ERROR: Could not establish network address //10.188.42.96:58640 - check device and address
075320.gws210d113!BRIDGE.15088.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
075320.gws210d113!BRIDGE.15088.1.0: CMDTUX_CAT:494: INFO: BRIDGE exiting system
Thanks.
Edited by: user12831907 on Jul 15, 2010 12:10 AM

Hi,
the ports seem to be clear, lsof gives following ouput :
(gws210d113)/opt/tuxedo> lsof -i :58640
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tlisten 19585 tuxedo 3u IPv4 0x3002fbff228 0t0 TCP gws210d113:58640 (LISTEN)
(gws210d113)/opt/tuxedo> lsof -i :58641
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tlisten 19592 tuxedo 3u IPv4 0x3003ddaec70 0t0 TCP gws210d113:58641 (LISTEN)
I am starting tlisten as non-root user and as follows :
tlisten -l //10.188.42.96:58640
tlisten -l //10.188.42.96:58641
The following are the logs from master machine :
021524.gws210d113!DBBL.19074.1.0: 07-24-2010: Tuxedo Version 7.1, 32-bit
021524.gws210d113!DBBL.19074.1.0: LIBTUX_CAT:262: INFO: Standard main starting
021526.gws210d113!DBBL.19074.1.0: CMDTUX_CAT:4350: INFO: BBL started on d2d_3 - Release 7000
021526.gws210d113!BBL.19079.1.0: 07-24-2010: Tuxedo Version 7.1, 32-bit, Patch Level 350
021526.gws210d113!BBL.19079.1.0: LIBTUX_CAT:262: INFO: Standard main starting
021527.gws210d113!BRIDGE.19080.1.0: 07-24-2010: Tuxedo Version 7.1, 32-bit
021527.gws210d113!BRIDGE.19080.1.0: LIBTUX_CAT:262: INFO: Standard main starting
021541.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 75 seconds for port to clear
021556.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 60 seconds for port to clear
021611.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 45 seconds for port to clear
021626.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 30 seconds for port to clear
021642.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 15 seconds for port to clear
021657.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4400: INFO: Waiting up to 0 seconds for port to clear
021658.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:4340: ERROR: Could not establish network address //gws210d113:58640 - check device and address
021658.gws210d113!BRIDGE.19080.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
021658.gws210d113!BRIDGE.19080.1.0: CMDTUX_CAT:494: INFO: BRIDGE exiting system
021701.gws210d113!tmboot.19064.1.-2: 07-24-2010: Tuxedo Version 7.1, 32-bit
021701.gws210d113!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process BSBRIDGE at d2d_3_fallback failed with /T tperrno (TPENOENT - no entry found)
021703.gws210d113!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process BBL at d2d_3_fallback failed with /T tperrno (TPENOENT - no entry found)
021703.gws210d113!tmboot.19064.1.-2: WARN: No BBL available on site d2d_3_fallback.
Will not attempt to boot server processes on that site.
Also, I think that the problem occurs when master is trying to boot the services on slave machine, the following is the ULOG entries logged in slave machine :
022324.apt3s009z1!BSBRIDGE.14223.1.0: 07-25-2010: Tuxedo Version 7.1
022324.apt3s009z1!BSBRIDGE.14223.1.0: LIBTUX_CAT:262: INFO: Standard main starting
022324.apt3s009z1!BSBRIDGE.14223.1.0: CMDTUX_CAT:1373: ERROR: Abnormal disconnect from gws210d113
022324.apt3s009z1!BSBRIDGE.14223.1.0: CMDTUX_CAT:473: ERROR: Could not find DBBL
022324.apt3s009z1!BSBRIDGE.14223.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
022326.apt3s009z1!BBL.14224.1.0: 07-25-2010: Tuxedo Version 7.1
022326.apt3s009z1!BBL.14224.1.0: LIBTUX_CAT:503: ERROR: Cannot find DBBL
022326.apt3s009z1!BBL.14224.1.0: LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr =
022326.apt3s009z1!BBL.14224.1.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
Also, it might help to know that on Slave machine, the connection is established on the listener port :
10.80.156.13.58502 10.188.42.96.64462 131768 0 49248 0 ESTABLISHED
10.80.156.13.58502 *.* 0 0 49152 0 LISTEN
Thanks and Regards.
Edited by: vis_punch on Jul 24, 2010 2:53 AM

Similar Messages

  • Cisco2851 Any connect was not able to establish a connection to the specified secure gateway and Win7

    Hello ,
    R2811 Route config ssl vpn
    anyconnect-win-2.5.3055-k9.pkg
    windows xp ie6-8 all connection ssl vpn gateway,but win7 not able to establish
    IE browser display
    This website security certificate has a problem.

    asa5500 platform +anyconnect-win-2.5.3055-k9.pkg
    win7 win2000 winxp all connection!
    is why?

  • Not able to change Billing address

    Hello,
    I purchased my iphone4 when I was working in Dubai. 3 weeks back I decided to move back to my home back in India. Having resently got my credit card I decided to update my billing information. To my surprise it shows that I have $1.5 pending ! The systems asked me to enter my old Credit card details ( card I once owned in Dubai). I am not able to change my address nor am I am able to change my credit card details till this is sorted.
    Well I have left Dubai (UAE) for good. Credit card I have once have been cancelled. I will be more the happy to my any dues (if any)  from my Current Indian card, if I am allowed to change my account details.
    If not I will be stuck and will not be able to purchase any new apps or upgrade the same. Please help me
    regards
    -Rohit

    You can contact iTunes support and request that they remove the $0.68 from your account here:
    http://www.apple.com/support/itunes/contact/
    They should respond within 24 hours.

  • I'm not able to get network in my office as compare to samsung s4.what will I have to do ,pls give suggestions ....

    I'm not able to get cellular network in my office as compare to samsung s4.what will I have to do ,pls give suggestions .... 

    Contact whoever controls your office network for the login details.

  • I am not able to jump to address bar by pressing F6 in version 4.0.1 but it was working in version 3.

    I understand F6 is used to switch between frames but i am not able to switch it to address bar frame using this feature.

    The F6 shortcut to the Address Bar is '''standard''' functionality in all browsers and has been since the beginning of time. With the release of V.4 this has been changed, in Firefox alone and I see that V.5 has the same. I rely very heavily on keyboard shortcuts to work efficiently and speedily and this is a really big let down from my favorite browser. Please restore the feature. I've had to look at alternative browsers that '''do''' support this feature.

  • Not able to find email address in candidate search in erecruitment module

    Hi,
    I am not able to findemail addressin candidate search open search for few candidates who are hired and perner generated. Why is it happening . Check BUT tables and found addr is missing for the Hired candidates.
    Regards,
    Sarvada

    Hi Sarvada,
    What level are you at with your E_Recruitment system?  SAP has issued a note 1783912 which addresses the issue of e-mail addresses.
    Unless this note is implemented, you will lose the e-mail address when a Candidate is hired and is issued a Company e-mail address.  This is now resolved, in that there is a new subtype of IT0105-Communications - subtype 0030 to retain the personal e-mail address on the employee side and also a new field to retain it in IT5102 on the Candidate side
    See also notes 1797722 and 1856417.
    Paul

  • Aironet 1310 - not able to establish UDP vpn

    We hv installed aironet 1310 in AP as well as root and non root bridge combination with IOS 12.4(3g)JA1.
    config works fine for the normal operation like getting client connected to ap, getting IP from DHCP server on the network. The problem is with the UDP vpn. We hv an application which after getting DHCP ip establish the UDP vpn connection which always fails. Aironet 1310 is connected cisco switches.
    At some of the AP/bridge playing with the cisco switch setting (speed and duplex) it do work. But that is only a try and error method. But with few other root bridge even trying the same combination doens't work.
    Has anyone experience such issue ? Is there any config changes to be made for such UDP vpn ?
    Early help would be appreciated.

    tnelson 2000 wrote:
    > Using a BM 3.9 SP1 C2S VPN, client is unable to make the connection and
    > receives an IKE errror. On the IKE screen I see:
    >
    > 3-30-2009 11:20:08 am ***Receive Main Mode message from 166.67.67.168
    > 3-30-2009 11:20:08 am
    > I-COOKIE=CCA3E8F0ED6F3E17,R-COOKIE=BE5D97D18110D902,MsgID=0,1stPL=KEY-PAYLOAD,state=-1688846356
    > 3-30-2009 11:20:08 am The first payload of the message #1 is not the SA
    > Payload!
    > 3-30-2009 11:20:08 am sending notify message type: 4 to 166.67.67.168
    >
    > 3-30-2009 11:20:08 am ***Send Unacknowledge Informational message to
    > 166.67.67.168
    > 3-30-2009 11:20:08 am
    > I-COOKIE=CCA3E8F0ED6F3E17,R-COOKIE=BE5D97D18110D902,MsgID=AF8AD706,1stPL=NOTIF Y-PAYLOAD,state=-1688846244
    Something in the path is tampering the packet. Probably a nat router.
    > I have another client that is setting just outside of our firewall that
    > makes the connection just fine.
    > I've provided the following ports to the client's ISP to open:
    >
    > TCP Port 353
    > UDP Port 353
    > UDP Port 2010
    > TCP Port 500
    > TCP Port 213
    > Protocol ID of 57
    >
    > Are these correct?
    Not at all
    If so, what else should I look for that would cause
    > this? Thank you for any help. I need this resolved ASAP as this is a
    > government agency that require remote access for payroll.
    >
    >
    udp 4500
    udp 500
    IP Protocol 50
    Also here tid10088980 you'll find useful info

  • Playbook WIFI connected but not able to access network

    Hi,
    Have a 32GB Playbook and from new has had wifi issues. Running 2.1.0.1314.
    Symptoms are that works fine on a variety of open and secure networks until a point where wifi is showing as connected, it tells me I have an internet connection but no apps or browsers able to access the internet, just unable to resolve host name.
    Having trawled the internet I have tried the following fixes -
    All methods of rebooting and changing date/time etc.
    Deleting the saved network - in fact all networks
    Changing various settings etc.
    The only fix that works is a complete security wipe at which point it works again until the next time, which has now occurred 5 times.
    The onset of each episode of being frozen off of networks seems to be login on open connections. I have it set to ask for connection to a saved network and when accepted the login page opens. However on occasion the login "handshake" seems to get confused and I am left with the device supposedly loggedin but no network access.
    No matter what I then do the same issue exists on all networks I try until I do a full wipe.
    All settings are standard, websites allowed to access location etc.
    Can't register the device for support, get the message that support not available.
    Any help appreciated.

    UPDATE
    After deleting all saved networks and rebooting the PB it failed to connect again to the secure network I had last tried.
    However, it did connect to an open wifi hotspot. I am wondering whether I need to ensure that the next network I try after experiencing the issue and doing the above is different to the one I was trying to connect to last.
    Is there some kind of residual network memory hang up !
    Will update again next time it occurs, which historically has been every 2 - 7 days.

  • Sql developer - not able to establish connection

    I have installed sql developer 3.2.2 and now I am trying to establish a connection with the database 'orcl' which I just created. But it is giving me a 'socket read timed out error' with vendor code 504. Please help. Thanks in advance.

    The output from 'lsnrctl status' is -
    C:\Users\Bits>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-OCT-2013 22:59
    :55
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                11-OCT-2013 10:18:43
    Uptime                    0 days 12 hr. 41 min. 38 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\Oracle\Bits\product\11.2.0\dbhome_1\network\admin\l
    istener.ora
    Listener Log File         c:\oracle\bits\diag\tnslsnr\Bits-PC\listener\alert\log
    .xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully.
    The output for 'tnsping orcl' is -
    C:\Users\Bits>tnsping orcl
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-OCT-2
    013 23:04:28
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    C:\Oracle\Bits\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
    t)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (0 msec)
    The windows firewall is not working on my computer. Is that causing this issue?

  • Not able to access Network Shared Variable when deployed in PC

    Initially, when we deploy a Network Published Shared Variable in PC and try to access the same (Read/Write) from RT, we get an error/warning "-1950679023". But when we access the same variable from the PC, it works fine. In the distributed system manager, we can see the variable getting deployed. Also the value changes in Distributed System Manager if we write a value from PC. The attached image "Shared variable Issue.png" will give more understanding of this issue. 
    The other way round it works fine i.e deploying in RT side and accessing from both RT and PC is working fine. 
    We also see that the network adapter settings is not loading properly in MAX, if at all we install any software in RT. With no software installed, it loads properly. 
    The following were the steps that we tried to solve the issue. 
    1.Flushing the entire NI software and Re- installing again 
    2.Formatting the RT(PXI). 
    3.Removing the EtherCAT Card and testing. 
    4.Checked the network properties of the RT network. 
    5.Checked the IP/Subnet/Gateway settings. 
    6.Checked Firewall Settings, If Shared Variable Engine is accessible.
    Attachments:
    Shared variable Issue.png ‏491 KB

    First Root cause needs to be identified before any actions.
    I would suggest first check if you can access the shared variable hosted in PC from RT using other ways like using SVE API (Logos and PS protocols, Datasocket etc..)
    Check if antivirus or firewall is playing...
    Check the same experiment with some other PC if you can.
    You can also try creating another Shared Variable in RT and binding the same to the PC and try to access it...
    Since you have did all the reinstallations already
    Best Regards,
    Vijay.

  • Not able to access network shares on a Win 7 Pro SP1 machine on certain machines

    I have computer "FileShare"
    It runs Windows 7 Pro SP1 and it's current on updates.  Password Protected Sharing is OFF, Advanced Sharing is set to "Everyone read/write"
    I can access it from other PC's in the same workgroup and no passwords are prompted for.  The other PC's run XP or Win 7, and they all work fine.
    However I have a Laptop running XP Pro SP3 current on updates, and a Win 7 Pro SP1 TestBox also current on updates.
    The Laptop and TestBox require passwords to log into the network shares.  I've tried rebooting all of them, adding "guest" to the user list for shares on computer "FileShare", and have even set a blank password to Guest on "FileShare". 
    Tried Turning Password Protection off and on again. Rebooting again. The Laptop and Textbox still need passwords, while numerous other XP desktops can access the network shares just fine.
    Any ideas on what to do?

    Hi,
    This behavior may occur if all the following conditions are true:
    a. NetBIOS over TCP/IP is not turned on (enabled) on one or more computers in the workgroup.
    b. The Computer Browser service is not started or is turned off on one or more computers in the workgroup.
    This behavior may also occur if File and Print Sharing for Microsoft Networks is not installed or is blocked by Windows Firewall.
    Step 1: Enable NetBIOS over TCP/IP
    Control Panel > Network and Internet Connections > Network Connections > Right-click Local Area Connection, and then click Properties > Internet Protocol (TCP/IP), and then click Properties.
    > click Advanced > Click the WINS tab > Under NetBIOS setting, click Enable NetBIOS over TCP/IP, and then click OK two times > Click Close to close the Local Area Connection Properties dialog box.
    > Close the Network Connections window.
    Step 2: Start the Computer Browser service
    Start > right-click My Computer > Manage > Double-click Services and Applications > Double-click Services > On the right side, right-click Computer Browser, and then click Start.
    > Close the Computer Management window.
    Step 3: Temporary disable firewall and antivirus programs for test.
    It also can be caused by software conflicts. If the issue disappears in the Clean Boot environment, we can use a 50/50 approach to quickly narrow down which entry is causing the issue.
    How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows Vista
    http://support.microsoft.com/kb/929135
    Since the issue does not occur in all computers, you should also compare the different settings between them to narrow down the cause.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Java print api could not able to detect network printers pls hlp me

    Hi
    am using the following java api(java1.4.2_06)
    PrintService printService[] = PrintServiceLookup.lookupPrintServices();
    PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
    the "lookupPrintServices"&"lookupDefaultPrintService" classes couldnot find network printer.
    if i connect local priner the api returning array lengh > 0.
    if i connect network printer it is returning array lengh =0;(only)

    Hi rudz,
    After the statement PrintService[] pservices =PrintServiceLookup.lookupPrintServicesjust insert the following statement to display all the printers available :
    for (PrintService ps : pservices) System.out.println(ps.getName());Also, if you want to use another printer than the default one, you have to use the appropriate index of pservices.

  • Safari not able to establish a secure connection

    Under my wife's user, all of a sudden today, Safari is unable to establish a secure connection to secure websites. On my user there is no problem. Only on hers. Does anybody know why this is happening? All of our security settings are the same.

    Found the problem. Wife changed parental controls.

  • Not able to perform network searches

    For a about a month or so now I am unable to perform a network search. I can connect to everything in my network ie. other mac's, pc's, xServe. But, if I am looking for a particular file on a connected computer "server" I get no results.

    fixed with update

  • Not able to change delivery address in PO having account assignment cat M

    Hi All
    We have a scenario where we are creating SO then a PR is getting created from this SO and finally buyer is converting Preq in to PO (account assignment is M as it is against a customer order), now by default the delivery address in PO is coming to that of customer address , but we want to change this delivery address to that of a location where some assembly work will be done. But system is not allowing us to change the delivery address, as soon as we change the address system overwrites it with the original customer address.
    Please provide your valuable inputs.
    regards
    Yogesh

    Thanks Jurgen for providing the OSS information though still as per the note Delivery address field should be in display mode but we are able to edit the delivery address but after pressing the "Enter" key system overwrites it with the original customer address. Anyways point is we can not change the delivery address in PO in such case.
    Now I am worried how to handle the below scenario , it would be great if you can provide some inputs.
    Our client is selling big equipments to customers and an equipment consists of many components. Now when a customer order comes , sales team punches the SO in the system where BOM explosion happens and it creates Preq (because all components needs to be delivered to customer, 3 PDS situation), Buyer converts Preq into PO (account assignment M and there comes SO info under account assignment in item details of The PO).
    All the components under an equipment comes from different supplier but for some compeonents instead of direct shipment to customer we need them at an isolated location where some assembly work will be done and that assemled thing will be then delivered to Customer. So to communicate to the supplier that the component needs to be dlivered at some other location and not to the customer location I was trying to change the delivery address as by default for such orders customer address comes in the PO.
    Any pointers how to map this business sceneraio.
    regards
    Yogesh

Maybe you are looking for