Jump to content

Server unable to start


Stone Rhino

Recommended Posts

I've followed the guide for assembling a modded server from scratch. However, it seems my 1.6.4 server doesnt want to start. It's complaining of launchwrapper not downloading.

E:\Tekkit\XXXXX>java -XX:PermSize=4092m -XX:MaxPermSize=4092m -jar minecraft

_server.jar -o true

Considering library net.minecraftforge:minecraftforge:9.11.1.933

Considering library net.minecraft:launchwrapper:1.8

Downloading library net.minecraft:launchwrapper:1.8

Considering library org.ow2.asm:asm-all:4.1

Downloading library org.ow2.asm:asm-all:4.1

Considering library org.scala-lang:scala-library:2.10.2

Considering library org.scala-lang:scala-compiler:2.10.2

Considering library net.sf.jopt-simple:jopt-simple:4.5

Downloading library net.sf.jopt-simple:jopt-simple:4.5

Considering library lzma:lzma:0.0.1

Downloading library lzma:lzma:0.0.1

Considering library com.paulscode:codecjorbis:20101023

Considering library com.paulscode:codecwav:20101023

Considering library com.paulscode:libraryjavasound:20101123

Considering library com.paulscode:librarylwjglopenal:20100824

Considering library com.paulscode:soundsystem:20120107

Considering library org.lwjgl.lwjgl:lwjgl:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0

Considering library argo:argo:2.25_fixed

Considering library org.bouncycastle:bcprov-jdk15on:1.47

Considering library com.google.guava:guava:14.0

Considering library org.apache.commons:commons-lang3:3.1

Considering library commons-io:commons-io:2.4

Considering library net.java.jinput:jinput:2.0.5

Considering library net.java.jutils:jutils:1.0.0

Considering library com.google.code.gson:gson:2.2.2

Considering library org.lwjgl.lwjgl:lwjgl:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3

Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3

Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3

 

Considering library net.java.jinput:jinput-platform:2.0.5

These libraries failed to download, try again. net.minecraft:launchwrapper:1.8,

org.ow2.asm:asm-all:4.1, net.sf.jopt-simple:jopt-simple:4.5, lzma:lzma:0.0.1

We appear to be missing one or more essential library files.

You will need to add them to your server before FML and Forge will run successfu

lly.java.lang.ClassNotFoundException: org.objectweb.asm.Type

        at java.net.URLClassLoader$1.run(Unknown Source)

        at java.net.URLClassLoader$1.run(Unknown Source)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(Unknown Source)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Unknown Source)

        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j

ava:69)

        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.

java:54)

The server just stops here. This is copy/paste directly from the command prompt shell.

Link to comment
Share on other sites

If those core libraries do not download there is clearly something wrong with the internet connection at your end. Double check your firewall to see if Java is exempted, and ensure you have a stable connection. This is very bizarre; I've only ever seen fmllibs fail to download.

Link to comment
Share on other sites

This is actually setup at my office. Im the IT manager and the department has its own private MC server which is internet accessible.

I got this on my workstation as well with the same failure just running the core server and no files copied over yet. Could this be part of what mojang did and the reason why we had to get an update to the launcher?

Going to try your 1.6.2 pre-built

Link to comment
Share on other sites

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...