`
- 浏览:
1280 次
- 性别:
- 来自:
西安
-
解决the network adapter could not establish the connection的终极措施
在myeclipse中部署完网站项目,启动tomcat,在myeclipse的浏览器地址中输入网站地址,虽然可以显示页面,但是却不能和oracle数据库进行交互,console界面提示出现错误error:the network adapter could not establish the connection。
本人在遇到这一情况后,也在网上搜了一些文章和解决措施,如http://dev.firnow.com/course/3_program/java/javashl/20071126/87790.html,作者指出可以通过三种途径解决错误。我试过之后,可能由于机子配置原因及其他可能原因,问题还是得不到解决。
最后再三冥想,在网站的\WebRoot\WEB-INF\classes目录下,修改了framework.xml中的服务器地址和数据库名<config name="ServerAddress">……</config> <config name="Port">1521</config><config name="Name">……</config> <config name="UserName">……</config>,保存修改后的文件。然后再在MyEclipse中进行——部署——启动——输入地址。OK了。
其中myeclipse里的framework.xml也要同步修改,多谢网上资料的帮助。
分享到:
Global site tag (gtag.js) - Google Analytics
相关推荐
自己用的解决 "The Network Adapter could not establish the connection" 的连接oracle问题。网上查的一些片段资料。主要是用自己去公司用的。
NULL 博文链接:https://lbay.iteye.com/blog/784874
解决了oracle11g数据库安装后,使用自带的sqlDeveloper工具连接数据库,总是报The Network Adapter could not establish the connection这个问题
今天小编就为大家分享一篇关于Myeclipse链接Oracle等数据库时lo exception: The Network Adapter could not establish the connection,小编觉得内容挺不错的,现在分享给大家,具有很好的参考价值,需要的朋友一起...
System.out.println("Connected to the database!"); // ... 其他数据库操作 conn.close(); } catch (ClassNotFoundException | SQLException e) { e.printStackTrace(); } } } ``` 在上述代码中,`hostname`...
4. Weblogic 连接 Oracle 问题:The Network Adapter could not establish the connection 解决方法: * 可能是服务器的监听停掉了,是数据库的问题,与应用无关;应该先检查一下 Oracle 是否正常,用 sql*plus ...
2. [The Network Adapter Could Not Establish The Connection 解决方案](http://example.com/network-adapter-error) 3. [Oracle thenetworkadapter could not establish the connection]...
当你尝试`Test Driver`时,可能会遇到“Error while performing database login with the oracle.jdbc.driver.OracleDriver driver: Io exception: The Network Adapter could not establish the connection”的错误...
当遇到“连接不到数据库”的问题时,通常会显示如"Io异常: The Network Adapter could not establish the connection"这样的错误信息。这个异常表明应用程序无法与数据库建立网络连接,可能由多种原因造成。以下是...
7. **The Network Adapter could not establish the connection url user pwd dialect** 数据库连接失败,原因可能是数据库URL、用户名、密码或方言设置不正确。检查数据库连接参数是否正确无误,包括URL、用户名、...