-
Notifications
You must be signed in to change notification settings - Fork 29
Common Errors
This page contains plausible solutions for common issues faced during set-up.
Especially when the errors logged include numerous illegal start of expression
errors.
Example:
- Double check your encoding is set to
x-windows-949
Example:
This typically occurs if you used AzureMS's pre-populated database initialisation scripts.
- Delete the offending entry from the database
- Or, just ignore the error
Example:
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.
- Make sure you cloned the repository properly
- Double check that the configuration of the project are similar to what you see here and here
Example:
This is the result of the program not being able to find the properties file using relative paths.
- Make sure you cloned the repository properly
- Double check that the configuration of the project are similar to what you see here and here
Example:
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:982)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:929)
at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:457)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
Note that Maven delegation on first run is only so that you can let Maven grab all the dependencies automatically for you.
In practice, due to namespace issues, Maven might not be able to build/run the project properly (for some users) - an issue inherited from AzureMS.
- Turn off Maven delegation
- Go to
File
->Settings...
- Search for
runner
-
Deselect
Delegate IDE build/run actions to Maven
- Go to
A TEAM SPIRIT Project • ElectronMS Discord • SpiritMS • Team SPIRIT