Eclipse Not Showing Full Exception Details

Hi,

Does any one knows why my eclipse does not show full stacktrace for the exception that occurred while using UI components,
it only shows one line Error and the type of exception occurred instead of pin pointing what causes the exception,


2017-11-09 12:41:33.476 ERROR 856 — [cTaskExecutor-1]
com.qshield.portal.vaadin.DashboardUI : java.util.concurrent.ExecutionException: java.lang.NullPointerException

I have to put try-catch block and print the stacktrace to see the actual code that causes exception,
Is there any settings related to Eclipse or Vaadin?

Thank you any help.
37812.png

Hi,

Would you happen to be using the Sun JVM? If so, the accepted solution (passing an argument to the JVM) in this stackoverflow question could help you:
https://stackoverflow.com/a/3010106

The other answers could also have some ideas for you :slight_smile:

BR, Katri