liferay 门户:生成数据库不起作用
我创建了一个 Portal-ext.properties 并添加:
jdbc.default.driverClassName=oracle.jdbc.driver.OracleDriver
jdbc.default.url=x
jdbc.default.username=y
jdbc.default.password=z
schema.run.enabled=true
schema.run.minimal=true
我已将 ojdbc5.jar 添加到 lib/ext。
但是,当我运行startup.bat 时,数据库没有生成? 有谁知道为什么会发生这种情况?
I've created a portal-ext.properties and added:
jdbc.default.driverClassName=oracle.jdbc.driver.OracleDriver
jdbc.default.url=x
jdbc.default.username=y
jdbc.default.password=z
schema.run.enabled=true
schema.run.minimal=true
And I've added my ojdbc5.jar to lib/ext.
However when I run my startup.bat the database isn't being generated?
Does anyone know why this is occuring?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查以确保数据库已启动并正在运行。您能否使用 SQL*Plus 或其他客户端使用您提供的凭据登录 Oracle?如果你做不到,Liferay 也做不到。
Check to make sure that the database is up and running. Can you log into Oracle using SQL*Plus or some other client using the credentials you've provided? If you can't, Liferay won't be able to either.
您可以尝试使用lifery的数据迁移功能吗?您可以使用默认的 HSQL 脚本启动服务器,然后尝试迁移(也可以自动创建表)。
转至控制面板 -> 服务器管理。
- 输入“从一个数据库迁移到另一个数据库”部分中的值,然后单击“执行”。
Can you try using lifery's Data Migration feature? You can start your server with default HSQL script and then try to migrate (which can automatically create tables as well).
Go to Control Panel->Server Administration.
- Enter the values in section Migrate from One DB to another and click execute.