Try putting the weblogicaux.jar in your class path. (it should be located in your %WEBLOGIC HOME%/lib directory). This will give you javax.sql support.
and/or check out your PATH env variable and make sure it is set to the %WEBLOGIC HOME%/bin/oci815_8 directory (actually wherever the weblogicoci37.dll resides). You can set your PATH on Window2000, by going to "MY COMPUTER"->properties->Advanced->Environment Variables- > (here create if not already there, a PATH variable with the directory location of weblogicoci37.dll). Hope that helps. -Joel A. Thompson RHINO Systems Inc. www.rhinosystemsinc.com Sandeep wrote: > I reinstalled WebLogic 6.1 on my machine. And again tried to configure the JDBC >connection pool called demoPool in the examples domain of WebLogic 6.1. I configured >it to use the Oracle 8i installation that I have on my machine: > > URL : jdbc:weblogic:oracle > Driver : weblogic.jdbc.oci.Driver > Properties : user=scott > server=sandata > password : tiger > > I set the target server to "examplesServer". > > I have included the ejb20.jar and weblogic.jar file in my Win 2000 classpath, I >also started my Oracle TNS listner and the SANDATA database > on my machine. Yet, when I restart the WebLogic 6.1 exampleServer, it gives > me the following error------------ > > D:\WebLogic6.1\config\examples>startExamplesServer > ......... > ......... > ......... > Starting WebLogic Server .... > ......... > ......... > Starting Loading jDriver/Oracle ..... > <Oct 4, 2001 4:40:56 PM IST> <Error> <JDBC> <Cannot startup connection pool >"demoPool" weblogic.common.ResourceException: > Could not create pool connection. The DBMS driver exception was: > java.sql.SQLException: System.loadLibrary(weblogicoci37) threw >java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.library.path > at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226) > at weblogic.jdbc.oci.Driver.connect(Driver.java:76) > at >weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:189) > at >weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:131) > at >weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698) > > ....................... > ..................... > > The JAVA_HOME environmental variable in my Win2000 system is d:\jdk1.3.1 > > The classpath environmental variable in my Win2000 system is > >D:\WebLogic6.1\lib\weblogic.jar;D:\WebLogic6.1\lib\ejb20.jar;D:\WebLogic6.1\lib\jms510.jar;D:\WebLogic6.1\lib\wleorb.jar;D:\WebLogic6.1\lib\wlepool.jar;D:\WebLogic6.1\lib\xmlx.jar;D:\jsdk2.1\servlet.jar;.;D:\jdk1.3.1\lib;D:\j2sdkee1.3\lib\j2ee.jar; > > What do I do?.... > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff EJB-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". -- -------------------------------------- RHINO Systems Inc. RDBMS and Internet development Java/EJB/Oracle systems http://www.rhinosystemsinc.com Phone: 530-888-6248 x205 -------------------------------------- =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
