hi all
I'm beginner in CORBA Server-Client application development.
My server- client application was worked well and i have tested it
too.
Due to some Network problem we have rebooted our dedicated server ,
then i restart my corba service, application in the server it started
running without any exception. when the client application tried to
connect with the server it go to wait_to_connect mode and gives
TRANSIENT ERROR
Configuration Details : ( For both the Server and Client Host )
Fedora 6
CORBA =ACE +TAO +5.5.1
The Naming_Service in the server is executed with the following
commands
Naming_Service -ORBEndPoint iiop://server_ip:2809
The Server application
../server -ORBInitRef NameService=cor baloc:iiop:serv er_ip:2809/
NameService
and the client in my localhost with
../clinet -ORBInitRef NameService=cor baloc:iiop:serv er_ip:2809/
NameService -ORBDebugLevel 10
the DebugLevel detail for client
TAO (1804|308640328 0) - Codeset_Manager _i::init_ccs, Loaded Codeset
translator <UTF8_Latin1_Fa ctory>, ncs = 00010001 tcs = 05010001
TAO (1804|308640328 0) - UTF16_BOM_Trans lator: forceBE 0
TAO (1804|308640328 0) Loaded default protocol <IIOP_Factory >
TAO (1804|308640328 0) created new ORB <test>
TAO (1804|308640328 0) - Transport_Cache _Manager::find_ i, no idle
transport is available
TAO (1804|308640328 0) - Transport_Cache _Manager::fill_ set_i,
current_size = 0, cache_maximum = 512
TAO (1804|308640328 0) - IIOP_Connector: :make_connectio n, to <server_ip:
2809which should block
TAO (1804|308640328 0) -
Transport_Conne ctor::wait_for_ connection_comp letion, going to wait for
connection completion on transport[142006576]
TAO (1804|308640328 0) - Leader_Follower[142006576]::wait_for_even t,
(leader) enter reactor event loop
Caught CORBA::SystemEx ception.
TRANSIENT (IDLmg.org/CORBA/TRANSIENT:1.0)
Destroying ORB <test>
The client waited and gets terminated.
Can any one help me in the issue
I'm beginner in CORBA Server-Client application development.
My server- client application was worked well and i have tested it
too.
Due to some Network problem we have rebooted our dedicated server ,
then i restart my corba service, application in the server it started
running without any exception. when the client application tried to
connect with the server it go to wait_to_connect mode and gives
TRANSIENT ERROR
Configuration Details : ( For both the Server and Client Host )
Fedora 6
CORBA =ACE +TAO +5.5.1
The Naming_Service in the server is executed with the following
commands
Naming_Service -ORBEndPoint iiop://server_ip:2809
The Server application
../server -ORBInitRef NameService=cor baloc:iiop:serv er_ip:2809/
NameService
and the client in my localhost with
../clinet -ORBInitRef NameService=cor baloc:iiop:serv er_ip:2809/
NameService -ORBDebugLevel 10
the DebugLevel detail for client
TAO (1804|308640328 0) - Codeset_Manager _i::init_ccs, Loaded Codeset
translator <UTF8_Latin1_Fa ctory>, ncs = 00010001 tcs = 05010001
TAO (1804|308640328 0) - UTF16_BOM_Trans lator: forceBE 0
TAO (1804|308640328 0) Loaded default protocol <IIOP_Factory >
TAO (1804|308640328 0) created new ORB <test>
TAO (1804|308640328 0) - Transport_Cache _Manager::find_ i, no idle
transport is available
TAO (1804|308640328 0) - Transport_Cache _Manager::fill_ set_i,
current_size = 0, cache_maximum = 512
TAO (1804|308640328 0) - IIOP_Connector: :make_connectio n, to <server_ip:
2809which should block
TAO (1804|308640328 0) -
Transport_Conne ctor::wait_for_ connection_comp letion, going to wait for
connection completion on transport[142006576]
TAO (1804|308640328 0) - Leader_Follower[142006576]::wait_for_even t,
(leader) enter reactor event loop
Caught CORBA::SystemEx ception.
TRANSIENT (IDLmg.org/CORBA/TRANSIENT:1.0)
Destroying ORB <test>
The client waited and gets terminated.
Can any one help me in the issue
Comment