ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

Dispatcher:155. How i fix that? #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Core revision:r163
Bug description:I got this error from few days (week) maybe ddos idk.
[ERROR 2011-03-13 13:35:22] com.aionemu.commons.network.Dispatcher:155 - Error 
while accepting connection: +java.lang.NullPointerException
java.lang.NullPointerException
    at com.aionemu.commons.network.AConnection.<init>(AConnection.java:101)
    at gameserver.network.aion.AionConnection.<init>(AionConnection.java:109)
    at gameserver.network.aion.GameConnectionFactoryImpl.create(GameConnectionFactoryImpl.java:49)
    at com.aionemu.commons.network.Acceptor.accept(Acceptor.java:102)
    at com.aionemu.commons.network.Dispatcher.accept(Dispatcher.java:152)
    at com.aionemu.commons.network.AcceptDispatcherImpl.dispatch(AcceptDispatcherImpl.java:56)
    at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:102)
I read on forum this posts 
http://www.aionxemu.com/viewtopic.php?f=12&t=666&p=3761&hilit=Dispatcher.java%3A
102#p3761, what problem i have?.
Also this 
posts:http://www.aionxemu.com/viewtopic.php?f=12&t=548&p=3092&hilit=Dispatcher.j
ava%3A102#p3092
& put patch Dispatch_parseBufOverflow_DC_1.diff [604 Bytes] 
but no change i continue receive this error.How can i fix it?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by apsorder...@gmail.com on 13 Mar 2011 at 12:08

GoogleCodeExporter commented 9 years ago
Test and report results:

Original comment by ZeroSign...@gmail.com on 14 Mar 2011 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Issue 92 has been merged into this issue.

Original comment by ZeroSign...@gmail.com on 15 Mar 2011 at 12:11

GoogleCodeExporter commented 9 years ago
I put the patch for now (6hour) Serever running without error (dispacher).I 
will report here again after 1-2 day again hope this patch help all.

Original comment by apsorder...@gmail.com on 15 Mar 2011 at 12:28

GoogleCodeExporter commented 9 years ago
Unfortunately, it got the same error after I put pacha.But have change for 8 
hours only 3 times has given this error.
Regards

Original comment by apsorder...@gmail.com on 15 Mar 2011 at 5:50

GoogleCodeExporter commented 9 years ago
Did you re-compile the Commons library and place the new ax_commons.jar library 
file in GameServer/lib and re-build the GameServer?

Original comment by ZeroSign...@gmail.com on 16 Mar 2011 at 1:11

GoogleCodeExporter commented 9 years ago
yes i did it. 
server bild 15.03.2011 - 10:50 (file info)
ax_commons.jar 15.03.2011 - 10:50  ( file info)       

Original comment by apsorder...@gmail.com on 16 Mar 2011 at 7:35

GoogleCodeExporter commented 9 years ago
Apply and test this fix:

Original comment by ZeroSign...@gmail.com on 16 Mar 2011 at 4:24

Attachments:

GoogleCodeExporter commented 9 years ago
Tnx i will Apply & report for result.

Original comment by apsorder...@gmail.com on 16 Mar 2011 at 4:44

GoogleCodeExporter commented 9 years ago
Committed Revision 181.

Original comment by ZeroSign...@gmail.com on 22 Mar 2011 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by ZeroSign...@gmail.com on 23 Mar 2011 at 1:40

GoogleCodeExporter commented 9 years ago
rev251

[ERROR 2011-04-10 18:51:32] com.aionemu.commons.network.Dispatcher:155 - Error 
while accepting connection: +java.lang.NullPointerException
java.lang.NullPointerException
        at com.aionemu.commons.network.AConnection.<init>(AConnection.java:101)        at gameserver.network.aion.AionConnection.<init>(AionConnection.java:109)
        at gameserver.network.aion.GameConnectionFactoryImpl.create(GameConnectionFactoryImpl.java:49)        at com.aionemu.commons.network.Acceptor.accept(Acceptor.java:102)
        at com.aionemu.commons.network.Dispatcher.accept(Dispatcher.java:152)
        at com.aionemu.commons.network.AcceptDispatcherImpl.dispatch(AcceptDispatcherImpl.java:56)        at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:102)

Original comment by pl6...@gmail.com on 10 Apr 2011 at 2:52

GoogleCodeExporter commented 9 years ago
Unfortunately, this problem is not solved yet.I personally tried a lot patches 
but the problem remained.Maybe the solution would be found later.

Original comment by apsorder...@gmail.com on 10 Apr 2011 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by ZeroSign...@gmail.com on 11 Apr 2011 at 9:55

GoogleCodeExporter commented 9 years ago
Update to latest revision then re-compile. I have updated the libraries on 
Revision 274.

Original comment by ZeroSign...@gmail.com on 28 Apr 2011 at 7:39