check your properties file..See the parameters you have given for Connection Pool:

The last line would be :
props=user=scott;password=tiger;server=orcl;

Remove server=orcl from the last line...

The Pool will be established.

Thanks,
Ramki.

----- Original Message -----
From: E Bakka Reddy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 29, 2000 5:06 PM
Subject: weblogic-oracle thin driver


| Hi,
|
| I am trying to connect the Oracle8.04 with orcale thin driver from
| weblogic5.1, its giving  the following error when we start the server
|
| Wed Mar 01 04:46:47 GMT+11:00 2000:<I> <WebLogicServer> Invoking main-style
|  star
| tup weblogic.jdbc.common.internal.JdbcStartup
| weblogic.jdbc.common.internal.Jdbc
| Startup
| Wed Mar 01 04:46:47 GMT+11:00 2000:<I> <JDBC Pool> Creating connection pool
|  smsP
| ool with:
| {refreshMinutes=10, poolName=smsPool, testTable=dual, maxCapacity=2,
| props=user=
| itv;password=itv;server=cds008, allowShrinking=true,
| driver=oracle.jdbc.driver.O
| racleDriver, aclName=weblogic.jdbc.connectionPool.smsPool,
| capacityIncrement=1,
| initialCapacity=1, url=jdbc:oracle:thin:@cds008:1521:ORCL,
| shrinkPeriodMins=15}
| oracle.net.TNSAddress.SOException
|         at
| oracle.net.TNSAddress.ServiceAlias.initFromNVPair(ServiceAlias.java:7
| 0)
|         at
| oracle.net.TNSAddress.ServiceAlias.initFromString(ServiceAlias.java:5
| 6)
|         at
| oracle.net.resolver.AddrResolution.resolveAddrTree(AddrResolution.jav
| a:299)
|         at
| oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.j
| ava:163)
|         at
| oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:381)
|         at oracle.net.ns.NSProtocol.connect(NSProtocol.java, Compiled Code)
|         at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1095)
|         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:183)
|         at
| oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:156)
|
|         at
| oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
| va:231)
|         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:208)
|         at
| weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
| nectionEnvFactory.java:149)
|         at
| weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
| nectionEnvFactory.java:109)
|         at
| weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
| cator.java, Compiled Code)
|         at
| weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
| ava, Compiled Code)
|         at
| weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
| ava:330)
|         at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java,
| Compi
| led Code)
|         at
| weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
|         at
| weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
|         at java.lang.reflect.Method.invoke(Native Method)
|         at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
|         at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
| Compiled Co
| de)
|         at
| weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
| :62)
|
| Wed Mar 01 04:46:49 GMT+11:00 2000:<I> <JDBC Pool> Connection for pool
| "smsPool"
|  created.
|
| ===========================================================================
| 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".
|

===========================================================================
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