razielle Posted June 3, 2012 Posted June 3, 2012 Well, I get this strange error when initializing the gameserver, although no errors with loginserver. Hope someone knows how to fix it.. I'm using L2jserver, latest rev. compiled with eclipse running on Win7u 64bts Tnx for your time, Razielle
0 Destorion Posted June 3, 2012 Posted June 3, 2012 java installed successfully???? If yes, check the root passwords into database installer.bat by clicking right click and then properties... and check the line with the MySQL Passwords ONLY
0 razielle Posted June 3, 2012 Author Posted June 3, 2012 java installed successfully? ??? If yes, check the root passwords into database installer.bat by clicking right click and then properties... and check the line with the MySQL Passwords ONLY This is the vars file generated by the database_installer.bat, showing all paswords, as you can see, everything is set on root, as well as the mysql config. I can connect with Navicat using root password, so we can discard bad pass configuration... @echo off set config_version=2 set cmode=c set safe_mode=0 set mysqlPath=C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exe set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.1\bin set mysqldumpPath=C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqldump.exe set lsuser=root set lspass=root set lsdb=l2jls set lshost=localhost set cbuser=root set cbpass=root set cbdb=l2jcs set cbhost=localhost set gsuser=root set gspass=root set gsdb=l2jgs set gshost=localhost set logdir=. set backup=. port already in use? try to change port I have no other programs using the gameserver port (7777) Show us your ipconfig.xml too. <?xml version="1.0" encoding="UTF-8"?> <!-- Externalhost here (Internet IP) or Localhost IP for local test --> <gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> </gameserver> Tnx for fast answers! EDIT: lol, just realized I forgot to edit the ipconfig, I modified this line but it still gives the same error: <gameserver address="localhost" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
0 Destorion Posted June 3, 2012 Posted June 3, 2012 into navicat which db name you use, l2jgs or something else?? maybe you forgot to change navicat's l2jdb name.... if you choose other in navicat and if MySQL using l2jgs navicat can't connect to db.... ;)
0 razielle Posted June 3, 2012 Author Posted June 3, 2012 It was a wrong config in the server.properties file, now its running nice and smooth ^^ Ty all ppl
Question
razielle
Well, I get this strange error when initializing the gameserver, although no errors with loginserver.
Hope someone knows how to fix it..
I'm using L2jserver, latest rev. compiled with eclipse running on Win7u 64bts
Tnx for your time,
Razielle
7 answers to this question
Recommended Posts