aspose file tools
The moose likes BEA/Weblogic and the fly likes Connection pool deployed but Data source don't Why? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Connection pool deployed but Data source don Watch "Connection pool deployed but Data source don New topic
Author

Connection pool deployed but Data source don't Why?

Ankur Mathuria
Greenhorn

Joined: Oct 14, 2005
Posts: 4
Hi,
I got the following exception while creating DataSource in Weblogic8.1. I've tried to create this by console. I am using oracle database and thin driver. My Connection Pool was created perfectly. Could any one help me!

Thanks in Advance
Ankur
E-mail: ankur_mathuria@yahoo.com
java.lang.NullPointerException
at weblogic.management.console.webapp._domain.__jdbcdatasourcetable._jspService(__jdbcdatasourcetable.java:578)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:342)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:246)
at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:149)
at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:173)
at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6291)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3575)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2573)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
ankur_mathuria@yahoo.com
Ankur Mathuria
Greenhorn

Joined: Oct 14, 2005
Posts: 4
Hi ankur

Don't worry at all.

Confirm what is your IE version if u r using IE
If it is not 6.x than update it and enjoy.

u r welcome
Santosh Maskar
Ranch Hand

Joined: Jul 02, 2003
Posts: 226
Workaround is put the datasource entry into config.xml

<JDBCTxDataSource JNDIName="myDS" Name="myDS"
PoolName="Name of your connection pool" Targets="cgServer"/>

copy these lines into your domain\config.xml
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Connection pool deployed but Data source don't Why?
 
Similar Threads
Exception in Liquid Data with Xquery
Problem in creating DataSource in weblogic8.1
Error 500--Internal Server Error...
Software caused connection abort: socket write error
I can't create Datasource in Weblogic