Vai al contenuto

daviderr

Utente
  • Numero contenuti

    9
  • Iscritto

  • Ultima visita

Su daviderr

  • Compleanno 04/04/1970

Obiettivi di daviderr

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Badge recenti

0

Reputazione Forum

  1. Confermo versione di Java versione 7 up. 50 (probabilmente anche 51 che è uscita la scorsa settimana) , prima avevo solo il runtime JRE, poi seguendo un post trovato con google ho installato anche il JDK senza cambiamenti. Probabilmente manca qualche "servizio" ma chissa quale.
  2. tinyumbrella tinyumbrella non da direttamente un messagio di errore ma si chiude in maniera silente. Nella cartella in cui è posizionato crea un file di testo chiamato "umbrella.log" in cui c'e uno stack trace di chiamate a metodi di classi Java java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) java.lang.NullPointerException at java.security.MessageDigest.update(Unknown Source) at java.security.MessageDigest.digest(Unknown Source) at com.semaphore.util.FileUtil.getSHA(FileUtil.java:384) at com.semaphore.util.FileUtil.verifySHA(FileUtil.java:405) at com.semaphore.TinyLoader.verifyLib(TinyLoader.java:145) at com.semaphore.TinyLoader.findLibs(TinyLoader.java:85) at com.semaphore.TinyLoader.main(TinyLoader.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.exe4j.runtime.WinLauncher.main(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.semaphore.TinyUmbrella.<clinit>(TinyUmbrella.java:117) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.semaphore.TinyLoader.loadTiny(TinyLoader.java:248) at com.semaphore.TinyLoader.access$000(TinyLoader.java:29) at com.semaphore.TinyLoader$1.run(TinyLoader.java:42) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.semaphore.service.SHSHService.load(SHSHService.java:64) at com.semaphore.service.SHSHService.<init>(SHSHService.java:43) at com.semaphore.service.SHSHService.<clinit>(SHSHService.java:31) ... 20 more PS: Il file allegato è compresso con 7-Zip e rinominato in .zip perchè mi sembrava che non venisse riconosciuta l'estensione umbrella_7z.zip
  3. Ciao a tutti, volevo riprovare il JB di un IPad2 7.0.4 che mi era andato male all'inizio> tuttavia prima volevo salvare le "chiavi" con TinyUmbrella7.04.00.exe da un WinXp SP3 32bit con java SDK 7 ed iTunes aggiornati. TinyiUmbrella visualizza una finestrella di caricamento nera che mostra un conteggio ma dopo alcuni secondi si chiude creando un log con una sequenza di errori. Ho cercato un po su internet ma non ho trovato info che mi hanno risolto il problema.:dash2: Avete dei suggerimenti ? GRAZIE
  4. questa utima frase non la capisco ... o.o ovvero quando e dove posso premere il tasto shift .. ma soprattutto di che FW parli ? 8| non ne so nulla ...lo so sono un po' niubo .. .:emb: ma se mi dai qualche traccia di ricerca provo a documentarmi ciao
  5. Grazie dei chiarimenti non avevo ben chiara la differenza. comunque sono riuscito finalmente a ripristinare l'Ipad2. ho dovuto usare un altro pc non so bene perchè e dopo un pomeriggio di tentativi ho finalmente ottenuto un 7.0.4 pulito e funzionate. Poi mi sono ricollegato al pc dove ho l'iTunes con tutte le app/file scaricati e ho nuovamente tribulato perchè non si sincronizzava. prova e riprova alla fine si è sbloccato e sono riuscito a caricare alcune app senza doverle riscaricare tutte da capo. Sinceramente tutti sti pregi/qualità di cui parlano nella tecnologia Apple non li vedo proprio. posso anche capire che vogliano un sistema "chiuso" per proteggersi dalla pirateria, ma cosi' è veramente sfiancante aggiornare un dispositivo .... al nuovo FW ORIGINALE !!!! se si brikka mentre tento di fare qualcosa di non permesso è una cosa, diciamo che me la sono cercata, ma se succede mentre faccio qualcosa di "raccomandato" con le modalità ufficiali, mi girano ..... grazie a tutti del supporto
  6. Riesco a far partire il ripristino da DFU (premo per una decina di secondi i due tasti e appare l'icona iTunes con la freccia, iTunes si accorge che l'ipad è in modalita recovery e mi propone l'aggiornamento, confermo inizia a lavorare (appare una specie di scroolbar) , quando arriva in fondo mi da un errore dicendo che non c'e nessun dispositivo collegato ... ho provato a cambiare la porta USB e a stoppare la maggior parte dei processi attivi ma persiste. L'unica speranza è che poichè il cavetto dell'ipad è in cattive condizioni sia colpa sua. Ora me ne procuro uno nuovo e stasera ci riprovo.
  7. IPAD2 bloccato !!! ero fermo al 5.1 perchè avevo perso il treno del 6.x, allora fiducioso ho cercato di aggiornare velocemente al 7.0.4 ... e ora noto che non era consigliabile .... ho faticato anche solo ad aggiornare al 7.0.4 per innumerevoli riavvi, loop, recovery mode, etc etc poi ho lanciato evasion 7 ... mi ha detto "completo" ma poi l'IPAD è rimasto nero, non riesco neppure a fare un ripristiono forzando il recovery mode perchè iTunes dopo un po' mi dice che non trova il dispositivo ... sinceramente me lo aveva dato anche prima, spero proprio che sia solo il cavetto rovinato ... comunque moglie e figli inc...zati neri sigh
  8. ...ho perso tempo ... e ho perso il treno ... prima c'erano segnalazioni di qualche bug ... poi per un certo numero di giorni arrivavo a casa e l'IPAD era sempre a zero di batteria (ho figli piccoli), poi sono andato via una settimana ed al ritorno ... era stato pubblicato il 6.1.3 > e si che qui sul sito c'erano anche dei posti di avvertimento ... sono stato proprio niubo :dash2:
  9. Purtroppo sono rimasto al 5 ... se il jb per il 6.1.4 non esce prima della pubblicazione del 7 rimarrò nuovamente bloccato ...:nascosto:
×
×
  • Crea Nuovo...