CLIFF-up icon indicating copy to clipboard operation
CLIFF-up copied to clipboard

CLIFF not installing

Open BiodiverCD opened this issue 6 years ago • 3 comments

Thanks for providing this great tool. I'm having some issues though with tomcat returning error 404 "this resource is not available" when trying out the test URL. I believe the issue lies in CLIFF not installing correctly on the VM (see code below) and hence it doesn't appear as an application in tomcat. Any help is greatly appreciated!

Here is where I think the problem is occurring in thecode:

default: Download CLIFF
   default: --2019-11-28 09:49:27--  https://github.com/c4fcm/CLIFF/releases/download/v2.3.0/cliff-2.3.0.war
   default: Resolving github.com (github.com)... 
   default: 140.82.118.3
   default: Connecting to github.com (github.com)|140.82.118.3|:443... 
   default: connected.
   default: OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
   default: Unable to establish SSL connection.
   default: mv: 
   default: cannot stat `/home/vagrant/cliff-2.3.0.war'
   default: : No such file or directory

And here is a screen grab: Screenshot 2019-11-28 at 11 15 58

Cheers

  • this is with the mitmedialab fork but I get the same issue with the original.

BiodiverCD avatar Nov 28 '19 11:11 BiodiverCD

A workaround was to manually download cliff and use vagrant scp to transfer it to the VM.

BiodiverCD avatar Nov 28 '19 14:11 BiodiverCD

@BiodiverCD were you able to get the link after your workaround? if so, could you explain your step in a bit more detail? Much appreciated, thanks!

hpbag avatar Aug 21 '20 23:08 hpbag

@harpriyabagri Last year I managed to download the newest cliff.war directly from their website and then use the scp copy command (more info online) to transfer it from my operating system onto the virtual machine - and then unzip it and make sure it's in the right place. It worked last year but when I tried to recreate it earlier this year I couldn't get CLIFF to work by any means... Sorry I can't be of more help!

BiodiverCD avatar Sep 09 '20 08:09 BiodiverCD