• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Connection Pooling Error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Oracle version 9i
weblogic 6.1
I created a connection pool in weblogic 6.1 using the
following parameters:
url ---
jdbc: oracle:thin:@oraclemachineip ortNumber atabaseName
Oracle driver class name --- oracle.jdbc.OracleDriver
properties ---
user=system
password=manager
When i assign the target server its automatic add dll files and protocol properties.
dll=ocijdbc8
protocol=thin
I installed oracle 9i client its dll located c:\oracle\ora90\bin but the dll name is ocijdbc9.dll.
I download ocijdbc.0.0.jar from internet and unzip the files and located the ocijdbc8.dll in C:\oracle\ora90\bin and also copy dll file in system32. But i face the same problem.
When i try to create a connection pool its created.
When i created datasource its gives me the error pasted below.
Starting WebLogic Server ....
<Dec 21, 2002 12:34:02 PM PKT> <Notice> <Management> <Loading configuration file
.\config\mydomain\config.xml ...>
<Dec 21, 2002 12:34:04 PM PKT> <Emergency> <Security> <Authentication failure -
reenter password to boot weblogic server:>
<Dec 21, 2002 12:34:14 PM PKT> <Notice> <WebLogicServer> <Starting WebLogic Admi
n Server "myserver" for domain "mydomain">
<Dec 21, 2002 12:34:16 PM PKT> <Notice> <Management> <Starting discovery of Mana
ged Server... This feature is on by default, you may turn this off by passing -D
weblogic.management.discover=false>
<Dec 21, 2002 12:34:20 PM PKT> <Error> <JDBC> <Error during Data Source creation
: weblogic.common.ResourceException: DataSource(iocojndi) can't be created with
non-existent Pool (connection or multi) (mcp1)>
<Dec 21, 2002 12:34:20 PM PKT> <Notice> <Management> <Application Poller not sta
rted for production server.>
<Dec 21, 2002 12:34:20 PM PKT> <Notice> <WebLogicServer> <ListenThread listening
on port 7001>
<Dec 21, 2002 12:34:20 PM PKT> <Notice> <WebLogicServer> <SSLListenThread listen
ing on port 7002>
<Dec 21, 2002 12:34:21 PM PKT> <Notice> <WebLogicServer> <Started WebLogic Admin
Server "myserver" for domain "mydomain" running in Production Mode>
Can somebody tell what me what is wrong here?
Thanks for the help in advance.
Regards,
KAMRAN ZAIDI
 
reply
    Bookmark Topic Watch Topic
  • New Topic