[help] L2J Register GameServer Problem

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
GRAV3
Posts: 7
Joined: Sat Nov 12, 2011 1:48 am

[help] L2J Register GameServer Problem

Post by GRAV3 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:8545
L2JDP Revision Number:5081

Image


Please Help!
Last edited by GRAV3 on Tue Nov 15, 2011 5:50 pm, edited 1 time in total.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: [help] L2J Register GameServer Problem

Post by MELERIX »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
GRAV3
Posts: 7
Joined: Sat Nov 12, 2011 1:48 am

Re: [help] L2J Register GameServer Problem

Post by GRAV3 »

i put the revision numbers.. lets see some help!
FunBeast
Posts: 29
Joined: Sun Nov 13, 2011 7:18 am

Re: [help] L2J Register GameServer Problem

Post by FunBeast »

Same problem with this revision and with registering gameserver here with my server - would be nice to get some help with this new version!!!!
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: [help] L2J Register GameServer Problem

Post by MELERIX »

remember that in order to use Register GameServer firts you need to set up your loginserver.properties with your db user/password
GRAV3
Posts: 7
Joined: Sat Nov 12, 2011 1:48 am

Re: [help] L2J Register GameServer Problem

Post by GRAV3 »

Code: Select all

# ---------------------------------------------------------------------------# Login Server Settings# ---------------------------------------------------------------------------# This is the server configuration file. Here you can set up the connection information for your server.# This was written with the assumption that you are behind a router.# Dumbed Down Definitions...# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.# ---------------------------------------------------------------------------# Networking# --------------------------------------------------------------------------- # Bind ip of the LoginServer, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginserverHostname = *# Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 # ---------------------------------------------------------------------------# Security# ---------------------------------------------------------------------------# Default: TrueLogLoginController = True # How many times you can provide an invalid account/pass before the IP gets banned.# Default: 5LoginTryBeforeBan = 5 # Time you won't be able to login back again after LoginTryBeforeBan tries to login.# Default: 900 (15 minutes)LoginBlockAfterBan = 900 # If set to True any GameServer can register on your login's free slots# Default: FalseAcceptNewGameServer = True # Flood Protection. All values are in MILISECONDS.# Default: TrueEnableFloodProtection = True # Default: 15FastConnectionLimit = 15 # Default: 700NormalConnectionTime = 700 # Default: 350FastConnectionTime = 350 # Default: 50MaxConnectionPerIP = 50 # ---------------------------------------------------------------------------# Database# ---------------------------------------------------------------------------# Specify the appropriate driver and url for the database you're using.# Examples:# Driver = com.mysql.jdbc.Driver (default)# Driver = org.hsqldb.jdbcDriver# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriverDriver = com.mysql.jdbc.Driver # Database URL# URL = jdbc:mysql://localhost/l2jls (default)# URL = jdbc:hsqldb:hsql://localhost/l2jls# URL = jdbc:sqlserver://localhost/database = l2jls/user = sa/password =URL = jdbc:mysql://localhost/l2jls # Database user info (default is "root" but it's not recommended)Login = root # Database connection passwordPassword =  # Default: 10MaximumDbConnections = 10 # Default: 0MaximumDbIdleTime = 0 # ---------------------------------------------------------------------------# Misc.# ---------------------------------------------------------------------------# If False, the license (after the login) will not be shown.# Default: TrueShowLicence = True # Default: TrueAutoCreateAccounts = True # Datapack root directory.# Defaults to current directory from which the server is started unless the below line is uncommented.#DatapackRoot = C:/Work/tmp/DataPack # ---------------------------------------------------------------------------# Developer Settings# ---------------------------------------------------------------------------# Default: FalseDebug = False # ---------------------------------------------------------------------------# Restart LS every 24 hours?# ---------------------------------------------------------------------------# Default: False, 24LoginRestartSchedule = False #LoginRestartTime = 24  
here it is... and the pass / user its okey..
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: [help] L2J Register GameServer Problem

Post by tukune »

net start mysql
You do not have the required permissions to view the files attached to this post.
FunBeast
Posts: 29
Joined: Sun Nov 13, 2011 7:18 am

Re: [help] L2J Register GameServer Problem

Post by FunBeast »

MySQL is already started - is it possible that this message is because of some java conflict?

Ive got no idea though im still testing this new revision - by the way - is there any complete installation guide for this new revision been posted yet? Ive noticed that during databank installation that there are now 4 different l2jdb??!!


Please help guys!!!
FunBeast
Posts: 29
Joined: Sun Nov 13, 2011 7:18 am

Re: [help] L2J Register GameServer Problem

Post by FunBeast »

Problem solved! I needed to update my Java to V7
vaios194
Posts: 1
Joined: Sat Nov 26, 2011 6:04 pm

Re: [help] L2J Register GameServer Problem

Post by vaios194 »

FunBeast wrote:Problem solved! I needed to update my Java to V7
what i can download??ty
Post Reply