Projects tigase _server tigase-pubsub Issues #46
SQLException - ResultSet is from UPDATE. No Data. (#46)
Closed
wojciech.kapcia@tigase.net opened 9 years ago
Due Date
2015-08-16
ava.sql.SQLException: ResultSet is from UPDATE. No Data.
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1072)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:986)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:981)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
        at com.mysql.jdbc.ResultSetImpl.next(ResultSetImpl.java:7158)
        at tigase.pubsub.repository.PubSubDAOJDBC.createNode(PubSubDAOJDBC.java:189)
        at tigase.pubsub.repository.PubSubDAOJDBC.createNode(PubSubDAOJDBC.java:59)
        at tigase.pubsub.repository.PubSubDAOPool.createNode(PubSubDAOPool.java:93)
        at tigase.pubsub.repository.cached.CachedPubSubRepository.createNode(CachedPubSubRepository.java:417)
        at tigase.pubsub.repository.IPubSubRepository$createNode$0.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:110)
        at tigase.admin.Script33.run(Script33.groovy:125)
        at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:344)
        at org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:41)
        at tigase.server.script.Script.runCommand(Script.java:159)
        at tigase.server.BasicComponent.processScriptCommand(BasicComponent.java:1002)
        at tigase.pubsub.PubSubComponent.access$000(PubSubComponent.java:111)
        at tigase.pubsub.PubSubComponent$AdHocScriptCommandManagerImpl.process(PubSubComponent.java:128)
        at tigase.pubsub.modules.AdHocConfigCommandModule.process(AdHocConfigCommandModule.java:106)
        at tigase.component2.modules.ModulesManager.process(ModulesManager.java:114)
        at tigase.component2.AbstractComponent.processStanzaPacket(AbstractComponent.java:248)
        at tigase.component2.AbstractComponent.processPacket(AbstractComponent.java:236)
        at tigase.pubsub.PubSubComponent.processPacket(PubSubComponent.java:635)
        at tigase.pubsub.cluster.PubSubComponentClustered.processPacket(SourceFile:193)
        at tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1431)
wojciech.kapcia@tigase.net commented 9 years ago

Applied in changeset commit:tigase-pubsub|a6a6f924.

wojciech.kapcia@tigase.net commented 9 years ago

Changed responsible stored procedure to return expected data in case of the rollback.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
3398
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-pubsub#46
Please wait...
Page is in error, reload to recover