Stránka 1 z 2
HawkEye
Napsal: 18 úno 2014, 14:55
od Saitan
93.91.250.138:27866
Ahoj, potřebuji poradit. Vyzkoušel jsem snad všechno a pořád se to nechce připojit, nevíte proč? Mám vyplněné udaje snad dobře.
Kód: Vybrat vše
mysql:
hawkeye-table: hawkeye
port: 3306
player-table: hawk_players
username: cislo_mysql_db
world-table: hawk_worlds
hostname: localhost
max-connections: 10
password: heslo
database: cislo_mysql_db
Todle to vypisuje konzole:
> [13:44:32 INFO]: [HawkEye] Enabling HawkEye v1.6.0
> [13:44:32 INFO]: [HawkEye] Starting HawkEye 1.6.0 initiation process...
> [13:44:32 INFO]: [HawkEye] Searching for updates..
> [13:44:33 ERROR]: [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user 'cislo_mysql_db'@'localhost' (using password: YES)
> [13:44:33 ERROR]: [HawkEye] Error initiating HawkEye database connection, disabling plugin
> [13:44:33 INFO]: [HawkEye] Disabling HawkEye v1.6.0
Re: HawkEye
Napsal: 18 úno 2014, 15:09
od Vilak
nevim co presne chces... mozna ale...: password: heslo
jinak sem dej web na ktery to chces napojit protoze hawkeye funguje pres mysql databasi a tu musis met u fakahedy...
neni mi presne jasne, co ti nejde, jestli myslis samotny plugin a nebo prepojeni na web
Re: HawkEye
Napsal: 18 úno 2014, 15:23
od Saitan
mysql databasi mám u fakahedy je aktivní a ten plugin nejde píše to pořád error a vypíná se.
Nemám to připojené na web, jen potřebuji ten plugin zprovoznit na tu mysql databasi.
Todle to vypisuje konzole:
> [13:44:32 INFO]: [HawkEye] Enabling HawkEye v1.6.0
> [13:44:32 INFO]: [HawkEye] Starting HawkEye 1.6.0 initiation process...
> [13:44:32 INFO]: [HawkEye] Searching for updates..
> [13:44:33 ERROR]: [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user 'cislo_mysql_db'@'localhost' (using password: YES)
> [13:44:33 ERROR]: [HawkEye] Error initiating HawkEye database connection, disabling plugin
> [13:44:33 INFO]: [HawkEye] Disabling HawkEye v1.6.0
Re: HawkEye
Napsal: 18 úno 2014, 15:56
od Vilak
nejsu si jisty, s mysql moc neumim ale...
asi to bude kvuli tomuto
Kód: Vybrat vše
> [13:44:33 ERROR]: [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user 'cislo_mysql_db'@'localhost' (using password: YES)
mas tam v configu dane
a misto to CISLO napis cislo, ktere mas napsane v mysql - zakladni nastaveni
mas tam treba 236589_mysql_db (je to jen orientacne, podivej se, co tam mas...) a prepis to misto toho cisla...
pak by ot tedy melo byt asi
- cislo si tam dopises svoje
snad sem pomohl, pokud ne a nebo se vyskytne nejaka chyba, prepis to zpatky, sma rikam ze se v tom mco nevyznam
Re: HawkEye
Napsal: 18 úno 2014, 16:03
od Saitan
to neni tim to jsem dodatečně změnil když jsem to dával sem.
Re: HawkEye
Napsal: 18 úno 2014, 16:06
od panChemicky
Tak to sem dej prosím znova a JEDINÉ, CO ZAKRYJ JE HESLO
Re: HawkEye
Napsal: 18 úno 2014, 16:16
od Saitan
Tady to je.
Kód: Vybrat vše
mysql:
hawkeye-table: hawkeye
port: 3306
player-table: hawk_players
username: 142254_mysql_db
world-table: hawk_worlds
hostname: localhost
max-connections: 10
password: ******
database: 142254_mysql_db
Re: HawkEye
Napsal: 18 úno 2014, 17:22
od vojtamaniak
Takto to tam dej, nahraj to na server a po restartu sem dej server.log při startu.
Re: HawkEye
Napsal: 18 úno 2014, 17:33
od Saitan
restartoval jsem to.
Kód: Vybrat vše
> [13:44:32 INFO]: [HawkEye] Enabling HawkEye v1.6.0
> [13:44:32 INFO]: [HawkEye] Starting HawkEye 1.6.0 initiation process...
> [13:44:32 INFO]: [HawkEye] Searching for updates..
> [13:44:33 ERROR]: [HawkEye] Error whilst attempting to get connection: java.sql.SQLException: Access denied for user '142254_mysql_db'@'localhost' (using password: YES)
> [13:44:33 ERROR]: [HawkEye] Error initiating HawkEye database connection, disabling plugin
> [13:44:33 INFO]: [HawkEye] Disabling HawkEye v1.6.0
> [13:44:33 ERROR]: Error occurred while disabling HawkEye v1.6.0 (Is it up to date?)
java.lang.NullPointerException
at uk.co.oliwali.HawkEye.HawkEye.onDisable(HawkEye.java:79) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:252) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:348) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:423) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at uk.co.oliwali.HawkEye.HawkEye.onEnable(HawkEye.java:136) [HawkEye.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
Re: HawkEye
Napsal: 18 úno 2014, 17:55
od ondracek.roman
Zkus místo HawkEye použít CoreProtect