unable to define jndi in pentaho 4.8 CE manually deployment with tomcat
353 views
Skip to first unread message
Sam Kumar
unread,
Sep 15, 2014, 8:36:49 AM9/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pentaho-...@googlegroups.com
Hi Pedro..
I m try to manually deployment with pentaho 4.8 ce with tomcat 7.every thing is working fine.but i am facing problem only in JNDI and also i m getting this error..
Caused by: pt.webdetails.cda.connections.InvalidConnectionException: pt.webdetails.cda.connections.sql.JndiConnection: Found SQLException: [ java.sql.SQLException ] - PentahoDatasourceConnectionProvider.ERROR_0002 - Unable to factory object for jndi name Test_Name for reason javax.naming.NameNotFoundException: Name [Test_Name] is not bound in this Context. Unable to find [Test_Name]. at pt.webdetails.cda.connections.sql.JndiConnection.getInitializedConnectionProvider(JndiConnection.java:66) at pt.webdetails.cda.dataaccess.SqlDataAccess.getDataFactory(SqlDataAccess.java:57) at pt.webdetails.cda.dataaccess.PREDataAccess.performRawQuery(PREDataAccess.java:121) ... 78 more Caused by: java.sql.SQLException: PentahoDatasourceConnectionProvider.ERROR_0002 - Unable to factory object for jndi name Test_Name for reason javax.naming.NameNotFoundException: Name [Test_Name] is not bound in this Context. Unable to find [Test_Name].