L2J_CE

Вы хотите отреагировать на этот пост ? Создайте аккаунт всего в несколько кликов или войдите на форум.
L2J_CE

L2J_CE Server


Участников: 2

    Сохранение клан лидера в бд

    avatar
    sporty


    Сообщения : 160
    Дата регистрации : 2010-02-27
    Возраст : 32

    Сохранение клан лидера в бд Empty Сохранение клан лидера в бд

    Сообщение  sporty Ср Мар 17, 2010 2:24 am

    Говорится что не может сохранить нового клан лидера.


    16.03.2010 21:14:24 net.sf.l2j.gameserver.model.L2Clan updateClanInDB
    SEVERE: Error saving new clan leader.
    java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62)
    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:562)
    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:168)
    at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:277)
    at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:199)
    at net.sf.l2j.gameserver.model.L2Clan.updateClanInDB(L2Clan.java:708)
    at net.sf.l2j.gameserver.model.L2Clan.setReputationScore(L2Clan.java:1840)
    at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.doDie(L2PcInstance.java:5874)
    at net.sf.l2j.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:218)
    at net.sf.l2j.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:56)
    at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.reduceCurrentHp(L2PcInstance.java:12020)
    at handlers.skillhandlers.Mdam.useSkill(Unknown Source)
    at net.sf.l2j.gameserver.model.actor.L2Character.callSkill(L2Character.java:6619)
    at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6222)
    at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2595)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:552)
    ... 21 more
    CKA3KA
    CKA3KA
    Admin


    Сообщения : 285
    Дата регистрации : 2010-02-09

    Сохранение клан лидера в бд Empty Re: Сохранение клан лидера в бд

    Сообщение  CKA3KA Ср Мар 17, 2010 3:35 am

    sporty пишет:Говорится что не может сохранить нового клан лидера.


    16.03.2010 21:14:24 net.sf.l2j.gameserver.model.L2Clan updateClanInDB
    SEVERE: Error saving new clan leader.
    java.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62)
    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:562)
    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:168)
    at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:277)
    at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:199)
    at net.sf.l2j.gameserver.model.L2Clan.updateClanInDB(L2Clan.java:708)
    at net.sf.l2j.gameserver.model.L2Clan.setReputationScore(L2Clan.java:1840)
    at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.doDie(L2PcInstance.java:5874)
    at net.sf.l2j.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:218)
    at net.sf.l2j.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.java:56)
    at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.reduceCurrentHp(L2PcInstance.java:12020)
    at handlers.skillhandlers.Mdam.useSkill(Unknown Source)
    at net.sf.l2j.gameserver.model.actor.L2Character.callSkill(L2Character.java:6619)
    at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6222)
    at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2595)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:552)
    ... 21 more

    может у клан лидера какието символы в имени хитрые ?

      Текущее время Пт Окт 04, 2024 5:36 am