[FIXED] L2J Interlude Server Setup Problems (on Linux)

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
mersinliali
Posts: 6
Joined: Thu Dec 15, 2011 9:42 am

[FIXED] L2J Interlude Server Setup Problems (on Linux)

Post by mersinliali »

Hi,

I'm newbie for L2J Server. I'm trying to set up an interlude server on linux (debian 6).

I have installed Eclipse (3.6.1) and Subclipse (1.6.x) and Java JDK (6u22).

From subversion, I have checked out these branches by Eclipse:

http://svn.l2jserver.com/branches/L2_GameServer_it/
http://svn.l2jdp.com/branches/IT_Datapack/

After that, built them (as explained in wiki) to obtain zip files:

l2j-server.zip
L2J_DataPack.zip

And installed them as explained in wiki (especially version: 63 - http://trac.l2jserver.com/wiki/L2J_Install?version=63 for that goes to the interlude times) and configured all the settings.

Finally I have started the login server and the game server.

There are too many errors in the game server logs at the start.

And actually, my friend on (Windows) L2 interlude client CAN LOGIN but CANNOT START THE GAME.

Here are some errors from logs:
2011.12.17 16:02:08,843 WARNING 10 net.sf.l2j.gameserver.datatables.ItemTable data error on item:
2011.12.17 16:02:09,126 SEVERE 10 net.sf.l2j.gameserver.skills.DocumentBase Error in file /home/Software/L2J/server/gameserver/data/stats/armor/9100-9199.xml
2011.12.17 16:02:09,139 SEVERE 10 net.sf.l2j.gameserver.skills.DocumentBase Error in file /home/Software/L2J/server/gameserver/data/stats/armor/8900-8999.xml
2011.12.17 16:02:09,146 SEVERE 10 net.sf.l2j.gameserver.skills.DocumentBase Error in file /home/Software/L2J/server/gameserver/data/stats/armor/6400-6499.xml
2011.12.17 16:02:09,182 SEVERE 10 net.sf.l2j.gameserver.skills.DocumentBase Error in file /home/Software/L2J/server/gameserver/data/stats/armor/0000-0099.xml
2011.12.17 16:02:09,191 SEVERE 10 net.sf.l2j.gameserver.skills.DocumentBase Error in file /home/Software/L2J/server/gameserver/data/stats/armor/5100-5199.xml

....
And while my friend is trying to start game:
2011.12.17 16:08:53,415 SEVERE 20 net.sf.l2j.gameserver.clientpackets.L2GameClientPacket Client: [IP: 12.345.678.900] - Failed reading: [C] 08 AuthLogin - L2J Server Version: 5103M - DP Revision: 8592
My friend and I will open an interlude server on a dedicated one. Therefore we are interested in interlude server and datapack.

Sincerely,
Ali
Sylar88
Posts: 113
Joined: Sun Feb 06, 2011 6:34 pm

Re: L2J Interlude Server Setup Problems (on Linux)

Post by Sylar88 »

May i suggest postponing the server till you get older and wiser ? Will save lots of people from wasting time. Nothing personal. Its just that some people are made to host games, some others are cut out to just ... play ;) Gaming is good, dont underestimate it.
Someone who didnt bother reading the svn or ant manual and just waited for you to make him a visual guide for eclipse is not a guy that is willing to learn ... He is the definition of the leecher.
mersinliali
Posts: 6
Joined: Thu Dec 15, 2011 9:42 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by mersinliali »

Sylar88 wrote:May i suggest postponing the server till you get older and wiser ? Will save lots of people from wasting time. Nothing personal. Its just that some people are made to host games, some others are cut out to just ... play ;) Gaming is good, dont underestimate it.
Of course you may suggest that. I don't underestimate gaming. But I don't know an obstacle to host a game in a server and I'm made to host games. I have already SET UP the latest branch of L2J Server and it works! I can understand the wiki and apply all the necessary steps. No need to waste time. If anybody can give a link to a tutorial, wiki, howto etc about INTERLUDE branch, I'll appreciate it.

My apologies regarding possible mistakes in the language. And my usage of words may seem childish or younger. Sorry for that.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by Zoey76 »

After Changeset 5053 Interlude works with Java 7, haven't tested under Java 6 or previous versions.

Also looks like either you got wrong datapack or you have some files missing.

Moved to viewforum.php?f=82 in future please post here as well.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
mersinliali
Posts: 6
Joined: Thu Dec 15, 2011 9:42 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by mersinliali »

Zoey76 wrote:After Changeset 5053 Interlude works with Java 7, haven't tested under Java 6 or previous versions.

Also looks like either you got wrong datapack or you have some files missing.
Thank you very much. I have just done all the steps with Java 7. And it's OK but the errors are still continuing.

My biggest problem is to decide which is the correct datapack branch for the Interlude server.

I use http://svn.l2jdp.com/branches/IT_Datapack/ ! So is it correct?

Sincerely...
mersinliali
Posts: 6
Joined: Thu Dec 15, 2011 9:42 am

[FIXED] Re: L2J Interlude Server Setup Problems (on Linux)

Post by mersinliali »

Hi again,

We have just solved the datapack problem. (Replacing "Type=MyISAM" with "Engine=MyISAM" in all sql files.)

But,

as mentioned in viewtopic.php?f=82&t=24177 ,

we cannot select the server in server selection page.


In gameser log file:
Client: [IP: 12.345.678.900] - Failed reading: [C] 08 AuthLogin - L2J Server Version: 5106 - DP Revision: 8595
java.lang.NoSuchMethodError: javolution.text.TextBuilder.stringValue()Ljava/lang/String;
at com.l2jserver.mmocore.network.ReceivablePacket.readS(ReceivablePacket.java:87)
at net.sf.l2j.gameserver.clientpackets.AuthLogin.readImpl(AuthLogin.java:55)
at net.sf.l2j.gameserver.clientpackets.L2GameClientPacket.read(L2GameClientPacket.java:44)
at com.l2jserver.mmocore.network.SelectorThread.parseClientPacket(SelectorThread.java:496)
at com.l2jserver.mmocore.network.SelectorThread.tryReadPacket(SelectorThread.java:407)
at com.l2jserver.mmocore.network.SelectorThread.readPacket(SelectorThread.java:365)
at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:229)
Sincerely,
Ali
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: L2J Interlude Server Setup Problems (on Linux)

Post by tukune »

switch revision 1434
You do not have the required permissions to view the files attached to this post.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by Zoey76 »

@tukune I'm fixing that, the problem is outdated MMOCore, anyway if he do what you say he will have hundred of other problems like MTRandom... don't try to be smart by attacking devs, provide solutions :wink:
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: L2J Interlude Server Setup Problems (on Linux)

Post by tukune »

Zoey76 wrote:@tukune I'm fixing that, the problem is outdated MMOCore, anyway if he do what you say he will have hundred of other problems like MTRandom... don't try to be smart by attacking devs, provide solutions :wink:
:evil: dont lie
dont commit spam
revert plz
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by Zoey76 »

tukune wrote:
Zoey76 wrote:@tukune I'm fixing that, the problem is outdated MMOCore, anyway if he do what you say he will have hundred of other problems like MTRandom... don't try to be smart by attacking devs, provide solutions :wink:
:evil: dont lie
dont commit spam
revert plz

Happy Holiday :D
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
fofas123
Posts: 1
Joined: Wed Nov 09, 2011 7:27 pm

Problem with Gameserver

Post by fofas123 »

If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
i have this problem with my gameserver:
Image
can any one help me?
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Problem with Gameserver

Post by JMD »

-
Last edited by JMD on Mon Dec 26, 2011 5:17 am, edited 1 time in total.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: L2J Interlude Server Setup Problems (on Linux)

Post by tukune »

:evil: revision 5034 ---> JAR hell http://en.wikipedia.org/wiki/Java_Classloader#JAR_hell
:D revision 1434
Revert svn repository.
Here is not a garbage dump.
You do not have the required permissions to view the files attached to this post.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by Zoey76 »

The problem is not Javolution, is MMOCore, but I don't expect you to understand tukune... :roll:

MMOCore update and other fixes done in Changeset 5108 :lol:

All should be fine now.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
mersinliali
Posts: 6
Joined: Thu Dec 15, 2011 9:42 am

Re: L2J Interlude Server Setup Problems (on Linux)

Post by mersinliali »

Zoey76 wrote:The problem is not Javolution, is MMOCore, but I don't expect you to understand tukune... :roll:

MMOCore update and other fixes done in Changeset 5108 :lol:

All should be fine now.
Thank you very much =)
It works very well!!!!!

THANKS AGAIN AND AGAIN! :D
Post Reply