CommunityBridge

15.5k Downloads

Error when getting on and off the server.

sossos1988 opened this issue ยท 0 comments

commented

Here is the pastebin link to the error
http://pastebin.com/0vrjxWKN

[13:03:14] [Server thread/INFO]: Phrixos_Hades[/72.24.106.34:34622] logged in with entity id 505 at ([world] -67.51071169363561, 75.0, 226.4405962985615)
[13:03:14] [Craft Scheduler Thread - 10/INFO]: [CommunityBridge] SELECT member_group_id FROM ipb_members WHERE member_id = '44'
[13:03:14] [Craft Scheduler Thread - 10/INFO]: [CommunityBridge] SELECT mgroup_others FROM ipb_members WHERE member_id = '44'
[13:03:14] [Craft Scheduler Thread - 10/WARN]: Exception in thread "Craft Scheduler Thread - 10"
[13:03:14] [Craft Scheduler Thread - 10/WARN]: org.apache.commons.lang.UnhandledException: Plugin CommunityBridge v2.2.2.398 generated an exception while executing task 28
at org.bukkit.craftbukkit.v1_7_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.NullPointerException
at org.communitybridge.main.Configuration.getWebappGroupIDbyGroupName(Configuration.java:731)
at org.communitybridge.main.WebApplication.synchronizeGroupsPrimaryGameToWeb(WebApplication.java:1100)
at org.communitybridge.main.WebApplication.synchronizeGroupsPrimary(WebApplication.java:1030)
at org.communitybridge.main.WebApplication.synchronizeGroups(WebApplication.java:525)
at org.communitybridge.main.WebApplication.synchronizePlayer(WebApplication.java:423)
at org.communitybridge.main.WebApplication.access$000(WebApplication.java:30)
at org.communitybridge.main.WebApplication$1.run(WebApplication.java:382)
at org.bukkit.craftbukkit.v1_7_R2.scheduler.CraftTask.run(CraftTask.java:58)
at org.bukkit.craftbukkit.v1_7_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more