Jump to content

New to modding servers. Database downloading issue


Kuwoobie

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.