Advertisement
Guest User

jucyBug

a guest
Jul 4th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.54 KB | None | 0 0
  1. 05 Jul 2015 04:17:08,220 ERROR CryptoManager.java Line:89 java.security.NoSuchAlgorithmException: TLSv1.2 SSLContext not available
  2. java.security.NoSuchAlgorithmException: TLSv1.2 SSLContext not available
  3. at sun.security.jca.GetInstance.getInstance(GetInstance.java:142)
  4. at javax.net.ssl.SSLContext.getInstance(SSLContext.java:125)
  5. at uc.crypto.CryptoManager.loadTLS(CryptoManager.java:82)
  6. at uc.crypto.CryptoManager.<init>(CryptoManager.java:59)
  7. at uc.Identity.<init>(Identity.java:79)
  8. at uc.Identity$DefaultIdentity.<init>(Identity.java:240)
  9. at uc.DCClient.<init>(DCClient.java:500)
  10. at eu.jucy.gui.ApplicationWorkbenchWindowAdvisor.preWindowOpen(ApplicationWorkbenchWindowAdvisor.java:133)
  11. at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWindow.java:1328)
  12. at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:413)
  13. at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workbench3xImplementation.java:31)
  14. at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1925)
  15. at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1923)
  16. at org.eclipse.ui.internal.Workbench$68.runWithException(Workbench.java:3663)
  17. at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
  18. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  19. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  20. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
  21. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
  22. at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
  23. at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1600)
  24. at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
  25. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  26. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  27. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
  28. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
  29. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2609)
  30. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  31. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  32. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  33. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  34. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  35. at eu.jucy.gui.Application.start(Application.java:102)
  36. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  37. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  38. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  39. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
  40. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  44. at java.lang.reflect.Method.invoke(Method.java:597)
  45. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
  46. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
  47. at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
  48. 05 Jul 2015 04:17:10,758 ERROR UnblockingConnection.java Line:673 java.lang.NullPointerException
  49. java.lang.NullPointerException
  50. at uc.crypto.CryptoManager.createSSLEngine(CryptoManager.java:117)
  51. at uc.protocols.UnblockingConnection.reset(UnblockingConnection.java:633)
  52. at uc.protocols.UnblockingConnection.reset(UnblockingConnection.java:713)
  53. at uc.protocols.AbstractConnection.reset(AbstractConnection.java:104)
  54. at uc.protocols.UnblockingConnection.start(UnblockingConnection.java:147)
  55. at uc.protocols.hub.Hub.start(Hub.java:629)
  56. at uc.DCClient$7.run(DCClient.java:889)
  57. at uc.DCClient$3.run(DCClient.java:280)
  58. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  59. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  60. at java.lang.Thread.run(Thread.java:695)
  61. 05 Jul 2015 04:17:50,761 WARN DCClient.java Line:282 execution of runnable failed..java.lang.NullPointerException isShutdown:false
  62. java.lang.NullPointerException
  63. at uc.protocols.UnblockingConnection$9.run(UnblockingConnection.java:816)
  64. at uc.DCClient$3.run(DCClient.java:280)
  65. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  66. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  67. at java.lang.Thread.run(Thread.java:695)
  68. 05 Jul 2015 04:25:09,375 ERROR CryptoManager.java Line:89 java.security.NoSuchAlgorithmException: TLSv1.2 SSLContext not available
  69. java.security.NoSuchAlgorithmException: TLSv1.2 SSLContext not available
  70. at sun.security.jca.GetInstance.getInstance(GetInstance.java:142)
  71. at javax.net.ssl.SSLContext.getInstance(SSLContext.java:125)
  72. at uc.crypto.CryptoManager.loadTLS(CryptoManager.java:82)
  73. at uc.crypto.CryptoManager.<init>(CryptoManager.java:59)
  74. at uc.Identity.<init>(Identity.java:79)
  75. at uc.Identity$DefaultIdentity.<init>(Identity.java:240)
  76. at uc.DCClient.<init>(DCClient.java:500)
  77. at eu.jucy.gui.ApplicationWorkbenchWindowAdvisor.preWindowOpen(ApplicationWorkbenchWindowAdvisor.java:133)
  78. at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWindow.java:1328)
  79. at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:413)
  80. at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workbench3xImplementation.java:31)
  81. at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1925)
  82. at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1923)
  83. at org.eclipse.ui.internal.Workbench$68.runWithException(Workbench.java:3663)
  84. at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
  85. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  86. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  87. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
  88. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
  89. at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
  90. at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1600)
  91. at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
  92. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  93. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  94. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
  95. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
  96. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2609)
  97. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  98. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  99. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  100. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  101. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  102. at eu.jucy.gui.Application.start(Application.java:102)
  103. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  104. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  105. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  106. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
  107. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  111. at java.lang.reflect.Method.invoke(Method.java:597)
  112. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
  113. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
  114. at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
  115. 05 Jul 2015 04:25:25,895 ERROR UnblockingConnection.java Line:673 java.lang.NullPointerException
  116. java.lang.NullPointerException
  117. at uc.crypto.CryptoManager.createSSLEngine(CryptoManager.java:117)
  118. at uc.protocols.UnblockingConnection.reset(UnblockingConnection.java:633)
  119. at uc.protocols.UnblockingConnection.reset(UnblockingConnection.java:713)
  120. at uc.protocols.AbstractConnection.reset(AbstractConnection.java:104)
  121. at uc.protocols.UnblockingConnection.start(UnblockingConnection.java:147)
  122. at uc.protocols.hub.Hub.start(Hub.java:629)
  123. at uc.DCClient$7.run(DCClient.java:889)
  124. at uc.DCClient$3.run(DCClient.java:280)
  125. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  126. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  127. at java.lang.Thread.run(Thread.java:695)
  128. 05 Jul 2015 04:26:05,899 WARN DCClient.java Line:282 execution of runnable failed..java.lang.NullPointerException isShutdown:false
  129. java.lang.NullPointerException
  130. at uc.protocols.UnblockingConnection$9.run(UnblockingConnection.java:816)
  131. at uc.DCClient$3.run(DCClient.java:280)
  132. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  133. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  134. at java.lang.Thread.run(Thread.java:695)
  135. 05 Jul 2015 04:34:14,386 ERROR CryptoManager.java Line:89 java.security.NoSuchAlgorithmException: TLSv1.2 SSLContext not available
  136. java.security.NoSuchAlgorithmException: TLSv1.2 SSLContext not available
  137. at sun.security.jca.GetInstance.getInstance(GetInstance.java:142)
  138. at javax.net.ssl.SSLContext.getInstance(SSLContext.java:125)
  139. at uc.crypto.CryptoManager.loadTLS(CryptoManager.java:82)
  140. at uc.crypto.CryptoManager.<init>(CryptoManager.java:59)
  141. at uc.Identity.<init>(Identity.java:79)
  142. at uc.Identity$DefaultIdentity.<init>(Identity.java:240)
  143. at uc.DCClient.<init>(DCClient.java:500)
  144. at eu.jucy.gui.ApplicationWorkbenchWindowAdvisor.preWindowOpen(ApplicationWorkbenchWindowAdvisor.java:133)
  145. at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWindow.java:1328)
  146. at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:413)
  147. at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workbench3xImplementation.java:31)
  148. at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1925)
  149. at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1923)
  150. at org.eclipse.ui.internal.Workbench$68.runWithException(Workbench.java:3663)
  151. at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
  152. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  153. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  154. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
  155. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
  156. at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
  157. at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1600)
  158. at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
  159. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  160. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  161. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
  162. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
  163. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2609)
  164. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  165. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  166. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  167. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  168. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  169. at eu.jucy.gui.Application.start(Application.java:102)
  170. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  171. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  172. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  173. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
  174. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
  175. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  176. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  177. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  178. at java.lang.reflect.Method.invoke(Method.java:597)
  179. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
  180. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
  181. at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
  182. 05 Jul 2015 04:34:31,626 ERROR UnblockingConnection.java Line:673 java.lang.NullPointerException
  183. java.lang.NullPointerException
  184. at uc.crypto.CryptoManager.createSSLEngine(CryptoManager.java:117)
  185. at uc.protocols.UnblockingConnection.reset(UnblockingConnection.java:633)
  186. at uc.protocols.UnblockingConnection.reset(UnblockingConnection.java:713)
  187. at uc.protocols.AbstractConnection.reset(AbstractConnection.java:104)
  188. at uc.protocols.UnblockingConnection.start(UnblockingConnection.java:147)
  189. at uc.protocols.hub.Hub.start(Hub.java:629)
  190. at uc.DCClient$7.run(DCClient.java:889)
  191. at uc.DCClient$3.run(DCClient.java:280)
  192. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  193. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  194. at java.lang.Thread.run(Thread.java:695)
  195. 05 Jul 2015 04:35:11,629 WARN DCClient.java Line:282 execution of runnable failed..java.lang.NullPointerException isShutdown:false
  196. java.lang.NullPointerException
  197. at uc.protocols.UnblockingConnection$9.run(UnblockingConnection.java:816)
  198. at uc.DCClient$3.run(DCClient.java:280)
  199. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  200. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  201. at java.lang.Thread.run(Thread.java:695)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement