its same the old very ? i mean the start up for the server ?
08-06-13
qw19860616
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by creed0116
Wow.. I cant believe that this section is still active..
Good job anyways!
I have a same error, file is missing?
Quote:
Originally Posted by Rakooon
i try to start there is error showing
./libs/{javaagentlib}
its same the old very ? i mean the start up for the server ?
I have a same error, file is missing?
08-06-13
AngelShade
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Use MVN APACHE to build the server files, first use DEBUG then BUILD ALL from the bat in the source files. Thats all, you wont have any errors, also copy from AL-Commons the al common 1.3.jar.
Look up what i wrote Search on google for MVN Appache i will post the build files when i have time, thats when i open my server muhahha , Joking il upload the builded files. So wait for it.
2) Extract it to this folder : C:\Program Files\Apache Software Foundation
( If this folder doesn't exist, create it )
After extracting it should look like this : C:\Program Files\Apache Software Foundation\apache-maven-3.0.5
2) Extract it to this folder : C:\Program Files\Apache Software Foundation
( If this folder doesn't exist, create it )
After extracting it should look like this : C:\Program Files\Apache Software Foundation\apache-maven-3.0.5
M2_HOME has this value : C:\Program Files\Apache Software Foundation ( It's cut off in the screenshot )
8) Click OK
Now run build.bat again
Good luck!
Thank you very much
It works
08-06-13
qw19860616
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Run it, I get an error! ! ! If someone can help me[INFO] Scanning for projects...[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.577s
[INFO] Finished at: Sat Jun 08 23:50:39 CST 2013
[INFO] Final Memory: 6M/154M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-game: Could not resolve dependencie
s for project org.aionlightning:al-game:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\trunk\AL-Game/libs/ was
cached in the local repository, resolution will not be reattempted until the upd
ate interval of local-libs has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
08-06-13
IDemon
Re: [Release] Full AL 3.9 Source! (100% FREE!)
This server with which Client work?
08-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by qw19860616
Run it, I get an error! ! ! If someone can help me[INFO] Scanning for projects...[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.577s
[INFO] Finished at: Sat Jun 08 23:50:39 CST 2013
[INFO] Final Memory: 6M/154M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-game: Could not resolve dependencie
s for project org.aionlightning:al-game:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\trunk\AL-Game/libs/ was
cached in the local repository, resolution will not be reattempted until the upd
ate interval of local-libs has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
Run full debug mode first...
Then run build...
After that, copy the al common 1.3.jar from AL-COMMONS folder to F:\AL\FULL_AL3.9_SOURCE\trunk\AL-Game/libs
Also copy it to F:\AL\FULL_AL3.9_SOURCE\trunk\AL-Login/libs
Then try again.
Quote:
Originally Posted by IDemon
This server with which Client work?
Runs on latest NA or EU clients
08-06-13
qw19860616
Re: [Release] Full AL 3.9 Source! (100% FREE!)
As you say I get such an error
Code:
[ERROR] Failed to execute goal on project al-game: Could not resolve dependencie
s for project org.aionlightning:al-game:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\trunk\AL-Game/libs/ was
cached in the local repository, resolution will not be reattempted until the upd
ate interval of local-libs has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal o
n project al-game: Could not resolve dependencies for project org.aionlightning:
al-game:jar:1.0: Failure to find org.aionlightning:al-commons:jar:1.3 in file://
F:\AL\FULL_AL3.9_SOURCE\trunk\AL-Game/libs/ was cached in the local repository,
resolution will not be reattempted until the update interval of local-libs has e
lapsed or updates are forced
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDe
pendencies(LifecycleDependencyResolver.java:210)
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resol
veProjectDependencies(LifecycleDependencyResolver.java:117)
at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAr
eResolved(MojoExecutor.java:258)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:201)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor
.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
ct(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProje
ct(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBu
ild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(Lifecycl
eStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Laun
cher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.jav
a:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(La
uncher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:
352)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not res
olve dependencies for project org.aionlightning:al-game:jar:1.0: Failure to find
org.aionlightning:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\trunk\AL
-Game/libs/ was cached in the local repository, resolution will not be reattempt
ed until the update interval of local-libs has elapsed or updates are forced
at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(D
efaultProjectDependenciesResolver.java:189)
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDe
pendencies(LifecycleDependencyResolver.java:185)
... 22 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Failure
to find org.aionlightning:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\
trunk\AL-Game/libs/ was cached in the local repository, resolution will not be r
eattempted until the update interval of local-libs has elapsed or updates are fo
rced
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDepe
ndencies(DefaultRepositorySystem.java:375)
at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(D
efaultProjectDependenciesResolver.java:183)
... 23 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Failure t
o find org.aionlightning:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\tr
unk\AL-Game/libs/ was cached in the local repository, resolution will not be rea
ttempted until the update interval of local-libs has elapsed or updates are forc
ed
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(Def
aultArtifactResolver.java:538)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArti
facts(DefaultArtifactResolver.java:216)
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDepe
ndencies(DefaultRepositorySystem.java:358)
... 24 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure to fi
nd org.aionlightning:al-commons:jar:1.3 in file://F:\AL\FULL_AL3.9_SOURCE\trunk\
AL-Game/libs/ was cached in the local repository, resolution will not be reattem
pted until the update interval of local-libs has elapsed or updates are forced
at org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.newExcept
ion(DefaultUpdateCheckManager.java:230)
at org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArti
fact(DefaultUpdateCheckManager.java:204)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(Def
aultArtifactResolver.java:427)
... 26 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
请按任意键继续. . .
08-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Try running your StartLS.bat & StartGS.bat files from these locations :
[SQL] CREATE TABLE `skill_motions` (
`motion_name` varchar(255) NOT NULL DEFAULT '',
`skill_id` int(11) NOT NULL,
`attack_speed` int(11) NOT NULL,
`weapon_type` varchar(255) NOT NULL,
`off_weapon_type` varchar(255) NOT NULL,
`race` varchar(255) NOT NULL,
`gender` varchar(255) NOT NULL,
`time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`motion_name`,`skill_id`,`attack_speed`,`weapon_type`,`off_weapon_type`,`gender`)
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 10
08-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
Try running your StartLS.bat & StartGS.bat files from these locations :
2) Extract it to this folder : C:\Program Files\Apache Software Foundation
( If this folder doesn't exist, create it )
After extracting it should look like this : C:\Program Files\Apache Software Foundation\apache-maven-3.0.5
M2_HOME has this value : C:\Program Files\Apache Software Foundation ( It's cut off in the screenshot )
8) Click OK
Now run build.bat again
Good luck!
My apologies to you can help me please?
I can not compile this assembly = (
I have many errors:
Code:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Login Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.039s
[INFO] Finished at: Sun Jun 09 02:25:50 2013
[INFO] Final Memory: 4M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-login: Could not resolve dependenci
es for project org.aionlightning:al-login:jar:1.0: Failure to find org.aionlight
ning:al-commons:jar:1.3 in https://maven.java.net/content/repositories/public/ w
as cached in the local repository, resolution will not be reattempted until the
update interval of java.net-Public has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.979s
[INFO] Finished at: Sun Jun 09 02:25:52 2013
[INFO] Final Memory: 5M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-game: Could not resolve dependencie
s for project org.aionlightning:al-game:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in file://C:\Users\Deniska\Desktop\trunk\AL-Game/libs/ was
cached in the local repository, resolution will not be reattempted until the up
date interval of local-libs has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Chat Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.880s
[INFO] Finished at: Sun Jun 09 02:25:54 2013
[INFO] Final Memory: 5M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-chat: Could not resolve dependencie
s for project org.aionlightning:al-chat:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in https://repository.jboss.org/nexus/content/groups/publi
c-jboss/ was cached in the local repository, resolution will not be reattempted
until the update interval of jboss-public-repository has elapsed or updates are
forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Commons 1.3
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ al-commons ---
[INFO] Deleting C:\Users\Deniska\Desktop\trunk\AL-Commons\target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ al-commons ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceedin
g with revision of undefined :
Exception while executing SCM command.
[INFO] Storing buildNumber: undefined at timestamp: 1370730358796
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ al-commons
---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ al-commons --
-
[INFO] Compiling 140 source files to C:\Users\Deniska\Desktop\trunk\AL-Commons\t
arget\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ al
-commons ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Deniska\Desktop\trunk\AL-Com
mons\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ al-co
mmons ---
[INFO] Compiling 12 source files to C:\Users\Deniska\Desktop\trunk\AL-Commons\ta
rget\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ al-commons ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ al-commons ---
[INFO] Building jar: C:\Users\Deniska\Desktop\trunk\AL-Commons\target\al-commons
-1.3.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ al-commons ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceedin
g with revision of undefined :
Exception while executing SCM command.
[INFO] Storing buildNumber: undefined at timestamp: 1370730366581
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons ---
[INFO] Building jar: C:\Users\Deniska\Desktop\trunk\AL-Commons\target\al-commons
-1.3-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.083s
[INFO] Finished at: Sun Jun 09 02:26:07 2013
[INFO] Final Memory: 19M/142M
[INFO] ------------------------------------------------------------------------
"cmd" is internal or external
command, operable program or batch file.
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
@Emmani... have you run debug before build?
Make sure that you have Java 7 jdk and apache-maven installed.
Also make sure that your environment variables are set up correctly.
You need to start build.bat then choose option 8 - Debug mode
Then choose option 5 - Debug all
After that you need to run build.bat again and then choose option 5 - Build all
Quote:
Originally Posted by 7Alex7
Thanks for This !!!
Help me, how client version needed ??
I'm using the Just Aion client without any changes to it. It works perfectly.
You could also use the latest Gameforge Client.
Error: Could not find or load main class org.codehaus.plexus.classworlds.launche
r.Launcher
Error: Could not find or load main class org.codehaus.plexus.classworlds.launche
r.Launcher
Error: Could not find or load main class org.codehaus.plexus.classworlds.launche
r.Launcher
Error: Could not find or load main class org.codehaus.plexus.classworlds.launche
r.Launcher
Your environment variables are not set up correctly.
Thank you is help!
But i have this:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Login Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.552s
[INFO] Finished at: Sun Jun 09 03:23:34 2013
[INFO] Final Memory: 4M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-login: Could not resolve dependenci
es for project org.aionlightning:al-login:jar:1.0: Failure to find org.aionlight
ning:al-commons:jar:1.3 in https://maven.java.net/content/repositories/public/ w
as cached in the local repository, resolution will not be reattempted until the
update interval of java.net-Public has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Copy the al-commons-1.3.jar from here : \FULL_AL3.9_SOURCE\trunk\AL-Commons\target
And then put it here : \FULL_AL3.9_SOURCE\trunk\AL-Game\libs
and here also : \FULL_AL3.9_SOURCE\trunk\AL-Login\libs
09-06-13
Emmani
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
Copy the al-commons-1.3.jar from here : \FULL_AL3.9_SOURCE\trunk\AL-Commons\target but there empty=(
And then put it here : \FULL_AL3.9_SOURCE\trunk\AL-Game\libs but there no
and here also : \FULL_AL3.9_SOURCE\trunk\AL-Login\libs
and there too=(
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
I'm uploading the ready-built files now... give it a few minutes.
I will post the link here.
Here it is... no need to build anything... just attach databases to Navicat and run server
I will test with Java 6 tomorrow.
It's 2:48 in the morning and I really need some sleep :$:
09-06-13
Hunor
Re: [Release] Full AL 3.9 Source! (100% FREE!)
@UnknownMan1
You should reorganise the source codes.
I noticed that by compiling the Config folder has only one xml file, nothing more and the generated config is in the wrong folder.
It should work with Java 1.6 because we have other applications that suports only 1.6 not 1.7
09-06-13
Emmani
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
I will test with Java 6 tomorrow.
It's 2:48 in the morning and I really need some sleep :$:
account autocreate not working or is bug?=(
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Emmani
account autocreate not working or is bug?=(
It should be enabled by default.
09-06-13
Emmani
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
It should be enabled by default.
but I enter the username and password, and wrote to me that they are wrong
and auto-registration is enabled
09-06-13
ninekinsen
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
I will test with Java 6 tomorrow.
It's 2:48 in the morning and I really need some sleep :$:
calm man,, I will test with java 6 :D:
09-06-13
MrStormccH
Re: [Release] Full AL 3.9 Source! (100% FREE!)
hello guys
new in this section
i want to ask
which client should we use ??
download official ??
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by stormcch
hello guys
new in this section
i want to ask
which client should we use ??
download official ??
You can use the latest client from Gameforge and then patch it with the GamezAion or any other 3.9 private server launcher.
Then it's just to use your own bat file to start the client.
09-06-13
Rakooon
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Hello,
i start up the server login world chat all is fine :thumbup:
but i thinks i have problems with launcher how to manage it
Config the files before even thinking on testing the server ingame, and i mean just the .cfg files only. You don't need to patch it actualy, Vannila Client + These server files work great.
Rakoon, You must change the wan ip only in the gameserver ipconfig and chat. also check your configs for the database connections, and i think you need to use NA , EU , German Client works as well ( Someone from me already tested it)
In Navicat go to the login server database. Then open the "gameserver" table.
Add :
ID : 1
Mask: 127.0.0.1
Password : root
Run server bat files again and it should work.
09-06-13
Hunor
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Could somebody clean and fix the whole source to can be compiled properly?
There is something wrong by generating the gameserver. Missing Config files.
And export a fixed and updated gameserver install sql file al_server_gs.sql.
Thanks
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
I'm uploading the ready-built files now... give it a few minutes.
I will post the link here.
Here it is... no need to build anything... just attach databases to Navicat and run server
What database?
Could you say step by step how to run this server ?
09-06-13
AngelShade
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by AngelShade
Use MVN APACHE to build the server files, first use DEBUG then BUILD ALL from the bat in the source files. Thats all, you wont have any errors, also copy from AL-Commons the al common 1.3.jar.
Quoting myself again to fix the damn compilation issues.
Quote:
Originally Posted by Emmani
My apologies to you can help me please?
I can not compile this assembly = (
I have many errors:
Code:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Login Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.039s
[INFO] Finished at: Sun Jun 09 02:25:50 2013
[INFO] Final Memory: 4M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-login: Could not resolve dependenci
es for project org.aionlightning:al-login:jar:1.0: Failure to find org.aionlight
ning:al-commons:jar:1.3 in https://maven.java.net/content/repositories/public/ w
as cached in the local repository, resolution will not be reattempted until the
update interval of java.net-Public has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.979s
[INFO] Finished at: Sun Jun 09 02:25:52 2013
[INFO] Final Memory: 5M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-game: Could not resolve dependencie
s for project org.aionlightning:al-game:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in file://C:\Users\Deniska\Desktop\trunk\AL-Game/libs/ was
cached in the local repository, resolution will not be reattempted until the up
date interval of local-libs has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Chat Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.880s
[INFO] Finished at: Sun Jun 09 02:25:54 2013
[INFO] Final Memory: 5M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-chat: Could not resolve dependencie
s for project org.aionlightning:al-chat:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in https://repository.jboss.org/nexus/content/groups/publi
c-jboss/ was cached in the local repository, resolution will not be reattempted
until the update interval of jboss-public-repository has elapsed or updates are
forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Commons 1.3
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ al-commons ---
[INFO] Deleting C:\Users\Deniska\Desktop\trunk\AL-Commons\target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ al-commons ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceedin
g with revision of undefined :
Exception while executing SCM command.
[INFO] Storing buildNumber: undefined at timestamp: 1370730358796
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ al-commons
---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ al-commons --
-
[INFO] Compiling 140 source files to C:\Users\Deniska\Desktop\trunk\AL-Commons\t
arget\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ al
-commons ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Deniska\Desktop\trunk\AL-Com
mons\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ al-co
mmons ---
[INFO] Compiling 12 source files to C:\Users\Deniska\Desktop\trunk\AL-Commons\ta
rget\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ al-commons ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ al-commons ---
[INFO] Building jar: C:\Users\Deniska\Desktop\trunk\AL-Commons\target\al-commons
-1.3.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ al-commons ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceedin
g with revision of undefined :
Exception while executing SCM command.
[INFO] Storing buildNumber: undefined at timestamp: 1370730366581
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons ---
[INFO] Building jar: C:\Users\Deniska\Desktop\trunk\AL-Commons\target\al-commons
-1.3-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.083s
[INFO] Finished at: Sun Jun 09 02:26:07 2013
[INFO] Final Memory: 19M/142M
[INFO] ------------------------------------------------------------------------
"cmd" is internal or external
command, operable program or batch file.
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Quoting 2 users at a time for a damn compilation error.
09-06-13
Kawanua
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Npc drop folder is not there
how to add new drop item?
09-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
This is only for EU 3.9 or can run in 3.7 NA?
09-06-13
Rakooon
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
In Navicat go to the login server database. Then open the "gameserver" table.
Add :
ID : 1
Mask: 127.0.0.1
Password : root
Run server bat files again and it should work.
its same error i have i done this one also
is there any other ways ?
09-06-13
Kawanua
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Just put your mysql password there
or
try to change the mask to : *
Now extract and copy this \bin32 folder to your client.
That should work. :)
09-06-13
msjrules02
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
The problem is your \bin32 folder.
Rename your \bin32 folder to \bin32_OLD
Now extract and copy this \bin32 folder to your client.
That should work. :)
I am still getting the Authorization error using the bin32
09-06-13
cocolino
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Hey,everytime I try to start LS and GS I got this error from DateBase.
Code:
Exception in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:105)
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:119)
Caused by: java.sql.SQLException: Unable to open a test connection to the given
database. JDBC url = jdbc:mysql://localhost:3306/al_server_ls?useUnicode=true&ch
aracterEncoding=UTF-8, username = root. Terminating connection pool. Original Ex
ception: ------
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:119)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
... 1 more
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
... 2 more
14:15:56.126 ERROR[main]: - Error while creating DB Connection pool
java.sql.SQLException: Unable to open a test connection to the given database. J
DBC url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&characterEnco
ding=UTF-8, username = root. Terminating connection pool. Original Exception: --
----
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362)
at com.aionemu.gameserver.GameServer.main(GameServer.java:163)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362) [AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) [AL-Game.
jar:na]
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[mysq
l-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) ~[mysql-con
nector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) ~[mysql-conne
ctor-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) ~[mysql-connect
or-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) ~[mysql
-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysq
l-connector-java-5.1.18.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.7.0_21]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.7.0_21]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_
21]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connecto
r-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) ~[
mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305) ~[mysql-connector-java-5.1.18.jar:na]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
... 3 common frames omitted
14:15:56.133 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
java.lang.Error: DatabaseFactory not initialized!
java.lang.Error: DatabaseFactory not initialized!
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:105) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) ~[AL-Game
.jar:na]
Caused by: java.sql.SQLException: Unable to open a test connection to the given
database. JDBC url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&ch
aracterEncoding=UTF-8, username = root. Terminating connection pool. Original Ex
ception: ------
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362)
at com.aionemu.gameserver.GameServer.main(GameServer.java:163)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102) ~[al-commons-1.3.jar:na]
... 2 common frames omitted
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[mysq
l-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) ~[mysql-con
nector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) ~[mysql-conne
ctor-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) ~[mysql-connect
or-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) ~[mysql
-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysq
l-connector-java-5.1.18.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.7.0_21]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.7.0_21]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_
21]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connecto
r-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) ~[
mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305) ~[mysql-connector-java-5.1.18.jar:na]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
... 3 common frames omitted
And this is from GameServer Console.
Please tell me step by step the way to fix this bug.
Also,can you tell me how to launch the client? There is no .dll file and no .bat file to start it.
Thank you for your time and I'm sorry for this big post :D
09-06-13
poepkill
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Can someone please tell me how to create a database and connect it. Thanks in advance
09-06-13
Rakooon
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kawanua
Just put your mysql password there
or
try to change the mask to : *
i did everythings i don't know why its still give me the same error
i thinks there is another things
i was using 3.0 i am sure the ports open the ways is correct and everything is fine i don't know where is the mistake.
09-06-13
Kreeate
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
@cocolino : If your MySQL password is : YES then you have to change all the config files to have the password as YES
You can launch the client with this bat file (just extract it to your client ) : Attachment 132050
Can someone please tell me how to create a database and connect it. Thanks in advance
Open Navicat
Click "Connection --> MySQL
Put "AION" in connection name.
Host name should be --> localhost
Port should be --> 3306
User name should be --> root
Password should be --> root
Click OK
Now, under Connections, double-click AION
Right-click it and select "New Database"
Name it --> al_server_gs
Right click AION again and select "New Database"
Name it --> al_server_ls
Now double-click each database ( it should turn green )
Right-click --> al_server_gs and select "Execute SQL File..."
Where it says "File" click on the button with the three dots.
Now search for the al_server_gs.sql file in your server files. ( it should be in the sql folder )
Click okay, then click start...
Let it finish, then click close.
Do the same for the al_server_ls but make sure to attach the al_server_ls.sql file to it.
09-06-13
msjrules02
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
If your MySQL password is : YES then you have to change all the config files to have the password as YES
You can launch the client with this bat file (just extract it to your client ) : Attachment 132050
When you uploaded the prebuilt files where they for CC:2? my client only works with CC:1 maybe that is why i get errors when trying to log into the game server
EDIT: got mine working now.
I am using the NA client with CC code of 1 in my .bat file.
I had to change the CC Code in AL-Game\gameserver\config\gameserver config file
09-06-13
cocolino
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Hey,
everytime I try to start the LS and GS I got some errors in console.
Spoiler:
Quote:
Exception in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:105)
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:119)
Caused by: java.sql.SQLException: Unable to open a test connection to the given
database. JDBC url = jdbc:mysql://localhost:3306/al_server_ls?useUnicode=true&ch
aracterEncoding=UTF-8, username = root. Terminating connection pool. Original Ex
ception: ------
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:119)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
... 1 more
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
... 2 more
14:15:56.126 ERROR[main]: - Error while creating DB Connection pool
java.sql.SQLException: Unable to open a test connection to the given database. J
DBC url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&characterEnco
ding=UTF-8, username = root. Terminating connection pool. Original Exception: --
----
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362)
at com.aionemu.gameserver.GameServer.main(GameServer.java:163)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362) [AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) [AL-Game.
jar:na]
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[mysq
l-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) ~[mysql-con
nector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) ~[mysql-conne
ctor-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) ~[mysql-connect
or-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) ~[mysql
-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysq
l-connector-java-5.1.18.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.7.0_21]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.7.0_21]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_
21]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connecto
r-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) ~[
mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305) ~[mysql-connector-java-5.1.18.jar:na]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
... 3 common frames omitted
14:15:56.133 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
java.lang.Error: DatabaseFactory not initialized!
java.lang.Error: DatabaseFactory not initialized!
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:105) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) ~[AL-Game
.jar:na]
Caused by: java.sql.SQLException: Unable to open a test connection to the given
database. JDBC url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&ch
aracterEncoding=UTF-8, username = root. Terminating connection pool. Original Ex
ception: ------
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362)
at com.aionemu.gameserver.GameServer.main(GameServer.java:163)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102) ~[al-commons-1.3.jar:na]
... 2 common frames omitted
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[mysq
l-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) ~[mysql-con
nector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) ~[mysql-conne
ctor-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) ~[mysql-connect
or-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) ~[mysql
-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysq
l-connector-java-5.1.18.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.7.0_21]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.7.0_21]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_
21]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connecto
r-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) ~[
mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305) ~[mysql-connector-java-5.1.18.jar:na]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
... 3 common frames omitted
This one from Game Server Console.
This is Aion Lightning 3.9 Pre-Built.The AL3.9 SORCE is not working for me.
Thank You for your time.
09-06-13
cocolino
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
@cocolino : If your MySQL password is : YES then you have to change all the config files to have the password as YES
You can launch the client with this bat file (just extract it to your client ) : Attachment 132050
Where is configs located? It's called "database.properties"? If yes,where I have to edit it,which line?
09-06-13
Rakooon
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
its works fine now :D thx really
but what is the def between this bin32 and the old one ?
what did you change on it ?
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
@cocolino : If your MySQL password is : YES then you have to change all the config files to have the password as YES
You can launch the client with this bat file (just extract it to your client ) : Attachment 132050
Put "AION" in connection name.
Host name should be --> localhost
Port should be --> 3306
User name should be --> root
Password should be --> root
Click OK
Now, under Connections, double-click AION
Right-click it and select "New Database"
Name it --> al_server_gs
Right click AION again and select "New Database"
Name it --> al_server_ls
Now double-click each database ( it should turn green )
Right-click --> al_server_gs and select "Execute SQL File..."
Where it says "File" click on the button with the three dots.
Now search for the al_server_gs.sql file in your server files. ( it should be in the sql folder )
Click okay, then click start...
Let it finish, then click close.
Do the same for the al_server_ls but make sure to attach the al_server_ls.sql file to it.
Thanks. I was searching sql file not in that folder..
And what to do next ? Sry im new here.. and i want to learn
and when i start ex. gameserver .bat file i get
Code:
Starting Aion Lightning Game Server in DEVELOPMENT mode.Listening for transport dt_socket at address: 8998
13:47:00.434 INFO [main]: - JavaAgent [Callback Support] is configured.
13:47:00.533 INFO [main]: - Using default implementation for ThreadExecutor
13:47:00.575 INFO [main]: - Initialized Scheduler Signaller of type: class org.q
uartz.core.SchedulerSignalerImpl
13:47:00.577 INFO [main]: - Quartz Scheduler v.2.1.7 created.
13:47:00.579 INFO [main]: - RAMJobStore initialized.
13:47:00.581 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'Quar
tzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persis
tence. and is not clustered.
13:47:00.582 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from
an externally provided properties instance.
13:47:00.583 INFO [main]: - Quartz scheduler version: 2.1.7
13:47:00.583 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.
13:47:00.585 INFO [main]: - Loading: mygs.properties
13:47:00.587 INFO [main]: - No override properties found
===============================[ Administration ]===============================
13:47:00.642 INFO [main]: - Loading: ./config/administration/admin.properties
13:47:00.644 INFO [main]: - Loading: ./config/administration/developer.propertie
s
====================================[ Main ]====================================
13:47:00.680 INFO [main]: - Loading: ./config/main/ai.properties
13:47:00.683 INFO [main]: - Loading: ./config/main/autogroup.properties
13:47:00.685 INFO [main]: - Loading: ./config/main/commons.properties
13:47:00.688 INFO [main]: - Loading: ./config/main/cache.properties
13:47:00.690 INFO [main]: - Loading: ./config/main/cleaning.properties
13:47:00.693 INFO [main]: - Loading: ./config/main/craft.properties
13:47:00.705 INFO [main]: - Loading: ./config/main/custom.properties
13:47:00.707 INFO [main]: - Loading: ./config/main/drop.properties
13:47:00.711 INFO [main]: - Loading: ./config/main/enchants.properties
13:47:00.714 INFO [main]: - Loading: ./config/main/events.properties
13:47:00.717 INFO [main]: - Loading: ./config/main/falldamage.properties
13:47:00.720 INFO [main]: - Loading: ./config/main/gameserver.properties
13:47:00.724 INFO [main]: - Loading: ./config/main/geodata.properties
13:47:00.727 INFO [main]: - Loading: ./config/main/group.properties
13:47:00.732 INFO [main]: - Loading: ./config/main/housing.properties
13:47:00.734 INFO [main]: - Loading: ./config/main/html.properties
13:47:00.737 INFO [main]: - Loading: ./config/main/ingameshop.properties
13:47:00.747 INFO [main]: - Loading: ./config/main/legion.properties
13:47:00.750 INFO [main]: - Loading: ./config/main/logging.properties
13:47:00.755 INFO [main]: - Loading: ./config/main/membership.properties
13:47:00.757 INFO [main]: - Loading: ./config/main/name.properties
13:47:00.759 INFO [main]: - Loading: ./config/main/periodicsave.properties
13:47:00.762 INFO [main]: - Loading: ./config/main/playertransfer.properties
13:47:00.765 INFO [main]: - Loading: ./config/main/prices.properties
13:47:00.767 INFO [main]: - Loading: ./config/main/punishment.properties
13:47:00.768 INFO [main]: - Loading: ./config/main/ranking.properties
13:47:00.777 INFO [main]: - Loading: ./config/main/rates.properties
13:47:00.783 INFO [main]: - Loading: ./config/main/security.properties
13:47:00.785 INFO [main]: - Loading: ./config/main/shutdown.properties
13:47:00.787 INFO [main]: - Loading: ./config/main/siege.properties
13:47:00.789 INFO [main]: - Loading: ./config/main/thread.properties
13:47:00.792 INFO [main]: - Loading: ./config/main/weddings.properties
13:47:00.795 INFO [main]: - Loading: ./config/main/world.properties
==================================[ Network ]==================================
13:47:00.799 INFO [main]: - Loading: ./config/network/database.properties
13:47:00.806 INFO [main]: - Loading: ./config/network/network.properties
==================================[ DataBase ]==================================
13:47:01.113 ERROR[main]: - Error while creating DB Connection pool
java.sql.SQLException: Unable to open a test connection to the given database. J
DBC url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&characterEnco
ding=UTF-8, username = root. Terminating connection pool. Original Exception: --
----
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362)
at com.aionemu.gameserver.GameServer.main(GameServer.java:163)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362) [AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) [AL-Game.
jar:na]
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[mysq
l-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) ~[mysql-con
nector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) ~[mysql-conne
ctor-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) ~[mysql-connect
or-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) ~[mysql
-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysq
l-connector-java-5.1.18.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.7.0_21]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.7.0_21]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_
21]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connecto
r-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) ~[
mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305) ~[mysql-connector-java-5.1.18.jar:na]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
... 3 common frames omitted
13:47:01.121 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
java.lang.Error: DatabaseFactory not initialized!
java.lang.Error: DatabaseFactory not initialized!
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:105) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:163) ~[AL-Game
.jar:na]
Caused by: java.sql.SQLException: Unable to open a test connection to the given
database. JDBC url = jdbc:mysql://localhost:3306/al_server_gs?useUnicode=true&ch
aracterEncoding=UTF-8, username = root. Terminating connection pool. Original Ex
ception: ------
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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:411)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102)
at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameSe
rver.java:362)
at com.aionemu.gameserver.GameServer.main(GameServer.java:163)
------
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.jav
a:102) ~[al-commons-1.3.jar:na]
... 2 common frames omitted
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (usi
ng password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[mysq
l-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-co
nnector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) ~[mysql-con
nector-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) ~[mysql-conne
ctor-java-5.1.18.jar:na]
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) ~[mysql-connect
or-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
369) ~[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) ~
[mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) ~[mysql
-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mysq
l-connector-java-5.1.18.jar:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.7.0_21]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.7.0_21]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_
21]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connecto
r-java-5.1.18.jar:na]
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) ~[
mysql-connector-java-5.1.18.jar:na]
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:305) ~[mysql-connector-java-5.1.18.jar:na]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at java.sql.DriverManager.getConnection(Unknown Source) ~[na:1.7.0_21]
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)
~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ~[bonecp-0.7.1.RELEA
SE.jar:0.7.1.RELEASE]
... 3 common frames omitted
09-06-13
poepkill
Re: [Release] Full AL 3.9 Source! (100% FREE!)
oke so im not crazy because thats what I did but when open the conection it says: 2003-can't connect to mysql server on localhost(10061)
Open Navicat
Click "Connection --> MySQL
Put "AION" in connection name.
Host name should be --> localhost
Port should be --> 3306
User name should be --> root
Password should be --> root
EDIT:
I fixed it by changing port to 3316 but now i get this:
2) Extract it to this folder : C:\Program Files\Apache Software Foundation
( If this folder doesn't exist, create it )
After extracting it should look like this : C:\Program Files\Apache Software Foundation\apache-maven-3.0.5
Guys... it is very important that the User Name and Password is matching the information in the .properties files in config folder.
It is also important that the Port is the same in your MySQL setup and your .properties files.
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
I've passed error with the new bin32, but my friend cant connect because same error (6). Why?!
you need to edit aion_start_local.bat .
If you ncsoft na client , then -cc:1 -lang:enu - (in second line)
If you gameforge eu client , then -cc:2 -lang:enl -
I think
Quote:
Originally Posted by Kreeate
@se7enuts :
I think your problem is here --> # Password of this game server gameserver.network.login.password = admin
I fixed it by changing folder with yours bin32 and then changed (country code ) gameserver.properties in \AL-Game-dist\AL-Game\gameserver\config\main
09-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by se7enuts
you need to edit aion_start_local.bat .
If you ncsoft na client , then -cc:1 -lang:enu - (in second line)
If you gameforge eu client , then -cc:2 -lang:enl -
I think
He's using my launcher.bat (with my ip and all), i can choose a server, he cant. When he try to choose says the error (6)...
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
He's using my launcher.bat (with my ip and all), i can choose a server, he cant. When he try to choose says the error (6)...
He can connect to login server, but when he choose a server says "Cannot connect to the server".
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
Nop, still with error =/
He can connect to login server, but when he choose a server says "Cannot connect to the server".
It could be problem with ports ?
Try using hamachi ;D
09-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by se7enuts
It could be problem with ports ?
Try using hamachi ;D
Ports open...
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
Nop, still with error =/
He can connect to login server, but when he choose a server says "Cannot connect to the server".
Is he using the \bin32 file that you are using?
09-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by Kreeate
Is he using the \bin32 file that you are using?
Yep, same as you uploaded...
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
Ports open...
in your friends bind32 folder should be d3d8thk.dll file
09-06-13
Kreeate
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
Yep, same as you uploaded...
Are you sure that he installed it correctly?
Whenever I try to connect to my server from a Vanilla Gameforge client I get that same error.
When I try to connect with my \bin32 then it's no problem.
He must not copy and overwrite... he must completely remove or rename his existing \bin32 and then copy the new one.
09-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by se7enuts
in your friends bind32 folder should be d3d8thk.dll file
It have, i only need a 2106, 80 ports open, or need any more?
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
It have, i only need a 2106, 80 ports open, or need any more?
Quote:
1. Stop your windows Firewall OR create rules to open Following PORTS: 7777, 2106, 8096
2. If you got a router you have to open the ports there too. PORTS: 7777, 2106, 8096
depending on your firewall and router these Settings are in different places, so I can't do any picture help. Just check your manual of your product to find out how to open ports!
try,
Btw, where you changed ip with yours ? My gs and ls not working when i try with my adress
Btw, where you changed ip with yours ? My gs and ls not working when i try with my adress
I changed on ipconfig.xml, problem resolved, ty guys :P
09-06-13
Markox
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
He's using my launcher.bat (with my ip and all), i can choose a server, he cant. When he try to choose says the error (6)...
Your friend maybe are using windows 8 and for this are another no-ip files, just check on internet and you see he can connect :D
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by dekodj
I changed on ipconfig.xml, problem resolved, ty guys :P
could you upload yours
network folder (from AL-Game\gameserver\config )
and network folder (from \AL-Login\loginserver\config\network)
Would be great :)
And in navicat you use * or your ip ?
09-06-13
akado
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Geodata not work!
Quote:
2013-06-09 23:54:53,262 Critical Error - Thread: main terminated abnormaly: java.nio.BufferUnderflowExceptionjava.nio.BufferUnderflowException: null
at java.nio.Buffer.nextGetIndex(Unknown Source) ~[na:1.7.0_21]
at java.nio.DirectByteBuffer.getShort(Unknown Source) ~[na:1.7.0_21]
at com.aionemu.gameserver.geoEngine.GeoWorldLoader.loadMeshs(GeoWorldLoader.java:105) ~[AL-Game.jar:na]
at com.aionemu.gameserver.world.geo.RealGeoData.loadMeshes(RealGeoData.java:91) ~[AL-Game.jar:na]
at com.aionemu.gameserver.world.geo.RealGeoData.loadGeoMaps(RealGeoData.java:48) ~[AL-Game.jar:na]
at com.aionemu.gameserver.world.geo.GeoService.initializeGeo(GeoService.java:51) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:172) ~[AL-Game.jar:na]
09-06-13
dekodj
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by se7enuts
could you upload yours
network folder (from AL-Game\gameserver\config )
and network folder (from \AL-Login\loginserver\config\network)
Would be great :)
And in navicat you use * or your ip ?
My configs are the same as i download, only changed to my root password and ipconfig.xml i changed this line
"<ipconfig default="YOUR IP">"
And yes, navicat i'm using "*"
09-06-13
ninekinsen
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
tested on client NA version ::
3.5.0.12 with java 6
\AL-Game-dist\AL-Game\gameserver\config\main and in gameserver.properties change gameserver.country.code .
I had same problem and now its working :)
09-06-13
martinle
Re: [Release] Full AL 3.9 Source! (100% FREE!)
anyone knows how to add some missing quest items into the mobs so they can drop. Is there a way to edit the file npc_drop.dat found in gameserver\data\static_data? Thanks a lot.
09-06-13
Markox
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by suicidy
Help me erro Connect to Loginserver lost
Ports open? correct ip? no firewall blocking? if the problem is when GS is starting and crash at final go check the DB in al_server_ls and check for gameserver ID and password, this must match with the data in gs file
09-06-13
se7enuts
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Is there any way to get +15 items fast ;D ?
09-06-13
Markox
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by se7enuts
Is there any way to get +15 items fast ;D ?
Target yourself and type //equip enchant 15 (This for all set, can be upgraded to 255 by admin)
Quote:
Originally Posted by cocolino
I need help,please tell me how to fix the error I posted above.
I relly appreciate if someone will tell me about the fix method.
That "erore" you get there is because MySQL user or password are wrong...
Try the correct user and password in the config file, if you don't remember go reinstall and setup a new one