• 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

Deployment failed

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am not sure if this question would fit in this forum.

When I try to start my server(weblogic), it just says

<Connection Pool "R4dev_JDBCConnectionPool Remote" deployment failed with the following error: 0:
Could not connect to 'weblogic.jdbc.oracle.OracleDriver'.

The returned message is: [BEA][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied

It is likely that the login or password is not valid.
It is also possible that something else is invalid in
the configuration or that the database is not available..>



However the database credentials did not change from my previous connection. I tried deleting the .ear from my c:\bea and redeploying and restarting server. Please help.

Thanks,
Madhuri
 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why don't you login to the weblogic admin console and test the connection pool to be working fine. you can see the weblogic console at http://servername ort/console
 
madhuri rajan
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. I tested that and it looks fine. I have others in my team connecting to the same database with the same credentials.
 
Amit M Tank
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does it hamper any of your functionality? I mean are you able to use your application and call the database? If so you can ignore this error
 
reply
    Bookmark Topic Watch Topic
  • New Topic