Hi All,
in my project, I get NullPointerException error when I try to map spring bean to profiles. Below are the code.
Thanks in advance.
ProjectStatsService.txt (226 Bytes)
ProjectStatsServiceDev.txt (1.8 KB)
console output.txt (33.4 KB)
Hi All,
in my project, I get NullPointerException error when I try to map spring bean to profiles. Below are the code.
Thanks in advance.
ProjectStatsService.txt (226 Bytes)
ProjectStatsServiceDev.txt (1.8 KB)
console output.txt (33.4 KB)
Hello!
Could you also share a code of view controller? Probably, the NPE occurs in a load delegate.
Take a look at the logs at ProjectStatsServiceImpl#fetchProjectStatistics()
on line 30. It is likely that the code there is producing NPE. If your code is similar to that in ProjectStatsServiceDev
, I suspect the getEstimation()
method may be returning a null value.