Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problems creating a connection pool w/ 4.51

1 view
Skip to first unread message

S Jayabose

unread,
Sep 25, 2000, 3:00:00 AM9/25/00
to
When I start the weblogic server, it hangs after attempting to create
the connection pool. The server never actually starts. The database
resides on a separate solaris server. I don't think that should be an
issue. Any suggestions?

Thanks

solaris 2.7
weblogic: version 4.51
oracle8i

my connection pool is configured in my weblogic.properties file as
follows:
weblogic.jdbc.connectionPool.demoPool=\
url=jdbc:weblogic:oracle,\
driver=weblogic.jdbc.oci.Driver,\
initialCapacity=1,\
maxCapacity=6,\
capacityIncrement=1,\
props=user=<<XXX>>;password=<<XXX>>;server=<<XXX>>

weblogic.allow.reserve.weblogic.jdbc.connectionPool.demoPool=everyone

my jdbc.log file contains the following error messages:
weblogic.jdbc.connectionPool.demoPool=\
url=jdbc:weblogic:oracle,\
driver=weblogic.jdbc.oci.Driver,\
initialCapacity=1,\
maxCapacity=6,\
capacityIncrement=1,\
props=user=<<XXX>>;password=<<XXX>>;server=<<XXX>>

weblogic.allow.reserve.weblogic.jdbc.connectionPool.demoPool=everyone


-------------------------------------------------------------
JDBC log stream started at Mon Sep 25 17:26:19 EDT 2000
-------------------------------------------------------------
registerDriver:
driver[className=weblogic.jdbc.oci.Driver,context=null,weblogic.jdbc.oci.Driver@1f41e590]

weblogic.jdbcbase.oci.Driver checking: jdbc:weblogic:oracle
Loading library:weblogicoci34
Finished loading library at:54
Connecting to database using: XXXX/********@onyx.agency.com at 227
SQLException: SQLState() vendor code(12154)
java.sql.SQLException: Error while trying to retrieve text for error
ORA-12154 - (XXXX/********@onyx.agency.com)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(Compiled Code)
at weblogic.db.oci.OciConnection.getLDAException(Compiled Code)
at weblogic.jdbcbase.oci.Driver.connect(Compiled Code)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Compiled
Code)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Compiled
Code)
at weblogic.common.internal.ResourceAllocator.makeResources(Compiled
Code)
at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
at weblogic.jdbc.common.internal.ConnectionPool.startup(Compiled Code)
at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
at weblogic.jdbc.common.internal.JdbcInfo.startup(Compiled Code)
at weblogic.jdbc.common.internal.JdbcStartup.main(Compiled Code)
at weblogic.t3.srvr.StartupThread.runMain(Compiled Code)
at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
at weblogic.t3.srvr.PropertyExecuteThread.run(Compiled Code)
SQLException: SQLState() vendor code(1001)
java.sql.SQLException: Error while trying to retrieve text for error
ORA-01001
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(Compiled Code)
at weblogic.db.oci.OciConnection.getLDAException(Compiled Code)
at weblogic.db.oci.OciConnection.getLDAException(Compiled Code)
at weblogic.jdbcbase.oci.Connection.close(Compiled Code)
at weblogic.jdbcbase.oci.Driver.connect(Compiled Code)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Compiled
Code)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Compiled
Code)
at weblogic.common.internal.ResourceAllocator.makeResources(Compiled
Code)
at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
at weblogic.jdbc.common.internal.ConnectionPool.startup(Compiled Code)
at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
at weblogic.jdbc.common.internal.JdbcInfo.startup(Compiled Code)
at weblogic.jdbc.common.internal.JdbcStartup.main(Compiled Code)
at weblogic.t3.srvr.StartupThread.runMain(Compiled Code)
at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
at weblogic.t3.srvr.PropertyExecuteThread.run(Compiled Code)
DriverManager.getConnection("jdbc:weblogic:oracle")


0 new messages