Přihlašovací pluginy selhaly

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
2Déčko
Příspěvky: 35
Registrován: 18 led 2014, 23:26
Reputation: 0

Přihlašovací pluginy selhaly

#1 Příspěvekod 2Déčko » 15 črc 2014, 22:14

Server: 93.91.250.132:27215
Zdravím,
chtěl jsem si založit nový server pro veřejnost ale nedávno jsem zjistil že mi trochu blbnou pluginy, konkrétně:

Nejde mi přihlašovací plugin - xAuth/AuthMe
Když vložím na server plugin xAuth a nastavím tam MySQL údaje tk to háže chybu, i když zakážu aby to používalo MySQL pořád ji háže
Když tam dám AuthMe tak ten si dokonce neudělá ani složku a když mu ji manuálně vytvořím tak se v pluginech radši ani neukazuje.

Detaily serveru: Módovaný server s jádrem MCPC+ verze 1.6.4, FutureCraft balíček módů

Za jakoukoliv dobrou radu či pomoc určitě karma + (prosím vás potřebuju to co nejrychleji pokud možno)
Díky :)

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Přihlašovací pluginy selhaly

#2 Příspěvekod DenOwq » 15 črc 2014, 22:17

Máš plugin na verzi jako mcpc?
Muhahha.

2Déčko
Příspěvky: 35
Registrován: 18 led 2014, 23:26
Reputation: 0

Re: Přihlašovací pluginy selhaly

#3 Příspěvekod 2Déčko » 15 črc 2014, 22:18

To už mi radil kamarád, ano mám :)

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Přihlašovací pluginy selhaly

#4 Příspěvekod DenOwq » 15 črc 2014, 22:20

Divné, ukaž ten config
Muhahha.

2Déčko
Příspěvky: 35
Registrován: 18 led 2014, 23:26
Reputation: 0

Re: Přihlašovací pluginy selhaly

#5 Příspěvekod 2Déčko » 15 črc 2014, 22:22

Tady přidávám to co se ukáže když se někdo připojí na server
Spoiler: zobrazit
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.Util.getInstance(Util.java:382)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
at java.sql.DriverManager.getConnection(DriverManager.java:571)
at java.sql.DriverManager.getConnection(DriverManager.java:187)
at com.modcrafting.ultrabans.db.SQL.getSQLConnection(SQL.java:49)
at com.modcrafting.ultrabans.db.SQL.setAddress(SQL.java:141)
at com.modcrafting.ultrabans.listeners.UltraBanPlayerListener.onPlayerJoin(UltraBanPlayerListener.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:435)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:325)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:186)
at net.minecraft.network.NetLoginHandler.completeConnection(NetLoginHandler.java:223)
at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:168)
at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:121)
at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:198)
at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:82)
at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:33)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:910)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.sql.SQLException: Access denied for user '154795_mysql_db'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2186)
... 38 more
> 21:59:11 [SEVERE] Could not pass event PlayerJoinEvent to Ultrabans v3.1.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:437)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:325)
at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:186)
at net.minecraft.network.NetLoginHandler.completeConnection(NetLoginHandler.java:223)
at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:168)
at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:121)
at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:198)
at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:82)
at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:33)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:910)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NullPointerException
at com.modcrafting.ultrabans.db.SQL.setAddress(SQL.java:142)
at com.modcrafting.ultrabans.listeners.UltraBanPlayerListener.onPlayerJoin(UltraBanPlayerListener.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:435)


