grouper-users - [grouper-users] RE: grouper upgrade 2.3.0 from 2.2.0 jdk 1.8 javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 2
Subject: Grouper Users - Open Discussion List
List archive
[grouper-users] RE: grouper upgrade 2.3.0 from 2.2.0 jdk 1.8 javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 2
Chronological Thread
- From: Siju Jacob <>
- To: " Mailing List" <>
- Cc: Omer Almatary <>, Nazeer Syed <>
- Subject: [grouper-users] RE: grouper upgrade 2.3.0 from 2.2.0 jdk 1.8 javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 2
- Date: Fri, 15 Jun 2018 21:25:13 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:ItcQ0hAmjifvLt/AjRMHUyQJP3N1i/DPJgcQr6AfoPdwSP37pM6wAkXT6L1XgUPTWs2DsrQY07eQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDqwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VC+85Kl3VhDnlCYHNyY48G7JjMxwkLlbqw+lqxBm3oLYfJ2ZOP94c6jAf90VWHBBU95RWSJfH428c4UBAekAPelEoIbwvEEOoQeiCQS2GO/j1j1Fi3nr1qM6yeQhFgTG0RQ9EdIPsnTUscj+OqMIXu+py6nH1ijIYvRN2Tf/6oXEbg4trOqLXbJxbcrd01MvFx7ZjlWft4PlJSiV2v4TvGeG8uptTOSigHMppQF2pzig3MYsio/Ri40P0V/E7jl5wJwvKtKkVE50fcSrEJ9UtyGBNot2Xt0tT3t0tykgzr0GvZi2dzUJxpQ/3xPTdeaIf5SV7h/mSeqdPCp0iXdreL+wmxq+7U2tyuPiWcS7zFlHqy9In9vRunwRzxDf99aLR/hn8kqgwzqC2QLe5vtZLUwqlafXM5AhzaAzm5YPtEnOGy37l1jsg6OLc0gr5/Wk5/njb7jjuJOROY55ig/7P6QgmMGwHP43Pw4TVGaB4+u8zqfs/UjhTbVKkPI2lq7ZvYjCK8kHoaC1HwBY3p8+5RinEjuqydMYkmIZI15ffxKHkpTpNErJIPDlC/ewnk6gkC9xx/DBIr3uHInCLmTCkLfme7Zx8UlcyBcvzdBb4JJUDbIBLOjvVU/2sdzUFh45MwqqzOb7ENhxyJkRVX6SDqKcLa/erEKE6+chI+SDeIMZpDPwK/Y76PPhkXA0nFoQcKu00ZcLcHy4G+5pI0SdYXrimNcBFmIKsxIlTOzoilCOTSBfam21X6I9+jE3EpimDZrfRoCinrOBxjy7EodIaW9bF1CACW3oeJmcW/cQdCKSJddskjMeVbimVo8hzQ+htBXjx7p6Nerb5DcYtYn42dhx5u3Tjg0y9SdqA8iH0mGNSX10kX0SRz8wwq9/vVJxxk2d3qdlnvwLXeBUsrlGSAAnLZPGivFhBsrpcgPHYtqTTlu6GJOrDSx5a9swx94IbA5ZGs6+xFiX0DCtHqcYjfmWH5Eu6Yrd2WT8PcBw1yyA2aU82QoIWMxKYFanhLM31QHYAISBx16byP7wXaMdwGjX6XuMwHCV+kxUTVgjAu3+QXkDax6O/pzC7UTYQurrUOx/Pw==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
I got over the below issue by passing
pass -Dlog4j.skipJansi=true as VM argument . Now I am getting this new error 2018-06-15 17:17:41,982: [Thread-16] ERROR ScriptedAttributeDefinition.doResolve(135) - - ScriptletAttributeDefinition groupObjectclass unable to execute script javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 2 at jdk.nashorn.api.scripting.NashornScriptEngine.throwAsScriptException(NashornScriptEngine.java:470) at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:426) at jdk.nashorn.api.scripting.NashornScriptEngine.access$300(NashornScriptEngine.java:73) at jdk.nashorn.api.scripting.NashornScriptEngine$3.eval(NashornScriptEngine.java:514) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ScriptedAttributeDefinition.doResolve(ScriptedAttributeDefinition.java:122) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition.resolve(BaseAttributeDefinition.java:108) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition.resolve(BaseAttributeDefinition.java:39) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition.resolve(ContextualAttributeDefinition.java:93) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition.resolve(ContextualAttributeDefinition.java:33) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver.resolveAttribute(ShibbolethAttributeResolver.java:335) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver.resolveAttributes(ShibbolethAttributeResolver.java:284) at edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver.resolveAttributes(ShibbolethAttributeResolver.java:131) at edu.internet2.middleware.psp.shibboleth.SimpleAttributeAuthority.getAttributes(SimpleAttributeAuthority.java:96) at edu.internet2.middleware.psp.shibboleth.SimpleAttributeAuthority.getAttributes(SimpleAttributeAuthority.java:39) at From: Siju Jacob
Hi, I am getting the following error when I run the PSP (gsh –loader) in jdk 8 Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path] at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182) at org.fusesource.hawtjni.runtime.Library.load(Library.java:140) at org.fusesource.jansi.internal.CLibrary.<clinit>(CLibrary.java:42) at org.fusesource.jansi.AnsiConsole.wrapOutputStream(AnsiConsole.java:48) at org.fusesource.jansi.AnsiConsole.<clinit>(AnsiConsole.java:38) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at org.codehaus.groovy.runtime.callsite.CallSiteArray$1.run(CallSiteArray.java:68) at org.codehaus.groovy.runtime.callsite.CallSiteArray$1.run(CallSiteArray.java:65) at java.security.AccessController.doPrivileged(Native Method) at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallStaticSite(CallSiteArray.java:65) at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallSite(CallSiteArray.java:162) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117) at org.codehaus.groovy.tools.shell.Main.installAnsi(Main.groovy:257) at org.codehaus.groovy.tools.shell.Main.setTerminalType(Main.groovy:243) at org.codehaus.groovy.tools.shell.Main.main(Main.groovy:124) Thanks, siju From: Hyzer, Chris <>
Bert, is this the issue where PSP scripting doesn’t work with java8? Whats the workaround for this? Why would the error be 51.0, don’t you get that when you
run java6 but need java7? Why would they get that when running java8? Thanks Chris From:
[]
On Behalf Of Siju Jacob Hi, We are upgrading from grouper 2.3.0 to 2.2.0 and trying to run the PSP 2.3.0 version. We are using JDK 1.8 While trying the PSP 2.3.0 provisioning of groups to Active Directory we are getting the following error. Seems to be due to the groovy-all-2.5.0-beta-2.jar present
in grouper api lib directory. 2018-06-11 18:31:00,456: [main] ERROR BaseService.loadContext(188) - - Configuration was not loaded for psp.AttributeResolver service, error creating components.
The root cause of this error was: java.lang.UnsupportedClassVersionError: org/codehaus/groovy/jsr223/GroovyScriptEngineFactory : Unsupported major.minor version 51.0
Any advice or guidance would be greatly appreciated..! Thanks, Siju From: Siju Jacob
Hi, I created a admin group as below and added few users to it. orgs:10014:ru-Newark Chancellor's Office_Admin But these users are not able to see the groups within the subfolders inside this folder (orgs:10014). Below is the subfolder which has 8 groups, which is not visible to the admin users who belong to
ru-Newark Chancellor's Office_Admin. orgs:10014:10056:ref. I am sure, something is missed on my part while configuring this admin group.
Any advice or guidance would be greatly appreciated..! Thanks, Siju |
- [grouper-users] RE: grouper upgrade 2.3.0 from 2.2.0 jdk 1.8 javax.script.ScriptException: ReferenceError: "importPackage" is not defined in <eval> at line number 2, Siju Jacob, 06/15/2018
Archive powered by MHonArc 2.6.19.