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".

Reply via email to