java.lang.StackOverflowError: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 542708, 1 year ago
via Oracle Community by 542708, 1 year ago
java.lang.StackOverflowError:
at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at java.security.Provider$Service.newInstance(Provider.java:1130)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:220)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:147)
at java.security.SecureRandom.getInstance(SecureRandom.java:251)
at java.security.SecureRandom.getDefaultPRNG(SecureRandom.java:187)
at java.security.SecureRandom.
(SecureRandom.java:150) at com.phaos.crypto.SREntropySource.
(SREntropySource) at com.phaos.crypto.EntropySource.getDefault(EntropySource)
at com.phaos.jce.provider.PhaosSecureRandomSpi.
(Unknown Source) at com.phaos.jce.provider.MD5SecureRandomSpi.
(Unknown Source) at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)