By Ganman3
#161586 I currently use a hosting service. My support is lackluster, but it was easy to create a database. Over the past several days though, I've had a lot of difficulty getting my Pixelmon database to my server and editing the configuration properties to connect to my database.

1. I'm not sure how to connect the database to a remote local host. I know the format, but I've never figured out the proper combination. Or if I have, it hasn't had the proper result.

Here's what I have as of my writing this:

# Put the connection string for the external database in the form jdbc:dbtype://...
S:"Connection string"= jdbc:mysql://localhost:8694/db_8694/pixelmonstorage?user=db_8694&password=(censored)
But I have an admin password and an admin username (presumably which allows me to access the database remotely). I have a username that is the same as my database, db_8694, and I'm guessing that the 8694 is also the port, but I've heard the default is something else. I also have a password assigned for my specific login. I'm not sure which I'd use, what the port is. It would be easier if I were hosting it myself, I think.

2. I'm not sure how to get the Pixelmon database up. At first, I just took time to download the file and edit it that way, but my service won't let me upload it. When I delete the original file, having backed it up, it just restores it five minutes later, and when I upload my edits of the file, nothing happens. I'm not sure if the Pixelmon database is supposed to appear in my mySQL once it's connected through the config and the server is loaded up, but the file, by itself, is too large to upload, and even when I compress it, I don't know the proper encoding for the file. I don't know the proper compatibility mode or the character set of the file.

By Ganman3
#161587 Could I please get some help? I'd really love to work with some things in the database. I'm working on a map and need more control over what spawns in which biome, and since I'm in 1.8, sidemods aren't an option.
User avatar
By MoeBoy76
#161601 The database in the config is for saving player files (ie party and PC) and not the actual database with preset data, to use an edited Pixelmon2.db you must upload/place it in a folder in root named "customdatabase" as opposed to the default "database" folder
By Ganman3
#161603 I think that might have done something? Thank you. My Pixelmon data was removed, which wasn't a major inconvenience- I just lost my party. I can't update the file though. Whenever I try to upload, I get the same problem, which is that it won't accept anymore database files to be uploaded.
User avatar
By MoeBoy76
#161618 Do you mean you reverted to files instead of the database? If so then loss is expected, however if you mean you got your connection working but didn't run the command to push data to mysql that's your problem (i can't remember the command atm but you can find it on the wiki if you search for commands)
That's an issue that you will have to sort out with your host, which i would personally not give them the time of day for and terminate the service to move somewhere that actually lets you run a server (for example Nodecraft)
By Ganman3
#161644 Thank you again.
I actually modified the data via H2 on my computer then uploaded it to a custom database folder. I still haven't figured out the proper data for the config. However, my hosting service is being a little more helpful now that I've told them the service has been unacceptable.
My issue is not the commands- I can do the research for that. I'm learning SQL later anyway. My biggest issue has just been getting it all connected properly and understanding how the server interacts with the database. The custom database tip was extremely helpful. I hope to sort this out soon.
As for hosting, what I have now is affordable for me. I'm working the job I got out of college, so the $25/month I pay to maintain a server is affordable. I'm sure the service over on NodeCraft is a hundred times better, but I'd still be paying them $40/month to do what I'm doing now for $25.
By Ganman3
#162374 So I've been trying to resolve this issue for the longest time. I thought this time I'd include slightly more specific information.
Again, I'm having a lot of difficulty connecting my server to the database.

Here's the basic format in which I've written my config. I'd include the exact text, but I don't want to expose my account information:
database {
# Put the connection string for the external database in the form jdbc:dbtype://...
S:"Connection string"=jdbc:mysql://(Host IP):3306/(Name of database)?user=(username)&password=(password)

# Enable this to change the save system over to a database specified in the connection string property. Only H2 and MySQL currently supported.
B:"Save to external database"=true
}

There are no parentheses in the first field where I've left out the IP, database name, username, and password, of course. I've also blurred them out below.

