Skip to Content.
Sympa Menu

grouper-users - [grouper-users] GSH error after applying API patch 83

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] GSH error after applying API patch 83


Chronological Thread 
  • From: Paul Engle <>
  • To:
  • Subject: [grouper-users] GSH error after applying API patch 83
  • Date: Fri, 25 May 2018 10:55:18 -0500
  • Ironport-phdr: 9a23:UScNjxfDhvtnxd6kl1/ZtZaClGMj4u6mDksu8pMizoh2WeGdxcS7Yh7h7PlgxGXEQZ/co6odzbaO6Oa4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahb75+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM2/2HZhMJzgqxGvhyuuwdyzJTIbIyPLvdyYr/RcNEcSGFcXshRTStBAoakYoUVFeUBIOJYpJTyqVsIohu+ARejD/7oxz9QmHD226I60+A/HgzdxgwgHs4Bv2rOoNrrKagSTPm4wa/VxjvNaPNW3C3y6InOch05rvGMR7VwcdfJyUYxDQPJlE+fqZT9Pz+NzOsCqHOb7/Z6Ve21l2Entx1+rSKrxscokYnJh54VxU7e+Spl2ok1Idm4RUhmatCnCJtdrz+WOopqTs4gRmxotiU3xaYatZO+cyUG1IgryAPaZvObb4SF5hfuWeOPLTp2mX5ofq+0iQyo/ki60OL8U9G50FZUoSpBldnBrnUN2AbS6siDU/d950Sh1SqW2wHc9O1JL104mbDUK54mxb4wmZ4TvlrZEiDqn0X2ibeadkQi+ue29+Tqeqvqq56AO4J2jwz+PKcjldejDek9PQUCQ3SX9vm52bL/4UH0RLBHg/gonqTXrZzWPcEbqbS4Aw9R3IYj8RG/DzK+3dQAg3YHKl1FeBaZgIXyIVHOIez3Aumlj1uyjThr2ujKPqf9DZXVMnjDjLDhcK5y605Gzwoz0Mhf6IxOCr0YPfLzQVH+tMbDDhIiNwy0wv3nCMlm1o8AQ26PA6mZML/Mvl+S4OIgPfWMaJEPtDnjNvcl+q2msXhslkUaYLGkx94Kc32iBdxnJVmUe3zhno1HHGsX7SQkS+m/sFSfVXZ+YXm2Uupo/jw9B4arJZ3CTY3rjbCcinToVqZKb3xLXwjfWUzjcJ+JDq8B


My standalone dev box is RHEL7.4, using Oracle java 1.8.0_151. When I patched the grouper api yesterday, I started getting errors when trying to run an interactive gsh. Thinking it was just a crufty dev environment, I tried a fresh install and am still getting the same error. So I redid the fresh install up to patch 82 (where the dev install had been prior to yesterday), and gsh on the fresh install works fine. After applying patch 83 it starts to throw the error again. Below is the stack trace of what I'm getting. I'm not sure if it's a RedHat thing or an oracle java thing, but whatever it is doesn't seem to happen in the tier container version (built using CentOS7 & openjdk zulu).

  -paul

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path, /tmp/libjansi-64-8599569245033140568.so: /tmp/libjansi-64-8599569245033140568.so: failed to map segment from shared object: Operation not permitted]
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)
at edu.internet2.middleware.grouper.app.gsh.GrouperShell.grouperShellHelper(GrouperShell.java:288)
at edu.internet2.middleware.grouper.app.gsh.GrouperShell.main(GrouperShell.java:167)
at edu.internet2.middleware.grouper.app.gsh.GrouperShellWrapper.main(GrouperShellWrapper.java:31)



-- 
Paul Engle
Office of Information Technology
713-348-4702



Archive powered by MHonArc 2.6.19.

Top of Page