Thursday, 6 December 2012

Fix for unknown exception in parser sdk content . java.lang.stackoverflowerror

This is because of if  in your workspace you have 2 projects. After review both project.properties, project 1 reference project 2 and project 2 reference project 1. This cause a stackoverflow. I comment one line and the problem is solved.

After this clean and build the projects this will fix the issue

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...