Jump to content

Some Help Please ?


Peter.Maloa

Recommended Posts

Starting AuthServer.

log4j:WARN No appenders could be found for logger (l2.authserver.Config).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception in thread "main" java.lang.RuntimeException: Can't init database connections pool
at l2.commons.db.BaseDataConnectionFactory.<init>(Bas eDataConnectionFactory.java:54)
at l2.authserver.database.L2DatabaseFactory.<init>(L2 DatabaseFactory.java:31)
at l2.authserver.database.L2DatabaseFactory.getInstan ce(L2DatabaseFactory.java:20)
at l2.authserver.AuthServer.main(AuthServer.java:95)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientC onnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:41 1)
at com.mysql.jdbc.Util.getInstance(Util.java:386)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:1013)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:987)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:982)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:927)
at com.mysql.jdbc.ConnectionImpl.connectWithRetries(C onnectionImpl.java:2238)
at com.mysql.jdbc.ConnectionImpl.createNewIO(Connecti onImpl.java:2159)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImp l.java:792)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connect ion.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:41 1)
at com.mysql.jdbc.ConnectionImpl.getInstance(Connecti onImpl.java:381)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:305)
at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getC onnection(MysqlDataSource.java:440)
at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getC onnection(MysqlDataSource.java:138)
at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getC onnection(MysqlDataSource.java:108)
at com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolD ataSource.getPooledConnection(MysqlConnectionPoolD ataSource.java:59)
at l2.commons.db.BaseDataConnectionFactory.getConnect ionImpl0(BaseDataConnectionFactory.java:125)
at l2.commons.db.BaseDataConnectionFactory.getConnect ionImpl(BaseDataConnectionFactory.java:91)
at l2.commons.db.BaseDataConnectionFactory.getConnect ion(BaseDataConnectionFactory.java:60)
at l2.authserver.database.L2DatabaseFactory.testDB(L2 DatabaseFactory.java:55)
at l2.commons.db.BaseDataConnectionFactory.<init>(Bas eDataConnectionFactory.java:49)
... 3 more
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:3597)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:3529)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:935)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java: 4101)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:13 00)
at com.mysql.jdbc.ConnectionImpl.coreConnect(Connecti onImpl.java:2337)
at com.mysql.jdbc.ConnectionImpl.connectWithRetries(C onnectionImpl.java:2177)
... 22 more

Server terminated abnormaly ...


Server terminated ...

Press any key to continue . . .

i got this error on start login

Добавлено через 2 минуты
Starting GameServer.

log4j:WARN No appenders could be found for logger (l2.gameserver.GameServer).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
java.io.FileNotFoundException: C:\Users\geogi\Desktop\L2 Server Lucera3\gameserver\config\GMAccess.xml (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.http://www.protocol.file.FileURLConn...onnect(Unknown Source)
at sun.net.http://www.protocol.file.FileURLConn...Stream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityM anager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLVersion Detector.determineDocVersion(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Co nfiguration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Co nfiguration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLPars er.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.DOMPars er.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBu ilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at l2.gameserver.Config.loadGMAccess(Config.java:2269 )
at l2.gameserver.Config.loadGMAccess(Config.java:2243 )
at l2.gameserver.Config.load(Config.java:2189)
at l2.gameserver.GameServer.<init>(GameServer.java:13 5)
at l2.gameserver.GameServer.main(GameServer.java:346)



and that for gameserver... any help?

Link to comment
Share on other sites


Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)


ava.io.FileNotFoundException: C:\Users\geogi\Desktop\L2 Server Lucera3\gameserver\config\GMAccess.xml (The system cannot find the file specified)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Hi, I am looking for a person who could teach me how to install a lineage 2 server on a dedicated server that I have purchased. Of course, I will pay for help with installation and learning :)
    • We are excited to announce that our grand opening is just one hour away!   Join us and experience the thrill of epic battles and daily rewards. Our server is full of challenges and adventures, waiting for you to embark on them. You will meet many like-minded gamers who share your passion for gaming and exploration. With L2OmegaWorld, you will never be bored. We offer a wide range of exciting game modes that will keep you on your toes. Whether you prefer PvP or PvE, we have it all! Our community is friendly and welcoming, so you can be sure to find new friends to play with.   Don't miss out on the chance to become a legend in L2OmegaWorld! Join us now and take part in the grand opening celebrations. Incredible fights and rewards await you!    Site: https://l2omegaworld.com/       Discord: https://discord.com/invite/l2omegaworld
    • WTS Chars: 1.Shilien Saint 78 Nobless, Destro 75 and Bladedancer 62 (same account has bounty hunter 62lvl, no extra charge) ~200E 2. Destroyer 67 and Bounty Hunter 61 ~30E 3. Warsmith 64 (have shots,materials and some B items registered) ~20E 4. Prophet 58 (has GM and GS) ~20E 5. Kamael Female Soulbreaker 44 and Spellsinger 43 ~12E Items: AM Acumen 50 SOES btb 20E Halberd haste +4 20E Destoyer Hammer Haste 10E Tsurugi Duals +4 14E Delusion Focus +7 10E Majestic Robe +0 25E Tallum Heavy +4/3/3/0 25E BW Heavy +3 12E Doom Robe Set 10E Avadon Robe +3 8E Tateossian Set 25E Majestic jewels +3 12E Black Ore set +3 10E Great Wolf 62 + Top items 65E Wolf 42 7E Strider 67 + Top items 13E Kookabura 56 8E 25KK adena 5E 1.4kk AA 3E I am quitting the game, no more free time. Package deals can get LS,enchants,materials,key materials etc PM here, payment by PayPal  
    • You only show half the movement, and without any //show move on.   You probably do idiotic going back and forth, it's the only possibility to get such a desync actually.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock