Jump to content

ZarcosX

Members
  • Posts

    2
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About ZarcosX

Contact Methods

  • Website URL
    www.l2hesidos.com

Profile Information

  • Gender
    Not Telling
  • Country
    Czech Republic

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ZarcosX's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. What i am doing wrong? I have Linux Ubuntu and OpenJDK 8 Exception in thread "Thread-6" java.lang.NoClassDefFoundError: com/elfocrash/l2acpLogin/crypto/AesCrypto at com.elfocrash.l2acpLogin.L2ACPServer$RequestHandler.handle(L2ACPServer.java:64) at com.sun.net.httpserver.Filter$Chain.doFilter(jdk.httpserver@9-internal/Filter.java:77) at sun.net.httpserver.AuthFilter.doFilter(jdk.httpserver@9-internal/AuthFilter.java:82) at com.sun.net.httpserver.Filter$Chain.doFilter(jdk.httpserver@9-internal/Filter.java:80) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(jdk.httpserver@9-internal/ServerImpl.java:685) at com.sun.net.httpserver.Filter$Chain.doFilter(jdk.httpserver@9-internal/Filter.java:77) at sun.net.httpserver.ServerImpl$Exchange.run(jdk.httpserver@9-internal/ServerImpl.java:657) at sun.net.httpserver.ServerImpl$DefaultExecutor.execute(jdk.httpserver@9-internal/ServerImpl.java:160) at sun.net.httpserver.ServerImpl$Dispatcher.handle(jdk.httpserver@9-internal/ServerImpl.java:441) at sun.net.httpserver.ServerImpl$Dispatcher.run(jdk.httpserver@9-internal/ServerImpl.java:406) at java.lang.Thread.run(java.base@9-internal/Thread.java:804) Caused by: java.lang.ClassNotFoundException: com.elfocrash.l2acpLogin.crypto.AesCrypto at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-internal/BuiltinClassLoader.java:366) at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-internal/ClassLoaders.java:184) at java.lang.ClassLoader.loadClass(java.base@9-internal/ClassLoader.java:419) ... 11 more Sometime i get these error Exception in thread "Thread-6" java.lang.NoClassDefFoundError: com/google/gson/JsonParser at com.elfocrash.l2acpLogin.L2ACPServer$RequestHandler.handle(L2ACPServer.java:65) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) at sun.net.httpserver.ServerImpl$DefaultExecutor.execute(ServerImpl.java:158) at sun.net.httpserver.ServerImpl$Dispatcher.handle(ServerImpl.java:431) at sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:396) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: com.google.gson.JsonParser at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 11 more
×
×
  • Create New...