Giter Site home page Giter Site logo

nemisys's People

Contributors

apocalypsjenl avatar bddvlpr avatar boybook avatar creeperface01 avatar damatrix avatar dependabot[bot] avatar erkam246 avatar funniray avatar gaoyichuan avatar ishitatsuyuki avatar jarne avatar kcodeyt avatar kvetinac97 avatar nilsbrychzy avatar peratx avatar petterim1 avatar sleepspace9 avatar sulfatezzz avatar suprememortal avatar tigerza117 avatar wode490390 avatar xfurymcpe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nemisys's Issues

Compiling

how do i compile it ??? with eclipse

Nemisys compiled

@Flaxues or anyone with a compiled nemisys.jar file please could u give me a download link to one. Iv literally spent hours trying to compile it with circlecI but get account errors, tried maven but no luck

Thanks allot

Ps. Sorry that this issue is completely off-topic but any help would be much appreciated!

Server XYZ not work

I'm using port in server-proprietes : 19131

In genisys.yml ,i'm using : 19132

lobby : 19132
nemisys : 19132.

Lobby conected to nemisys and XYZ server not. Why?

Plugins

Hey,
All plugins will load but nothing works (PlayerJoin onCommand onMove [..]) nothing even onCommand etc of this or vien? (No error in the console)

Effects

When player transfer to other server the effect do not remove. Sorry for my bad english

Skin Glitch

Some players appear to have the same skin as the client.

OS: Ubuntu 64bit

some issue

[ALERT] java.lang.IllegalArgumentException: Illegal base64 character 2d
at java.util.Base64$Decoder.decode0(Base64.java:714)
at java.util.Base64$Decoder.decode(Base64.java:526)
at java.util.Base64$Decoder.decode(Base64.java:549)
at org.itxtech.nemisys.network.protocol.mcpe.LoginPacket.decodeToken(LoginPacket.java:95)
at org.itxtech.nemisys.network.protocol.mcpe.LoginPacket.decodeChainData(LoginPacket.java:71)
at org.itxtech.nemisys.network.protocol.mcpe.LoginPacket.decode(LoginPacket.java:51)
at org.itxtech.nemisys.network.Network.processBatch(Network.java:143)
at org.itxtech.nemisys.Player.handleDataPacket(Player.java:74)
at org.itxtech.nemisys.network.RakNetInterface.handleEncapsulated(RakNetInterface.java:121)
at org.itxtech.nemisys.raknet.server.ServerHandler.handlePacket(ServerHandler.java:123)
at org.itxtech.nemisys.network.RakNetInterface.process(RakNetInterface.java:58)
at org.itxtech.nemisys.network.Network.processInterfaces(Network.java:64)
at org.itxtech.nemisys.Server.tick(Server.java:378)
at org.itxtech.nemisys.Server.tickProcessor(Server.java:351)
at org.itxtech.nemisys.Server.start(Server.java:331)
at org.itxtech.nemisys.Server.(Server.java:171)
at org.itxtech.nemisys.Nemisys.main(Nemisys.java:48)
nemisys+genisys+ubuntu

wtf?x2

My server uses SynapseTransfer with Nemisys, there are 3 servers, into the oral (Hall), survival server and entertainment server. There is no mistake in entering the oral administration. However, when entering the non main server, the MinecraftPE will crash when the return key. And after entering the main city is not in the player's last landing position.(Baidu Translate don't mind 2333 )

Can't use = in server.properties

I want to have some = in my server motd but the server doesn't recognize them. Example:
if i write in server.properties
motd=-=CastleGames=-
the motd becomes

[HELP] Getting Exceptions

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/itxtech/nemisys/Nemisys : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

Invalid login

I setup nemisys, copied the password and paste it into Genisys.yml then turned on syapse to on. But genisys is saying that the password is wrong.. but i actually paste it in.... This is a bug..

Can anyone help?

IOS clients crashing

IOS users are constantly crashing when joining the main server. whenever they join they keep timing out. when synapse/nemisys is disabled no one crashes

[ALERT] java.net.SocketException: Operation not permitted

The server freezes sometimes with this error, it looks very similar like #51, but it's another error message and not fixed with #58 #59.

