Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bungeecord server crash on join #135

Closed
OrangeJuiced opened this issue Oct 9, 2016 · 12 comments
Closed

Bungeecord server crash on join #135

OrangeJuiced opened this issue Oct 9, 2016 · 12 comments
Assignees
Labels
bug Something that's not working as it's intended to be.

Comments

@OrangeJuiced
Copy link
Contributor

OrangeJuiced commented Oct 9, 2016

The problem
When joining a newly made BungeeCord server it crashes giving this error:

17:39:18 [INFO] Listening on /0.0.0.0:25941
17:39:18 [INFO] Started query on /0.0.0.0:25941
>Inconsistency detected by ld.so: dl-lookup.c: 128: check_match: Assertion `version->filename =
= NULL || ! _dl_name_match_p (version->filename, map)' failed!
(Daemon) Server detected as crashed! Attempting to reboot server now.
(Daemon) Server detected as booting.
(Daemon) Server container started.
(Daemon) Attached to server container.

Doing a container rebuild seems to solve the problem.

Exact steps I took:

  1. Create a new Bungeecord server with these settings: http://image.prntscr.com/image/b6f04d4146a0456e882fd0aa2f2d3984.png
  2. Delete the very small default bungeecord.jar that the server puts in.
  3. Upload latest bungeecord build. Try starting the server, resulting in the error.
  4. Rebuild the container.
  5. Server now works.

More information:

Linux -removed hostname- 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Docker info:

Containers: 22
 Running: 6
 Paused: 0
 Stopped: 16
Images: 3
Server Version: 1.12.1
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 82
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge null host overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options: apparmor seccomp
Kernel Version: 4.4.0-38-generic
Operating System: Ubuntu 16.04.1 LTS
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 62.75 GiB
Name: -removed hostname-
ID: X33Z:VM4A:CG5G:3X3B:5UGC:D2WG:OWEK:Q333:TQKO:GSWZ:MDQ4:35QE
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Insecure Registries:
 127.0.0.0/8

Docker version: 1.12.1, build 23cf638

@DaneEveritt
Copy link
Member

/cc @parkervcp

@RhvsW
Copy link

RhvsW commented Oct 20, 2016

Possibly related: netty/netty-tcnative#111

@OrangeJuiced
Copy link
Contributor Author

This issue seems to be resolved. Does not crash anymore on join and the BungeeCord jar gets properly built. Tested on rc-2.

@DaneEveritt
Copy link
Member

This has not been reported by anyone else, and cannot be reproduced. Closing.

@DaneEveritt DaneEveritt added + daemon bug Something that's not working as it's intended to be. and removed investigating labels Nov 20, 2016
@DaneEveritt
Copy link
Member

Its back, can confirm presence.

@DaneEveritt DaneEveritt reopened this Nov 20, 2016
@DaneEveritt
Copy link
Member

Confirmed as issue with Bungeecord. Fix involves using builds compiled against alpine at http://ci.pterodactyl.io/

Will probably end up changing the container to avoid that issue.

@ThaliaSenpai
Copy link

I tried Bungeecord.jar at first, and I got that error upon joining my server. So I asked and was told to try Waterfall, which works better with Docker. I was still given the same error.

http://i.imgur.com/FAA1zHP.png

And this is the Docker Container Image: quay.io/pterodactyl/core:java-glibc
Here is the full console log: https://hastebin.com/ixotibirut.sql
The error is triggered upon connecting to the server.

@DaneEveritt DaneEveritt reopened this Jun 11, 2017
@BentHaase
Copy link

As a workaround feel free to use this container:

flatronez/sqlite_java8_debian

It's based on Debian and also fixes all SQLite related issues.

@BentHaase
Copy link

selection_772

@DaneEveritt
Copy link
Member

Haven't heard of this happening in quite awhile, closing this again because I believe we have it all fixed.

@ras1b
Copy link

ras1b commented Sep 3, 2018

I'm having this issue aswell, i've tried that container code and still does the same thing

@DaneEveritt
Copy link
Member

This is over a year old, please provide logs and enough information for us to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as it's intended to be.
Projects
None yet
Development

No branches or pull requests

7 participants