cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
924
Views
0
Helpful
0
Replies

com.cisco.jtapi.PlatformExceptionImpl: Unable to create provider -- Operation timed out (Connection timed out)

psramka
Cisco Employee
Cisco Employee

I am a using a dev net sand box. CTI is supposed to pre-configured properly, but when I try to connect via JTAPI I get this exception:

com.cisco.jtapi.PlatformExceptionImpl: Unable to create provider -- Operation timed out (Connection timed out)

 

This is the code that I am using to make the connection:

String providerString = cucmUrl + ";login=" + cucmLogin + ";passwd=" + cucmPasswd;

JtapiPeer peer = JtapiPeerFactory.getJtapiPeer ( null );

Provider provider = peer.getProvider(providerString);

 

The code fails on the third line.

 

This same code works fine when I try to connect to a "real" CUCM server that is not from the devnet sandbox.

 

Please help. :-)

0 Replies 0