Page 1 of 1
error java :/
Posted: Sun Aug 14, 2011 6:04 am
by katian
all good I have a problem to see if they give me a hand, this is the error that sends me into the game console and I all the items in the ground or grass or anything or I have nothing to adenas subtract from the server to work normally again.
Any suggestions?
---------------
buenas a todos tengo un problema para ver si me dan una mano, este es el error que me envia en consola y en el juego no me toda los items del suelo ni nada ni hierbas ni adenas nada tengo que dar restar al server para que funcione nuevamente con normalidad.
Alguna Sugerencia?
L2J Revision
4684:
L2JDP Revision
8162:
Re: error java :/
Posted: Sun Aug 14, 2011 6:10 pm
by horato
suggestion? download pure server
Re: error java :/
Posted: Sun Aug 14, 2011 6:43 pm
by Stake
Update your rev. There are some changes in ItemsOnGroundManager at rev 4700.
Re: error java :/
Posted: Sun Aug 14, 2011 8:11 pm
by katian
horato wrote:suggestion? download pure server
WTF?
Stake wrote:Update your rev. There are some changes in ItemsOnGroundManager at rev 4700.
testing
Re: error java :/
Posted: Sun Aug 14, 2011 8:28 pm
by horato
katian wrote:
WTF?
I told you download pure server, what you cant understand? As stake wrote there may be some changes so download whole server again or update
Re: error java :/
Posted: Mon Aug 15, 2011 12:30 am
by katian
horato wrote:katian wrote:
WTF?
I told you download pure server, what you cant understand? As stake wrote there may be some changes so download whole server again or update
not understood him not, I'm testing with the response of friends and whatever comment, THANK YOU for your help
---
no no le habia entendido, estoy probando con la respuesta del amigo y cualquier cosa comento, GRACIAS por su ayuda
Re: error java :/
Posted: Mon Aug 15, 2011 4:15 pm
by katian
is the problem any other suggestions?
I'm also testing some things on my own if I meet have
-
sigue el problema alguna otra sugerencia?
tambien estoy probando por mi cuenta algunas cosas haber si lo resuelvo

Re: error java :/
Posted: Mon Aug 15, 2011 5:15 pm
by Starter
I got a simliar message recently when I restart/shutdown the server after I applied the L2TIntObjectHashMap changes manually which were recently made in the unstable version which leads sometimes to a deadlock.. :S
Code: Select all
2011.08.15 18:52:20,970 WARNING 259 com.l2jserver.util.DeadLockDetector DeadLock Found!"Thread-39" Id=257 BLOCKED on com.l2jserver.gameserver.model.actor.instance.L2PcInstance@113ec881 owned by "GeneralSTPool-4" Id=17 at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.cleanup(L2PcInstance.java:12081) - blocked on com.l2jserver.gameserver.model.actor.instance.L2PcInstance@113ec881 at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.deleteMe(L2PcInstance.java:12071) at com.l2jserver.gameserver.Shutdown$disconnectAllCharacters.execute(Shutdown.java:652) at com.l2jserver.gameserver.Shutdown$disconnectAllCharacters.execute(Shutdown.java:635) at gnu.trove.TIntObjectHashMap.forEachValue(TIntObjectHashMap.java:509) at com.l2jserver.gameserver.util.L2TIntObjectHashMap.safeForEachValue(L2TIntObjectHashMap.java:300) at com.l2jserver.gameserver.Shutdown.disconnectAllCharacters(Shutdown.java:632) at com.l2jserver.gameserver.Shutdown.run(Shutdown.java:238) Number of locked synchronizers = 1 - java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@35278766 "GeneralSTPool-4" Id=17 WAITING on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@35278766 owned by "Thread-39" Id=257 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@35278766 at java.util.concurrent.locks.LockSupport.park(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(Unknown Source) at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(Unknown Source) at com.l2jserver.gameserver.util.L2TIntObjectHashMap.getValues(L2TIntObjectHashMap.java:160) at com.l2jserver.gameserver.model.L2World.getAllPlayersArray(L2World.java:254) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@3638043 Java-level deadlock: Thread-39 is waiting to lock com.l2jserver.gameserver.model.actor.instance.L2PcInstance@113ec881 which is held by GeneralSTPool-4 GeneralSTPool-4 is waiting to lock java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@35278766 which is held by Thread-39Java-level deadlock: GeneralSTPool-4 is waiting to lock java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@35278766 which is held by Thread-39 Thread-39 is waiting to lock com.l2jserver.gameserver.model.actor.instance.L2PcInstance@113ec881 which is held by GeneralSTPool-4
Re: error java :/
Posted: Mon Aug 15, 2011 9:58 pm
by MELERIX
why don't try with clean builds ?
Re: error java :/
Posted: Tue Aug 16, 2011 7:37 pm
by katian
MELERIX wrote:why don't try with clean builds ?
and if you worked the code as you would do you support what you did? or put back the custom codes again?
pardon my ignorance on this
---
y si has trabajado el codigo como le harias respaldo a lo que hiciste? o volver a meter los codigos custom de nuevo?
disculpen mi ignoracia en esto

Re: error java :/
Posted: Tue Aug 16, 2011 9:03 pm
by MELERIX
well, you can make a patch file with your modifications, and after update (clean update) you can apply the patch back.