myException

将数据库从oracle9i移植到oracle10g出新这个问题,查了好几遍数据库配置,都没问题!!!!

hibernate.exception.GenericJDBCException: Cannot open connection ????

 

1,数据库不在本机:访问时出现如下:

ORA-12535 TNS操作超时:

解决方法:首先检查tnsnames.ora配置是否正确,一般情况下tnsnames.ora文件中原来的ip修改为现在的服务器短ip即可。

 

2,MyEcplise部署发布失败是解决办法。

关键字: 解决办法

MyEclipse中的java项目,翻来复去的折腾修改,最后终于部署失败了,部署时提示的错误信息如下:

Deployment failure on Tomcat  6.x. Could not copy all resources to E:/apache-tomcat-6.0.16/webapps/HebbnWebServices. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually remove the deployment at E:/apac
he-tomcat-6.0.16/webapps/HebbnWebServices

再次点部署按钮时就会提示如下:

Undeployment Failure could not be redeployed because it could not be completely removed in the undeployment phase. the most common cuase of this problem is attempting to redeploy while the server is running,which has locked one or more files.


to correct the deployment you will need to stop the server and then redeploy the project before restarting the server.

解决的办法就是在Eclipse中把项目中引用的jar文件重新加一遍就行了,基本原因就是以前的jar文件不存在了,但是项目信息中还有,即项目的.classpath文件中还有不存在的jar文件引用。

可以右键点项目名称,选择Properties,选择Java Build Path,选择Libraries,把所有项目中的jarremove,然后再点"add jars",把项目中的jar文件都加进来,再次部署就正常了。

3,通过配置tomcat消除中文乱码问题。

tomcat安装目录下修改conf-server.xml

<Connector port="8080" protocol="HTTP/1.1"

               connectionTimeout="20000"

               redirectPort="8443" URIEncoding="GBK" />

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值