|
You last visited: Today at 04:05
Advertisement
The full guide for Aion p-server setup [English]
Discussion on The full guide for Aion p-server setup [English] within the Aion Guides & Strategies forum part of the Aion category.
01/21/2012, 05:47
|
#31
|
elite*gold: 0
Join Date: Jul 2010
Posts: 3
Received Thanks: 0
|
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
|
#32
|
elite*gold: 0
Join Date: Jan 2012
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by mingomango
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.
|
the same problem for me to....
|
|
|
02/01/2012, 08:35
|
#33
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1
Received Thanks: 0
|
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
|
#34
|
elite*gold: 0
Join Date: Jul 2010
Posts: 3
Received Thanks: 0
|
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
|
#35
|
elite*gold: 0
Join Date: Nov 2011
Posts: 80
Received Thanks: 8
|
Nicee
|
|
|
02/14/2012, 18:14
|
#36
|
elite*gold: 0
Join Date: Jul 2010
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by allenMD13
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
|
#37
|
elite*gold: 0
Join Date: Jun 2008
Posts: 2
Received Thanks: 0
|
link is dead
|
|
|
03/09/2012, 17:42
|
#38
|
elite*gold: 0
Join Date: Apr 2010
Posts: 8
Received Thanks: 0
|
bleg know this is a old threatd but can some plz help me the gameserver wont compile
|
|
|
03/18/2012, 16:22
|
#39
|
elite*gold: 0
Join Date: Nov 2008
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by daniwin
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
|
#40
|
elite*gold: 0
Join Date: Mar 2012
Posts: 3
Received Thanks: 0
|
its not going to work as far as i can tell
|
|
|
04/24/2012, 01:36
|
#41
|
elite*gold: 0
Join Date: Mar 2012
Posts: 1
Received Thanks: 0
|
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
|
#42
|
elite*gold: 0
Join Date: Apr 2012
Posts: 1
Received Thanks: 0
|
Error running the BuildAll.bat
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
|
#43
|
elite*gold: 0
Join Date: Dec 2009
Posts: 19
Received Thanks: 7
|
Build Failed
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
|
#44
|
elite*gold: 0
Join Date: Mar 2012
Posts: 2
Received Thanks: 0
|
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
|
#45
|
elite*gold: 0
Join Date: Apr 2012
Posts: 2
Received Thanks: 0
|
BuildAll-GameServer
PLS Chack The Spoiler .. I have probelm with the "2 - Build GameServer server"
I get this error !! PLS HELP !!
Buildfile: C:\Users\шуюЁ\Desktop\aion-emu\GameServer\build.xml
clean:
[delete] Deleting directory C:\Users\шуюЁ\Desktop\aion-emu\GameServer\build
clean:
init:
[mkdir] Created dir: C:\Users\шуюЁ\Desktop\aion-emu\GameServer\build
[mkdir] Created dir: C:\Users\шуюЁ\Desktop\aion-emu\GameServer\build\classes
compile:
[javac] Compiling 1287 source files to C:\Users\шуюЁ\Desktop\aion-emu\GameSe
rver\build\classes
[javac] C:\Users\шуюЁ\Desktop\aion-emu\GameServer\src\gameserver\services\Np
cShoutsService.java:70: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both
constructor SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and construct
or SM_SYSTEM_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:\Users\шуюЁ\Desktop\aion-emu\GameServer\build.xml:49: Compile failed; see the
compiler error output for details.
Total time: 17 seconds
C:\Users\игор\Desktop\aion-emu\GameServer>
^^^^^^^^^^^^^
|||||||||||||||||||||||||
pls click & Help me :P!!!
|
|
|
 |
|
Similar Threads
|
[Help] Hey! i need to setup Metin2 private server [english]
03/18/2010 - Metin2 Private Server - 5 Replies
Hey guys i don't understand German and i couldn't understand how to set up one!
Ok i need you to tell me (in English) how to setup one on a VPS!
So basic questions:
Can you make one in unix OS?
How much bandwidth for an average of 100 ppl?
How hard is to setup one w/o hamachi!
|
[GUIDE] Aion 1.2 in English?!
10/23/2009 - Aion Guides & Strategies - 9 Replies
Waking up, seeing, that Aion CN is all in Chinese again, someone posted a link to an AionSource-guide and I thought: Why not share it?
Ok, so the compelte guide for 9.5.0.0 > 1.0 > 1.2 is here: The Complete CN Aion Getting Started Guide - AionSource.com
But I'll just cut out the part with 1.2.
Oh yeah, credits: wtfpurepwned
|
Aion: English Guide instructions for beta
08/18/2009 - Aion Guides & Strategies - 9 Replies
Just follow these instructions from the link.
Or follow the guide below.
Aion Chinese Beta Sign up
Step 1: Download
Aion China Open Beta Client Part 1 von 5 → 89.33 MB
Aion China Open Beta Client Part 2 von 5 → 1.86 GB
Aion China Open Beta Client Part 3 von 5 → 1.86 GB
Aion China Open Beta Client Part 4 von 5 → 1.86 GB
|
[Guide]L2 Official Server Setup Guide for Noobs-English
03/12/2009 - Lin2 Private Server - 107 Replies
Here is the best guide for an L2 Official Server Setup, i post the links for the files later, u can search all files in google the mostly u will find.
------------------------------------------------- ----------------------------------------------
Requirement and Precautions:
------------------------------------------------- ----------------------------------------------
Running a server require at lease a P4 1.8Ghz with at lease 512MB of ram. The server will load, but very slowly. Don't...
|
Could we have a NEW UP-TO-DATE FULL guide on setup...
12/03/2008 - EO PServer Hosting - 6 Replies
It may be alot to ask but i think that someone needs to post a new guide. One that satrts you from scratch on the setup and has all of the NEW db's and uses the new patches and everything that also works on vista! All simple and easy to understand. Your help would be GREATLY appreciated! Thanks alot!
-Nicolexo
|
All times are GMT +1. The time now is 04:06.
|
|