Posted June 14, 201312 yr I am now extremely close to getting this to work. On my computer, I am running an localhost server using minecraft_server.jar modded with Forge. When I run the server, everything starts up and runs perfectly. The only mod installed is Pixelmon 2.2. When I load the *exact same* files into Filezilla onto the Multicraft server, it hangs up at this point: 13.06 23:12:55 [server] INFO [PIXELMON] Registering entity spawns 13.06 23:12:55 [server] INFO PIXELMON: Loading TM/HMs 13.06 23:12:53 [server] INFO java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.7.2-libsqlitejdbc.so: /tmp/sqlite-3.7.2-libsqlitejdbc.so: failed to map segment from shared object: Operation not permitted 13.06 23:12:53 [server] INFO Failed to download database/Pixelmon.db 13.06 23:12:52 [server] INFO Downloading database/Pixelmon.db I do not understand why it will work on one server but not another using identical files. If I could just fix this one problem, everything will be golden.
June 14, 201312 yr seems more like your hoster somehow blocks downloading files to the server space. You have to talk with your hoster about this. if it can download the FML libraries, then I dunno, but you can copy the Pixelmon.db from your local server into your remote one and see if that works. EDIT Also java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.7.2-libsqlitejdbc.so: /tmp/sqlite-3.7.2-libsqlitejdbc.so: failed to map segment from shared object: Operation not permitted Seems like the mc-server can't access those libraries from your server. Again, you have to talk about this with your hoster, or chmod those libraries and give the access rights needed, if you can access them yourself via FTP. Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
June 15, 201312 yr Author Thank you for your reply. I have contacted my server host and they do not seem very experienced with dealing with mods. They say they spoke to a Multicraft developer and responded saying: Ok, new idea! Any idea what plugin/mod is trying to access the sqlite? If so, is there an option for that mod/plugin to use mysql? I know that mysql will for sure work It all sounds well and good, but I cannot find any information that relates MySQL with either mod. Its starting to look like we are just going to have to get a server with a host that is more prepared for this sort of thing.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.