And here's what my console gives me on startup:
19.10 13:32:34 [Server] Server thread/WARN [FML]: [HelpFixer] Command freeze incorrectly overrides compareTo: com.pixelmonmod.pixelmon.commands.Freeze
19.10 13:32:34 [Server] Server thread/WARN [FML]: [HelpFixer] Command pokebattle2 incorrectly overrides compareTo: com.pixelmonmod.pixelmon.commands.Battle2
19.10 13:32:34 [Server] Server thread/WARN [FML]: [HelpFixer] Command setparty incorrectly overrides compareTo: com.pixelmonmod.pixelmon.commands.SetParty
19.10 13:32:34 [Server] Server thread/WARN [FML]: [HelpFixer] Command pokeheal incorrectly overrides compareTo: com.pixelmonmod.pixelmon.commands.Heal
19.10 13:32:34 [Server] Server thread/WARN [FML]: [HelpFixer] Command tpbat incorrectly overrides compareTo: com.pixelmonmod.pixelmon.commands.TPToBattleDim
19.10 13:32:34 [Server] Startup Done (1.723s)! For help, type "help" or "?"
19.10 13:32:34 [Server] Server thread/INFO Preparing spawn area: 88%
19.10 13:32:33 [Server] Server thread/INFO Preparing start region for level 0
19.10 13:32:33 [Server] Server thread/INFO [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@6123693a)
19.10 13:32:33 [Server] Server thread/INFO [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@6123693a)
19.10 13:32:33 [Server] Server thread/INFO [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@6123693a)
19.10 13:32:33 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 13:32:33 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 13:32:33 [Server] Server thread/INFO [FML]: Injecting existing block and item data into this server instance
19.10 13:32:33 [Server] Server thread/INFO Preparing level "world"
19.10 13:32:32 [Server] Server thread/INFO [FML]: Forge Mod Loader has successfully loaded 6 mods
19.10 13:32:32 [Server] Server thread/INFO [worldedit]: WorldEdit for Forge (version 6.1) is loaded
19.10 13:32:32 [Server] Server thread/INFO [FML]: Itemstack injection complete
19.10 13:32:32 [Server] Server thread/INFO [FML]: Injecting itemstacks
19.10 13:32:30 [Server] Server thread/INFO Starting Minecraft server on 192.99.20.81:25963
19.10 13:32:30 [Server] Server thread/INFO Generating keypair
19.10 13:32:30 [Server] Server thread/INFO Default game type: ADVENTURE
19.10 13:32:30 [Server] Server thread/INFO Loading properties
19.10 13:32:30 [Server] Server thread/INFO [FML]: Itemstack injection complete
19.10 13:32:30 [Server] Server thread/INFO [FML]: Injecting itemstacks
19.10 13:32:30 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 13:32:30 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 13:32:28 [Server] Server thread/INFO [STDOUT]: [com.pixelmonmod.pixelmon.config.PixelmonEntityList:addSpawns:118]: [PIXELMON] Registering entity spawns
19.10 13:32:27 [Server] Server thread/INFO [STDOUT]: [com.pixelmonmod.pixelmon.database.DatabaseHelper:getConnection:60]: Establishing Connection
19.10 13:32:27 [Server] Server thread/INFO [STDOUT]: [com.pixelmonmod.pixelmon.database.DatabaseHelper:getConnection:58]: Loading Database Driver
19.10 13:32:26 [Server] Server thread/INFO [STDOUT]: [com.pixelmonmod.pixelmon.database.DatabaseHelper:copyDatabaseFromJar:74]: Extracting database
19.10 13:32:26 [Server] Server thread/INFO [STDOUT]: [com.pixelmonmod.pixelmon.config.PixelmonItemsTMs:load:24]: PIXELMON: Loading TM/HMs
19.10 13:32:23 [Server] Server thread/INFO [FML]: Configured a dormant chunk cache size of 0
19.10 13:32:23 [Server] Server thread/INFO [FML]: Found 0 ItemStackHolder annotations
19.10 13:32:23 [Server] Server thread/INFO [FML]: Identifying ItemStackHolder annotations
19.10 13:32:23 [Server] Server thread/INFO [FML]: Found 384 ObjectHolder annotations
19.10 13:32:23 [Server] Server thread/INFO [FML]: Processing ObjectHolder annotations
19.10 13:32:22 [Server] Server thread/INFO [FML]: Attempting connection with missing mods [mcp, FML, Forge, HelpFixer, pixelmon, worldedit] at SERVER
19.10 13:32:22 [Server] Server thread/INFO [FML]: Attempting connection with missing mods [mcp, FML, Forge, HelpFixer, pixelmon, worldedit] at CLIENT
19.10 13:32:22 [Server] Server thread/INFO [FML]: Forge Mod Loader has identified 6 mods to load
19.10 13:32:20 [Server] Server thread/INFO [FML]: Searching /Pixelmon1.8-4.0.7/mods for mods
19.10 13:32:20 [Server] Server thread/INFO [FML]: Found 0 mods from the command line. Injecting into mod discoverer
19.10 13:32:20 [Server] Server thread/INFO [MinecraftForge]: Completed early MinecraftForge initialization
19.10 13:32:20 [Server] Server thread/INFO [FML]: Replaced 204 ore recipies
19.10 13:32:20 [Server] Server thread/INFO [FML]: MinecraftForge v11.14.3.1450 Initialized
19.10 13:32:20 [Server] Server thread/INFO [MinecraftForge]: Attempting early MinecraftForge initialization
19.10 13:32:20 [Server] Server thread/INFO Starting minecraft server version 1.8
19.10 13:32:17 [Server] main/INFO [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
19.10 13:32:16 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
19.10 13:32:16 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
19.10 13:32:15 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
19.10 13:32:15 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19.10 13:32:15 [Server] main/INFO [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
19.10 13:32:14 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
19.10 13:32:14 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
19.10 13:32:14 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
19.10 13:32:14 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
19.10 13:32:14 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
19.10 13:32:14 [Server] main/INFO [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_76, running on Linux:amd64:3.10.23-xxxx-std-ipv6-64, installed at /usr/lib/jvm/java-7-oracle/jre
19.10 13:32:14 [Server] main/INFO [FML]: Forge Mod Loader version 8.99.124.1450 for Minecraft 1.8 loading
19.10 13:32:13 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
19.10 13:32:13 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
19.10 13:32:13 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
19.10 13:32:12 [Multicraft] Loaded config for "Mod: Pixelmon 4.0.7 (Forge 1.8)"
19.10 13:32:12 [Multicraft] Starting server!
19.10 13:32:12 [Multicraft] Loading server properties
19.10 13:32:12 [Multicraft] Server stopped
19.10 13:32:12 [Multicraft] Server shut down
19.10 13:32:11 [Server] Server thread/INFO [FML]: Holder lookups applied
19.10 13:32:11 [Server] Server thread/INFO [FML]: Applying holder lookups
19.10 13:32:11 [Server] Server thread/INFO [FML]: Unloading dimension 1
19.10 13:32:11 [Server] Server thread/INFO [FML]: Unloading dimension -1
19.10 13:32:11 [Server] Server thread/INFO [FML]: Unloading dimension 0
19.10 13:32:11 [Server] Server thread/INFO Saving chunks for level 'world'/The End
19.10 13:32:11 [Server] Server thread/INFO Saving chunks for level 'world'/Nether
19.10 13:32:11 [Server] Server thread/INFO Saving chunks for level 'world'/Overworld
19.10 13:32:11 [Server] Server thread/INFO Saving worlds
19.10 13:32:11 [Server] Server thread/INFO Saving players
19.10 13:32:11 [Server] Server thread/INFO Stopping server
19.10 13:32:11 [Server] Server thread/INFO Stopping the server
19.10 13:32:11 [Server] Server thread/INFO Saved the world
19.10 13:32:11 [Server] Server thread/INFO Saving...
19.10 13:32:11 [Server] INFO stop
19.10 13:32:11 [Server] INFO save-all
19.10 13:32:11 [Multicraft] Stopping server!
19.10 13:32:11 [Multicraft] Received restart command

And here's what my console gives me when I join the game:
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:620)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72389_g(ServerConfigurationManager.java:831)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72391_b(ServerConfigurationManager.java:314)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.storage.SaveHandler.func_75753_a(SaveHandler.java:243)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.entity.Entity.func_70109_d(Entity.java:1394)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PlayerStorage.saveNBTData(PlayerStorage.java:1251)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.savePlayer(PokeballManager.java:156)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.writePlayerData(DatabaseStorage.java:341)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:620)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72389_g(ServerConfigurationManager.java:831)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72391_b(ServerConfigurationManager.java:314)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.storage.SaveHandler.func_75753_a(SaveHandler.java:243)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.entity.Entity.func_70109_d(Entity.java:1394)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PlayerStorage.saveNBTData(PlayerStorage.java:1251)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.savePlayer(PokeballManager.java:156)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.writePlayerData(DatabaseStorage.java:336)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.checkConnection(DatabaseStorage.java:218)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.getConnection(DatabaseStorage.java:119)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.sql.DriverManager.getConnection(DriverManager.java:233)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.sql.DriverManager.getConnection(DriverManager.java:596)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.sql.SQLException: No suitable driver found for jdbc:mysql://(Host IP):3306/(Database name)?user=(username)&password=(password)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:620)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72389_g(ServerConfigurationManager.java:831)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.func_72391_b(ServerConfigurationManager.java:314)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.world.storage.SaveHandler.func_75753_a(SaveHandler.java:243)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.entity.Entity.func_70109_d(Entity.java:1394)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PlayerStorage.saveNBTData(PlayerStorage.java:1251)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.savePlayer(PokeballManager.java:156)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.writePlayerData(DatabaseStorage.java:336)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.checkConnection(DatabaseStorage.java:218)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.getConnection(DatabaseStorage.java:114)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:191)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
19.10 13:36:19 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:727)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:191)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:248)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:186)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:50)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:234)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:182)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:591)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_PixelmonPlayerTracker_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.comm.PixelmonPlayerTracker.onPlayerLogin(PixelmonPlayerTracker.java:40)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:40)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:100)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.readPlayerData(DatabaseStorage.java:231)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NullPointerException
19.10 13:36:01 [Server] Server thread/INFO [STDOUT]: [com.pixelmonmod.pixelmon.storage.PokeballManager:loadPlayer:126]: Error loading player: Ganman3
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:727)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:191)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:248)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:186)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:50)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:234)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:182)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:591)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_PixelmonPlayerTracker_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.comm.PixelmonPlayerTracker.onPlayerLogin(PixelmonPlayerTracker.java:40)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:40)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:100)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.readPlayerData(DatabaseStorage.java:227)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.checkConnection(DatabaseStorage.java:218)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.getConnection(DatabaseStorage.java:119)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.sql.DriverManager.getConnection(DriverManager.java:233)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.sql.DriverManager.getConnection(DriverManager.java:596)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.sql.SQLException: No suitable driver found for jdbc:mysql://204.145.72.119:3306/db_8694?user=db_8694&password=103c9679fa
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:727)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:191)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:248)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:186)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:50)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:234)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:182)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:591)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_PixelmonPlayerTracker_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.comm.PixelmonPlayerTracker.onPlayerLogin(PixelmonPlayerTracker.java:40)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:40)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:100)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.readPlayerData(DatabaseStorage.java:227)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.checkConnection(DatabaseStorage.java:218)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.pixelmonmod.pixelmon.database.DatabaseStorage.getConnection(DatabaseStorage.java:114)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName(Class.java:191)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.forName0(Native Method)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
19.10 13:36:01 [Server] Server thread/INFO [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
19.10 13:36:00 [Server] Server thread/INFO Ganman3 joined the game
19.10 13:36:00 [Multicraft] Ganman3 ran command Message of the Day
19.10 13:36:00 [Connect] User Ganman3, IP 68.103.40.237
19.10 13:36:00 [Server] Server thread/INFO [FML]: [Server thread] Server side modded connection established
19.10 13:36:00 [Server] Netty Server IO #1/INFO [FML]: Attempting connection with missing mods [HelpFixer, worldedit] at CLIENT
19.10 13:36:00 [Server] Netty Server IO #1/INFO [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
19.10 13:36:00 [Server] Netty Server IO #1/INFO [FML]: Client protocol version 2
19.10 13:35:59 [Server] User Authenticator #1/INFO UUID of player Ganman3 is 513e6e90-0180-4ec8-a0cc-e35dbbeda180
By Ganman3
#162492 I know it is a lot of text, but could I please get some help? There's not a lot of support for this online. I'm not sure what I need to do anymore.
Files are not syncing to my database.
JOIN THE TEAM