Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
#Error #Error descriptionTroubleshooting
1500

500 (Internal Server Error) on the console with the description in the network tab:

{"error":true,"is_critical":0,"message":"The command value for 'cmd' parameter is not specified in your request. Contact [email protected] for more details.","command":""}

Please add the valid command to your request.

For example, you are trying to reach the application using the following request, without the command: http(s)://host_name:2880/ and receive the 500 error. In this case, you can specify the command like cmd=status.

2

500

Failed to load resource: the server responded with a status of 500 (Internal Server Error) on the console with the description in the network tab:

{"error":true,"is_critical":0,"message":"User Dictionary with name '***********' already exists","command":"user_dictionary"}

The error causes by the attempt to create an already existing dictionary. Please remove the step of creating the already existing user dictionary from your code.
3400

HTTP 400 (Bad Request), with the following “message”:

The command value for 'cmd' parameter is not specified in your request. Contact [email protected] for more details.

Please try to access the wscbundle.js without using the 2880 port at your request. 2880 is the port to access WebSpellChecker AppServer. It can’t process static files. Static files are processed by a web or application server

http(s)://your_host_name/wscservice/wscbundle/wscbundle.js

4N/A

Runtime error (at 232:601) appcmd.exe returned code 1168. Message: ERROR (message: Cannot find SITE object with identifier "https:[...]".)

The error occurs during installation on Windows after specifying the port which is not enabled in IIS. Before installation, please make sure that the port is enabled and you use the correct domain name.