Jump to content

Server using custom modpack


Munkey_Boy

Recommended Posts

Hi all,

 

i have succesfully made a modpack (http://www.technicpack.net/modpack/details/modpack-for-my-friends.371415) and it runs fine on single player, however i uploaded it to a server host using multicraft and it wont start?

 

Is it because the modpack has core files in it, are these client side, i dont know why it wouldnt start when it runs fine on single player?

Link to comment
Share on other sites

  • Discord Moderator

Client:

  • Your MMMPS recipe files are in the wrong location. They belong in configmachinemuserecipes, not in the mods folder.

Server:

 

I was able to create a server with your pack without removing any mods at all using both basic Forge and also using the latest version of Cauldron for 1.6.4 (for Bukkit plugins). You are going to need to be more specific with what is not working for you.

Link to comment
Share on other sites

  • Discord Moderator

Keep in mind that the server doesn't use a bin folder at all. Your host should give you options of using a particular server binary/type when setting up the server. You would need Forge for 1.6.4 or Cauldron/MCPC+ for 1.6.4 if you intend to use a modded server/client.

Link to comment
Share on other sites

  • Discord Moderator

I'm not familiar with the interface/setup of Multicraft environment. I believe you just have to have a specific folder in your directory structure with server jars inside which can be selected in the interface... but not 100% sure.

 

Your host should be providing that info. If they are not then they aren't doing what you are paying them for.

Link to comment
Share on other sites

Sorry for the long post here is the log report

10.07 21:08:25 [Multicraft] Server stopped

10.07 21:08:25 [Multicraft] Looks like a crash, check the server console. Return value: 1

10.07 21:08:25 [Multicraft] Server shut down

10.07 21:08:25 [server] INFO ... 9 more

10.07 21:08:25 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

10.07 21:08:25 [server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

10.07 21:08:25 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

10.07 21:08:25 [server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

10.07 21:08:25 [server] INFO at java.security.AccessController.doPrivileged(Native Method)

10.07 21:08:25 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

10.07 21:08:25 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

10.07 21:08:25 [server] INFO Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists

10.07 21:08:25 [server] INFO ... 6 more

10.07 21:08:25 [server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

10.07 21:08:25 [server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:110)

10.07 21:08:25 [server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:52)

10.07 21:08:25 [server] INFO Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists

10.07 21:08:25 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

10.07 21:08:25 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)

10.07 21:08:25 [server] INFO at java.lang.reflect.Method.invoke(Method.java:606)

10.07 21:08:25 [server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

10.07 21:08:25 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

10.07 21:08:25 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

10.07 21:08:25 [server] INFO A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

10.07 21:08:25 [server] INFO INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:25 [server] INFO Jul 10, 2014 9:08:25 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:25 [server] INFO INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:25 [server] INFO Jul 10, 2014 9:08:25 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:25 [server] INFO INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:25 [server] INFO Jul 10, 2014 9:08:25 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:25 [Multicraft] Loaded config for "Default"

10.07 21:08:25 [Multicraft] Starting server!

10.07 21:08:25 [Multicraft] Loading server properties

10.07 21:08:25 [Multicraft] Server stopped

10.07 21:08:25 [Multicraft] Retrying server startup

10.07 21:08:20 [Multicraft] Server stopped

10.07 21:08:20 [Multicraft] Looks like a crash, check the server console. Return value: 1

10.07 21:08:20 [Multicraft] Server shut down

10.07 21:08:20 [server] INFO ... 9 more

10.07 21:08:20 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

10.07 21:08:20 [server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

10.07 21:08:20 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

10.07 21:08:20 [server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

10.07 21:08:20 [server] INFO at java.security.AccessController.doPrivileged(Native Method)

10.07 21:08:20 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

10.07 21:08:20 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

10.07 21:08:20 [server] INFO Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists

10.07 21:08:20 [server] INFO ... 6 more

10.07 21:08:20 [server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

10.07 21:08:20 [server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:110)

10.07 21:08:20 [server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:52)

10.07 21:08:20 [server] INFO Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists

10.07 21:08:20 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

10.07 21:08:20 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)

10.07 21:08:20 [server] INFO at java.lang.reflect.Method.invoke(Method.java:606)

10.07 21:08:20 [server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

10.07 21:08:20 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

10.07 21:08:20 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

10.07 21:08:20 [server] INFO A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

10.07 21:08:20 [server] INFO INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:20 [server] INFO Jul 10, 2014 9:08:20 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:20 [server] INFO INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:20 [server] INFO Jul 10, 2014 9:08:20 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:20 [server] INFO INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:20 [server] INFO Jul 10, 2014 9:08:20 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:20 [Multicraft] Loaded config for "Default"

10.07 21:08:20 [Multicraft] Starting server!

10.07 21:08:20 [Multicraft] Loading server properties

10.07 21:08:20 [Multicraft] Server stopped

10.07 21:08:20 [Multicraft] Retrying server startup

10.07 21:08:15 [Multicraft] Server stopped

10.07 21:08:15 [Multicraft] Looks like a crash, check the server console. Return value: 1

10.07 21:08:15 [Multicraft] Server shut down

10.07 21:08:15 [server] INFO ... 9 more

10.07 21:08:15 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

10.07 21:08:15 [server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

10.07 21:08:15 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

10.07 21:08:15 [server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

10.07 21:08:15 [server] INFO at java.security.AccessController.doPrivileged(Native Method)

10.07 21:08:15 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

10.07 21:08:15 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

10.07 21:08:15 [server] INFO Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists

10.07 21:08:15 [server] INFO ... 6 more

10.07 21:08:15 [server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

10.07 21:08:15 [server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:110)

10.07 21:08:15 [server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:52)

10.07 21:08:15 [server] INFO Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists

10.07 21:08:15 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

10.07 21:08:15 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)

10.07 21:08:15 [server] INFO at java.lang.reflect.Method.invoke(Method.java:606)

10.07 21:08:15 [server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

10.07 21:08:15 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

10.07 21:08:15 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

10.07 21:08:15 [server] INFO A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

10.07 21:08:15 [server] INFO INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:15 [server] INFO Jul 10, 2014 9:08:15 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:15 [server] INFO INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:15 [server] INFO Jul 10, 2014 9:08:15 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:15 [server] INFO INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:15 [server] INFO Jul 10, 2014 9:08:15 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:14 [Multicraft] Loaded config for "Default"

10.07 21:08:14 [Multicraft] Starting server!

10.07 21:08:14 [Multicraft] Loading server properties

10.07 21:08:14 [Multicraft] Server stopped

10.07 21:08:14 [Multicraft] Retrying server startup

10.07 21:08:09 [Multicraft] Server stopped

10.07 21:08:09 [Multicraft] Looks like a crash, check the server console. Return value: 1

10.07 21:08:09 [Multicraft] Server shut down

10.07 21:08:09 [server] INFO ... 9 more

10.07 21:08:09 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

10.07 21:08:09 [server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

10.07 21:08:09 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

10.07 21:08:09 [server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

10.07 21:08:09 [server] INFO at java.security.AccessController.doPrivileged(Native Method)

10.07 21:08:09 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

10.07 21:08:09 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

10.07 21:08:09 [server] INFO Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists

10.07 21:08:09 [server] INFO ... 6 more

10.07 21:08:09 [server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

10.07 21:08:09 [server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:110)

10.07 21:08:09 [server] INFO at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:52)

10.07 21:08:09 [server] INFO Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists

10.07 21:08:09 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

10.07 21:08:09 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)

10.07 21:08:09 [server] INFO at java.lang.reflect.Method.invoke(Method.java:606)

10.07 21:08:09 [server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

10.07 21:08:09 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

10.07 21:08:09 [server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

10.07 21:08:09 [server] INFO A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

10.07 21:08:09 [server] INFO INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:09 [server] INFO Jul 10, 2014 9:08:09 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:09 [server] INFO INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:09 [server] INFO Jul 10, 2014 9:08:09 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:09 [server] INFO INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

10.07 21:08:09 [server] INFO Jul 10, 2014 9:08:09 PM net.minecraft.launchwrapper.LogWrapper log

10.07 21:08:09 [Multicraft] Loaded config for "Default"

10.07 21:08:09 [Multicraft] Starting server!

10.07 21:08:09 [Multicraft] Loading server properties

10.07 21:08:09 [Multicraft] Server stopped

10.07 21:08:09 [Multicraft] Retrying server startup

10.07 21:08:04 [Multicraft] Server stopped

10.07 21:08:04 [Multicraft] Looks like a crash, check the server console. Return value: 1

10.07 21:08:04 [Multicraft] Server shut down

10.07 21:08:04 [server] INFO ... 9 more

10.07 21:08:04 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

10.07 21:08:04 [server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

10.07 21:08:04 [server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

10.07 21:08:04 [server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

10.07 21:08:04 [server] INFO at java.security.AccessController.doPrivileged(Native Method)

10.07 21:08:04 [server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

Link to comment
Share on other sites

  • Discord Moderator

I'm not trying to pick on you, but you are paying your host for a service which they should be supporting you for. Your pack works perfectly fine locally so this is specific to how your host manages things. We can be of little assistance.

Link to comment
Share on other sites

They can't help with custom modpack

They said this

Hello,

I can't specify as we don't know, the Console is not showing which mod is the cause and as we provide an unmanaged service we cannot provide support for modpack issues, sorry. Your server starts fine on Vanilla so it is definitely a mod causing the issue. You should ensure that all mods installed are server based mods and are not versions of the mods intended for installations on minecraft clients.

Link to comment
Share on other sites

  • Discord Moderator

There's no point in me providing a server setup for your pack. Your pack works "out of the box" as a server. Do the following:

  • Download the Forge installer and install the server into a folder. We'll refer to that folder as SERVER.
  • Copy your config and mods folders to SERVER

That's it. That is all you need to start your server locally. What I mean when you say you need to request assistance from your hosting provider is a response to the question "What folder/location specifically must my server JAR file be placed in order for it to be found when I put the filename in the interface you provide." I'm not asking or expecting them to support the contents of a custom modpack. However, they surely should be telling you how to use their interface or at least where things should be referenced/placed.

Link to comment
Share on other sites

Hi

 

I downloaded the same forge installer as in my modpack, i created a folder and installed the server into that folder using the installer, however when i run minecraft_server_1.6.4 it comes up with an error (warning failed to save server.properties)

 

Am i doing something wrong?

 

Also i tried to create a server using ('?do=embed' frameborder='0' data-embedContent>>) and that also ends up with the server crashing?

Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...