Connection Manager Error - 17002 [message #67676] |
Wed, 29 December 2004 06:48 |
Erico
Messages: 2 Registered: December 2004
|
Junior Member |
|
|
Hi,
I'm using connection manager to access my oracle database from an app built in java(java web start).
The application starts normaly but sometimes I have the error "Code 17002: Io exception: Connection refused."
Then I need to restart the cman service to the app works again.
Can someone help me?
My CMAN.ora:
CMAN = (ADDRESS=(PROTOCOL=tcp)(HOST=hostname)(PORT=1630))
CMAN_ADMIN = (ADDRESS=(PROTOCOL=tcp)(HOST=hostname)(PORT=1650))
CMAN_PROFILE = (PARAMETER_LIST=
(MAXIMUM_RELAYS=8) # Default is normally too small
(LOG_LEVEL=0)
(SHOW_TNS_INFO=YES)
(RELAY_STATISTICS=NO)
(REMOTE_ADMIN=YES)
(ANSWER_TIMEOUT=2000)
(TRACING=NO)
)
PS: I'm using windows 2000 server behind a firewall.
Thanks,
Erico
|
|
|