I am using AEM 6.5 service pack 4. I am building a multi module maven project and building and installing 3 modules in AEM. I am unable to install the module using Jenkins, especially the 3rd module wherein I am facing the below errors interchangeably and occurs intermittently:
Request to http://<hostname>:<port>/crx/packmgr/service.jsp failed, response=Created
[ERROR] Missing response status information in response: <?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Content modified /crx/packmgr/service.jsp</title>
</head>
<body>
<h1>Content modified /crx/packmgr/service.jsp</h1>
<table>
<tbody>
<tr>
<td>Status</td>
<td>
<div id="Status">200</div>
</td>
</tr>
<tr>
<td>Message</td>
<td>
<div id="Message">OK</div>
</td>
</tr>
<tr>
<td>Location</td>
<td>
<a href="/crx/packmgr/service.jsp" id="Location">/crx/packmgr/service.jsp</a>
</td>
</tr>
<tr>
<td>Parent Location</td>
<td>
<a href="/crx/packmgr" id="ParentLocation">/crx/packmgr</a>
</td>
</tr>
<tr>
<td>Path</td>
<td>
<div id="Path">/crx/packmgr/service.jsp</div>
</td>
</tr>
<tr>
<td>Referer</td>
<td>
<div id="Referer">about:blank</div>
</td>
</tr>
<tr>
<td>ChangeLog</td>
<td>
<div id="ChangeLog"><pre>modified("/crx/packmgr/service.jsp/file/jcr:lastModified");<br/>modified("/crx/packmgr/service.jsp/file/jcr:mimeType");<br/>modified("/crx/packmgr/service.jsp/file/jcr:data");<br/>modified("/crx/packmgr/service.jsp/install");<br/></pre></div>
</td>
</tr>
</tbody>
</table>
<p>
<a href="/crx/packmgr/service.jsp">Modified Resource</a>
</p>
<p>
<a href="/crx/packmgr">Parent of Modified Resource</a>
</p>
</body>
</html>
The version of the content-package-maven-plugin used is 0.0.24. Please let me know as to how the error can be resolved and if there is any additional information that is required.