PDA

View Full Version : Can't open....post Snow Leopard Upgrade


roostert
09-02-2010, 09:17 AM
Just as title says....this is what I'm getting when I try and open. Please advise!

while attempting to set the site (teaboy://client.teaboyaudio.com).
java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl )
During login. e=java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl )
java.lang.RuntimeException: During login. e=java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl )
java.lang.RuntimeException: During login. e=java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl )
at com.teaboyaudio.repository.SiteHttp.cmdLogin(SiteH ttp.java:648)
at com.teaboyaudio.repository.SiteHttp.<init>(SiteHttp.java:64)
at com.teaboyaudio.repository.Repository.addTeabagSit e(Repository.java:122)
at com.teaboyaudio.repository.Repository.setSite(Repo sitory.java:98)
at com.teaboyaudio.TeaboyApp.Profile.doLogin(Profile. java:276)
at com.teaboyaudio.TeaboyApp.TeaboyApp.loginLoop(Teab oyApp.java:857)
at TeaboyApp.TeaboyAppLauncher$1.run(TeaboyAppLaunche r.java:78)
at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 633)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:122)
Caused by: java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl )
at javax.net.ssl.DefaultSSLSocketFactory.throwExcepti on(SSLSocketFactory.java:179)
at javax.net.ssl.DefaultSSLSocketFactory.createSocket (SSLSocketFactory.java:186)
at sun.net.www.protocol.https.HttpsClient.createSocke t(HttpsClient.java:362)
at sun.net.NetworkClient.doConnect(NetworkClient.java :145)
at sun.net.www.http.HttpClient.openServer(HttpClient. java:394)
at sun.net.www.http.HttpClient.openServer(HttpClient. java:529)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
at sun.net.www.protocol.https.HttpsClient.New(HttpsCl ient.java:329)
at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(AbstractDelegateHttps URLConnection.java:172)
at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(HttpURLConnection.java:801)
at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(AbstractDelegateHttpsURLConnec tion.java:158)
at sun.net.www.protocol.http.HttpURLConnection.getOut putStream(HttpURLConnection.java:904)
at sun.net.www.protocol.https.HttpsURLConnectionImpl. getOutputStream(HttpsURLConnectionImpl.java:230)
at com.teaboyaudio.repository.SiteHttp$Poster.downloa dStreamInternal(SiteHttp.java:584)
at com.teaboyaudio.repository.SiteHttp$Poster.downloa dStream(SiteHttp.java:541)
at com.teaboyaudio.repository.SiteHttp.cmdLogin(SiteH ttp.java:638)
... 14 more
Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl )
at java.security.Provider$Service.newInstance(Provide r.java:1245)
at sun.security.jca.GetInstance.getInstance(GetInstan ce.java:220)
at sun.security.jca.GetInstance.getInstance(GetInstan ce.java:147)
at javax.net.ssl.SSLContext.getInstance(SSLContext.ja va:125)
at javax.net.ssl.SSLContext.getDefault(SSLContext.jav a:68)
at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocke tFactory.java:102)
at javax.net.ssl.HttpsURLConnection.getDefaultSSLSock etFactory(HttpsURLConnection.java:325)
at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:283)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:65)
at sun.net.www.protocol.https.Handler.openConnection( Handler.java:42)
at sun.net.www.protocol.https.Handler.openConnection( Handler.java:37)
at java.net.URL.openConnection(URL.java:945)
at com.teaboyaudio.repository.SiteHttp$Poster.downloa dStreamInternal(SiteHttp.java:566)
... 16 more
Caused by: java.io.EOFException
at java.io.DataInputStream.readInt(DataInputStream.ja va:375)
at sun.security.provider.JavaKeyStore.engineLoad(Java KeyStore.java:628)
at sun.security.provider.JavaKeyStore$JKS.engineLoad( JavaKeyStore.java:38)
at java.security.KeyStore.load(KeyStore.java:1185)
at com.sun.net.ssl.internal.ssl.TrustManagerFactoryIm pl.getCacertsKeyStore(TrustManagerFactoryImpl.java :202)
at com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl .getDefaultTrustManager(DefaultSSLContextImpl.java :70)
at com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl .<init>(DefaultSSLContextImpl.java:40)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Construc tor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at java.security.Provider$Service.newInstance(Provide r.java:1221)
... 28 more

roostert
09-03-2010, 08:36 PM
Left phone message. Please advise me with some help. I rely on teaboy daily for mix recalls and saves. Have not been able to use for 48 hours.

Thanks.

colinmiller
09-04-2010, 02:01 PM
Hi Robert. Sorry was out of town the past few days.

It looks to me like Java needs to be updated. Try using system updates to see if you can download the newest version of Java. Also, try sending an e-mail to help@teaboyaudio.com as it's more reliable than by phone. Sorry for not being there.

Colin Miller
Teaboy Audio