Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Aion Lightning 3.9 - 1-Click Server

Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
forgot the webpage still in there. Maybe I will release Webpage fix later!
 
Newbie Spellweaver
Joined
Apr 11, 2013
Messages
60
Reaction score
11
Could you share the website please?
I think what I need is the database since the site is in the package
thanks in advance
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
I will make an update the next days 4 the website
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
Files for the Website Fix if you want to use the included Website:
--> <--
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
Hi!

Here the new AionLightning 1-Click Server v1.5!

Whats new:
v1.5:
- Website Fix included
- IngameShop included
- Translated IngameShop Items
- Sorted IngameShop Categories
- Setup tool
- You can choose:
- CC (EU or NA Client)
- Player Autocreate (Yes/No)
- Skill Autolearn (Yes/No)
- Stigma Autolearn (Yes/No)

Download link in the 1st post.
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Hi!

Here the new AionLightning 1-Click Server v1.5!

Whats new:
v1.5:
- Website Fix included
- IngameShop included
- Translated IngameShop Items
- Sorted IngameShop Categories
- Setup tool
- You can choose:
- CC (EU or NA Client)
- Player Autocreate (Yes/No)
- Skill Autolearn (Yes/No)
- Stigma Autolearn (Yes/No)

Download link in the 1st post.

When game server starts after a few minutes like 3-5, the game server gets terminated

bNJbnMC - [Release] Aion Lightning 3.9 - 1-Click Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
Your problem is:
01:44:39.243 ERROR[InstantPool-2]: - Gameserver is not authenticaded at Loginserver side, shutting down!
Did you edit sth in the loginserver config or in the database?
'Cuz when I run it clean, server starts perfectly!
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Your problem is:
01:44:39.243 ERROR[InstantPool-2]: - Gameserver is not authenticaded at Loginserver side, shutting down!
Did you edit sth in the loginserver config or in the database?
'Cuz when I run it clean, server starts perfectly!

Only things I have messed with / tweaked in the release are database.properties
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
there you go, what did you change?

tried different Server ID? - you have to change this also in database!
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
there you go, what did you change?

tried different Server ID? - you have to change this also in database!

I havent done anything server side in database can you take a picture so i can see what your talking about?
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
what did you change in database.properties?
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Code:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config's:
# ----------------------------

# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver

# This is database url.
database.url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&characterEncoding=UTF-8

# Database user
database.user = root

# Database password
# NOTE: Change this! Root password is not safe!
database.password = r3n3gad3

# Number of partitions created by bonecp
database.bonecp.partition.count = 2

# Minimal amount of connections kept in bonecp partition
database.bonecp.partition.connections.min = 2

# Maximal amount of connections kept in bonecp partition
database.bonecp.partition.connections.max = 5

# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml

Thats my Database Properties for GameServer


Code:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config's:
# ----------------------------

# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver

# This is database url. 
database.url = jdbc:mysql://localhost:3306/al_server_ls?useUnicode=true&characterEncoding=UTF-8

# Database user
database.user = root

# Database password
# NOTE: Change this! Root password is not safe!
database.password = r3n3gad3

# Number of partitions created by bonecp
database.bonecp.partition.count = 2

# Minimal amount of connections kept in bonecp partition
database.bonecp.partition.connections.min = 2

# Maximal amount of connections kept in bonecp partition
database.bonecp.partition.connections.max = 5

# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml

And thats my login server
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
In order to change PW you also need change PW in the database

al_server_ls -> gameservers -> password

Dwarfpicker - [Release] Aion Lightning 3.9 - 1-Click Server - RaGEZONE Forums
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
In order to change PW you also need change PW in the database

al_server_ls -> gameservers -> password

Dwarfpicker - [Release] Aion Lightning 3.9 - 1-Click Server - RaGEZONE Forums

Testing this added that to database al_server_ls > Gameservers
Will see if crash now.


-Edit-

Still Crashing Not Sure whats wrong lol.

Gameserver:
Code:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config's:
# ----------------------------

# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver

# This is database url.
database.url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&characterEncoding=UTF-8

# Database user
database.user = root

# Database password
# NOTE: Change this! Root password is not safe!
database.password = r3n3gad3

# Number of partitions created by bonecp
database.bonecp.partition.count = 2

# Minimal amount of connections kept in bonecp partition
database.bonecp.partition.connections.min = 2

# Maximal amount of connections kept in bonecp partition
database.bonecp.partition.connections.max = 5

# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml
---------------------

Loginserver:
Code:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Database Config's:
# ----------------------------

# This class represents database driver class that will be used while connecting to database
database.driver = com.mysql.jdbc.Driver

# This is database url. 
database.url = jdbc:mysql://localhost:3306/al_server_ls?useUnicode=true&characterEncoding=UTF-8

# Database user
database.user = root

# Database password
# NOTE: Change this! Root password is not safe!
database.password = r3n3gad3

# Number of partitions created by bonecp
database.bonecp.partition.count = 2

# Minimal amount of connections kept in bonecp partition
database.bonecp.partition.connections.min = 2

# Maximal amount of connections kept in bonecp partition
database.bonecp.partition.connections.max = 5

# Script context that will be loaded by database factory, it should implement DAO instances
database.scriptcontext.descriptor = ./data/scripts/system/database.xml

-----------

Database:
qjRUaz - [Release] Aion Lightning 3.9 - 1-Click Server - RaGEZONE Forums



Could it be because my port for MySQL is 3306? instead of 3316?
 

Attachments

You must be registered for see attachments list
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
But only if you changed Server PW too.

else check if you did the right PW on your database

else write me in skype: kajuby
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
This is now fixed thanks to Dwarfpicker

Thanks again for the time.
 
Orang Asli - Semai - 华人
Loyal Member
Joined
Jan 28, 2012
Messages
1,643
Reaction score
161
Hahahahahahahahahahaha this one click server just like the Chinese forum share.. One click then can play the server XD
Thx for share it
I want to ask, which client should I download to play this game ??
Official ?.?

Thx
 
Newbie Spellweaver
Joined
Aug 28, 2007
Messages
35
Reaction score
1
Starting Aion Lightning Game Server in mode.
Error occurred during initialization of VM
java.lang.ExceptionInInitializerError
at java.lang.System.initializeSystemClass(Unknown Source)
Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class j
ava.util.concurrent.atomic.AtomicReferenceFieldUpdater can not access a member o
f class java.io.BufferedInputStream with modifiers "volatile"
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:205)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
omicReferenceFieldUpdater.java:69)
at java.io.BufferedInputStream.<clinit>(Unknown Source)
at java.lang.System.initializeSystemClass(Unknown Source)
Caused by: java.lang.IllegalAccessException: Class java.util.concurrent.atomic.A
tomicReferenceFieldUpdater can not access a member of class java.io.BufferedInpu
tStream with modifiers "volatile"
at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
at sun.reflect.misc.ReflectUtil.ensureMemberAccess(Unknown Source)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:193)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
omicReferenceFieldUpdater.java:69)
at java.io.BufferedInputStream.<clinit>(Unknown Source)
at java.lang.System.initializeSystemClass(Unknown Source)


Game Server has terminated abnormaly!

Press any key to continue . . .

Well now I try to run the lightning server and I got this error when trying to run gameserver. I suspect might be something with java cause I did not change anything and I just ran it after extraction. Do you know how to fix that Dwarfpicker? Loginserver run fine, just gameserver getting that error.
 
Back
Top