Jump to content

Recommended Posts

Posted

Search on how to path java, try it, and report back. Something tells me that you didn't path java correctly so when you run the java command your computer goes "wtf is java?".

I have fixed it now. I needed to install java 7, and I changed the .bat file to read:

@ECHO OFF

SET BINDER=%~dp0

CD /D "%BINDER%"

"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar

PAUSE

  • Replies 131
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
Posted

I have started the server it works fine I can join and play and what not, but THERE IS NOTHING IN THE WORLD THAT IS PART OF TEKKIT. I thought maybe i loaded my vanilla but when i tried joining on there it says i need modloader. I don't know what is wrong also there is no server properties where I can change stuff like admins and ops and such. I am running it as a hamachi server it runs even if my hamachi is off and i am using windows. PLEEEAAASSEEE HEEEELLLPPP

Posted

I have started the server it works fine I can join and play and what not, but THERE IS NOTHING IN THE WORLD THAT IS PART OF TEKKIT. I thought maybe i loaded my vanilla but when i tried joining on there it says i need modloader. I don't know what is wrong also there is no server properties where I can change stuff like admins and ops and such. I am running it as a hamachi server it runs even if my hamachi is off and i am using windows. PLEEEAAASSEEE HEEEELLLPPP

Lose the capital letters. As for your problem, no idea. Posting a bug report might get you more help :)

Posted

If anyone read what I had here before, forget it. I fixed it.

I'm getting some general errors while running a 3.04 server, and I was hoping folk might have some ideas how to fix them:

- Minor version mismatch error in Minecraft Forge (expecting 3.0.x)

- Portal Gun mod incompatibility error (java.lang.ClassNotFoundException: mod_PortalGun)

- mod_TubeStuff reports the BC Transport & BC Factory "doesn't seem to be installed"

- A warning error about running a custom version of CraftBukkit...odd since all I'm using is the one included with the server jar

- and that's it.

Posted

I did it correctly but when I started the server it said could not create the java virtual machine

Then...you didn't do it correctly. You're trying to allocate too much memory to Java for the server.

Posted

read that and put xmx1G and xms512M but I still got the same error

How much memory does your system have? Also, next time start a new thread for problems like this...we're cluttering up a nice guide thread.

  • 3 weeks later...
Posted

Upon starting batch file I receive a text wall. Yay.

C:\Users\George\Desktop\Tekkitserver>java -Xmx3G -Xms2G -jar Tekkit.jar nogui

182 recipes

27 achievements

20:00:08 [iNFO] Starting minecraft server version 1.2.5

20:00:08 [iNFO] Forge Mod Loader version @MAJOR@.@MINOR@.@REV@.@BUILD@ for Minec

raft @MCVERSION@ loading

20:00:09 [iNFO] Loading mods from C:\Users\George\Desktop\Tekkitserver\mods

20:00:14 [sEVERE] java.lang.UnsupportedClassVersionError: net/minecraft/server/m

od_NetherOres : Unsupported major.minor version 51.0

20:00:14 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)

20:00:14 [sEVERE] at java.lang.ClassLoader.defineClassCond(Unknown Source)

20:00:14 [sEVERE] at java.lang.ClassLoader.defineClass(Unknown Source)

20:00:14 [sEVERE] at java.security.SecureClassLoader.defineClass(Unknown S

ource)

20:00:14 [sEVERE] at java.net.URLClassLoader.defineClass(Unknown Source)

20:00:14 [sEVERE] at java.net.URLClassLoader.access$000(Unknown Source)

20:00:14 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

20:00:14 [sEVERE] at java.security.AccessController.doPrivileged(Native Me

thod)

20:00:14 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

20:00:14 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

20:00:14 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So

urce)

20:00:14 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

20:00:14 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

20:00:14 [sEVERE] at java.lang.Class.forName0(Native Method)

20:00:14 [sEVERE] at java.lang.Class.forName(Unknown Source)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:4

40)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.jav

a:497)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:375)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

20:00:14 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:113)

20:00:14 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:118)

20:00:14 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:426)

20:00:14 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

20:00:14 [sEVERE] Unexpected exception

java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Un

supported major.minor version 51.0

at java.lang.ClassLoader.defineClass1(Native Method)

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

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

at java.security.SecureClassLoader.defineClass(Unknown Source)

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

at java.net.URLClassLoader.access$000(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.ClassLoader.loadClass(Unknown Source)

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

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

at cpw.mods.fml.common.Loader.loadModClass(Loader.java:440)

at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

at cpw.mods.fml.common.Loader.load(Loader.java:375)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:

113)

at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

>

Posted

Upon starting batch file I receive a text wall. Yay.

C:\Users\George\Desktop\Tekkitserver>java -Xmx3G -Xms2G -jar Tekkit.jar nogui

182 recipes

27 achievements

20:00:08 [iNFO] Starting minecraft server version 1.2.5

20:00:08 [iNFO] Forge Mod Loader version @MAJOR@.@MINOR@.@REV@.@BUILD@ for Minec

raft @MCVERSION@ loading

20:00:09 [iNFO] Loading mods from C:\Users\George\Desktop\Tekkitserver\mods

20:00:14 [sEVERE] java.lang.UnsupportedClassVersionError: net/minecraft/server/m

od_NetherOres : Unsupported major.minor version 51.0

20:00:14 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)

20:00:14 [sEVERE] at java.lang.ClassLoader.defineClassCond(Unknown Source)

20:00:14 [sEVERE] at java.lang.ClassLoader.defineClass(Unknown Source)

20:00:14 [sEVERE] at java.security.SecureClassLoader.defineClass(Unknown S

ource)

20:00:14 [sEVERE] at java.net.URLClassLoader.defineClass(Unknown Source)

20:00:14 [sEVERE] at java.net.URLClassLoader.access$000(Unknown Source)

20:00:14 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

20:00:14 [sEVERE] at java.security.AccessController.doPrivileged(Native Me

thod)

20:00:14 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

20:00:14 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

20:00:14 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So

urce)

20:00:14 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

20:00:14 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

20:00:14 [sEVERE] at java.lang.Class.forName0(Native Method)

20:00:14 [sEVERE] at java.lang.Class.forName(Unknown Source)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:4

40)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.jav

a:497)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:375)

20:00:14 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

20:00:14 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:113)

20:00:14 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:118)

20:00:14 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:426)

20:00:14 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

20:00:14 [sEVERE] Unexpected exception

java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Un

supported major.minor version 51.0

at java.lang.ClassLoader.defineClass1(Native Method)

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

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

at java.security.SecureClassLoader.defineClass(Unknown Source)

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

at java.net.URLClassLoader.access$000(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.ClassLoader.loadClass(Unknown Source)

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

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

at cpw.mods.fml.common.Loader.loadModClass(Loader.java:440)

at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

at cpw.mods.fml.common.Loader.load(Loader.java:375)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:

113)

at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

>

'ya same here

Posted

OK i made an account just to post this because I accidently deleted the whole path instead of just adding the part at the end. Can someone please help me? I'm not sure what i did or if it's going to effect my computer but i would like to fix it regardless

Posted

I tried hosting a server, everything worked until me and my friend tried joining, no matter what version we used, it always said we didn't have the right mods, we tried Tekkit 3.0.3, 3.0.5 and 3.1.0, none of them would work with the 3.0.4 server, could anyone help please?

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

Announcements

  • Anything claiming to be official Technic servers are not allowed here, for obvious reasons



×
×
  • Create New...