- 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
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
now , you'll need to copy the 6 files from your dist folder into
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
For World
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
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 xiaokeaii - [Tut]Have Trouble With Setting Up Your Private Server? Click Here! (Odin Source) - RaGEZONE Forums](http://i16.photobucket.com/albums/b6/boiboi1990/5d7249a3.jpg)
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
To view the content, you need to sign in or register
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