Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may get the error above or a similar one if you attempt to set up a database with existing data. Do not use existing database to avoid data loss. To resolve this error, change the "Database Name" to another name. E.g. jwdb2, etc.

 

You may get the error above if Joget fails to connect to the database. Check your connection parameters and try again.

 

Image Added

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.

 

Code Block
titleError 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 =====

...