cancel
Showing results for 
Search instead for 
Did you mean: 

Hot fix installation fails

fbernigaud_
Champ in-the-making
Champ in-the-making

I cannot install fixes >H15, I don't know why and what to do.

Failed to install package: nuxeo-5.8.0-HF15-1.0.0 (Failed to validate package nuxeo-5.8.0-HF15-1.0.0 -> [Cannot overwrite existing file: js-1.7R1.jar]) Unable to install nuxeo-5.8.0-HF15-1.0.0

1 ACCEPTED ANSWER

Julien_Carsique
Elite Collaborator
Elite Collaborator

The JAR was not present before the HF15:

$ find . -name js-1.7R1.jar
./nxserver/data/packages/store/nuxeo-5.8.0-HF15-1.0.0/install/newlib/js-1.7R1.jar
./nxserver/lib/js-1.7R1.jar

Can you paste the output of "./bin/nuxeoctl showconf"? Also check the rights on "nxserver/lib/js-1.7R1.jar". Do you know where does it come from?

Finally, issue the following command and paste its output:

$ ./bin/nuxeoctl mp-install nuxeo-5.8.0-HF15-1.0.0 -dc org.nuxeo.connect,org.nuxeo.launcher

View answer in original post

3 REPLIES 3

Julien_Carsique
Elite Collaborator
Elite Collaborator

Please indicate your operating system.

Julien_Carsique
Elite Collaborator
Elite Collaborator

The JAR was not present before the HF15:

$ find . -name js-1.7R1.jar
./nxserver/data/packages/store/nuxeo-5.8.0-HF15-1.0.0/install/newlib/js-1.7R1.jar
./nxserver/lib/js-1.7R1.jar

Can you paste the output of "./bin/nuxeoctl showconf"? Also check the rights on "nxserver/lib/js-1.7R1.jar". Do you know where does it come from?

Finally, issue the following command and paste its output:

$ ./bin/nuxeoctl mp-install nuxeo-5.8.0-HF15-1.0.0 -dc org.nuxeo.connect,org.nuxeo.launcher

Thank you Julien,