question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

java.lang.NullPointerException: sender

See original GitHub issue

When loading LP for the first time, I get this error:

	at me.lucko.luckperms.common.commands.sender.SenderFactory.wrap(SenderFactory.java:63) ~[?:?]
	at me.lucko.luckperms.bukkit.LPBukkitPlugin.getConsoleSender(LPBukkitPlugin.java:522) ~[?:?]
	at me.lucko.luckperms.bukkit.LPBukkitPlugin.onLoad(LPBukkitPlugin.java:154) ~[?:?]
	at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:303) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8]
	at org.bukkit.craftbukkit.v1_11_R1.CraftServer.<init>(CraftServer.java:260) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8]
	at net.minecraft.server.v1_11_R1.PlayerList.<init>(PlayerList.java:73) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8]
	at net.minecraft.server.v1_11_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8]
	at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:185) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8]
	at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit-1.11.2.jar:git-Bukkit-6e3cec8]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]

Any ideas or suggestions? I really want to make the jump from PEX [EDIT] Gets same error on shutdown.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Swordingtoncommented, Jan 20, 2018

Ahhh, I use 1.11.2 craftbukkit because… Logic…

Read more comments on GitHub >

github_iconTop Results From Across the Web

File Sender java.lang.NullPointerException - SAP Community
I am currently develop a file to file transfer appl. I am facing a problem on my file sender will the error Could...
Read more >
NullPointerException · Issue #783 · winder/Universal-G-Code ...
Hi, when I open a file with the following g-code sequence, I get an exception (see below): G00 G17 G20 G40 G49 G80...
Read more >
SFTP Server errors with a null pointer exception - IBM
Symptom. SFTP Server errors with null pointer exception. The error is caused when a file with the same name is received by the...
Read more >
java - Getting null pointer exception while sending email using ...
I think the main problem is that you're defining as utility something that is a service. Anyway, if you want to use a...
Read more >
Nullpointer Exception when sending email - Mendix Forum
I keep getting a Nullpointer when trying to send an email with an attachment. Im using the Email template module. Does anyone know...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found