<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.jacorb.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://www.jacorb.org/bugzilla/"
          
          maintainer="jacorb@goots.org"
>

    <bug>
          <bug_id>952</bug_id>
          
          <creation_ts>2013-06-17 11:06:29 +0000</creation_ts>
          <short_desc>Problems with the ClientConnectionManager and ClientGIOPConnection</short_desc>
          <delta_ts>2013-06-21 02:11:02 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>JacORB</product>
          <component>ORB</component>
          <version>3.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Martin">Martin.Langwieder</reporter>
          <assigned_to name="Mailinglist to track bugs">jacorb-bugs</assigned_to>
          <cc>jacorb</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3023</commentid>
    <comment_count>0</comment_count>
    <who name="Martin">Martin.Langwieder</who>
    <bug_when>2013-06-17 11:06:29 +0000</bug_when>
    <thetext>Hallo,
we&apos;ve got a pretty strange behaviour with the communication from client to server.
When starting the client, a new communication channel is opened to the server. Here is te logging from the JacORB component:
12.06.13 07:05:21,484 [] [Thread-34] INFO  jacorb.orb.giop -
ClientConnectionManager: found ClientGIOPConnection to 10.173.204.22:0
(8eeaee)
12.06.13 07:05:21,484 [] [Thread-33] INFO  jacorb.orb.delegate - Adding new retry group for 10.173.204.22:0
12.06.13 07:05:21,484 [] [Thread-34] INFO  jacorb.orb.delegate - Adding new retry group for 10.173.204.22:0
12.06.13 07:05:23,875 [] [SwingWorker-pool-1-thread-3] INFO  jacorb.orb.giop
- ClientConnectionManager: found ClientGIOPConnection to 10.173.204.22:0
(8eeaee)
12.06.13 07:05:23,875 [] [SwingWorker-pool-1-thread-3] INFO jacorb.orb.delegate - Adding new retry group for 10.173.204.22:0
12.06.13 07:05:31,312 [] [SSLServerSocketListener] INFO  jacorb.orb.iiop - Opened new server-side TCP/IP transport to 10.173.204.22:53502

As you can see, a new connection is opened to 10.173.204.22, which is the IP adress of the application server. This behaviour is completly ok.

Now the part, what I don&apos;t understand:
12.06.13 12:35:44,953 [] [SwingWorker-pool-1-thread-5] INFO  jacorb.poa -
oid: 01 0A 1F 11 21 07 48 48 10 06 30 46 38 14 14 1B 48 4C 1B   
....!.HH..0F8...HL.object is activated
12.06.13 12:35:45,015 [] [SwingWorker-pool-1-thread-5] INFO  jacorb.orb.giop
- ClientConnectionManager: created new ClientGIOPConnection to 127.0.0.5:0
(8ebb95)
12.06.13 12:35:45,015 [] [SwingWorker-pool-1-thread-5] INFO jacorb.orb.delegate - Adding new retry group for 127.0.0.5:0
12.06.13 12:35:46,062 [] [SwingWorker-pool-1-thread-5] INFO  jacorb.orb.iiop
- Retrying to connect to 127.0.0.5:7621

As you can see at the logging, a new ClientGIOPConnection is opened to 127.0.0.5, meaning the localhost. But why does that happen? With this configuration, the communication to the server is finished. Why doesn&apos;t it take again the IP-Adress of the server?
Is that a bug in JaCORB?

If you need further information, please tell.  Unfortunately, the bug is not reproduceable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3029</commentid>
    <comment_count>1</comment_count>
    <who name="Nick Cross">jacorb</who>
    <bug_when>2013-06-21 02:11:02 +0000</bug_when>
    <thetext>I&apos;m afraid there is not enough information here regarding client/server configuration, machine, code, properties etc to accurately diagnose any issue.

If you can submit a test case then please reopen this ticket.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>