problem with server

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
tasadar
Posts: 6
Joined: Wed Jul 14, 2010 7:25 am

problem with server

Post by tasadar »

I have that problem - when i open file RegisterServer give me error. What i do?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: problem with server

Post by janiii »

your revisions? what is the error? did you search forum? do you have JAVA_HOME set in your environmental variables and do you have java bin set to PATH? give more info or topic will be closed.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
tasadar
Posts: 6
Joined: Wed Jul 14, 2010 7:25 am

Re: problem with server

Post by tasadar »

I have JDK and JRE. When i make previous server i save hexid and now i put him in gameserver. Now when i use Login Server Console
You do not have the required permissions to view the files attached to this post.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: problem with server

Post by antons007 »

Incorrect MySQL Username and/or password
tasadar
Posts: 6
Joined: Wed Jul 14, 2010 7:25 am

Re: problem with server

Post by tasadar »

ok i will see now.

edit: I don't know, but i think there is no wrong with passwords. Now i must see in MySQL or Navicat?
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: problem with server

Post by antons007 »

You have set a password for root, but in your configs you have not!!!
tasadar
Posts: 6
Joined: Wed Jul 14, 2010 7:25 am

Re: problem with server

Post by tasadar »

now i wrote the pass,but again it's not working. Sry but i'm new in this area.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: problem with server

Post by antons007 »

can you acces mysql with navicat?
if you can check here your username and if password is set
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: problem with server

Post by dinor »

tasadar
go to folder tools and open the the file vars.txt
now go to folder login/config and open the file loginserver.properties with notepad
make sure you have the right ips

and then go

Code: Select all

 # ---------------------------------------------------------------------------# 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/l2jdb (default)# URL = jdbc:hsqldb:hsql://localhost/l2jdb# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password = URL = jdbc:mysql://localhost/l2jdb [b]<-- make sure this is the same as in vars.txt[/b]# Database user info (default is "root" but it's not recommended)Login = root# Database connection password Password = mysqlpassword [b]<-- make sure this is the same as in vars.txt[/b]# Default: 10MaximumDbConnections = 100 
That's all
tasadar
Posts: 6
Joined: Wed Jul 14, 2010 7:25 am

Re: problem with server

Post by tasadar »

ok ty. Later, becouse now i'm can't now.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: problem with server

Post by antons007 »

you need to do the same with gameserver/config/server.properties!
tasadar
Posts: 6
Joined: Wed Jul 14, 2010 7:25 am

Re: problem with server

Post by tasadar »

can y give me a photo, becouse i'm little stupid.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: problem with server

Post by antons007 »

http://www.l2jserver.com/wiki/Setup_Server
Head to Editing the Configuration Files
Post Reply