problem with serverstart.bat

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

jax__099

New Member
Jul 29, 2019
39
0
0
this may be pretty obvious but im new to setting up servers (this is my first try) and servers in general. anyways when i change out the config coremods and mods folder with the ones inside of my working ultimate pack it says that it is missing a class file yet when i look through the jar i find the class file ... any ways here is the crash report.

---- Minecraft Crash Report ----
// I feel sad now :(
Time: 4/21/13 9:16 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: ays
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:87)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:489)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: ays
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
... 32 more

the mods i have added are:
  • ars magica
  • dyeable beds
  • multimine
  • ic2 forestry crops
  • pet bat
  • custom mob spawner
  • mo creatures
  • infernal mobs
  • ic2 biomaterials
  • ic2 more composite armor
  • ic2 DeFence
  • painter's flower pot
  • advanced power management
  • chicken shed
  • lavamonsters
  • statuseffectHUD
  • armorstatusHUD
  • liquidxp
  • mob amputation
  • pams melon spawn
  • pams huge mushroom spawn
  • pams get all the seeds
  • pams clay spawn
  • runic dust mod
  • all metallurgy mods
this would be much appreciated as i have been trying to set up this servert for months

EDIT: ays is from chickenbones im pretty sure and i didn't edit or do anything to that mod so im not sure what's up. =/
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
You have a few client side only mods in there. Try removing those.

Also, please post further logs to pastbin and then link them here.

Sent from my HTC One X+ using Tapatalk 2
 
  • Like
Reactions: jax__099

jax__099

New Member
Jul 29, 2019
39
0
0
wait which ones are client side...?
thanks for quick reply
also how do i tell if a mod is client side or server side?

EDIT: so i tried removing the mods i thought were client side (the two hud mods and infernal mobs) and then i get an identical crash report except now it is missing the bbv class instead of the ays class???? so basically im confused as all hell right now. so im guessing once iremove all the client side mods it will work?
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
Both hud mods and the amputation mod are client side.

Also be sure you are using all 1.4.7 versions of your mods.

load all of them in ssp before the server to make sure there are no I'D conflicts either.

If you crash again, please post a pastebin of the crash log.

Sent from my HTC One X+ using Tapatalk 2
 

jax__099

New Member
Jul 29, 2019
39
0
0
Thank you I assumed that since the amputation mod added entities that other players could interact with the gibs it would be server side... I'll test this when I get home XD
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
Htm. I've never used it but it's listed as a client side on the reference sheet I use.

Sent from my HTC One X+ using Tapatalk 2
 

jax__099

New Member
Jul 29, 2019
39
0
0
THANKS A TON in the java it says that the server spawn is 100% generated ...
p.s. do you know what i do now to get the server working?
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
The server should be running already after it creates the world.

Sent from my HTC One X+ using Tapatalk 2
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
That depends...

If your hosting from your own computer (not recomended)

Connect to localhost port 25565

You have to configure your router to forward that port to your computer and give your friends your ip address to connect to.

If your renting a server, simply connect to the ip:port provided by the serverhost.

Sent from my HTC One X+ using Tapatalk 2
 

seannyyx

New Member
Jul 29, 2019
135
0
0
That depends...

If your hosting from your own computer (not recomended)

Connect to localhost port 25565

You have to configure your router to forward that port to your computer and give your friends your ip address to connect to.

If your renting a server, simply connect to the ip:port provided by the serverhost.

Sent from my HTC One X+ using Tapatalk 2

This may sound stupid too but...
How do I get a server to work?

I have my files on www.serversfree.com
My "site" is seannyx.bugs3.com

But I can't seem to be able to connect to it.. Any advice/possible things I could try?
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
Unfortunately I have never used serversfree. So I can't personally help you with that. I would contact them.

Sent from my HTC One X+ using Tapatalk 2
 

jax__099

New Member
Jul 29, 2019
39
0
0
Unfortunately I have never used serversfree. So I can't personally help you with that. I would contact them.

Sent from my HTC One X+ using Tapatalk 2
thank you for helping me this far... i've researched over the past few hours and have portforwarded and set up the properties file and so forth but when me or my friend try to conenct to my ip address it says "failed to connect to the server connection refused: connect"
so im confused again thank you for your help eyamaz!!!1!!11!