jsp 登陆时提示错误,连接不到数据库

Struts Problem Report
Struts has detected an unhandled exception:

Messages: ORA-01017: invalid username/password; logon denied
Cannot open connection

File: oracle/jdbc/driver/DatabaseError.java
Line number: 111

是什么原因啊???

invalid username/password; logon denied 这句话的意思是用户名或密码无效,登陆被拒绝,不能创建连接,
你的用户名或者密码不对,连接配置url,user,password,driver参数肯定配的不对
你直接登陆数据库看看是不是对的

检查下你的 数据库配置信息,是不是哪里写错了。。。

是不是你没有创建这个用户?

用户名和密码有问题。。。