<p>1. I downloaded birt_runtime_4.6.0 from BIRT website <a data-ipb='nomediaparse' href='
http://download.eclipse.org/birt/downloads/#runtime'>http://download.eclipse.org/birt/downloads/#runtime</a> .</p>
<p> </p>
<p>2. Unzipped downloaded File , and followed process for installing BIRT Runtime on server as below : a. Copied <strong>WebViewerExample</strong> folder from unzipped folder and pasted in .. \standalone\deployments folder with name birt.war b. Copied all jar from /lib of unzipped folder to birt.war\WEB-INF\lib .</p>
<p> c. Started server fro deployment.It was giving below error : <span style="font-size:12pt;font-family:'courier new';color:#000000;">Caused by: java.lang.SecurityException: Invalid signature file digest for Manifest main attribute.</span></p>
<p style="margin-left:33.75pt;"> </p>
<p><span style="color:#000000;"><span style="font-family:'courier new';"><span style="font-size:12pt;">3. </span></span></span>After analyzing the issue, It was found that<span style="color:#000000;"><span style="font-family:'courier new';"><span style="font-size:12pt;"> , org.eclipse.birt.runtime-4.6.0- 20160607.jar</span> </span></span>was corrupted</p>
<p> Downloaded correct jar file from maven repository <a data-ipb='nomediaparse' href='
http://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.birt.runtime/4.6.0-20160607/'>http://repo1.maven.org/maven2/org/eclipse/birt/runtime/org.eclipse.birt.runtime/4.6.0-20160607/</a></p>
<p> </p>
<p>4. Issue was still not resolved, due to some corrupted jars still present in /lib folder for birt runtime 4.6.0 .</p>
<p> </p>
<p>5. After doing further analysis , we found that we need to delete <strong><span style="color:#000000;"><span style="font-family:helvetica, sans-serif;"><span style="font-size:10pt;">ECLIPSE_.RSA</span></span></span></strong><span style="color:#000000;"><span style="font-family:helvetica, sans-serif;"><span style="font-size:10pt;"> and <strong>ECLIPSE_.SF</strong></span></span></span> from META-INF folder of <strong><span style="color:#000000;"><span style="font-family:'courier new';"><span style="font-size:12pt;">org.eclipse.birt.runtime-4.6.0-20160607.jar</span></span></span></strong> using <strong>open archive </strong>option.</p>
<p style="margin-left:.25in;"> </p>
<p><span style="font-family:calibri, sans-serif;"><span style="font-size:11pt;">6. After removing above two files, Server started and birt.war deployed properly. But we were not able to view birtViewer by using <a data-ipb='nomediaparse' href='
http://localhost:8090/birt/'>http://localhost:8090/birt/</a> . it was giving 404- Resource is not available error. </span></span></p>