Page 1 of 1

Login Server Console Error

Posted: Tue Jul 23, 2013 11:58 am
by Grim
L2J Revision 6102:
L2JDP Revision 9867:

I get This error when i open login server console:

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 . . .


And When i compile it i got this (i dont know if is normal or not)

Buildfile: C:\workspace\L2J_Server\build.xml
checkRequirements:
getChangelogDateVersion:

[exec] Result: 1
[exec] Result: 1
init:
[delete] Deleting directory C:\workspace\L2J_Server\build\bin
[mkdir] Created dir: C:\workspace\L2J_Server\build\bin
dist:
[sync] Removed 1 dangling directory from C:\workspace\L2J_Server\build\dist
[sync] Removed 9 dangling files from C:\workspace\L2J_Server\build\dist
compile:
[javac] Compiling 1662 source files to C:\workspace\L2J_Server\build\bin
[javac] Creating empty C:\workspace\L2J_Server\build\bin\com\l2jserver\gameserver\scripting\scriptengine\package-info.class
jar:
[jar] Building jar: C:\workspace\L2J_Server\build\dist\login\l2jlogin.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\login\L2J_Configurator.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\game\l2jserver.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\game\L2J_Configurator.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\tools\dbinst_cs.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\tools\dbinst_gs.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\tools\dbinst_ls.jar
build:
[zip] Building zip: C:\workspace\L2J_Server\build\L2J_Server.zip
BUILD SUCCESSFUL
Total time: 45 seconds

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 6:36 pm
by HyperByter
I get This error when i open login server console:

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 . . .
viewtopic.php?f=81&t=27883
And When i compile it i got this (i dont know if is normal or not)

Buildfile: C:\workspace\L2J_Server\build.xml
checkRequirements:
getChangelogDateVersion:
[exec] Result: 1
[exec] Result: 1
init:
[delete] Deleting directory C:\workspace\L2J_Server\build\bin
[mkdir] Created dir: C:\workspace\L2J_Server\build\bin
dist:
[sync] Removed 1 dangling directory from C:\workspace\L2J_Server\build\dist
[sync] Removed 9 dangling files from C:\workspace\L2J_Server\build\dist
compile:
[javac] Compiling 1662 source files to C:\workspace\L2J_Server\build\bin
[javac] Creating empty C:\workspace\L2J_Server\build\bin\com\l2jserver\gameserver\scripting\scriptengine\package-info.class
jar:
[jar] Building jar: C:\workspace\L2J_Server\build\dist\login\l2jlogin.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\login\L2J_Configurator.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\game\l2jserver.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\game\L2J_Configurator.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\tools\dbinst_cs.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\tools\dbinst_gs.jar
[jar] Building jar: C:\workspace\L2J_Server\build\dist\tools\dbinst_ls.jar
build:
[zip] Building zip: C:\workspace\L2J_Server\build\L2J_Server.zip
BUILD SUCCESSFUL
Total time: 45 seconds
Install SlikSVN

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 7:16 pm
by Grim
Thanks Alot Hyper...
I am using eclipse 4.1 i can download any silkSVN version?

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 7:24 pm
by jurchiks
sliksvn 1.7.9
Edit: wtf? who broke the URL tag?

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 7:47 pm
by Zoey76
jurchiks wrote:sliksvn 1.7.9
Edit: wtf? who broke the URL tag?
None, you just don't know how to use it :mrgreen:

Code: Select all

[url=http://www.sliksvn.com/pub/]sliksvn 1.7.9[/url]
sliksvn 1.7.9

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 7:58 pm
by jurchiks
ehh, quote tag needs quotes, this doesn't...

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 8:59 pm
by Grim
hmmm now i have this error..

Buildfile: C:\workspace\L2J_Server\build.xml
checkRequirements:
getChangelogDateVersion:

BUILD FAILED
C:\workspace\L2J_Server\build.xml:221: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified

Total time: 360 milliseconds


"""I Follow Step by step this guide... http://www.l2jserver.com/wiki/Setup_Ecl ... L2J_server

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 9:12 pm
by jurchiks
Maybe you need to restart the pc, perhaps the path variable didn't update. SlikSVN adds its bin folder to the path variable. That's what makes the `svn` command work.

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 9:49 pm
by Grim
ok i trying restart the pc now.. lets see, i check everythink else twice and unistall and reinstall all from start by follow the guide step by step 4 times ... anyway i am gonna rr and check

Re: Login Server Console Error

Posted: Tue Jul 23, 2013 10:10 pm
by Grim
jurchiks wrote:Maybe you need to restart the pc, perhaps the path variable didn't update. SlikSVN adds its bin folder to the path variable. That's what makes the `svn` command work.
are you right bro... Problem Solved.. i compile it now...
Sometimes the obvious things do not bear in mind.. I thought the problem was more complex..

One more times thank you , and for fast reply..

"Problem Solved"

Re: Login Server Console Error

Posted: Wed Jul 24, 2013 9:03 am
by jurchiks
you're welcome :)