2016-10-4 17:56:24 [INFO] pndh[/***:19132] logged in with client id ***
2016-10-4 17:56:24 [INFO] pndh has been transferred to lobby
2016-10-4 17:56:32 [ALERT] java.net.SocketException: Operation not permitted
    at sun.nio.ch.DatagramChannelImpl.send0(Native Method)
    at sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:521)
    at sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:498)
    at sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:462)
    at org.itxtech.nemisys.raknet.server.UDPServerSocket.writePacket(UDPServerSocket.java:87)
    at org.itxtech.nemisys.raknet.server.UDPServerSocket.writePacket(UDPServerSocket.java:78)
    at org.itxtech.nemisys.raknet.server.SessionManager.sendPacket(SessionManager.java:197)
    at org.itxtech.nemisys.raknet.server.Session.sendPacket(Session.java:189)
    at org.itxtech.nemisys.raknet.server.Session.update(Session.java:118)
    at org.itxtech.nemisys.raknet.server.SessionManager.tick(SessionManager.java:107)
    at org.itxtech.nemisys.raknet.server.SessionManager.tickProcessor(SessionManager.java:100)
    at org.itxtech.nemisys.raknet.server.SessionManager.run(SessionManager.java:69)
    at org.itxtech.nemisys.raknet.server.SessionManager.<init>(SessionManager.java:57)
    at org.itxtech.nemisys.raknet.server.RakNetServer.run(RakNetServer.java:101)

2016-10-4 18:00:34 [INFO] DerVollHorst[/***:19137] logged out due to timeout
2016-10-4 18:00:56 [INFO] Ichliebebirnen[/***:59678] logged out due to timeout
2016-10-4 18:01:05 [INFO] McCiller004[/***:37284] logged out due to timeout
2016-10-4 18:01:07 [INFO] manu[/***:19132] logged out due to timeout
2016-10-4 18:01:17 [INFO] CookieBaby_CBG[/***:28996] logged out due to timeout
2016-10-4 18:01:22 [INFO] smokeybacon[/***:19132] logged out due to timeout
2016-10-4 18:01:26 [INFO] DragiBee5975[/***:19132] logged out due to timeout
2016-10-4 18:01:27 [INFO] pndh[/***:19132] logged out due to timeout

Nemisys crash by java.net.SocketException: Invalid argument

Issue description
About one or two times a day a connecting MCPE client (or something else) is causing a Nemisys server crash because of invalid arguments at UDP socket connection. When the exception occures the traffic stops and all other clients are timing out. Then I have to kill the process and restart Nemisys.

Maybe the causing client is using a wrong port number for it's own address (e.g. "0"), so that InetSocketAddress becomes invalid.
In my Nemisys server.properties I set server-ip=0.0.0.0and server-port=19132 so this should be valid. I also disabled RakLib on all Genisys servers, so the only UDP connection happens between Nemisys server and MCPE(?) client.

Is there a way to prevent this annoying exception (try/catch or something else) ?

OS and versions

  • Nemisys: commit 8402333
  • Genisys: commit iTXTech/Genisys@9c13370
    • This server is running Genisys (codename "Kyrios")
    • API: 2.0.0 (iTX API version 1.9.2)
    • Target client: Minecraft PE v0.15.4 alpha (protocol version 82)
  • PHP: 7.0.9
  • Server OS: Ubuntu server 14.04

Output from crash

2016-9-19 03:48:26 [INFO] NOTCH[/189.224.80.xxx:19132] logged in with client id -7269041299459283093
2016-9-19 03:48:26 [INFO] NOTCH has been transferred to Lobby (127.0.0.1:43142)
2016-9-19 03:48:27 [NOTICE] Blocked 190.128.114.xxx for 300 seconds
2016-9-19 03:48:31 [INFO] Steve[/24.190.240.xxx:19132] logged out due to client disconnect
2016-9-19 03:48:37 [INFO] NOTCH[/189.224.80.xxx:19132] logged out due to client disconnect
2016-9-19 03:48:37 [ALERT] java.net.SocketException: Invalid argument
        at sun.nio.ch.DatagramChannelImpl.send0(Native Method)
        at sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:521)
        at sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:498)
        at sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:462)
        at org.itxtech.nemisys.raknet.server.UDPServerSocket.writePacket(UDPServerSocket.java:83)
        at org.itxtech.nemisys.raknet.server.UDPServerSocket.writePacket(UDPServerSocket.java:78)
        at org.itxtech.nemisys.raknet.server.SessionManager.sendPacket(SessionManager.java:197)
        at org.itxtech.nemisys.raknet.server.Session.sendPacket(Session.java:189)
        at org.itxtech.nemisys.raknet.server.Session.addToQueue(Session.java:225)
        at org.itxtech.nemisys.raknet.server.Session.addEncapsulatedToQueue(Session.java:295)
        at org.itxtech.nemisys.raknet.server.Session.close(Session.java:532)
        at org.itxtech.nemisys.raknet.server.SessionManager.removeSession(SessionManager.java:431)
        at org.itxtech.nemisys.raknet.server.Session.disconnect(Session.java:185)
        at org.itxtech.nemisys.raknet.server.Session.update(Session.java:109)
        at org.itxtech.nemisys.raknet.server.SessionManager.tick(SessionManager.java:107)
        at org.itxtech.nemisys.raknet.server.SessionManager.tickProcessor(SessionManager.java:100)
        at org.itxtech.nemisys.raknet.server.SessionManager.run(SessionManager.java:69)
        at org.itxtech.nemisys.raknet.server.SessionManager.<init>(SessionManager.java:57)
        at org.itxtech.nemisys.raknet.server.RakNetServer.run(RakNetServer.java:101)

2016-9-19 03:52:47 [INFO] kevguygames[/76.219.169.xxx:19132] logged out due to timeout
2016-9-19 03:53:28 [INFO] vale_yiyi[/189.215.225.xxx:62391] logged out due to timeout
2016-9-19 03:53:30 [INFO] renanbr1234567[/187.11.58.xxx:19132] logged out due to timeout
2016-9-19 03:53:34 [INFO] DarknessAngel[/70.126.211.xxx:19132] logged out due to timeout

How to start nemisys.jar?

I have nemisys.jar, but i can't start it.
I write: "java -jar nemisys.jar" and recive error: "Error: Invalid or corrupt jarfile nemisys.jar"
Please add instructions to create start-file and run it to wiki.

The latest Genisys cant login to the latest Nemisys

Issue description

Genisys can connect to Nemisys, but doesn't login! But with Synapse it works well.

OS and versions

  • Nemisys: 3dc6c89
  • Java: 8
  • Genisys: ab35ad3
  • PHP: 7.2
  • Server OS: Windows Server 2012 R2 with April 2014 Update, Genisys on Ubuntu 16.04

Crashdump, backtrace, memory dumps, plugins list or other files

Cant login and plugins wont load in.

07:17:27 [INFO] Loading server properties...
07:17:27 [INFO] Selected English (eng) as the base language
07:17:27 [INFO] Starting Minecraft: PE server version v0.15.0 alpha
07:17:27 [INFO] Opening server on 0.0.0.0:19132
07:17:27 [INFO] This server is running Nemisys version 1.0dev "Aegis" (API 1.0.0)
07:17:27 [INFO] Nemisys is distributed under the LGPL License
07:17:27 [INFO] Synapse Server is running on 0.0.0.0:10305
07:17:27 [INFO] Loading InfiniteTeleport v1.0.0

Exception in thread "main" java.lang.NoClassDefFoundError: cn/nukkit/plugin/PluginBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.itxtech.nemisys.plugin.JavaPluginLoader.getClassByName(JavaPluginLoader.java:146)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:40)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:28)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.itxtech.nemisys.plugin.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:48)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugin(PluginManager.java:83)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:264)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:119)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:111)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:107)
at org.itxtech.nemisys.Server.(Server.java:166)
at org.itxtech.nemisys.Nemisys.main(Nemisys.java:48)
Caused by: java.lang.ClassNotFoundException: cn.nukkit.plugin.PluginBase
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:28)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 23 more

Error while building with Maven

Since eea6e87, I can't build it anymore. GitLab builds are also failing.

Jarnes-iMac:Nemisys Jarne$ mvn clean && mvn package
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building nemisys 1.0dev
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ nemisys ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.209 s
[INFO] Finished at: 2016-10-05T14:35:44+02:00
[INFO] Final Memory: 6M/123M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building nemisys 1.0dev
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ nemisys ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ nemisys ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ nemisys ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 176 source files to /Users/Jarne/Downloads/Nemisys/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/utils/ConfigSection.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/utils/ConfigSection.java: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[3,23] package io.netty.buffer does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[4,31] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[3,26] package io.netty.bootstrap does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[4,23] package io.netty.buffer does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[5,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[6,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[7,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[8,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[9,28] package io.netty.channel.nio does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[10,35] package io.netty.channel.socket.nio does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[27,38] cannot find symbol
  symbol: class ChannelInboundHandlerAdapter
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[30,15] cannot find symbol
  symbol:   class Bootstrap
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[31,15] cannot find symbol
  symbol:   class EventLoopGroup
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[32,15] cannot find symbol
  symbol:   class Channel
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[34,60] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[70,35] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[84,29] cannot find symbol
  symbol:   class ChannelHandlerContext
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[89,33] cannot find symbol
  symbol:   class ChannelHandlerContext
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[144,9] cannot find symbol
  symbol:   class DatagramPacket
  location: class org.itxtech.nemisys.raknet.server.SessionManager
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[146,13] cannot find symbol
  symbol:   class ByteBuf
  location: class org.itxtech.nemisys.raknet.server.SessionManager
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[47,29] cannot find symbol
  symbol:   class Bootstrap
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[48,25] cannot find symbol
  symbol:   class NioEventLoopGroup
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[51,30] cannot find symbol
  symbol:   class NioDatagramChannel
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[79,58] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[79,74] cannot find symbol
  symbol:   variable Unpooled
  location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[83,5] method does not override or implement a method from a supertype
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[85,50] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[88,5] method does not override or implement a method from a supertype
[INFO] 28 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.913 s
[INFO] Finished at: 2016-10-05T14:35:47+02:00
[INFO] Final Memory: 16M/201M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project nemisys: Compilation failure: Compilation failure:
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[3,23] package io.netty.buffer does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[4,31] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[3,26] package io.netty.bootstrap does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[4,23] package io.netty.buffer does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[5,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[6,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[7,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[8,24] package io.netty.channel does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[9,28] package io.netty.channel.nio does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[10,35] package io.netty.channel.socket.nio does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[27,38] cannot find symbol
[ERROR] symbol: class ChannelInboundHandlerAdapter
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[30,15] cannot find symbol
[ERROR] symbol:   class Bootstrap
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[31,15] cannot find symbol
[ERROR] symbol:   class EventLoopGroup
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[32,15] cannot find symbol
[ERROR] symbol:   class Channel
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[34,60] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[70,35] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[84,29] cannot find symbol
[ERROR] symbol:   class ChannelHandlerContext
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[89,33] cannot find symbol
[ERROR] symbol:   class ChannelHandlerContext
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[144,9] cannot find symbol
[ERROR] symbol:   class DatagramPacket
[ERROR] location: class org.itxtech.nemisys.raknet.server.SessionManager
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/SessionManager.java:[146,13] cannot find symbol
[ERROR] symbol:   class ByteBuf
[ERROR] location: class org.itxtech.nemisys.raknet.server.SessionManager
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[47,29] cannot find symbol
[ERROR] symbol:   class Bootstrap
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[48,25] cannot find symbol
[ERROR] symbol:   class NioEventLoopGroup
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[51,30] cannot find symbol
[ERROR] symbol:   class NioDatagramChannel
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[79,58] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[79,74] cannot find symbol
[ERROR] symbol:   variable Unpooled
[ERROR] location: class org.itxtech.nemisys.raknet.server.UDPServerSocket
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[83,5] method does not override or implement a method from a supertype
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[85,50] package io.netty.channel.socket does not exist
[ERROR] /Users/Jarne/Downloads/Nemisys/src/main/java/org/itxtech/nemisys/raknet/server/UDPServerSocket.java:[88,5] method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Plugins wont load

07:17:27 [INFO] Loading server properties...
07:17:27 [INFO] Selected English (eng) as the base language
07:17:27 [INFO] Starting Minecraft: PE server version v0.15.0 alpha
07:17:27 [INFO] Opening server on 0.0.0.0:19132
07:17:27 [INFO] This server is running Nemisys version 1.0dev "Aegis" (API 1.0.0)
07:17:27 [INFO] Nemisys is distributed under the LGPL License
07:17:27 [INFO] Synapse Server is running on 0.0.0.0:10305
07:17:27 [INFO] Loading InfiniteTeleport v1.0.0

Exception in thread "main" java.lang.NoClassDefFoundError: cn/nukkit/plugin/PluginBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.itxtech.nemisys.plugin.JavaPluginLoader.getClassByName(JavaPluginLoader.java:146)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:40)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:28)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.itxtech.nemisys.plugin.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:48)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugin(PluginManager.java:83)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:264)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:119)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:111)
at org.itxtech.nemisys.plugin.PluginManager.loadPlugins(PluginManager.java:107)
at org.itxtech.nemisys.Server.(Server.java:166)
at org.itxtech.nemisys.Nemisys.main(Nemisys.java:48)
Caused by: java.lang.ClassNotFoundException: cn.nukkit.plugin.PluginBase
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.itxtech.nemisys.plugin.PluginClassLoader.findClass(PluginClassLoader.java:28)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 23 more

Raknet and Synlib crash on nemisys server start

2016-8-27 10:21:20 [INFO] Loading server properties...
2016-8-27 10:21:21 [INFO] Selected English (eng) as the base language
2016-8-27 10:21:21 [INFO] Starting Minecraft: PE server version v0.15.0 alpha
2016-8-27 10:21:21 [INFO] Opening server on 0.0.0.0:19132
2016-8-27 10:21:21 [INFO] This server is running Nemisys version 1.0dev "Aegis" (API 1.0.0)
2016-8-27 10:21:21 [INFO] Nemisys is distributed under the LGPL License
2016-8-27 10:21:21 [INFO] Starting GS4 status listener
2016-8-27 10:21:21 [INFO] Setting query port to 19132
2016-8-27 10:21:21 [INFO] Query running on 0.0.0.0:19132
2016-8-27 10:21:21 [INFO] Done (2813s)! For help, type "help" or "?"
2016-8-27 10:21:21 [CRITICAL] **** FAILED TO BIND TO 0.0.0.0:19132!
2016-8-27 10:21:21 [CRITICAL] Perhaps a server is already running on that port?
2016-8-27 10:21:21 [EMERGENCY] RakNet crashed!
2016-8-27 10:21:21 [EMERGENCY] SynLib crashed!

[REQUEST] Refresh clients data more often

Hello,
I use 3 clients right now :
Hub - game1 - game2.

On hub, I get playercount of game1 and game2 using the client data of synapse.
However, the playercount is only refreshed if a new Synapse client connects to Nemisys.
So the data is not refreshed unless game1 or game2 reboots.

Would it be possible to refresh every X seconds or when a new player connects/disconnects ?

Thanks

Nemisys error transfer

If one player is transfered to one server,spam console of server with this

synapse\Player::getTransactionQueue()
[23:28:27] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:27] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:27] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:27] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:27] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:28] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:28] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()
[23:28:28] [Server thread/CRITICAL]: Could not tick level "plots": Call to undefined method synapse\Player::getTransactionQueue()

If stop server ,spam console with this

Notice: Undefined offset: 0 in /root/hub/src/synapse/network/protocol/spp/FastPlayerListPacket.php on line 30
[23:29:55] [Server thread/CRITICAL]: TypeError: "Argument 1 passed to pocketmine\utils\BinaryStream::putUUID() must be an instance of pocketmine\utils\UUID, null given, called in /root/hub/src/synapse/network/protocol/spp/FastPlayerListPacket.php on line 30" (EXCEPTION) in "/src/pocketmine/utils/BinaryStream" at line 182

Please fix... @PeratX @boybook

Undefined SynapseClient...

Everything works BUT i want to Move from my Gameserver to my Lobbyserver.

Undefined SynapseClient lobby

that says the Server.

The SynapseTransfer Plugin is in all servers

Out of bounds crash

Hello,
after running the server for a few hours, I get this error :

15:41:26 [INFO] josehackernoob has been transferred to 127.0.0.1:38647
15:41:28 [INFO] Jerick24[/130.105.214.33:19132] logged out due to timeout
15:41:36 [INFO] Sasha has been transferred to 127.0.0.1:40928
15:41:37 [ALERT] java.lang.ArrayIndexOutOfBoundsException: 1024
at org.itxtech.nemisys.utils.Binary.splitBytes(Binary.java:287)
at org.itxtech.nemisys.raknet.server.Session.addEncapsulatedToQueue(Session.java:266)
at org.itxtech.nemisys.raknet.server.SessionManager.receiveStream(SessionManager.java:320)
at org.itxtech.nemisys.raknet.server.SessionManager.tickProcessor(SessionManager.java:90)
at org.itxtech.nemisys.raknet.server.SessionManager.run(SessionManager.java:69)
at org.itxtech.nemisys.raknet.server.SessionManager.(SessionManager.java:57)
at org.itxtech.nemisys.raknet.server.RakNetServer.run(RakNetServer.java:101)

15:46:23 [INFO] ENDER_SPIDER[/85.101.213.4:10236] logged out due to timeout
15:46:28 [INFO] Prince_Troy_III[/50.156.91.147:19132] logged out due to timeout
15:46:30 [INFO] jppogi[/121.54.32.170:7992] logged out due to timeout
15:46:31 [INFO] Jack[/83.69.0.11:42282] logged out due to timeout

Thanks

setSkin() not working after transfer with Nemisys

Without Nemisys: Yes
You know the problem.
My code:

$player->setSkin($bytes, false);
        $player->despawnFromAll();
        foreach ($player->getServer()->getOnlinePlayers() as $player1)
            $player->getServer()->removePlayerListData($player1->getUniqueId());
        foreach ($player->getServer()->getOnlinePlayers() as $player1)
            $player->getServer()->sendFullPlayerListData($player1);
        $player->spawnToAll();

Index out of range crash

Hello,
I start the server at 16:45:08.
I sometime have the issue that is at 16:45:37

16:45:05 [INFO] JohnyGrivas[/85.74.251.145:19132] logged out due to Synapse Server: No server online!
16:45:05 [INFO] osama[/149.147.113.172:19132] logged in with client id -1261741773140212385
16:45:05 [INFO] osama[/149.147.113.172:19132] logged out due to Synapse Server: No server online!
16:45:07 [INFO] paulogame1[/200.189.8.224:19132] logged in with client id -3933427908878538293
16:45:07 [INFO] paulogame1[/200.189.8.224:19132] logged out due to Synapse Server: No server online!
16:45:08 [NOTICE] Client 127.0.0.1:41128 has connected successfully
16:45:08 [NOTICE] mainServer: true
16:45:08 [NOTICE] description: hub1
16:45:08 [NOTICE] maxPlayers: 128
16:45:10 [INFO] ahmet78[/88.245.154.88:19132] logged in with client id -6000483225574524608
16:45:10 [INFO] ahmet78 has been transferred to 127.0.0.1:41128
16:45:11 [INFO] max[/88.122.68.197:39461] logged in with client id -3447399960803637703
16:45:11 [INFO] max has been transferred to 127.0.0.1:41128
16:45:13 [INFO] GuillaumeC351[/82.216.78.216:62077] logged in with client id 8996629423905283529
16:45:13 [INFO] GuillaumeC351 has been transferred to 127.0.0.1:41128
16:45:15 [INFO] fars123[/149.147.113.172:1024] logged in with client id -4308536934798691280
16:45:15 [INFO] fars123 has been transferred to 127.0.0.1:41128
16:45:17 [INFO] max[/88.122.68.197:39461] logged out due to client disconnect
16:45:19 [INFO] osama[/149.147.113.172:19132] logged in with client id -1261741773140212385
16:45:19 [INFO] osama has been transferred to 127.0.0.1:41128
16:45:20 [INFO] JohnyGrivas[/85.74.251.145:19132] logged in with client id -1733552084212577284
16:45:20 [INFO] JohnyGrivas has been transferred to 127.0.0.1:41128
16:45:22 [INFO] GuillaumeC351[/82.216.78.216:62077] logged out due to client disconnect
16:45:24 [INFO] osama[/149.147.113.172:19132] logged out due to client disconnect
16:45:24 [INFO] GuillaumeC351[/82.216.78.216:62080] logged in with client id 3978648898949864760
16:45:24 [INFO] GuillaumeC351 has been transferred to 127.0.0.1:41128
16:45:25 [INFO] null[/138.186.43.21:27212] logged out due to timeout
16:45:37 [INFO] fars123[/149.147.113.172:1024] logged out due to timeout
ist
16:45:37 [INFO] GuillaumeC351[/82.216.78.216:62080] logged out due to timeout
16:45:37 [INFO] ahmet78[/88.245.154.88:19132] logged out due to timeout
16:45:37 [INFO] Unknown command. Try /help for a list of commands
16:45:37 [INFO] JohnyGrivas[/85.74.251.145:19132] logged out due to timeout
16:45:37 [CRITICAL] [Network] Stopped interface org.itxtech.nemisys.network.RakNetInterface due to String index out of range: 5
16:45:38 [INFO] Client 127.0.0.1:41128 has disconnected due to timeout
16:45:43 [NOTICE] Client 127.0.0.1:41131 has connected successfully
16:45:43 [NOTICE] mainServer: true
16:45:43 [NOTICE] description: hub1
16:45:43 [NOTICE] maxPlayers: 128

Thanks

To many files open

What can I do to resolve this errors? (Very quickly nonstop repeating at console screen.)
It happens after some normal uptime.

12:08:03 [ALERT] java.io.FileNotFoundException: /mcpe/nemisys/server.log (Too many open files)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at org.itxtech.nemisys.utils.MainLogger.run(MainLogger.java:172)

12:08:03 [ALERT] java.io.FileNotFoundException: /mcpe/nemisys/server.log (Too many open files)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at org.itxtech.nemisys.utils.MainLogger.run(MainLogger.java:172)

I set ulimit -n 4096, hope this help.

can someone please compile to .jar for me

please can someone create a .jar with a download link

also how do I make it so that when the computer starts, the nemisys.jar starts like in genisys I can put start.cmd on startup folder on windows

thanks

Spammy status

I have a server which doesn't support the status update and my console is not readable anymore...

So I would like to ask if there is a way to disable this or fix this...

Console look:

�]0;Nemisys 1.0dev | Online 0/10 | Clients 1 | Memory 6% | U 0.0 D 0.0 kB/s | SynLibTPS 100.0 | SynLibLoad
 21.61% | TPS 5.1 | Load 100.0%��]0;Nemisys 1.0dev | Online 0/10 | Clients 1 | Memory 6% | U 0.0 D 0.0 kB/s 
| SynLibTPS 100.0 | SynLibLoad 2.02% | TPS 100.0 | Load 0.39%��]0;Nemisys 1.0dev | Online 0/10 | Clients 1 | 
Memory 6% | U 0.0 D 0.0 kB/s | SynLibTPS 100.0 | SynLibLoad 2.62% | TPS 100.0 | Load 0.46%��]0;Nemisys 
1.0dev | Online 0/10 | Clients 1 | Memory 6% | U 0.0 D 0.0 kB/s | SynLibTPS 100.0 | SynLibLoad 2.82% | TPS 
100.0 | Load 0.25%��]0;Nemisys 1.0dev | Online 0/10 | Clients 1 | Memory 6% | U 0.0 D 0.0 kB/s | SynLibTPS 
100.0 | SynLibLoad 3.38% | TPS 100.0 | Load 0.16%��]0;Nemisys 1.0dev | Online 0/10 | Clients 1 | Memory 6% 
| U 0.0 D 0.0 kB/s | SynLibTPS 100.0 | SynLibLoad 3.19% | TPS 100.0 | Load 0.67%��]0;Nemisys 1.0dev | 
Online 0/10 | Clients 1 | Memory 6% | U 0.0 D 0.0 kB/s | SynLibTPS 100.0 | SynLibLoad 2.75% | TPS 100.0 | 
Load 0.12%��]0;Nemisys 1.0dev | Online 0/10 | Clients 1 | Me

Too many packets (DoS attack)

Hi,

Today, I've got an email from my provider's abuse. They noticed an outgoing 'DoS attack' from my server:

Aug 15 02:05:22 vh256-1041 kernel: [9989677.742671] MAXIMUM OF 10000 PAKETS/s: IN=venet0 OUT=eth0 SRC=178.254.40.* DST=73.241.91.* LEN=71 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=19132 DPT=19132 LEN=51 MARK=0x9551 .

As you can see on the port, it looks like it's an issue with Nemisys. I'm running Nemisys on port 19132 and some Genisys with RackLib disabled on ports over 50000.

I'm sorry, but I have no logs of my server because I've disabled it. Have you any idea what the issue could be?

nemisys.jar

may you just give me compiled file, please?

Is it possible to extend PlayerCreation thru Nemisys?

Is it possible to set PlayerCreation class thru Nemisys to extend off of Synapse\Player? You can't call it on the server that the players being transfered to because their connection is coming thru Nemisys server, and doesn't call on connect because of SynapsePlayer login packet handling

Error for latest version in console

Any thoughts? we get this error almost constantly.

2016-9-25 12:58:45 [ALERT] java.lang.NullPointerException
at org.itxtech.nemisys.event.server.QueryRegenerateEvent.getLongQuery(QueryRegenerateEvent.java:189)
at org.itxtech.nemisys.network.query.QueryHandler.regenerateInfo(QueryHandler.java:43)
at org.itxtech.nemisys.network.query.QueryHandler.handle(QueryHandler.java:95)
at org.itxtech.nemisys.Server.handlePacket(Server.java:340)
at org.itxtech.nemisys.network.RakNetInterface.handleRaw(RakNetInterface.java:153)
at org.itxtech.nemisys.raknet.server.ServerHandler.handlePacket(ServerHandler.java:131)
at org.itxtech.nemisys.network.RakNetInterface.process(RakNetInterface.java:58)
at org.itxtech.nemisys.network.Network.processInterfaces(Network.java:64)
at org.itxtech.nemisys.Server.tick(Server.java:380)
at org.itxtech.nemisys.Server.tickProcessor(Server.java:353)
at org.itxtech.nemisys.Server.start(Server.java:333)
at org.itxtech.nemisys.Server.(Server.java:173)
at org.itxtech.nemisys.Nemisys.main(Nemisys.java:48)

2016-9-25 12:58:45 [NOTICE] Blocked 177.191.44.* for 600 seconds
2016-9-25 12:58:45 [INFO] LyricWharf13364[/201.150.127.*:26456] logged out due to timeout
2016-9-25 12:58:45 [ALERT] java.lang.NullPointerException
at org.itxtech.nemisys.event.server.QueryRegenerateEvent.getLongQuery(QueryRegenerateEvent.java:189)
at org.itxtech.nemisys.network.query.QueryHandler.regenerateInfo(QueryHandler.java:43)
at org.itxtech.nemisys.Server.tick(Server.java:406)
at org.itxtech.nemisys.Server.tickProcessor(Server.java:353)
at org.itxtech.nemisys.Server.start(Server.java:333)
at org.itxtech.nemisys.Server.(Server.java:173)
at org.itxtech.nemisys.Nemisys.main(Nemisys.java:48)

Unsupported major.minor version 52.0

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/itxtech/nemisys/Nemisys : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

wtf?

15:24:05 [INFO] ---- Server status ----
15:24:05 [INFO] Uptime: 0 days 3 hours 39 minutes 51 seconds
15:24:05 [INFO] Current TPS: 100.0
15:24:05 [INFO] Load: 0.15%
15:24:05 [INFO] Network upload: 28.45 kB/s
15:24:05 [INFO] Network download: 36.68 kB/s
15:24:05 [INFO] Thread count: 14
15:24:05 [INFO] Used memory: 1301.79 MB. (18.22%)
15:24:05 [INFO] Total memory: 2809.0 MB.
15:24:05 [INFO] Maximum VM memory: 7145.0 MB.
15:24:05 [INFO] Available processors: 8
15:24:05 [INFO] Players: 4 online, 1000 max.

USED MEMORY 1301MB??? wtf

15:24:14 [INFO] ---- Garbage collection result ----
15:24:14 [INFO] Memory freed: 1295.86 MB

thats crazy...

Plugins not working on transfer.

Hi,

when I transfer to a server players don't move and plugins don't work and I get kicked after several seconds. Both lobby and other server run on different IPs and on port 19132. This only happens when there are multiple players online, it doesn't occur when there are only 1 or 2 players.

Problem occurs on MCPE Windows 10 Edition and on Android 6.1 (Oneplus 2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.