Technical Support

Status
This thread has been locked.

Fluxty

Game Director
Supreme
Feedback score
2
Posts
28
Reactions
21
Resources
0
I've got my network all setup and ready to go, but it seems that having just a few players online causes massive TPS issues and lag spikes, even though there's more than enough available resources and the server load is less than 50%. I just have a lot of questions regarding the causes of TPS lag other than high resource usage and how I can pinpoint those issues.

Since I've switched to Paper Spigot timings don't seem to work.. They are giving a very strange error.

Code:
[02:45:29] [Timings paste thread/ERROR]: Could not paste timings
java.net.UnknownHostException: 04-22.hostvenom.com: 04-22.hostvenom.com: unknown error
    at java.net.InetAddress.getLocalHost(InetAddress.java:1505) ~[?:1.8.0_91]
    at co.aikar.timings.TimingsExport.run(TimingsExport.java:309) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"8b18730"]
Caused by: java.net.UnknownHostException: 04-22.hostvenom.com: unknown error
    at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_91]
    at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) ~[?:1.8.0_91]
    at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) ~[?:1.8.0_91]
    at java.net.InetAddress.getLocalHost(InetAddress.java:1500) ~[?:1.8.0_91]
    ... 1 more

^^ I am using a Multicraft setup and I downloaded a 1.8.8 paper Spigot jar.conf from https://tcpr.ca/downloads/multicraft .. Not sure if that has anything to do with it, but I cannot find anything about defining a host in there.

PM me and maybe we can chat about this on Skype, or here, doesn't matter I suppose. I just need some help, if anybody wants to offer their paid services that's fine too.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
Post your server.properties here, im almost sure, its the problem.
 

Crixz

Full-time Minecraft Hacker
Premium
Feedback score
0
Posts
40
Reactions
15
Resources
0
Maybe just remove Paper Spigot and use the normal versions of it. This is only if the server was stable before the change.
 

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
Maybe just remove Paper Spigot and use the normal versions of it. This is only if the server was stable before the change.
If the OP changed to paper spigot, then he likely did for a reason. Paper spigot has more features then normal spigot. The OP would know he could just chnage back, but is asking for help with paper spigot, since thats what he wants.
 

Fluxty

Game Director
Supreme
Feedback score
2
Posts
28
Reactions
21
Resources
0
Post your server.properties here, im almost sure, its the problem.

Well, while I was waiting for this post to get approved I solved the TPS issues, for the most part anyways. Forget what I said about Hostvenom, my host is a branch of their company.

The problem that remains is Timings won't paste. Yes, they were pasting fine prior to switching over to Paper Spigot. I think somehow my hosts file was messed up in the process o.o. hostname -f returns Host Unknown in ssh...

My hosts file:
Code:
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Running the latest version of CentOS 6, not sure what I need to add to make this work. I found this on the paper forums on a similar issue, but I do not have CentOS written in my host file.

Code:
echo "CENTOS6" > /etc/hostname && hostname -F /etc/hostname
 
Status
This thread has been locked.
Top