Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database not found

Status
Not open for further replies.

bnadesan

Programmer
Joined
Oct 16, 2002
Messages
2
Location
US
I just installed W6.1 on win2k and every time I try to run the Weblogic server I get the following database error. It seems that the database cannot start/ cannot be found. Has anyone run into the same problem?. I know this is not a problem with the driver being not load. I'm using a cloudscape JDBC driver . Also the classpath to the JDBC driver is added to the startWebLogic.cmd file.


<Dec 11, 2002 8:20:25 AM EST> <Error> <JDBC> <Cannot startup connection
ventoryPool&quot; weblogic.common.ResourceException:
Could not create pool connection. The DBMS driver exception was:
SQL Exception: Database 'inventoryDB' not found.
at c8e.k.j.l_(Unknown Source)
at c8e.k.j.l_(Unknown Source)
at c8e.k.j.n(Unknown Source)
at c8e.k.q.<init>(Unknown Source)
at c8e._b.e.<init>(Unknown Source)
at c8e._b.c.getNewLocalConnection(Unknown Source)
at c8e.k.v.connect(Unknown Source)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConne
nectionEnvFactory.java:189)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createRes
nectionEnvFactory.java:131)
at weblogic.common.internal.ResourceAllocator.makeResources(Res
cator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAl
ava:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(Connect
ava:620)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.j
at weblogic.management.mbeans.custom.DeploymentTarget.addDeploy
oymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeploy
loymentTarget.java:279)
at weblogic.management.mbeans.custom.DeploymentTarget.updateSer
ments(DeploymentTarget.java:233)
at weblogic.management.mbeans.custom.DeploymentTarget.updateDep
DeploymentTarget.java:193)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(
eanImpl.java:606)
at weblogic.management.internal.DynamicMBeanImpl.invoke(Dynamic
.java:590)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(C
ionMBeanImpl.java:350)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImp
55)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImp
23)

If any of you have a solution to this problem please do let me know.

Thanks in advance...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top