So I am trying to make a forge server with a bunch of mods and i keep getting get this error/crash.
C:\Users\Jared.JoshJared\Desktop\Dino Server>java -Xmx1024M -Xms1024M -jar minec
raft_server.jar nogui
2013-12-09 17:20:18 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.2.683 f
or Minecraft 1.5.2 loading
2013-12-09 17:20:18 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Serv
er VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program
Files\Java\jre7
2013-12-09 17:20:19 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraf
t Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-12-09 17:20:23 [iNFO] [sTDOUT] 229 recipes
2013-12-09 17:20:23 [iNFO] [sTDOUT] 27 achievements
2013-12-09 17:20:23 [iNFO] [Minecraft-Server] Starting minecraft server version
1.5.2
2013-12-09 17:20:23 [iNFO] [MinecraftForge] Attempting early MinecraftForge init
ialization
2013-12-09 17:20:23 [iNFO] [sTDOUT] MinecraftForge v7.8.0.683 Initialized
2013-12-09 17:20:23 [iNFO] [ForgeModLoader] MinecraftForge v7.8.0.683 Initialize
d
2013-12-09 17:20:23 [iNFO] [sTDOUT] Replaced 85 ore recipies
2013-12-09 17:20:23 [iNFO] [MinecraftForge] Completed early MinecraftForge initi
alization
2013-12-09 17:20:23 [iNFO] [ForgeModLoader] Reading custom logging properties fr
om C:\Users\Jared.JoshJared\Desktop\Dino Server\config\logging.properties
2013-12-09 17:20:23 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logg
ing is set to ALL
2013-12-09 17:20:23 [iNFO] [ForgeModLoader] Searching C:\Users\Jared.JoshJared\D
esktop\Dino Server\mods for mods
2013-12-09 17:20:24 [WARNING] [DamageIndicatorsMod] Mod DamageIndicatorsMod is m
issing the required element 'version' and a version.properties file could not be
found. Falling back to metadata version 2.7.0.1
2013-12-09 17:20:24 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 11 m
ods to load
2013-12-09 17:20:24 [iNFO] [mcp] Activating mod mcp
2013-12-09 17:20:24 [iNFO] [FML] Activating mod FML
2013-12-09 17:20:24 [iNFO] [Forge] Activating mod Forge
2013-12-09 17:20:24 [iNFO] [DamageIndicatorsMod] Activating mod DamageIndicators
Mod
2013-12-09 17:20:24 [iNFO] [backpack] Activating mod Backpack
2013-12-09 17:20:24 [iNFO] [battleTowers] Activating mod BattleTowers
2013-12-09 17:20:24 [iNFO] [mod_CraftGuide] Activating mod mod_CraftGuide
2013-12-09 17:20:24 [iNFO] [fossil] Activating mod fossil
2013-12-09 17:20:24 [iNFO] [PamWeeeFlowers] Activating mod PamWeeeFlowers
2013-12-09 17:20:24 [iNFO] [AS_Ruins] Activating mod AS_Ruins
2013-12-09 17:20:24 [iNFO] [TwilightForest] Activating mod TwilightForest
2013-12-09 17:20:25 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: net/minecraf
t/client/entity/EntityClientPlayerMP
2013-12-09 17:20:25 [iNFO] [sTDERR] at java.lang.Class.forName0(Native Metho
d)
2013-12-09 17:20:25 [iNFO] [sTDERR] at java.lang.Class.forName(Unknown Sourc
e)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.common.ModClassLoader.lo
adBaseModClass(ModClassLoader.java:86)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.ModLoad
erModContainer.constructMod(ModLoaderModContainer.java:483)
2013-12-09 17:20:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.
invoke0(Native Method)
2013-12-09 17:20:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.
invoke(Unknown Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorI
mpl.invoke(Unknown Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unkno
wn Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandl
er.handleEvent(EventHandler.java:74)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.Synchroniz
edEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.d
ispatch(EventBus.java:314)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.d
ispatchQueuedEvents(EventBus.java:296)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.p
ost(EventBus.java:267)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.pr
opogateStateMessage(LoadController.java:165)
2013-12-09 17:20:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.
invoke0(Native Method)
2013-12-09 17:20:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.
invoke(Unknown Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorI
mpl.invoke(Unknown Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unkno
wn Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandl
er.handleEvent(EventHandler.java:74)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.Synchroniz
edEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.d
ispatch(EventBus.java:314)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.d
ispatchQueuedEvents(EventBus.java:296)
2013-12-09 17:20:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.p
ost(EventBus.java:267)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.di
stributeStateMessage(LoadController.java:98)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(L
oader.java:503)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.server.FMLServerHandler.
beginServerLoading(FMLServerHandler.java:85)
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.
onServerStart(FMLCommonHandler.java:350)
2013-12-09 17:20:25 [iNFO] [sTDERR] at net.minecraft.server.dedicated.Dedica
tedServer.func_71197_b(DedicatedServer.java:69)
2013-12-09 17:20:25 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.
run(MinecraftServer.java:430)
2013-12-09 17:20:25 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftS
erver.run(SourceFile:573)
2013-12-09 17:20:25 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException:
net.minecraft.client.entity.EntityClientPlayerMP
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClass
Loader.findClass(RelaunchClassLoader.java:238)
2013-12-09 17:20:25 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unkno
wn Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unkno
wn Source)
2013-12-09 17:20:25 [iNFO] [sTDERR] ... 30 more
2013-12-09 17:20:25 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException
2013-12-09 17:20:25 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClass
Loader.findClass(RelaunchClassLoader.java:227)
2013-12-09 17:20:25 [iNFO] [sTDERR] ... 32 more
2013-12-09 17:20:25 [sEVERE] [Minecraft-Server] Encountered an unexpected except
ion NoClassDefFoundError
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.ja
va:86)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModL
oaderModContainer.java:483)
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
:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(Synch
ronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
er.java:165)
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
:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(Synch
ronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
a:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl
ler.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
ler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j
ava:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:430)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityC
lientPlayerMP
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLo
ader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLo
ader.java:227)
... 32 more
2013-12-09 17:20:25 [sEVERE] [Minecraft-Server] This crash report has been saved
to: C:\Users\Jared.JoshJared\Desktop\Dino Server\.\crash-reports\crash-2013-12-
09_17.20.25-server.txt
And this is the crash report
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 12/9/13 5:20 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:86)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:483)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:430)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 30 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
... 32 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 940439448 bytes (896 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.51 FML v5.2.2.683 Minecraft Forge 7.8.0.683 11 mods loaded, 11 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{5.2.2.683} [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge{7.8.0.683} [Minecraft Forge] (coremods) Unloaded->Constructed
DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.1.zip) Unloaded->Constructed
Backpack{1.18.17} [backpack] (backpack-1.18.17-1.5.2.zip) Unloaded->Constructed
BattleTowers{1.3.4} [battle Towers] (BattleTowers_1.5.2.zip) Unloaded->Constructed
mod_CraftGuide{Not available} [mod_CraftGuide] (CraftGuide-1.6.7.3-modloader.zip) Unloaded
fossil{1.5.2 Build 5.3} [Fossil/Archeology] (Fossil-Archaeology 1.5.2 Build 5.3.zip) Unloaded
PamWeeeFlowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.03 - MC 1.5.2.zip) Unloaded
AS_Ruins{10.3} [Ruins Spawning System] (Ruins_1.5.2.zip) Unloaded
TwilightForest{1.18.2} [The Twilight Forest] (twilightforest-1.18.2.zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Would Appreciate help as i would like to have the server up soon.