The full guide for Aion p-server setup [English]

01/21/2012 05:47 hardc0r3#31
hey,. client file,. i got a prob with it,. can gve me another client files ?

and,. is this 2.7 server ?
01/24/2012 22:58 nerkasb#32
Quote:
Originally Posted by mingomango View Post
When i use the BuildAll.bat and press 1. It works fine untill it comes to the gameserver, then it tells me "buildfail". It builds all the other folders (loginserver, chatserver, commonsserver,
AE-Manager) but it doesn't want to finish the Gameserver i get a buildfaled everytime. What to do?
P.S
For the SS i used the command 3. to try and build only the gameserver, but it ends the same way.
[Only registered and activated users can see links. Click Here To Register...]
the same problem for me to....
02/01/2012 08:35 allenMD13#33
This has been, by far the best and most complete, private server build i have seen. It did not come without its flaws but it was complete enough and auto-configured enough to get it set, running and public. Thank you very much, mondo kudo's for you mate. I do have one question tho. I have found the commands for free fly and I have an idea on how to set them up, but i would much rather hear them from you and not have any doubt it will work. Think i could get the assist mate?
02/05/2012 13:04 hardc0r3#34
me and my friends manage to setup the server,. but somethings go wrong,. we can't make our server online,. we've test it in LAN and it's success,. help us,.


*sorry for my bad english,. :(
02/06/2012 20:18 janai48#35
Nicee :D
02/14/2012 18:14 hardc0r3#36
Quote:
Originally Posted by allenMD13 View Post
This has been, by far the best and most complete, private server build i have seen. It did not come without its flaws but it was complete enough and auto-configured enough to get it set, running and public. Thank you very much, mondo kudo's for you mate. I do have one question tho. I have found the commands for free fly and I have an idea on how to set them up, but i would much rather hear them from you and not have any doubt it will work. Think i could get the assist mate?
how you make it online ? me and my friends dont know how,. please teach me,. thanks,. :)
02/17/2012 08:07 mark06123#37
link is dead
03/09/2012 17:42 ZOLL ,ASTER#38
bleg know this is a old threatd but can some plz help me the gameserver wont compile
03/18/2012 16:22 burzaca#39
Quote:
Originally Posted by daniwin View Post
Login Server Terminated Abnormally, Please Verify your files
Login server terminated.

this also happens with the gameserver

and on the buildAll.bat I didnt have ax_gameserver.zip in the folder so I dowloaded 1 from the net ..

P.S. I did tried to build it again a few times and only the gs option but no archive
The same here please help us !!! :(
03/19/2012 01:23 tti123#40
its not going to work as far as i can tell
04/24/2012 01:36 Riza#41
I did all the steps but i get errors in gs.
Anyone know how to fix?
Code:
[WARN] 2012-04-20 23:30:42 - Failed to execute IU query com.mysql.jdbc.exception
s.jdbc4.MySQLSyntaxErrorException: Unknown column 'online' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'onlin
e' in 'field list'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
        at com.mysql.jdbc.Util.getInstance(Util.java:384)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:2113)
        at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1364)

        at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(Delegatin
gPreparedStatement.java:172)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(Delegatin
gPreparedStatement.java:172)
        at mysql5.MySQL5PlayerDAO$7.handleInsertUpdate(MySQL5PlayerDAO.java]:487
)
        at com.aionemu.commons.database.DB.insertUpdate(DB.java:314)
        at com.aionemu.commons.database.DB.insertUpdate(DB.java:293)
        at mysql5.MySQL5PlayerDAO.setPlayersOffline(MySQL5PlayerDAO.java]:483)
        at gameserver.GameServer.main(GameServer.java:105)
Code:
[ERROR] 2012-04-20 18:55:38 - Unknown column 'players.exp' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'playe
rs.exp' in 'field list'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
        at com.mysql.jdbc.Util.getInstance(Util.java:384)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:2113)
        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
2275)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
        at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:96)
        at mysql5.MySQL5AbyssRankDAO.getAbyssRankingPlayers(MySQL5AbyssRankDAO.j
ava]:393)
        at gameserver.services.AbyssRankingService.reloadRankings(AbyssRankingSe
rvice.java:151)
        at gameserver.services.AbyssRankingService.access$100(AbyssRankingServic
e.java:42)
        at gameserver.services.AbyssRankingService$3$2.run(AbyssRankingService.j
ava:140)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWr
apper.java:54)
        at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrappe
r.java:39)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$201(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
much appreciated if anyone could help ^^;
05/01/2012 11:26 paterculus#42
Hi there, i have followed the tutorial and when i get the running the BuildAll.bat file everyting builds excluding the GameServer. I get the following error running the bat file:


C:\Axes\Commons> [javac] C:\Axes\GameServer\src\gameserver\services\NpcShou ts
Service.java:70: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both constr
uctor SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_S
YSTEM_MESSAGE(int,boolean,int,Object...) in SM_SYSTEM_MESSAGE match
[javac] PacketSendUtility.sendPacket
((Player) kObj, new SM_SYSTEM_MESSAGE(messageId, true, npc2Oid));
[javac]
^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

BUILD FAILED
C:\Axes\GameServer\build.xml:49: Compile failed; see the compiler error output f
or details.

Any Ideas what I can do to fix this error?
06/07/2012 12:21 soulreaver82#43
hi to any that have been having the BUILD FAILED issue I was able to fix it by using a 1.6 version of the jdk so hope this help seeing i didnt see any only helping on this issue figure i let ya'll no what i did to fix it.
07/24/2012 18:40 bekri-#44
STEP 11 - Connecting to your own server. Download the client files from above
Quote:
Client files - Files needed to be able to get your client to connect to the server

The link dosn't work !! plz help me .... I did all steps don't know what to do now =/
11/03/2012 20:43 WarWolf1#45
PLS Chack The Spoiler .. I have probelm with the "2 - Build GameServer server"
I get this error !! PLS HELP !!
^^^^^^^^^^^^^
|||||||||||||||||||||||||
pls click & Help me :P!!!