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
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
I have a setup of GSCF and SAM. Notification is set to true. When a study with SAM assays is changed in GSCF, GSCF notifies SAM of this change. In direct response of this notification SAM (the modulebase) does some stuff (maybe mark the study as dirty?), one of which is a getUser call. In my SAM terminal I observe the following with regard to this call:
2012-06-12 12:13:02,518 [http-8182-2] INFO moduleBase.GscfService - GSCF REST-CALL (GET): http://localhost:8080/gscf/rest/getUser 2012-06-12 12:13:02,554 [http-8182-2] INFO moduleBase.GscfService - GSCF REST-CALL args: moduleURL=http://localhost:8182/sam&consumer=http://localhost:8182/sam&token=9c41579d-b214-49b7-98d5-b152dcef7933& org.dbxp.moduleBase.NotAuthenticatedException: User is not authenticated with GSCF. Requested URL: http://localhost:8080/gscf/rest/getUser at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:198) at org.dbxp.moduleBase.GscfService.callGSCF(GscfService.groovy:533) at sun.reflect.GeneratedMethodAccessor621.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225) at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:161) at org.dbxp.moduleBase.GscfService.callGSCF(GscfService.groovy) at org.dbxp.moduleBase.GscfService$callGSCF.callCurrent(Unknown Source) at org.dbxp.moduleBase.GscfService.getUser(GscfService.groovy:215) at org.dbxp.moduleBase.GscfService$getUser.call(Unknown Source) at DbxpModuleBasePluginFilters$_closure1_closure7_closure10.doCall(DbxpModuleBasePluginFilters.groovy:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (...) at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a setup of GSCF and SAM. Notification is set to true. When a study with SAM assays is changed in GSCF, GSCF notifies SAM of this change. In direct response of this notification SAM (the modulebase) does some stuff (maybe mark the study as dirty?), one of which is a getUser call. In my SAM terminal I observe the following with regard to this call:
2012-06-12 12:13:02,518 [http-8182-2] INFO moduleBase.GscfService - GSCF REST-CALL (GET): http://localhost:8080/gscf/rest/getUser 2012-06-12 12:13:02,554 [http-8182-2] INFO moduleBase.GscfService - GSCF REST-CALL args: moduleURL=http://localhost:8182/sam&consumer=http://localhost:8182/sam&token=9c41579d-b214-49b7-98d5-b152dcef7933& org.dbxp.moduleBase.NotAuthenticatedException: User is not authenticated with GSCF. Requested URL: http://localhost:8080/gscf/rest/getUser at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:71) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:81) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:198) at org.dbxp.moduleBase.GscfService.callGSCF(GscfService.groovy:533) at sun.reflect.GeneratedMethodAccessor621.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225) at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:161) at org.dbxp.moduleBase.GscfService.callGSCF(GscfService.groovy) at org.dbxp.moduleBase.GscfService$callGSCF.callCurrent(Unknown Source) at org.dbxp.moduleBase.GscfService.getUser(GscfService.groovy:215) at org.dbxp.moduleBase.GscfService$getUser.call(Unknown Source) at DbxpModuleBasePluginFilters$_closure1_closure7_closure10.doCall(DbxpModuleBasePluginFilters.groovy:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (...) at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered: