You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

当您第一次进入Joget, 您需要初始化数据库.

您将看到以下界面.

图 1: 数据库设置

请注意,在您处理以上步骤时,您必须预先创建一个空的数据库.

界面下方有两个额外的选项,是否需要创建样例用户和样例应用,以便您快速学习Joget.

 

图 2: 数据库设置成功


常见错误

以上错误提示,您在使用一个已有数据的数据库,而不是一个空的数据库. 请不要使用已有数据库,以免丢失数据.

 

以上错误提示,数据库连接失败,请核对您的连接参数后再尝试.

 

If you are upgrading from the Community Edition to the Enterprise Edition and you want to use back the database (in this example MySQL), you will need to make sure that your port is set correctly to "3307". More on upgrading here: Upgrade Guide.

Error message
INFO  09 Oct 2015 15:39:03 org.joget.commons.util.DynamicDataSource  - datasourceName=workflow, url=jdbc:sqlserver://localhost:1433;SelectMethod=cursor;DatabaseName=jwdb, user=sa
ERROR 09 Oct 2015 15:39:18 org.joget.commons.spring.web.CustomContextLoaderListener  - ===== Error initializing WebApplicationContext =====

您可能在应用服务器看到以上错误提示. 您需要检查从应用服务器到数据库服务器的连接是否正常,并确保数据库服务正在正常运行.


  • No labels