FAILURE: Build failed with an exception.
...
> ../gradle.properties (No such file or directory)
String gradlePropsLocation = new File('gradle.properties').exists() ? 'gradle.properties' : '../gradle.properties'
* What went wrong:
Execution failed for task ':tomcatInstall'.
> Problem expanding gzip /root/uPortal-start/build/tmp/tomcat/tomcat-gunziped.tar (No such file or directory)
Wow.
I have worked on uP5 together with dozens of people/institutions/machines, and I have not seen either of these issues before.
Would you be available to get on a Zoom session and run the build together?
drew
--
You received this message because you are subscribed to the Google Groups "uPortal Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uportal-user...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/uportal-user/.
How about tomorrow at 2pm EDT?
drew
apt-add-repository ppa:webupd8team/java
apt-get update
apt-get install oracle-java8-installer
JAVA_HOME="/usr/lib/jvm/java-8-oracle"export JAVA_HOME=/usr/lib/jvm/java-8-oracle./gradlew tasks
./gradlew portalInit
./gradlew tomcatStart