A tady je config pluginu xAuth
Spoiler: zobrazit
main:
auto-disable: false
check-premium: true
reload-on-join: false
mysql:
enabled: false
host: localhost
port: 3306
user: user
password: password
database: xauth
tables:
account: accounts
location: locations
lockout: lockouts
playerdata: playerdata
playerstorage: playerstorage
session: sessions
permissions:
backend: bukkit
use-material-names: true
debug: false
authurl:
enabled: false
url: http://localhost
registration: false
status: false
groups: false
broadcast-login: false
single-session:
reverse: true
guests:
reverse: false
immunity-length: 5
registration:
enabled: true
forced: true
require-email: false
validate-email: false
account-limit: 0
activation: false
require-login: true
password:
default-type: 0
convert-password: false
min-length: 6
allow-change: true
complexity:
lowercase: false
uppercase: false
number: false
symbol: false
guest:
timeout: 300
notify-cooldown: 5
hide-inventory: true
protect-location: true
gamemode: ADVENTURE
restrict:
player:
chat: true
interact: true
move: true
pickup: true
command:
register: false
login: false
l: false
damage: true
regain: true
level: true
splash: true
target: true
block:
place: true
break: true
entity:
damage: true
target: true
session:
length: 3600
verifyip: true
godmode-length: 5
strikes:
amount: 5
lockout-length: 3600
account:
track-last-login: true
filter:
min-length: 3
allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_
disallowed: ''
blank-name: true
commands: true
groups:
move-on-register: Novice
auto-assign: false

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Přihlašovací pluginy selhaly

#6 Příspěvekod DenOwq » 15 črc 2014, 22:24

Chyba je u ultabans, dej to na tu verzi jako máš server. + sem dej ten config
Muhahha.

2Déčko
Příspěvky: 35
Registrován: 18 led 2014, 23:26
Reputation: 0

Re: Přihlašovací pluginy selhaly

#7 Příspěvekod 2Déčko » 15 črc 2014, 22:25

config tam máš a ultrabans jsou na stejné verzi... i normálně fungují

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Přihlašovací pluginy selhaly

#8 Příspěvekod DenOwq » 15 črc 2014, 22:28

btw, needituj příspěvky. Dej sem config ak to máš nastavené (zakryj heslo)
Muhahha.

2Déčko
Příspěvky: 35
Registrován: 18 led 2014, 23:26
Reputation: 0

Re: Přihlašovací pluginy selhaly

#9 Příspěvekod 2Déčko » 15 črc 2014, 22:29

Heslo tam ani není jelikož kámoš říkal že když MySQL ukládání vypnu mělo by se to zapisovat do souboru
Spoiler: zobrazit
main:
auto-disable: false
check-premium: true
reload-on-join: false
mysql:
enabled: false
host: localhost
port: 3306
user: user
password: password
database: xauth
tables:
account: accounts
location: locations
lockout: lockouts
playerdata: playerdata
playerstorage: playerstorage
session: sessions
permissions:
backend: bukkit
use-material-names: true
debug: false
authurl:
enabled: false
url: http://localhost
registration: false
status: false
groups: false
broadcast-login: false
single-session:
reverse: true
guests:
reverse: false
immunity-length: 5
registration:
enabled: true
forced: true
require-email: false
validate-email: false
account-limit: 0
activation: false
require-login: true
password:
default-type: 0
convert-password: false
min-length: 6
allow-change: true
complexity:
lowercase: false
uppercase: false
number: false
symbol: false
guest:
timeout: 300
notify-cooldown: 5
hide-inventory: true
protect-location: true
gamemode: ADVENTURE
restrict:
player:
chat: true
interact: true
move: true
pickup: true
command:
register: false
login: false
l: false
damage: true
regain: true
level: true
splash: true
target: true
block:
place: true
break: true
entity:
damage: true
target: true
session:
length: 3600
verifyip: true
godmode-length: 5
strikes:
amount: 5
lockout-length: 3600
account:
track-last-login: true
filter:
min-length: 3
allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_
disallowed: ''
blank-name: true
commands: true
groups:
move-on-register: Novice
auto-assign: false

Uživatelský avatar
Batllefury
Příspěvky: 1084
Věk: 27
Registrován: 07 bře 2013, 15:35
Reputation: 5
Kontaktovat uživatele:

Re: Přihlašovací pluginy selhaly

#10 Příspěvekod Batllefury » 15 črc 2014, 22:33

Pomoc se odměňuje karmou !


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 50 hostů