Mantis - Resin
Viewing Issue Advanced Details
4351 major always 01-21-11 05:52 01-21-11 13:05
mros2stf  
ferg  
normal  
closed 4.0.14  
fixed  
none    
none 4.0.15  
0004351: remote deploy via resin-admin fails
When I try and deploy a new webapp via the admin console, I get the following error.

     /var/www/doc/admin/WEB-INF/php/webapp.page:38: Fatal Error: Call to undefined function deployJarContents

Am I missing something in my configuration?
I have the
<web-app-deploy path="webapps" versioning="true"/> tag in configuration.

Notes
(0004985)
ferg   
01-21-11 12:23   
Can you check that your admin *.php is sync'd with the Resin version? From the line number and the error message, it looks like it might be an old set of *.php.

The deployment should use deploy.page, even if you're using the webapp.page initially.
(0004988)
ferg   
01-21-11 13:05   
This looks like the related install issue in the other bug report.

The ${resin.root}/doc is not overwritten in a new install, so it's likely you're seeing the old version.

As a cleaner solution, we're switching to ${resin.root}/resin-doc, which will be updated on new Resin versions.