I have a Corba Servant which works if I access it by corbaloc.
Currently I am running client and server at the same machine.
xx.xx.xx.xx = my machines ip adress

I registered the Servant at JBoss Naming service and got no errors but one 
warning at runtime.

2004-12-06 15:38:48,382 INFO  [org.jboss.naming.NamingService] Starting jnp 
server
2004-12-06 15:38:48,664 INFO  [org.jboss.naming.NamingService] Started 
jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client 
SocketFactory=null, Server [EMAIL PROTECTED]
2004-12-06 15:38:48,679 WARN  [org.jboss.naming.NamingService] 
Context.PROVIDER_URL in server jndi.properties, url=xx.xx.xx.xx:10992004-12-06 
15:38:48,695 INFO  [org.jboss.naming.NamingService] Listening on port 1099
2004-12-06 15:38:48,726 INFO  [org.jboss.naming.NamingService] Started 
jboss:service=Naming

When I try to access a Server method at the client the following
Jacorb Traces appears at the Server:

ClientConnectionManager: created new conn to target 0.0.0.0:3528

The Client trace is at this time:

Trying to connect to xx.xx.xx.xx:3528 ]
[ 06:12:2004:15:39:27:742> Connected to xx.xx.xx.x:3528 ]
looking up "CmdLogger2"
[ 06:12:2004:15:39:27:804> Delegate.getReference with POA < empty> ]
[ 06:12:2004:15:39:27:992> ConnectionManager: created new conn to target 
0.0.0.0:3528 ]
[ 06:12:2004:15:39:27:992> (Pool)[0/1] creating new thread ]
[ 06:12:2004:15:39:27:992> Successfully negotiated Codesets. Using ISO 8859-1 
as TCS and UTF-16 as TCSW ]
[ 06:12:2004:15:39:28:007> (Pool)[1/2] added idle thread ]
[ 06:12:2004:15:39:28:226> (Pool)[0/2] removed idle thread (job scheduled) ]
[ 06:12:2004:15:39:28:242> Trying to connect to 0.0.0.0:3528 ]
[ 06:12:2004:15:39:28:242> Retrying to connect to 0.0.0.0:3528 ]
[ 06:12:2004:15:39:28:742> Retrying to connect to 0.0.0.0:3528 ]
org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 0.0.0.0:3528  
minor code: 0  completed: No
        at 
org.jacorb.orb.connection.Client_TCP_IP_Transport.connect(Client_TCP_IP_Transport.java:169)
        at 
org.jacorb.orb.connection.TCP_IP_Transport.write(TCP_IP_Transport.java:287)
        at 
org.jacorb.orb.connection.GIOPConnection.write(GIOPConnection.java:487)
        at org.jacorb.orb.CDROutputStream.write(CDROutputStream.java:275)
        at 
org.jacorb.orb.connection.ServiceContextTransportingOutputStream.write_to(ServiceContextTransportingOutputStream.java:277)
        at 
org.jacorb.orb.connection.GIOPConnection.sendMessage(GIOPConnection.java:517)

Does anybody know what could be the reason for jacorb to use 0.0.0.0
instead of my machines adress ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857550#3857550

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857550


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to