You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is some issue with the Google App Engine:
java.lang.NoClassDefFoundError: java.net.URLStreamHandler is a restricted class. Please see the Google App Engine developer's guide for more details.
at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)
at org.aeonbits.owner.ConfigURLStreamHandler.<init>(ConfigURLStreamHandler.java:40)
at org.aeonbits.owner.PropertiesManager.<init>(PropertiesManager.java:66)
at org.aeonbits.owner.ConfigFactory.create(ConfigFactory.java:43)
(the above stacktrace and line numbers may relate to version 1.0.2 or 1.0.3)
It looks like there is some issue with the Google App Engine:
(the above stacktrace and line numbers may relate to version 1.0.2 or 1.0.3)
sounds like a security policy: http://stackoverflow.com/questions/15673942/urlstreamhandler-is-a-restricted-class
The bug is reported to the GAE:
https://code.google.com/p/googleappengine/issues/detail?id=1384
From my point of view, this bug should be fixed in the GAE, but it would be nice to implement a workaround in the OWNER library.
The text was updated successfully, but these errors were encountered: