If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4429
L2JDP Revision Number: 7672
Well I got problem instaling it. Im a newbie at this so maybe its missing something.
I will tell what steps I did:
(in a clean Windows server 2008 OS)
Configure internet connection
Install latest Java JDK
Install MySQL 5.1
Configurations: ^Detailed -> Server Machine -> Multifunctional Database -> (directory for DB^) -> Manual (250) -> Change port (5467)+ Add firewall exception+ Strict mode -> Standart -> Include Bin + Lauch auto -> Root Pw + allow root access from remote machines
Then install Navicat ( connect to DB and create database (l2jdb and l2jbc(for comunnity))
Install DB with installer provided at tools ( no errors)
Config login propreties files
Try to register and get an error. That the program didnt got any response from the database, but was able to send data.
Dunno what to do now,
Any sugestion??
Ty
Problem instaling server (at registring step)[Resolved]
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Problem instaling server (at registring step)[Resolved]
Last edited by Ralm on Mon Jan 10, 2011 7:43 am, edited 1 time in total.
My teachers XD: jurchiks
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Problem instaling server (at registring step)
you need to post that error. I'm guessing that you didn't set up database port/password in server/loginserver.properties
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Re: Problem instaling server (at registring step)
I did. I will get some prints. I will post it in some minutes.
My teachers XD: jurchiks
-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Re: Problem instaling server (at registring step)
Here is the prints!!
I deleted the pw on purpose!You do not have the required permissions to view the files attached to this post.
My teachers XD: jurchiks
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Problem instaling server (at registring step)
You said you changed the DB port, which means you must change your jdbc URL to this:
jdbc:mysql://localhost:YOURPORTHERE/l2jdb
if that doesn't work, try
jdbc:mysql://127.0.0.1:YOURPORTHERE/l2jdb
jdbc:mysql://localhost:YOURPORTHERE/l2jdb
if that doesn't work, try
jdbc:mysql://127.0.0.1:YOURPORTHERE/l2jdb
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Re: Problem instaling server (at registring step)
It worked! Thanks a lot. Now let see if I can do the rest =)
My teachers XD: jurchiks
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Problem instaling server (at registring step)
you don't need to modify that.
issue is because "localhost bind" is not present in your hosts file...
open your hosts file, and check if this line is present:
if not... add the line 
issue is because "localhost bind" is not present in your hosts file...
open your hosts file, and check if this line is present:
Code: Select all
127.0.0.1 localhost

-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Re: Problem instaling server (at registring step)
Ok I will check that just to see if works, because Is working now XD
My teachers XD: jurchiks
-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Re: Problem instaling server (at registring step)
No, I haded the localhost bin in System32/drivers/host (file) and gives the error anyway. Only just adding the port, because im not using a default port (5467, is my port).
Thanks anyway for the help.
Now I just need to try put this working since he is getting wierd with Hexid file ( says Wrong Hexid) and I have the hexid file (that was created when registring the server) at gameserver/config. Dunno
Thanks anyway for the help.
Now I just need to try put this working since he is getting wierd with Hexid file ( says Wrong Hexid) and I have the hexid file (that was created when registring the server) at gameserver/config. Dunno

My teachers XD: jurchiks
-
- Posts: 154
- Joined: Sat Dec 25, 2010 10:09 pm
- Location: Portugal
Re: Problem instaling server (at registring step)
ahah done! XD I just needed to save directly to config folder LOL
My teachers XD: jurchiks