javax.naming.NameNotFoundException: jndiDataSource

I imported a project and try to run on a server without making any changes, I get the below exception. Can any body please help me what can be the problem

javax.naming.NameNotFoundException: jndiDataSource
        at com.sun.jndi.fscontext.RefFSContext.getObjectFromBindings(RefFSContext.java:400)
        at com.sun.jndi.fscontext.RefFSContext.lookupObject(RefFSContext.java:327)
        at com.sun.jndi.fscontext.RefFSContext.lookup(RefFSContext.java:146)
        at com.sun.jndi.fscontext.FSContext.lookup(FSContext.java:127)
        at javax.naming.InitialContext.lookup(Unknown Source)
        at com.ssc.lsf.common.pool.ConnectionPool.createDatasource(ConnectionPool.java:85)

preguntado el 27 de noviembre de 13 a las 07:11

Can you give us a bit more context? Like: what kind of project is it, and maybe some of it's configuration and what server you want to run this on? -

1 Respuestas

The project you have imported seems to make use of DataSource configured using JNDI. The code looks up for the datasource in the name 'jndiDataSource'. Please ensure that the datasource is properly configured. Hope this gives an idea

respondido 27 nov., 13:07

No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas or haz tu propia pregunta.