MySQL 和 MySQL NetBeans 问题
我正在为教师做一些作业,并且有一个问题,我应该从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能与您的 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.