GeneXus - Genexus 8 Web y datasource

 
Vista:
sin imagen de perfil

Genexus 8 Web y datasource

Publicado por Rodolfo (5 intervenciones) el 02/01/2007 20:50:12
tengo una aplicacion echa en genexus 8 web la cual esta probada con tomcat y funciona perfectamente. el problema que tengo es que esa misma aplicacion la quiero hacer correr con DATASOURCE con WebsPhere 5 y no funciona. He generado el WAR con datasource desde genexus, cree el datasource en websphere probando la conectividad con el servidor de la BD y es satisfactoria la comunicación. al instalar el WAR en websphere y luego correr la aplicacion me arroja el siguiente error:

Error 500: java.lang.RuntimeException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. at com.genexus.db.driver.GXConnection.connectJDBCDataSource(Unknown Source) at com.genexus.db.driver.GXConnection.connect(Unknown Source) at com.genexus.db.driver.GXConnection.<init>(Unknown Source) at com.genexus.db.driver.DirectConnectionPool.checkOut(Unknown Source) at com.genexus.db.ServerUserInformation.getConnection(Unknown Source) at com.genexus.db.ServerDBConnectionManager.getConnection(Unknown Source) at com.genexus.db.DefaultConnectionProvider.getConnection(Unknown Source) at com.genexus.db.DataStoreProviderBase.getConnection(Unknown Source) at com.genexus.db.SentenceProvider.getPreparedStatement(Unknown Source) at com.genexus.db.ForEachCursor.preExecute(Unknown Source) at com.genexus.db.DataStoreProvider.execute(Unknown Source) at com.genexus.db.DataStoreProvider.execute(Unknown Source) at hwbp03_impl.E14092(hwbp03_impl.java:332) at hwbp03_impl.rf092(hwbp03_impl.java:292) at hwbp03_impl.refresh(hwbp03_impl.java:283) at hwbp03_impl.we092(hwbp03_impl.java:225) at hwbp03_impl.webExecute(hwbp03_impl.java:52) at com.genexus.webpanels.GXWebObjectBase.doExecute(Unknown Source) at hwbp03.doExecute(hwbp03.java:29) at com.genexus.webpanels.GXWebObjectStub.callExecute(Unknown Source) at com.genexus.webpanels.GXWebObjectStub.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629) at com.ibm.ws.webcontainer.extension.InvokerExtensionProcessor.handleRequest(InvokerExtensionProcessor.java:213) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

y al instalar el WAR sin la configuracion del Datasource en genexus el siguiente error:


Error 500: java.sql.SQLException: No suitable driver at java.sql.DriverManager.getConnection(DriverManager.java:559) at java.sql.DriverManager.getConnection(DriverManager.java:158) at com.genexus.db.driver.GXConnection$1.run(Unknown Source) at com.genexus.platform.NativeFunctions11.executeWithPermissions(Unknown Source) at com.genexus.db.driver.GXConnection.connectJDBCDriver(Unknown Source) at com.genexus.db.driver.GXConnection.connect(Unknown Source) at com.genexus.db.driver.GXConnection.<init>(Unknown Source) at com.genexus.db.driver.GXConnection.<init>(Unknown Source) at com.genexus.db.driver.ReadWriteConnectionPool.createConnection(Unknown Source) at com.genexus.db.driver.ConnectionPool.checkOut(Unknown Source) at com.genexus.db.driver.DataSourceConnectionPool.checkOut(Unknown Source) at com.genexus.db.ServerUserInformation.getConnection(Unknown Source) at com.genexus.db.ServerDBConnectionManager.getConnection(Unknown Source) at com.genexus.db.DefaultConnectionProvider.getConnection(Unknown Source) at com.genexus.db.DataStoreProviderBase.getConnection(Unknown Source) at com.genexus.db.SentenceProvider.getPreparedStatement(Unknown Source) at com.genexus.db.ForEachCursor.preExecute(Unknown Source) at com.genexus.db.DataStoreProvider.execute(Unknown Source) at com.genexus.db.DataStoreProvider.execute(Unknown Source) at hwbp03_impl.E14092(hwbp03_impl.java:332) at hwbp03_impl.rf092(hwbp03_impl.java:292) at hwbp03_impl.refresh(hwbp03_impl.java:283) at hwbp03_impl.we092(hwbp03_impl.java:225) at hwbp03_impl.webExecute(hwbp03_impl.java:52) at com.genexus.webpanels.GXWebObjectBase.doExecute(Unknown Source) at hwbp03.doExecute(hwbp03.java:29) at com.genexus.webpanels.GXWebObjectStub.callExecute(Unknown Source) at com.genexus.webpanels.GXWebObjectStub.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629) at com.ibm.ws.webcontainer.extension.InvokerExtensionProcessor.handleRequest(InvokerExtensionProcessor.java:213) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code)) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
sin imagen de perfil

RE:Genexus 8 Web y datasource

Publicado por Rodolfo (5 intervenciones) el 08/03/2007 20:39:26
gracias!!!!!!! por no responder oO
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar