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

Compare with Current View Page History

« Previous Version 3 Current »

#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

  • No labels