MySQL 和 MySQL NetBeans 问题

发布于 2024-10-14 08:32:28 字数 405 浏览 1 评论 0原文

我正在为教师做一些作业,并且有一个问题,我应该从 NB 运行 Tapestry 应用程序并输入一些值,然后该值应该在数据库中并在另一页的表格中打印。我安装了 MySQL 服务器并从 NB 运行它,但应用程序仍然给我响应

“发生了意外的应用程序异常。

调用服务构建器方法 org.apache.tapestry5.hibernate.HibernateModule.buildHibernateSessionManager(HibernateSessionSource, PerthreadManager) 时出错(位于 HibernateModule.java:87)(对于服务“HibernateSessionManager”): 无法打开连接”

如果有人知道问题所在,请随时分享...提前致谢..

Im doing for faculty some homeworks and have problem with one where I'm suppoused to run Tapestry application from NB and to input some values and then that values should be in DB and print in table on other page. I installed MySQL server and run it from NB but aplication still gives me response

"An unexpected application exception has occurred.

Error invoking service builder method org.apache.tapestry5.hibernate.HibernateModule.buildHibernateSessionManager(HibernateSessionSource, PerthreadManager) (at HibernateModule.java:87) (for service 'HibernateSessionManager'):
Cannot open connection"

If someone know whats the problem please feel free to share... Thanks in advance..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

以往的大感动 2024-10-21 08:32:28

可能与您的 mysql 数据库的连接尚未建立,请尝试查看配置文件并确定 mysql 用户/密码以及该用户的 mysql 权限。然后尝试重新连接。

probably, the connection with your mysql database was not stablished, try to look in the configuration file and sure about the mysql user/password and mysql permissions to that user. Then try to re-connect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文