You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Lahiru Gunathilake (JIRA)" <ji...@apache.org> on 2011/09/19 18:05:12 UTC

[jira] [Resolved] (AIRAVATA-112) Error while starting airavata servers

     [ https://issues.apache.org/jira/browse/AIRAVATA-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake resolved AIRAVATA-112.
-----------------------------------------

    Resolution: Fixed

Committed revision 1172677.

> Error while starting airavata servers
> -------------------------------------
>
>                 Key: AIRAVATA-112
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-112
>             Project: Airavata
>          Issue Type: Bug
>         Environment: mac
>            Reporter: Lahiru Gunathilake
>
> following exception throwing during the startup of airavata.
> 10:59:17.433 [main] ERROR o.a.a.w.c.s.WsmgPersistantStorage - sql exception occured
> java.sql.SQLException: ResultSet not open. Operation 'next' not permitted. Verify that autocommit is OFF.
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.ConnectionChild.newSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.EmbedResultSet.checkIfClosed(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.EmbedResultSet.checkExecIfClosed(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.airavata.wsmg.commons.storage.WsmgPersistantStorage.getAllSubscription(WsmgPersistantStorage.java:133) ~[axis2194750475497694428airavata-messagebroker-0.0.1-SNAPSHOT.aar:na]
> 	at org.apache.airavata.wsmg.broker.subscription.SubscriptionManager.checkSubscriptionDB(SubscriptionManager.java:273) [axis2194750475497694428airavata-messagebroker-0.0.1-SNAPSHOT.aar:na]
> 	at org.apache.airavata.wsmg.broker.subscription.SubscriptionManager.init(SubscriptionManager.java:102) [axis2194750475497694428airavata-messagebroker-0.0.1-SNAPSHOT.aar:na]
> 	at org.apache.airavata.wsmg.broker.subscription.SubscriptionManager.<init>(SubscriptionManager.java:84) [axis2194750475497694428airavata-messagebroker-0.0.1-SNAPSHOT.aar:na]
> 	at org.apache.airavata.wsmg.broker.BrokerServiceLifeCycle.initConfigurations(BrokerServiceLifeCycle.java:113) [axis2194750475497694428airavata-messagebroker-0.0.1-SNAPSHOT.aar:na]
> 	at org.apache.airavata.wsmg.broker.BrokerServiceLifeCycle.startUp(BrokerServiceLifeCycle.java:70) [axis2194750475497694428airavata-messagebroker-0.0.1-SNAPSHOT.aar:na]
> 	at org.apache.axis2.deployment.ServiceBuilder.loadServiceLifeCycleClass(ServiceBuilder.java:518) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:205) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:109) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:143) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:81) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:659) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:337) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:241) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:131) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.deployment.FileSystemConfigurator.loadServices(FileSystemConfigurator.java:147) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:206) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.transport.SimpleAxis2Server.<init>(SimpleAxis2Server.java:47) [axis2-kernel-1.5.1.jar:na]
> 	at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.java:98) [axis2-kernel-1.5.1.jar:na]
> Caused by: org.apache.derby.impl.jdbc.EmbedSQLException: ResultSet not open. Operation 'next' not permitted. Verify that autocommit is OFF.
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.7.1.1.jar:na]
> 	... 33 common frames omitted
> 10:59:17.439 [main] INFO  o.a.a.w.b.BrokerServiceLifeCycle - setting up queue

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira