Page 1 of 1

Problem instaling server (at registring step)[Resolved]

Posted: Sun Jan 09, 2011 8:58 pm
by Ralm
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

Re: Problem instaling server (at registring step)

Posted: Sun Jan 09, 2011 9:12 pm
by jurchiks
you need to post that error. I'm guessing that you didn't set up database port/password in server/loginserver.properties

Re: Problem instaling server (at registring step)

Posted: Sun Jan 09, 2011 9:15 pm
by Ralm
I did. I will get some prints. I will post it in some minutes.

Re: Problem instaling server (at registring step)

Posted: Sun Jan 09, 2011 9:23 pm
by Ralm
Here is the prints!!
3.jpg
2.jpg
1.jpg
I deleted the pw on purpose!

Re: Problem instaling server (at registring step)

Posted: Sun Jan 09, 2011 9:32 pm
by jurchiks
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

Re: Problem instaling server (at registring step)

Posted: Sun Jan 09, 2011 9:37 pm
by Ralm
It worked! Thanks a lot. Now let see if I can do the rest =)

Re: Problem instaling server (at registring step)

Posted: Mon Jan 10, 2011 4:31 am
by MELERIX
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:

Code: Select all

127.0.0.1   localhost
if not... add the line ;)

Re: Problem instaling server (at registring step)

Posted: Mon Jan 10, 2011 6:20 am
by Ralm
Ok I will check that just to see if works, because Is working now XD

Re: Problem instaling server (at registring step)

Posted: Mon Jan 10, 2011 6:37 am
by Ralm
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 :?

Re: Problem instaling server (at registring step)

Posted: Mon Jan 10, 2011 6:45 am
by Ralm
ahah done! XD I just needed to save directly to config folder LOL