We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am in the process of installing transmart 19.0 on Ubuntu 18.04 using the step by step instructions at https://wiki.transmartfoundation.org/display/transmartwiki/Install+the+tranSMART+19.0+release#InstallthetranSMART19.0release-ThetransmartAppWebApplication.
I managed to complete all the steps but I am getting errors when I try to install the transmart.war file.
The first thing I tried was using the war file provided by http://library.transmartfoundation.org/release/release19_0_0_artifacts/transmart-release-19.0.war. When I copy that file /var/lib/tomcat8/webapps/ the application fails to load properly and I get the error shown below in catalina.out
Next I tried to compile the source at https://github.com/tranSMART-Foundation/transmart/tree/master/transmartApp
I explicitly selected grails 2.5.4 and run “grails war” and I get the error below
Finally I tried to compile using the grails wrapper In both cases it looks like the repositories do not have the required dependencies
How do I go about compiling transmart or can you point me in the direction of a valid war file for the application?
Thanks
Kabenla
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am in the process of installing transmart 19.0 on Ubuntu 18.04 using the step by step instructions at https://wiki.transmartfoundation.org/display/transmartwiki/Install+the+tranSMART+19.0+release#InstallthetranSMART19.0release-ThetransmartAppWebApplication.
I managed to complete all the steps but I am getting errors when I try to install the transmart.war file.
The first thing I tried was using the war file provided by http://library.transmartfoundation.org/release/release19_0_0_artifacts/transmart-release-19.0.war. When I copy that file /var/lib/tomcat8/webapps/ the application fails to load properly and I get the error shown below in catalina.out
Next I tried to compile the source at https://github.com/tranSMART-Foundation/transmart/tree/master/transmartApp
I explicitly selected grails 2.5.4 and run “grails war” and I get the error below
Finally I tried to compile using the grails wrapper
In both cases it looks like the repositories do not have the required dependencies
How do I go about compiling transmart or can you point me in the direction of a valid war file for the application?
Thanks
Kabenla
The text was updated successfully, but these errors were encountered: