Problem instaling server (at registring step)[Resolved]

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Problem instaling server (at registring step)[Resolved]

Post 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
Last edited by Ralm on Mon Jan 10, 2011 7:43 am, edited 1 time in total.
My teachers XD: jurchiks
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Problem instaling server (at registring step)

Post by jurchiks »

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.
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Re: Problem instaling server (at registring step)

Post by Ralm »

I did. I will get some prints. I will post it in some minutes.
My teachers XD: jurchiks
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Re: Problem instaling server (at registring step)

Post by Ralm »

Here is the prints!!
3.jpg
2.jpg
1.jpg
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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Problem instaling server (at registring step)

Post 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
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.
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Re: Problem instaling server (at registring step)

Post by Ralm »

It worked! Thanks a lot. Now let see if I can do the rest =)
My teachers XD: jurchiks
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Problem instaling server (at registring step)

Post 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 ;)
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Re: Problem instaling server (at registring step)

Post by Ralm »

Ok I will check that just to see if works, because Is working now XD
My teachers XD: jurchiks
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Re: Problem instaling server (at registring step)

Post 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 :?
My teachers XD: jurchiks
Ralm
Posts: 154
Joined: Sat Dec 25, 2010 10:09 pm
Location: Portugal

Re: Problem instaling server (at registring step)

Post by Ralm »

ahah done! XD I just needed to save directly to config folder LOL
My teachers XD: jurchiks
Post Reply