Help With Uploading Map Through FileZilla To Multicraft Server

Status
This thread has been locked.

SnakeDaoust1232

Banned
Feedback score
0
Posts
32
Reactions
7
Resources
0
Hi All,
I Have just bought a map from a seller, when i upload it to my server using FileZilla it gives a Error..Please could someone help me fix this issue.. i can not work it out..
Many Thanks

4.03 21:56:04 [Server] INFO **** Beginning UUID conversion, this may take A LONG time **** 24.03 21:56:04 [Server] INFO Preparing level "world" 24.03 21:56:04 [Server] WARN java.io.FileNotFoundException: ./world/session.lock (Permission denied) 24.03 21:56:04 [Server] WARN at java.io.FileOutputStream.open0(Native Method) 24.03 21:56:04 [Server] WARN at java.io.FileOutputStream.open(FileOutputStream.java:270) 24.03 21:56:04 [Server] WARN at java.io.FileOutputStream.<init>(FileOutputStream.java:213) 24.03 21:56:04 [Server] WARN at java.io.FileOutputStream.<init>(FileOutputStream.java:162) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.WorldNBTStorage.h(WorldNBTStorage.java:48) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.WorldNBTStorage.<init>(WorldNBTStorage.java:42) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.ServerNBTManager.<init>(SourceFile:16) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:219) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) 24.03 21:56:04 [Server] WARN at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) 24.03 21:56:04 [Server] ERROR Encountered an unexpected exception 24.03 21:56:04 [Server] INFO java.lang.RuntimeException: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues. 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.WorldNBTStorage.h(WorldNBTStorage.java:57) ~[spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.WorldNBTStorage.<init>(WorldNBTStorage.java:42) ~[spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.ServerNBTManager.<init>(SourceFile:16) ~[spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:219) ~[spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:227) ~[spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:494) [spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-PaperSpigot-1f7d532] 24.03 21:56:04 [Multicraft] Server shut down (starting) 24.03 21:56:04 [Multicraft] Restarting crashed server in 5 seconds 24.03 21:56:04 [Multicraft] Server stopped
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

UnderTr01

Since Jan 2016
Premium
Feedback score
0
Posts
195
Reactions
100
Resources
0
This is very easy, if you could give yourself a minute to read the error you could see:

[Server] INFO java.lang.RuntimeException: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
 

SnakeDaoust1232

Banned
Feedback score
0
Posts
32
Reactions
7
Resources
0
This is very easy, if you could give yourself a minute to read the error you could see:

[Server] INFO java.lang.RuntimeException: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
That just loads the map with a superflat world.. nothing else.. the map loads fine in Singleplayer
 
Banned forever. Reason: Ban Evading (CHUMBAWUMBABOY)

UnderTr01

Since Jan 2016
Premium
Feedback score
0
Posts
195
Reactions
100
Resources
0
That just loads the map with a superflat world.. nothing else.. the map loads fine in Singleplayer

Okay so seems like you don't have permission as I can see in the error:
"WARN java.io.FileNotFoundException: ./world/session.lock (Permission denied)"

[Server] INFO java.lang.RuntimeException: Failed to check session lock for world located at ./world, aborting. Stop the server and delete the session.lock in this world to prevent further issues.

What worked for me was setting the permissions of the session.lock file to 777. You must have SSH access to your server, otherwise you should contact your host.

If it still wont work for you contact me I will help you, I have more couple ways to try solve this issue. :)
 
Status
This thread has been locked.
Top