grouper-users - [grouper-users] RE: Please re-send this to the grouper-users list
Subject: Grouper Users - Open Discussion List
List archive
- From: "Hyzer, Chris" <>
- To: Keith Hazelton <>, "" <>
- Cc: "" <>
- Subject: [grouper-users] RE: Please re-send this to the grouper-users list
- Date: Wed, 22 Jun 2016 20:54:47 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Can you just use the installer for now? The TIER docker container is experimental at this point. Thanks chris From: [mailto:]
On Behalf Of Keith Hazelton
·
From:
Neha Deshpande <>
·
To:
·
Cc:
Stephen A Sazama <>
·
Subject:
Fwd: Grouper Docker installation issue with Jave 8
·
Date:
Wed, 22 Jun 2016 15:07:29 -0400 This should be sent to If you are not subscribed, visit this page:
https://lists.internet2.edu/sympa/subscribe/grouper-users Hello, I tried emailing earlier
but got a delivery failure message. We are evaluating Grouper at University Of Maryland, College Park and we came across the the tier-grouper project https://github.com/Internet2/tier-grouper for
docker installation. I tried installing grouper on our AWS test environment and we get the following error. Any help/suggestion would be greatly appreciated. I tried modifying the docker file to use java 7 but that results in the installer skipping over my responses
for using our on prem oracle db and it uses the default hsqldb. Error: Editing /home/grouper/2.2.2/grouper.ws-2.2.2/grouper-ws/build.properties: - set property: grouper.dir from: ../grouper to: /home/grouper/2.2.2/grouper.apiBinary-2.2.2 The Grouper WS has been built in the past, do you want it rebuilt? (t|f) [t]: ################################## Tomcat stop with command (note you need CATALINA_HOME and JAVA_HOME set): /home/grouper/2.2.2/apache-tomcat-6.0.35/bin/shutdown.sh ....Jun 16, 2016 6:23:10 PM edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils execCommandHelper SEVERE: Process exit status=1: out: , err: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=150m; support was removed in 8.0 Jun 16, 2016 6:23:08 PM org.apache.catalina.startup.Catalina stopServer SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at java.net.Socket.connect(Socket.java:538) at java.net.Socket.<init>(Socket.java:434) at java.net.Socket.<init>(Socket.java:211) at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:422) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:338) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:416) , on command: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-0.b14.el7_2.x86_64/bin/java -XX:MaxPermSize=150m -Xmx640m
-Dcatalina.home=/home/grouper/2.2.2/apache-tomcat-6.0.35 -jar /home/grouper/2.2.2/apache-tomcat-6.0.35/bin/bootstrap.jar stop , workingDir: /home/grouper/2.2.2/apache-tomcat-6.0.35/bin java.lang.RuntimeException: Process exit status=1: out: , err: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=150m; support was removed in 8.0 Jun 16, 2016 6:23:08 PM org.apache.catalina.startup.Catalina stopServer SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at java.net.Socket.connect(Socket.java:538) at java.net.Socket.<init>(Socket.java:434) at java.net.Socket.<init>(Socket.java:211) at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:422) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:338) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:416) , java.lang.RuntimeException: caller stack at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.threadRunWithStatusDots(GrouperInstallerUtils.java:8312) at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.execCommand(GrouperInstallerUtils.java:10014) at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.execCommand(GrouperInstallerUtils.java:9979) at edu.internet2.middleware.grouperInstaller.GrouperInstaller.tomcatBounce(GrouperInstaller.java:737) at edu.internet2.middleware.grouperInstaller.GrouperInstaller.buildWs(GrouperInstaller.java:7944) at edu.internet2.middleware.grouperInstaller.GrouperInstaller.mainInstallLogic(GrouperInstaller.java:6247) at edu.internet2.middleware.grouperInstaller.GrouperInstaller.access$300(GrouperInstaller.java:78) at edu.internet2.middleware.grouperInstaller.GrouperInstaller$GrouperInstallerMainFunction$1.logic(GrouperInstaller.java:970) at edu.internet2.middleware.grouperInstaller.GrouperInstaller.mainLogic(GrouperInstaller.java:1032) at edu.internet2.middleware.grouperInstaller.GrouperInstaller.main(GrouperInstaller.java:303) at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.execCommandHelper(GrouperInstallerUtils.java:10106) at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils.access$100(GrouperInstallerUtils.java:128) at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils$2.run(GrouperInstallerUtils.java:10009) at edu.internet2.middleware.grouperInstaller.util.GrouperInstallerUtils$1.run(GrouperInstallerUtils.java:8259) at java.lang.Thread.run(Thread.java:745) Do you want to continue (t|f)? [f] Thanks, -- Neha Deshpande -- email & jabber:
calendar:
http://go.wisc.edu/i6zxx0 |
- [grouper-users] Please re-send this to the grouper-users list, Keith Hazelton, 06/22/2016
- [grouper-users] RE: Please re-send this to the grouper-users list, Hyzer, Chris, 06/22/2016
- Message not available
- [grouper-users] RE: Please re-send this to the grouper-users list, Hyzer, Chris, 06/22/2016
- Message not available
- [grouper-users] RE: Please re-send this to the grouper-users list, Hyzer, Chris, 06/22/2016
Archive powered by MHonArc 2.6.16.