Trouble with Shootist TLS example
Andrew T Gin <[email protected]> Thu, 08 Feb 2007 13:05:47 +1300
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Organization | University of Canterbury | Te Whare Wananga o Waitaha |
| Message-ID | <[email protected]> |
Hi
Im having trouble getting the Shootist TLS example to work; It all
compiles fine, and I run Shootme:
$ java -Djavax.net.ssl.trustStore=testKeyStore
-Djavax.net.ssl.trustStorePassword=testPass examples/tls/Shootme
sipStack = gov.nist.javax.sip.SipStackImpl@ed0338
tls provider gov.nist.javax.sip.SipProviderImpl@16de49c
Then I run Shootist:
$ java -Djavax.net.ssl.trustStore=testKeyStore
-Djavax.net.ssl.trustStorePassword=testPass examples/tls/Shootist
createSipStack gov.nist.javax.sip.SipStackImpl@6e70c7
IO Error sending request
javax.sip.SipException: IO Error sending request
at
gov.nist.javax.sip.stack.SIPClientTransaction.sendRequest(SIPClientTransaction.java:916)
at examples.tls.Shootist.init(Shootist.java:390)
at examples.tls.Shootist.main(Shootist.java:400)
java examples.shootistTLS.Shootist
>>>> is your class path set to the root?
$
What could be causing the IO error?