1
Java HotSpot(TM) Server VM warning:
You have loaded library /tmp/libnetty-transport-native-epoll7650900490225298142.so
 which might have disabled stack guard.
The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 
'execstack -c <libfile>', or link it with '-z noexecstack'.`

This shows up on startup of my Minecraft server

Ubuntu 14.04LTS 32bit java1.8.0_40

I tried uninstalling java completely.

And reinstalling.

'execstack' is not a command in terminal or java

Is there a fix for this?

Zanna
  • 70,465
Myst
  • 133

1 Answers1

1

Just attempted to correct this issue on my server.
Did the following:

sudo apt-get update
sudo apt-get install prelink

then ran the execstack command only to be told the file doesn't exist

Manually checked the /tmp directory and the file does not exist so it wasn't a path error.

How a file can be loaded that doesn't exist is a puzzle unless it was loaded during a java update and then erased....

Zanna
  • 70,465
Guy_D
  • 11
  • 1