Page 1 of 2

Can Not Register Game Server

Posted: Mon Aug 05, 2013 6:49 pm
by artemix22
I have download the latest Stable Subversion Access from here : http://www.l2jserver.com/download/

Core : Revision 6146
DP : Revision 9900


For eclipse i follow the instruction from here : http://www.l2jserver.com/wiki/Setup_Ecl ... timisation

After i got the .zip files (L2J_DataPack and L2J_Server), i extract those files to a folder named "MyGameServerFolder", and then.. :

1. i put database password on C:\MyGameServerFolder\game\config\Server.properties
2. i put database password on C:\MyGameServerFolder\login\config\LoginServer.properties
3. i run database_installer.windows batch file from tool folder (it run perfectly, i can see the result from my navicat)
4. i try to register the game server, and the error appear, here is the picture of the error :
Image

for your information, i use :
1. the latest jre7
2. the latest jdk1.7.0_25
3. MySQL 5.5
4. the latest Eclipse IDE for Java Developers
5. the latest silksubversion

i try to do this with the instruction about 10 times with same error result.

i really appreciate if you can help me, thx in advance, GBU.

Re: Can Not Register Game Server

Posted: Wed Aug 07, 2013 4:55 am
by burrito
Hello

You posted in the wrong section, this is for Website/Forum Support and suggestions. Not anything to do directly with running a server.

This should be moved to High Five Server Support section.

About your problem, seems like your file structure of your server might be wrong, try using search as well if you can not figure it out.

Re: Can Not Register Game Server

Posted: Wed Aug 07, 2013 10:42 am
by artemix22
i make it exactly just like 1 years ago, step by step, i extract that 2 .zip files to one folder and i didn't change anything except the password for database in loginserver.properties and server.properties

sorry if i posted in wrong section.

Re: Can Not Register Game Server

Posted: Wed Aug 07, 2013 1:21 pm
by Zoey76
If you run this on a command line:

Code: Select all

java -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;l2jlogin.jar com.l2jserver.gsregistering.BaseGameServerRegister -c
You will notice:

Code: Select all

Error: Could not find or load main class com.l2jserver.gsregistering.BaseGameServerRegister
This means that the script (bat file) is not finding the l2jlogin.jar file, most likely you have an error in the path, try to unpack both core and dp in the same folder again (new folder).

Re: Can Not Register Game Server

Posted: Sat Aug 10, 2013 4:58 am
by artemix22
not work zoey, but when i use nightlies it's work, is it possible i did something wrong in "build" part?

Re: Can Not Register Game Server

Posted: Fri Aug 23, 2013 3:13 pm
by artemix22
still waiting for solution here dude.. i try every way i know but still not working.. i format my computer and not working too

Re: Can Not Register Game Server

Posted: Sat Aug 24, 2013 12:37 am
by tukune
artemix22 wrote:4. the latest Eclipse IDE for Java Developers
5. the latest silksubversion
:evil: "latest" is not version number.
tell your silksubversion version x.xx, subclipse version x.xx (or subversive version x.xx)

and post your META-INF/MANIFEST.MF file in l2jserver.jar

Re: Can Not Register Game Server

Posted: Sat Aug 24, 2013 7:00 am
by artemix22
JOJO wrote:
artemix22 wrote:4. the latest Eclipse IDE for Java Developers
5. the latest silksubversion
:evil: "latest" is not version number.
tell your silksubversion version x.xx, subclipse version x.xx (or subversive version x.xx)

and post your META-INF/MANIFEST.MF file in l2jserver.jar
Slik-Subversion-1.8.0-win32 http://www.sliksvn.com/en/download
Eclipse IDE for Java Developers (eclipse-java-kepler-R-win32) http://www.eclipse.org/downloads/

i don't know where to find META-INF/MANIFEST.MF file in l2jserver.jar

here is what i do so far :

while i use .zip source from nightlies it can register, but while i use .zip source from eclipse compiling it cannot register.

while i double click the l2jlogin.jar from .zip nightlies nothing error appear (it means working ? ), but when i double click l2jlogin.jar from eclipse compiling .zip result, error appear : "Invalid or Corrupt Jar file... "

is it possible error came from compiling/build? i follow the instruction from here : http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN step by step, i do this about 20 times in this month :shock:

Re: Can Not Register Game Server

Posted: Sat Aug 24, 2013 7:27 am
by tukune
artemix22 wrote:Slik-Subversion-1.8.0-win32 http://www.sliksvn.com/en/download
Maybe You using Subversive plugin 1.7 and Slik svn 1.8.
Subversive plugin not support svn 1.8 yet.

:twisted: http://www.l2jserver.com/w/images/c/c4/ ... ectors.png
Image

Re: Can Not Register Game Server

Posted: Sat Aug 24, 2013 7:47 am
by artemix22
OMG!! almost one month i spend to figure out :cry: :cry: :cry:

thx JOJO, you are the savior, GBU!

CASE CLOSED! :D

Re: Can Not Register Game Server

Posted: Sun Aug 25, 2013 11:51 am
by jurchiks
Updated wiki with a note about L2J not supporting SVN 1.8, hopefully that'll reduce the number of such cases.

Re: Can Not Register Game Server

Posted: Sun Aug 25, 2013 5:22 pm
by Zoey76
jurchiks wrote:Updated wiki with a note about L2J not supporting SVN 1.8, hopefully that'll reduce the number of such cases.
Not related to L2j, we officially use Subclipse not Suversive and it works fine.

Re: Can Not Register Game Server

Posted: Mon Aug 26, 2013 8:05 pm
by GeoPrey
I'm kind of newbie here, so could someone tell me how to fix this Register Game Server problem (word by word what to do)...Please? :?
I changed svn to Native JavaHL (like in the pic above) and re-compiled all the files, but it didn't helped me, still the same problem, so I don't know what to do anymore :|

Re: Can Not Register Game Server

Posted: Mon Aug 26, 2013 8:31 pm
by jurchiks
Have you tried RegisterGameServer.exe? Works for me just fine.

Re: Can Not Register Game Server

Posted: Mon Aug 26, 2013 8:43 pm
by GeoPrey
jurchiks wrote:Have you tried RegisterGameServer.exe? Works for me just fine.
Yup, it helped, but only a bit, 'cause now I have another problem when launching LS...:
Starting L2J Login Server.

Error: Could not find or load main class com.l2jserver.loginserver.L2LoginServer


Login Server terminated abnormally!


Login Server Terminated.

Press any key to continue . . .
WTF is wrong with me (or with the server)...? :/