Sunday, 9 July 2017

Warning (initialization): An error occurred while loading -SPACEMACS

Error=> When spacemacs is installed first time, while downloading packges spacemacs gives this error. Warning (initialization): An error occurred while loading.

Sollution => start emacs in insecure mode.

open command prompt(windows) , or terminal(unix) and locate emacs directory. and type 
=>emacs --insecure

This will solve the problem.

Thursday, 6 July 2017

Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.

Error =>Java Build path Problem.


Sollution=> In eclipse right click on your project and select BuildPath-> Configure BuildPath.
In the Java Build Path window select Libraries tab and select JRE  System Library[J2SE-1.5] click on edit then select alternate JRE or work space default JRE and select jre1.8.0 and above. click on finish.
Apply.

XMLHttpRequest cannot load http://yourdomain.com/path/resoruce. Response for preflight has invalid HTTP status code 401

XMLHttpRequest cannot load http://yourdomain.com/path/resoruce. Response for preflight has invalid HTTP status code 401 If you are using ...