Jump to content

[Solved]Server Issues. PLZ HELP!


Recommended Posts

Hello,

I recently purchased a server from OVH, (running Ubuntu Server 13.10) and I installed forge on it, and when i run it using:

java -jar nameofforgelaunchjar --nogui

I get this:

 

May 11, 2014 9:12:46 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

May 11, 2014 9:12:46 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

May 11, 2014 9:12:46 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

2014-05-11 21:12:46 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading

2014-05-11 21:12:46 [iNFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_55, running on Linux:amd64:2.6.32-042stab081.8, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre

2014-05-11 21:12:47 [WARNING] [ForgeModLoader] The coremod TFC.TFCASMLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2014-05-11 21:12:47 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-05-11 21:12:47 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-05-11 21:12:47 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-05-11 21:12:47 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-05-11 21:12:47 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-05-11 21:12:47 [iNFO] [sTDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg

2014-05-11 21:12:50 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

2014-05-11 21:12:50 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-05-11 21:12:50 [iNFO] [sTDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg

2014-05-11 21:12:50 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-05-11 21:12:50 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-05-11 21:12:53 [iNFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

2014-05-11 21:12:56 [iNFO] [sTDOUT] Attempting to Transform: sq | Found 2 injections

2014-05-11 21:12:56 [iNFO] [sTDOUT] Attempting to Transform: sq Complete

2014-05-11 21:12:56 [iNFO] [sTDOUT] Attempting to Transform: oe | Found 1 injections

2014-05-11 21:12:56 [iNFO] [sTDOUT] Inserted: oe : {c | ()Z}

2014-05-11 21:12:56 [iNFO] [sTDOUT] Attempting to Transform: oe Complete

2014-05-11 21:12:57 [sEVERE] [ForgeModLoader] Unable to launch

java.lang.reflect.InvocationTargetException

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:606)

        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

        at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:606)

        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)

        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)

Caused by: java.lang.InternalError: Can't connect to X11 window server using 'localhost:0.0' as the value of the DISPLAY variable.

        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)

        at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:65)

        at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:110)

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

        at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:74)

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

        at java.lang.Class.forName(Class.java:190)

        at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:102)

        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81)

        at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:119)

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

        at java.lang.Class.forName(Class.java:190)

        at java.awt.Toolkit$2.run(Toolkit.java:868)

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

        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:860)

        at javax.swing.UIManager.getSystemLookAndFeelClassName(UIManager.java:608)

        at net.minecraft.server.gui.MinecraftServerGui.func_120016_a(SourceFile:22)

        at net.minecraft.server.dedicated.DedicatedServer.func_120011_ar(DedicatedServer.java:468)

        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1505)

        ... 12 more

 

Please help! I really want to run a TerraFirmaCraft Server on here

 

 

 

***Messed up my nogui parameter :/

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.