{{theTime}}

Search This Blog

Total Pageviews

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "OddJob"

How to get-rid of this error in Eclipse while running a Junit?

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "OddJob"

Solution:

Increase the eclipse memory.  Add run time arguments "-Xmx2048m -XX:MaxPermSize=1024m"

No comments:

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Check the markupsafe version.  To fix the problem install 2.0.1 pip install markupsafe==2.0.1