[Tut]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source)

Newbie Spellweaver
Joined
Jul 12, 2008
Messages
11
Reaction score
0
Well this guide is created to benefit those who are having difficulty and simply cant get their server to work.

Its also assumed that you have already set up your source, if you havent, check out the guides around. Remember this helps are for Odin Source, so if your having trouble with Titan or other sources ii wont be able to help. =P


1)Well lets get started, The most Common Problems people face is when they have everything started, but when they launch their server bat files, they simply gives out tons of errors like exception in java and whatsoever

xiaokeaii - [Tut]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source) - RaGEZONE Forums



This is just one example that i've taken from the other threads.
Normally this is caused when you forgotten to place your 6 files from your dist folder of your source file to the java ext files, or you simply didnt copy and paste the java policy files in.

Download
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6 (It's under Other Downloads , Scroll All the Way Down)

And paste them in all of them into the following folders
Code:
C:\Program Files\Java\jre6\lib\security
C:\Program Files\Java\jre1.6.0_06\lib\ext
C:\Program Files\Java\jre1.6.0_06\lib
C:\Program Files\Java\jdk1.6.0_10\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib
C:\Program Files\Java\jdk1.6.0_10\jre\lib\ext
C:\Program Files\Java\jdk1.6.0_10\jre\lib\security

now , you'll need to copy the 6 files from your dist folder into
Code:
C:\Program Files\Java\jre1.6.0_06\lib\ext
C:\Program Files\Java\jdk1.6.0_10\jre\lib\ext

just surf around your java folder, and paste the 6 files into every single ext folder you find.

After your done with that, run the bat files in the order of world, login then channel, at 5 seconds interval, DO NOT RUN ALL THE FILES TOGETHER

If everything is working fine, all 3 of them should be blank for around 3-5 seconds before Login Server starts to update you with the possible logins every second.

World should only tell you about the servers which are online.

Channel will tell you about the commands you used, and unhandeled messages, if you see exception in java bla bla bla, thats a bad sign that something went wrong somewhere.. try read carefully and redo from the beginning =/








2)Next is for those who are having trouble with the Wamp server.

some said that wamp server is useless but your wrong, Wamp server is the one which connect SQL to your Database.. without wamp server, the game will still be able to run but your datebase wont be saved.

Most common problems is when your Wamp server stays Yellow, After clicking on start all service, it turns white and back to yellow, which doesnt allow you to enter your SQL browser, the way to fix it is simple,
Go to All Programs>Adminstrator Tools>Services

then scroll down till you find MySQL, Right click on it and press stop, then go to your wamp server, left click and select start all services, that should solve the issue =P









3)For those who are unable to connect to their server after trying to make it public using hamachi or direct ip connection, be sure to ..

Go to your source folder and open up properties file for Login, World and Channel

For Channel/Login
Code:
net.sf.odinms.world.host=XX.XXX.XXX.XX

For World
Code:
net.sf.odinms.channel.net.interface=XX.XXX.XXX.XX

replace the space which ii left as X to your server ip, if your using hamachi just fill in that with your hamachi ip.

Good luck =P
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

I having wrong client version error , while my file is all v55 so do the source i using , help ?
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

First, are you using v.55 MS Global? SEA and others wont work, next, make sure that your having the correct wz files , Most of the sources for v.55 require Mob.wz v54, try googling for it, ii lost my link quite some time ago, and finally, check if your using Localhostv55
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Yes , I am using MS Global v55 and localhost too. But don't mob.wz only make u dun allow entering some map?
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Exception in thread "main" java.lang.UnsupportedClassVersionError: net/sf/odinms
/net/world/WorldServer (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
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$100(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.loadClassInternal(Unknown Source)
Press any key to continue . . .
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

I got this for weeks and weeks, so I hope that somebody could help me solve this.

This is what I got after clicking launch_login.bat :
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: java/rmi/RemoteExcept
ion
Caused by: java.lang.ClassNotFoundException: java.rmi.RemoteException
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: net.sf.odinms.net.login.LoginServer.  Program wil
l exit.
Press any key to continue . . .

and this is what I got when I clicked launch_channel.bat :
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: java/rmi/RemoteExcept
ion
Caused by: java.lang.ClassNotFoundException: java.rmi.RemoteException
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: net.sf.odinms.net.login.ChannelServer.  Program wil
l exit.
Press any key to continue . . .

I hope to set-up my server as soon as possible. So can anyone please help me thanks.

still have it when I followed your guide.
my thread : http://forum.ragezone.com/showthread.php?p=3765326#post3765326

help me ASAP thanks ;D
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

um i keep dc after i log in like 20 seconds after. ive had this problem for like 2 months now and i have looked at every single guide i can... can you please help me idk if you can give me the java folders that already have all the files inside like the dist and jce becuz i put those in the right places and have double checked and redone it and blahblahblah and have tried on different computers thats too much trouble for me so if u can, can u giv me the java folders? and i want to use to the sean pack with pets and pvp. im using xml wz. i have done basicaly as many sql fixes as i can, i have done all th sqls needed. i have used 3 differnet localhosts for 55. my maplestory is 55. i dont no what else to say but this is hard i need to be spoon fed.
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Hello, I have a problem you didn't have an answer too. Im just wondering why I can connect fine and 2 of my other friends aswell but my cousins labtop thats connected to MY network says "Unable To Connect To The Login Server". I also have a problem with some other people's screen's going BLACK and then returning to the desktop screen. Any help?
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

oh my fucking thank yu
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Dude, you said go to all programs/administrator/services, where is that?
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Everytime I follow a tutorial for odinms I fail xD. It's when I have to start it, When I double click the .bat files they just comes up real quick and then they dissapears. D:
Anyone know how to fix? :3
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Jul 25, 2008 11:30:04 AM net.sf.odinms.net.login.LoginServer main
SEVERE: Error initializing loginserver
java.lang.RuntimeException: Could not connect to world server.
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:217)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:274)
Caused by: java.rmi.NotBoundException: WorldRegistry
at sun.rmi.registry.RegistryImpl.lookup(Unknown Source)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Sou
rce)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Sour
ce)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:198)
... 1 more
Press any key to continue . . .

help me with this error and i will THANK YOU
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

anyone know how to solve this?

xiaokeaii - [Tut]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source) - RaGEZONE Forums


when i try to log in i will get this message ...
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

xiaokeaii - [Tut]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source) - RaGEZONE Forums

xiaokeaii - [Tut]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source) - RaGEZONE Forums

anyone knw whats my error? i install the java all those le... =(
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

excuse me, but my java thingy is jdk1.6.0_07 and jre1.6.0_07... so can host the server?
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

All u need is jdk1.6.0_07 and JRE6.. then ur server is running.. Any one help me on my latest post?
 
Re: [Guide]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source

Actually, for login/channel.properties, put localhost where x.x.x.x is.

And put you're Hamachi/WANIP in world.properties.
 
Back