Skip to content

Common Errors

Amos Chua edited this page Nov 11, 2021 · 2 revisions

Commonly encountered errors when setting up ElectronMS

This page contains plausible solutions for common issues faced during set-up.


Issue: Large number of build errors encountered

Especially when the errors logged include numerous illegal start of expression errors.
Example:
illegal start of expression

Solution:

  • Double check your encoding is set to x-windows-949

Related FAQs:


Issue: SQL Error along the lines of Out of range value for column 'lastlogin'

Example:
SQL exception
This typically occurs if you used AzureMS's pre-populated database initialisation scripts.

Solution:

  • Delete the offending entry from the database
  • Or, just ignore the error

Related FAQs:


Issue: WZ-related NPEs

Example:
Null-pointer Error
This is the result of the program not being able to find the WZ folder using relative paths.
You should not need to re-dump, since the WZ-dump are already a part of the repository.

Solution:

  • Make sure you cloned the repository properly
  • Double check that the configuration of the project are similar to what you see here and here

Issue: FileNotFoundException: property\ServerSettings.properties

Example:
FileNotFoundException: property\ServerSettings.properties
This is the result of the program not being able to find the properties file using relative paths.

Solution:

  • Make sure you cloned the repository properly
  • Double check that the configuration of the project are similar to what you see here and here