Problem What is going on with my server?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

drawingkid1313

New Member
Jul 29, 2019
7
0
0
This happens at least once a week. Every time it has happened in the past, I just use a backup. (world is backed up automatically once every 24 hours)
I am running my server through a company called CubedHost. I don't think they change anything on how it works, and I have FTP access to everything, so nothing *should be* set up incorrectly.
Nothing really happens, it just crashes, kicks everyone off, and then won't let anyone on until a reboot.
Here is the crash report, I have multiple ones, so tell me if you wanna see another one.
The report made this post more than the limit of 10,000 characters. Because of that, this is only part of the report. I posted the full report on pastebin. Here is the link: http://pastebin.com/41eEE067

Thank you to anyone that helps.

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 1/16/13 2:17 PM
Description: Exception ticking world entities

java.lang.IndexOutOfBoundsException: Index: 677, Size: 677
at java.util.ArrayList.rangeCheck(ArrayList.java:604)
at java.util.ArrayList.remove(ArrayList.java:445)
at yc.h(World.java:2136)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:604)
at java.util.ArrayList.remove(ArrayList.java:445)
at yc.h(World.java:2136)
at in.h(WorldServer.java:516)

-- Affected level --
Details:
Level name: world
All players: 1 total; [iq['drawingkid1313'/57106, l='world', x=73.08, y=69.00, z=329.16]]
Chunk stats: ServerChunkCache: 900 Drop: 0
Level seed: 2556888395941430309
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (77,64,275), Chunk: (at 13,4,3 in 4,17; contains blocks 64,0,272 to 79,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 65886990 game time, 5700293 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 50721 (now: false), thunder time: 160989 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
I've seen a lot of threads with the same error but no solutions. I'm assuming it's just a bug in one of the mods that will probably be fixed in the next update. Are there any places where you're sending anything through a mystcraft or vanilla portal (other than players)?
 

drawingkid1313

New Member
Jul 29, 2019
7
0
0
I've seen a lot of threads with the same error but no solutions. I'm assuming it's just a bug in one of the mods that will probably be fixed in the next update. Are there any places where you're sending anything through a mystcraft or vanilla portal (other than players)?
Hmmm...I'll have to ask the other people on the server. It seemed to crash a lot when I was using the FTB Beta A pack without mystcraft, but I don't know if it was the same error.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
How much ram do you have in your server that you can use?
I have the feeling you have 2GB RAM, and that you allocated all 2GB to the server, as soon as he gets over 1GB (windows) or 1.5GB (*Nix) the server will crash if you don't allocate it right
 

drawingkid1313

New Member
Jul 29, 2019
7
0
0
How much ram do you have in your server that you can use?
I have the feeling you have 2GB RAM, and that you allocated all 2GB to the server, as soon as he gets over 1GB (windows) or 1.5GB (*Nix) the server will crash if you don't allocate it right
Yes, I do have 2GB. It should be fine, though. The server runs on some flavor of linux, and Cubedhost is a very reliable company that knows its stuff.
I keep track of the RAM usage through cubedhost's website and the most I've seen it go up to is 90% usage, so it shouldn't be crashing due to RAM limitations or anything. It is possible, and does make sense, though.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Just to rule it out, if you start the server with max 1.5GB (1500M) does it keep crashing then aswell?
 

drawingkid1313

New Member
Jul 29, 2019
7
0
0
Just to rule it out, if you start the server with max 1.5GB (1500M) does it keep crashing then aswell?
Umm, I'm not too sure. I don't have that kind of control, and it might take a while since it's hosted by a company. I'd have to downgrade the server.
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
I doubt that would have anything to do with it nessiroj because the issue he's having is that a mod is trying to reference index 677 of an array that only has 677 values so it's a bug with one of the mods which I'm assuming is mystcraft since there's a known bug about teleporting entities through portals and the issue happened when the server was processing the entities.
 

Smight

New Member
Jul 29, 2019
2
0
0
Got the same problem. But when i stopped every entity to go through a mystcraft portal the server stopped crashing.