Skip to content

Instantly share code, notes, and snippets.

View jsmith190721117's full-sized avatar

jsmith190721117

View GitHub Profile
2014-11-18 20:17:39.051:WARN:oejs.ServletHandler:/oauth2/authorize
java.lang.NullPointerException
at org.surfnet.oaaas.auth.UserConsentFilter.storePrincipal(UserConsentFilter.java:90)
at org.surfnet.oaaas.auth.UserConsentFilter.doFilter(UserConsentFilter.java:59)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1338)
at org.surfnet.oaaas.noop.NoopAuthenticator.authenticate(NoopAuthenticator.java:47)
at org.surfnet.oaaas.auth.AbstractAuthenticator.doFilter(AbstractAuthenticator.java:45)
at org.surfnet.oaaas.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)
2014-11-18 20:12:27.928:WARN:oejs.ServletHandler:/oauth2/authorize
java.lang.NullPointerException
at org.surfnet.oaaas.model.AccessToken.<init>(AccessToken.java:94)
at org.surfnet.oaaas.resource.TokenResource.createAccessToken(TokenResource.java:166)
at org.surfnet.oaaas.resource.TokenResource.doProcess(TokenResource.java:135)
at org.surfnet.oaaas.resource.TokenResource.authorizeCallback(TokenResource.java:111)
at org.surfnet.oaaas.resource.TokenResource.authorizeCallbackGet(TokenResource.java:94)
at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
2014-11-18 20:07:34.809:WARN:oejs.ServletHandler:/oauth2/authorize
org.springframework.orm.jpa.JpaObjectRetrievalFailureException: The instance of type "class org.surfnet.oaaas.model.AuthorizationReque
st" with oid "10071" no longer exists in the data store. This may mean that you deleted the instance in a separate transaction, but t
his context still has a cached version.; nested exception is <openjpa-2.2.0-r422266:1244990 nonfatal store error> org.apache.openjpa.p
ersistence.EntityNotFoundException: The instance of type "class org.surfnet.oaaas.model.AuthorizationRequest" with oid "10071" no long
er exists in the data store. This may mean that you deleted the instance in a separate transaction, but this context still has a cach
ed version.|FailedObject: org.surfnet.oaaas.model.AuthorizationRequest-10071
at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:30
1)
at org.springframework.orm.jpa.AbstractEntityManagerFactory