Quantcast
Channel: Pentaho Community Forums - BI Platform
Viewing all articles
Browse latest Browse all 2893

Jboss AS 7 error starting pentaho-solution due to UserTransaction

$
0
0
Hi,
I'm facing following issue in Jboss AS 7 how can i provide a UserTransaction url to pentaho system, according to Jboss AS 7 UserTrasaction are not exposed any more through JNDI. Any help, thanks in advance ?

Code:

11:36:40,391 ERROR [org.pentaho.platform.util.logging.Logger] (ServerService Thread Pool -- 68) Error: Pentaho11:36:40,392 ERROR [org.pentaho.platform.util.logging.Logger] (ServerService Thread Pool -- 68) misc-org.pentaho.platform.engine.core.system.PentahoSystem: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:350) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:324) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:291) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.PentahoSystem.init(PentahoSystem.java:208) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.web.http.context.SolutionContextListener.contextInitialized(SolutionContextListener.java:137) [pentaho-bi-platform-web-4.8.0-stable.jar:4.8.0-stable.51204]
        at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
        at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]
        at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]
        at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_25]
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_25]
        at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_25]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
        at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
        at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: org.pentaho.platform.api.repository.RepositoryException: HIBUTIL.ERROR_0004 - beginTransaction() failed.
        at org.pentaho.platform.repository.hibernate.HibernateUtil.beginTransaction(HibernateUtil.java:433) [pentaho-bi-platform-repository-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.repository.datasource.DatasourceMgmtService.init(DatasourceMgmtService.java:216) [pentaho-bi-platform-repository-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.retreiveObject(AbstractSpringPentahoObjectFactory.java:132) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.get(AbstractSpringPentahoObjectFactory.java:76) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.objfac.AbstractSpringPentahoObjectFactory.get(AbstractSpringPentahoObjectFactory.java:68) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener.startup(PooledDatasourceSystemListener.java:46) [pentaho-bi-platform-engine-services-4.8.0-stable.jar:4.8.0-stable.51169]
        at org.pentaho.platform.engine.core.system.PentahoSystem.notifySystemListenersOfStartup(PentahoSystem.java:342) [pentaho-bi-platform-engine-core-4.8.0-stable.jar:4.8.0-stable.51169]
        ... 16 more
Caused by: org.hibernate.TransactionException: Could not find UserTransaction in JNDI:
        at org.hibernate.transaction.JTATransaction.<init>(JTATransaction.java:64) [hibernate-3.2.6.ga.jar:3.2.6.ga]
        at org.hibernate.transaction.JTATransactionFactory.createTransaction(JTATransactionFactory.java:57) [hibernate-3.2.6.ga.jar:3.2.6.ga]
        at org.hibernate.jdbc.JDBCContext.getTransaction(JDBCContext.java:197) [hibernate-3.2.6.ga.jar:3.2.6.ga]
        at org.hibernate.impl.SessionImpl.getTransaction(SessionImpl.java:1315) [hibernate-3.2.6.ga.jar:3.2.6.ga]
        at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1325) [hibernate-3.2.6.ga.jar:3.2.6.ga]
        at org.pentaho.platform.repository.hibernate.HibernateUtil.beginTransaction(HibernateUtil.java:428) [pentaho-bi-platform-repository-4.8.0-stable.jar:4.8.0-stable.51169]
        ... 22 more
Caused by: javax.naming.NameNotFoundException: UserTransaction -- service jboss.naming.context.java.UserTransaction
        at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:103)
        at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
        at org.jboss.as.naming.InitialContext.lookup(InitialContext.java:120)
        at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
        at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
        at javax.naming.InitialContext.lookup(InitialContext.java:411) [rt.jar:1.7.0_25]
        at org.hibernate.transaction.JTATransaction.<init>(JTATransaction.java:60) [hibernate-3.2.6.ga.jar:3.2.6.ga]
        ... 27 more


Viewing all articles
Browse latest Browse all 2893

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>