Some errors.

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
KadeL
Posts: 142
Joined: Sat Mar 15, 2008 11:04 pm
Location: Argentina
Contact:

Some errors.

Post by KadeL »

L2J Revision Number:3950
L2JDP Revision Number:7100

In server console show this, when the characters register to participate in the Olympiad.
and never takes them to participate.

Code: Select all

Exception in thread "Thread-43" java.lang.OutOfMemoryError: unable to create new native thread        at java.lang.Thread.start0(Native Method)        at java.lang.Thread.start(Unknown Source)        at com.l2jserver.gameserver.model.olympiad.OlympiadManager.run(OlympiadManager.java:273)        at java.lang.Thread.run(Unknown Source)
everything else works fine, without error

Code: Select all

Olympiad System: Olympiad Game StartedOlympiad System: Data updated.Olympiad System: Olympiad Game EndedOlympiad System: Competition Period Starts in 0 days, 18 hours and 0 mins.Olympiad System: Event starts/started : Sat Feb 20 18:00:53 GMT-03:00 2010
Another error that shows me is this

Code: Select all

Object Id at bad coords: (x: 63772, y: 1266653, z: -3610).Object Id at bad coords: (x: 305629, y: -121925, z: 478).Object Id at bad coords: (x: 66131, y: -445520, z: -1820).Object Id at bad coords: (x: -273028, y: -1115493, z: -3610).Object Id at bad coords: (x: 74407, y: 565520, z: -39649).Object Id at bad coords: (x: 78152, y: -461806, z: 1853).Object Id at bad coords: (x: -111999, y: 366669, z: -2992).Object Id at bad coords: (x: -16583, y: -505913, z: -22862).Object Id at bad coords: (x: 871921, y: 27920, z: -3720).Object Id at bad coords: (x: 964391, y: -232952, z: -35869).Object Id at bad coords: (x: 33212, y: 403607, z: -3065).Object Id at bad coords: (x: 1737115, y: -927060, z: -3610).Object Id at bad coords: (x: -1387717, y: -1001521, z: -3610).Object Id at bad coords: (x: -321927, y: -2235828, z: -11187).Character Gordon outside world area, in coordinates x:74407 y:565520Character Gordon outside world area, in coordinates x:74407 y:565520
With the active and unactivated geodata

Edited to add:
which version of Java recommend installed to run the Server on Win 2003 Server.
Install the latest version jre-6u18-windows-i586-iftw-rv.exe but not works well.
Currently use jre-6u2-windows-i586-p-s.exe and works better, I'm not sure if it is correct to run the Server

from already thank you very much for responding...
Sorry everyone for my very bad English, I speak Spanish
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Some errors.

Post by _DS_ »

java.lang.OutOfMemoryError

Use 64-bit version of OS and java.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply