packages not getting uploaded in maven build
Hi ,
we are encountering an issue when we are building one project .The issue is when we run Maven Build through Jenkin it was expected to deploy to Author and publish environments.This is to build to multiple environments and we have 4 environments when we try to run the build it successfully uploaded the packages in 3 environments where as for one particular environment it throws error and package was not getting uploaded.If we restart Sling eventing bundle and re-run the build it gets loaded fine.But it is not a solution to restart sling eventing bundle every time.Below is the error snippet we got.
Any help would be highly appreciated.
[WARN] HttpMethodDirector - Preemptive authentication requested but no default proxy credentials available [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 id="Location" href="https://forums.adobe.com/crx/packmgr/service. jsp">/crx/packmgr/service.jsp< /a> </td> </tr> <tr> <td>Parent Location</td> <td> <a id="ParentLocation" href="https://forums.adobe.com/crx/packmgr">/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>about:blank</td> </tr> <tr> <td>ChangeLog</td> <td> <div id="ChangeLog"><pre> modified("/crx/packmgr/ service.jsp/file/jcr: lastModified");<br/& gt;modified("/crx/ packmgr/service.jsp/file/jcr: mimeType");<br/> modified("/crx/packmgr/ service.jsp/file/jcr:data& quot;);<br/>modified(& quot;/crx/packmgr/service.jsp/ install");<br/>< /pre></div> </td> </tr> </tbody> </table> <p>Go Back</p> <p> <a href="https://forums.adobe.com/crx/packmgr/service. jsp">Modified Resource</a> </p> <p> <a href="https://forums.adobe.com/crx/packmgr">Parent of Modified Resource</a> </p> </body> </html>