We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repro steps:
be lucky jdb -classpath build\libs\trello-0.0.2.jar TrelloCmd stop in TrelloClient.doWork run use src\main\java catch all * cont
Here is what i know so far:
> TRELLO4J: REQUEST >>> GET : https://api.trello.com/1/lists/545d41be31d6dd812bd497e1/cards?key=<>&token=<> Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241) Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241) Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241) Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241) Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241) Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241) Exception occurred: java.security.InvalidKeyException (to be caught at: javax.crypto.Cipher.chooseProvider(), line=857 bci=241)"thread=SwingWorker-pool- 1-thread-1", javax.crypto.Cipher.checkCryptoPerm(), line=1,024 bci=30 SwingWorker-pool-1-thread-1[1] where [1] javax.crypto.Cipher.checkCryptoPerm (Cipher.java:1,024) [2] javax.crypto.Cipher.implInit (Cipher.java:790) [3] javax.crypto.Cipher.chooseProvider (Cipher.java:849) [4] javax.crypto.Cipher.init (Cipher.java:1,348) [5] sun.security.ssl.CipherBox. (CipherBox.java:175) [6] sun.security.ssl.CipherBox.newCipherBox (CipherBox.java:208) [7] sun.security.ssl.CipherSuite$BulkCipher.newCipher (CipherSuite.java:467) [8] sun.security.ssl.CipherSuite$BulkCipher.isAvailable (CipherSuite.java:507) [9] sun.security.ssl.CipherSuite$BulkCipher.isAvailable (CipherSuite.java:485) [10] sun.security.ssl.CipherSuite.isAvailable (CipherSuite.java:190) [11] sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList (SSLContextImpl.java:342) [12] sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList (SSLContextImpl.java:300) [13] sun.security.ssl.SSLSocketImpl.init (SSLSocketImpl.java:576) [14] sun.security.ssl.SSLSocketImpl. (SSLSocketImpl.java:512) [15] sun.security.ssl.SSLSocketFactoryImpl.createSocket (SSLSocketFactoryImpl.java:73) [16] sun.net.www.protocol.https.HttpsClient.createSocket (HttpsClient.java:409) [17] sun.net.NetworkClient.doConnect (NetworkClient.java:162) [18] sun.net.www.http.HttpClient.openServer (HttpClient.java:432) [19] sun.net.www.http.HttpClient.openServer (HttpClient.java:527) [20] sun.net.www.protocol.https.HttpsClient. (HttpsClient.java:275) [21] sun.net.www.protocol.https.HttpsClient.New (HttpsClient.java:371) [22] sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient (AbstractDelegateHttpsURLConnection.java:191) [23] sun.net.www.protocol.http.HttpURLConnection.plainConnect (HttpURLConnection.java:932) [24] sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect (AbstractDelegateHttpsURLConnection.java:177) [25] sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:1,300) [26] java.net.HttpURLConnection.getResponseCode (HttpURLConnection.java:468) [27] sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode (HttpsURLConnectionImpl.java:338) [28] org.trello4j.TrelloImpl.doRequest (TrelloImpl.java:1,204) [29] org.trello4j.TrelloImpl.doRequest (TrelloImpl.java:1,172) [30] org.trello4j.TrelloImpl.doGet (TrelloImpl.java:1,152) [31] org.trello4j.TrelloImpl.getListByBoard (TrelloImpl.java:139) [32] TrelloClient.getListsInBoard (TrelloClient.java:176) [33] TrelloClient.doWork (TrelloClient.java:163) [34] TrelloClient.doInBackground (TrelloClient.java:91) [35] TrelloClient.doInBackground (TrelloClient.java:18) [36] javax.swing.SwingWorker$1.call (SwingWorker.java:296) [37] java.util.concurrent.FutureTask.run (FutureTask.java:262) [38] javax.swing.SwingWorker.run (SwingWorker.java:335) [39] java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1,145) [40] java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:615) [41] java.lang.Thread.run (Thread.java:744) Exception occurred: java.security.NoSuchAlgorithmException (to be caught at: sun.security.ssl.CipherSuite$BulkCipher.isAvailable(), line=510 bci=68) Exception occurred: java.security.NoSuchAlgorithmException (to be caught at: sun.security.ssl.CipherSuite$BulkCipher.isAvailable(), line=510 bci=68) Exception occurred: java.security.NoSuchAlgorithmException (to be caught at: sun.security.ssl.CipherSuite$BulkCipher.isAvailable(), line=510 bci=68) Exception occurred: java.security.NoSuchAlgorithmException (to be caught at: sun.security.ssl.CipherSuite$BulkCipher.isAvailable(), line=510 bci=68) Exception occurred: java.security.NoSuchAlgorithmException (to be caught at: sun.security.ssl.CipherSuite$BulkCipher.isAvailable(), line=510 bci=68) Exception occurred: java.security.NoSuchAlgorithmException (to be caught at: sun.security.ssl.CipherSuite$BulkCipher.isAvailable(), line=510 bci=68)"thr ead=SwingWorker-pool-1-thread-1", sun.security.ssl.CipherBox.(), line=187 bci=172 SwingWorker-pool-1-thread-1[1] next > The application exited
The text was updated successfully, but these errors were encountered:
No branches or pull requests
repro steps:
Here is what i know so far:
The text was updated successfully, but these errors were encountered: